@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 735 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInsert24 = 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: "M20 12c0 4.4183-3.5817 8-8 8-4.41827 0-8-3.5817-8-8 0-4.41827 3.58173-8 8-8 4.4183 0 8 3.58173 8 8m1 0c0 4.9706-4.0294 9-9 9-4.97057 0-9-4.0294-9-9 0-4.97057 4.02943-9 9-9 4.9706 0 9 4.02943 9 9m-8.5-3.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v3h-3c-.27614 0-.5.2239-.5.5s.22386.5.5.5h3v3c0 .2761.2239.5.5.5s.5-.2239.5-.5v-3h3c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-3z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-insert-24.js.map