@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.69 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractionHoverSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M12 6c-.8284 0-1.5.67157-1.5 1.5S11.1716 9 12 9s1.5-.67157 1.5-1.5S12.8284 6 12 6M9.5 7.5C9.5 6.11929 10.6193 5 12 5s2.5 1.11929 2.5 2.5S13.3807 10 12 10 9.5 8.88071 9.5 7.5M6 15.6028V16c0 .1558.0802.3604.34718.6032.26714.2429.6816.4846 1.23612.6979C8.68901 17.7264 10.2504 18 12 18s3.311-.2736 4.4167-.6989c.5545-.2133.969-.455 1.2361-.6979.267-.2428.3472-.4474.3472-.6032v-.3972c-.344.2429-.7607.4533-1.2243.6316C15.5289 16.714 13.8403 17 12 17s-3.52885-.286-4.77568-.7656c-.46361-.1783-.88034-.3887-1.22432-.6316M6 14c0 .1558.0802.3604.34718.6032.26714.2429.6816.4846 1.23612.6979C8.68901 15.7264 10.2504 16 12 16s3.311-.2736 4.4167-.6989c.5545-.2133.969-.455 1.2361-.6979.267-.2428.3472-.4474.3472-.6032s-.0802-.3604-.3472-.6032c-.2671-.2429-.6816-.4846-1.2361-.6979C15.311 12.2736 13.7496 12 12 12s-3.31099.2736-4.4167.6989c-.55452.2133-.96898.455-1.23612.6979C6.0802 13.6396 6 13.8442 6 14m13 0c0-.5345-.2836-.9876-.6744-1.343-.3907-.3553-.9282-.6523-1.5499-.8914C15.5289 11.286 13.8403 11 12 11s-3.52885.286-4.77568.7656c-.62175.2391-1.15921.5361-1.5499.8914C5.28357 13.0124 5 13.4655 5 14v2c0 .5345.28357.9876.67442 1.343.39069.3553.92815.6523 1.5499.8914C8.47115 18.714 10.1597 19 12 19s3.5289-.286 4.7757-.7656c.6217-.2391 1.1592-.5361 1.5499-.8914.3908-.3554.6744-.8085.6744-1.343z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interaction-hover-small-24.js.map