
| 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/DropletFillIcon.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"
viewBox="0 0 16 16"
class={className}
height={height}
width={width}
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M8 16a6 6 0 006-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 006 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z"
clip-rule="evenodd"
>
</path>
</svg>