@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 540 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPlus16 = 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: "M8.5 2.5c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v5h-5c-.27614 0-.5.22386-.5.5s.22386.5.5.5h5v5c0 .2761.22386.5.5.5s.5-.2239.5-.5v-5h5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5h-5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-plus-16.js.map