
| Current Path : /var/www/html/12park/vendor/twbs/bootstrap/site/src/components/icons/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/12park/vendor/twbs/bootstrap/site/src/components/icons/OpenCollectiveIcon.astro |
---
import type { SvgIconProps } from '@libs/icon'
type Props = SvgIconProps
const { class: className, height, width } = Astro.props
---
<svg
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
fill-rule="evenodd"
viewBox="0 0 40 41"
role="img"
class={className}
height={height}
width={width}
>
<title>Open Collective</title>
<path
fill-opacity=".4"
d="M32.8 21c0 2.4-.8 4.9-2 6.9l5.1 5.1c2.5-3.4 4.1-7.6 4.1-12 0-4.6-1.6-8.8-4-12.2L30.7 14c1.2 2 2 4.3 2 7z"
>
</path>
<path d="M20 33.7a12.8 12.8 0 0 1 0-25.6c2.6 0 5 .7 7 2.1L32 5a20 20 0 1 0 .1 31.9l-5-5.2a13 13 0 0 1-7 2z"> </path>
</svg>