@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 983 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconExposeNested16 = 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: "M7.29289 2.29289c.39053-.39052 1.02369-.39052 1.41422 0l3.99999 4c.3905.39053.3905 1.02369 0 1.41422l-1.1464 1.14644c-.1953.19527-.5119.19527-.7071 0-.1953-.19526-.1953-.51184 0-.7071L12 7 8 3 4 7l1.14645 1.14645c.19526.19526.19526.51184 0 .7071-.19527.19527-.51185.19527-.70711 0L3.29289 7.70711c-.39052-.39053-.39052-1.02369 0-1.41422zM5.14645 10.6464c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0L7.5 9.70711V13.5c0 .2761.22386.5.5.5s.5-.2239.5-.5V9.70711l1.6464 1.64649c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072L8.35355 8.14645c-.19526-.19527-.51184-.19527-.7071 0z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-expose-nested-16.js.map