@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.5 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconDetach16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M12.3536 3.64643c1.0236 1.02362 1.0237 2.68322.0002 3.70695l-1.0001 1.00023c-.1952.19528-.5118.19531-.7071.00007s-.1953-.51183-.0001-.70711l1.0001-1.00023c.6331-.63319.633-1.65968-.0001-2.29281-.6332-.63317-1.65977-.63317-2.29294.00001l-.99999.99998c-.19526.19527-.51185.19527-.70711 0-.19526-.19526-.19526-.51184 0-.7071l.99999-.99999c1.0237-1.0237 2.68345-1.0237 3.70715 0M3.64645 12.3535c-1.02369-1.0237-1.02369-2.68341 0-3.7071l1-1c.19526-.19526.51184-.19526.7071 0 .19527.19526.19527.51185 0 .70711l-1 1c-.63316.63316-.63316 1.65969 0 2.29289.63317.6332 1.65973.6332 2.2929 0l1-1c.19526-.1953.51184-.1953.7071 0 .19527.1953.19527.5118 0 .7071l-1 1c-1.02368 1.0237-2.68341 1.0237-3.7071 0M2.00007 5.49997c0-.27614.22386-.5.5-.5h1.5c.27615 0 .5.22386.5.5s-.22385.5-.5.5h-1.5c-.27614 0-.5-.22386-.5-.5M6.00006 2.4999c0-.27614-.22386-.5-.5-.5-.27615 0-.5.22386-.5.5v1.5c0 .27614.22385.5.5.5.27614 0 .5-.22386.5-.5zM10.5001 11.5c.2761 0 .5.2238.5.5v1.5c0 .2761-.2239.5-.5.5-.2762 0-.5-.2239-.5-.5V12c0-.2762.2238-.5.5-.5m1.5-1.50004c-.2762 0-.5.22384-.5.50004 0 .2761.2238.5.5.5h1.5c.2761 0 .5-.2239.5-.5 0-.2762-.2239-.50004-.5-.50004z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-detach-16.js.map