@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 772 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconReset16 = 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: "M6.35355 2.14645c.19527.19526.19527.51184 0 .7071L5.20711 4H8.5c2.7614 0 5 2.23858 5 5 0 2.7614-2.2386 5-5 5-2.76142 0-5-2.2386-5-5 0-.27614.22386-.5.5-.5s.5.22386.5.5c0 2.2091 1.79086 4 4 4 2.2091 0 4-1.7909 4-4 0-2.20914-1.7909-4-4-4H5.20711l1.14644 1.14645c.19527.19526.19527.51184 0 .7071-.19526.19527-.51184.19527-.7071 0l-2-2c-.19527-.19526-.19527-.51184 0-.7071l2-2c.19526-.19527.51184-.19527.7071 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-reset-16.js.map