@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.35 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractionMouseUpSmall24 = 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: "M9.32101 5.53233c.25512-.10567.5476.01548.65328.2706l.77651 1.87472c.1018.24576-.0389.52437-.2846.62643-.2457.10208-.53738.00221-.6392-.24362l-.77659-1.87485c-.10568-.25512.01547-.5476.2706-.65328m-1.26028 4.2944-1.87487-.7766c-.25513-.10567-.54761.01548-.65328.2706-.10568.25512.01547.5476.27059.65328l1.87474.77659c.24576.1017.52437-.039.62643-.2847.10208-.2457.00221-.53735-.24361-.63917m8.26097.92377 1.8745-.77645c.2551-.10568.3763-.39816.2706-.65329-.1057-.25512-.3981-.37627-.6533-.27059l-1.8746.77651c-.2459.10182-.3457.39352-.2437.63922.1021.2457.3807.3864.6265.2846m-2.1492-2.69008.7765-1.87475c.1057-.25513-.0154-.54761-.2706-.65329-.2551-.10567-.5476.01548-.6532.2706l-.7765 1.87462c-.1018.24577.0389.52438.2846.62644s.5374.0022.6392-.24362M9.14632 12.6464c-.19526.1953-.19526.5119 0 .7072.19527.1952.51185.1952.70711 0l1.64647-1.6465V15.5c0 .2761.2238.5.5.5.2761 0 .5-.2239.5-.5v-3.7929l1.6464 1.6465c.1953.1952.5119.1952.7071 0 .1953-.1953.1953-.5119 0-.7072l-2.5-2.5c-.1952-.19522-.5118-.19522-.7071 0zm7.41358 1.0394c-.278-.0981-.5607.1216-.6045.4131-.0354.2362.0967.4666.3214.5477.0474.0171.094.0344.1399.0521.5545.2133.969.455 1.2361.6979.267.2428.3472.4473.3472.6032 0 .1558-.0802.3604-.3472.6032-.2671.2429-.6816.4846-1.2361.6979-1.1057.4252-2.6671.6989-4.4167.6989s-3.31099-.2737-4.4167-.6989c-.55453-.2133-.96897-.455-1.23611-.6979C6.08019 16.3602 6 16.1556 6 15.9998c0-.1559.08019-.3604.34719-.6032.26714-.2429.68158-.4846 1.23611-.6979a6.7 6.7 0 0 1 .13993-.0521c.22466-.0811.35681-.3115.32134-.5477-.04379-.2915-.32647-.5112-.60445-.4131a8.4 8.4 0 0 0-.2158.0795c-.62175.2392-1.15921.5362-1.5499.8914C5.28358 15.0121 5 15.4653 5 15.9998s.28358.9876.67442 1.343c.39069.3553.92815.6523 1.5499.8914 1.24682.4796 2.93538.7656 4.77568.7656s3.5289-.286 4.7757-.7656c.6217-.2391 1.1592-.5361 1.5499-.8914.3908-.3554.6744-.8085.6744-1.343s-.2836-.9877-.6744-1.3431c-.3907-.3552-.9282-.6522-1.5499-.8914a8.6 8.6 0 0 0-.2158-.0795", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interaction-mouse-up-small-24.js.map