UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.29 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconResetInstance24 = 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: "M3.10267 10.1897c-.58579.5858-.58579 1.5355 0 2.1213l4.04389 4.0439a.5.5 0 0 0 .01924.0183l2.28488 2.2848c1.90192 1.9019 5.04742 1.6784 6.66122-.4734.2164-.2885.3965-.6041.5351-.9367 1.2336-2.9608-.9322-6.2476-4.1469-6.2476h-2.2929l2.1464-2.1464c.1953-.19526.1953-.51184 0-.7071-.1952-.19527-.5118-.19527-.7071 0l-2.99996 3c-.19526.1953-.19526.5118 0 .7071l2.99996 3c.1953.1953.5119.1953.7071 0 .1953-.1953.1953-.5118 0-.7071l-2.1464-2.1465h2.2929c2.4939 0 4.1857 2.5543 3.2238 4.863-.1068.2563-.2456.4995-.412.7213-1.2487 1.665-3.6825 1.8379-5.1541.3663l-4.30415-4.3041a.5.5 0 0 0-.01923-.0183l-2.02464-2.0246c-.19527-.1953-.19527-.5118 0-.7071l7.58632-7.58629c.1952-.19526.5118-.19526.7071 0l7.5863 7.58629c.1952.1953.1952.5118 0 .7071l-.8516.8516c-.1953.1952-.1953.5118 0 .7071.1952.1953.5118.1953.7071 0l.8516-.8516c.5857-.5858.5857-1.5355 0-2.1213l-7.5863-7.5863c-.5858-.58578-1.5356-.58579-2.1213 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-reset-instance-24.js.map