embroidery-viewer/src/lib/components/icons/BoltIcon.svelte

21 lines
734 B
Svelte

<script>
export let size = 20;
export let color = 'currentColor';
</script>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
fill={color}
aria-hidden="true"
id="Bolt--Streamline-Heroicons"
height={size}
width={size}
>
<path
fill-rule="evenodd"
d="M9.743333333333332 1.0633333333333332a0.5 0.5 0 0 1 0.23933333333333331 0.568L8.654666666666666 6.5h4.845333333333333a0.5 0.5 0 0 1 0.36533333333333334 0.8413333333333333l-7 7.5a0.5 0.5 0 0 1 -0.848 -0.4733333333333333l1.3279999999999998 -4.867999999999999H2.5a0.5 0.5 0 0 1 -0.36533333333333334 -0.8413333333333333l7 -7.5a0.5 0.5 0 0 1 0.6086666666666667 -0.09533333333333333Z"
clip-rule="evenodd"
stroke-width="0.6667"
></path>
</svg>