@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.02 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMultiEditTextSmall24 = 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: "M6.5 6c-.27614 0-.5.22386-.5.5v11c0 .2761.22386.5.5.5s.5-.2239.5-.5v-11c0-.27614-.22386-.5-.5-.5m5 2c.2 0 .3808.1192.4596.30304l2.1428 4.99996.8572 2c.1088.2539-.0088.5478-.2626.6566-.2539.1087-.5478-.0088-.6566-.2626L13.3132 14H9.68684l-.72727 1.697c-.10878.2538-.40271.3713-.65653.2626-.25381-.1088-.37139-.4027-.26261-.6566l.85714-2 2.14283-4.99996A.5001.5001 0 0 1 11.5 8m1.3846 5L11.5 9.7693 10.1154 13zm4.4285 1h-1.824l-.4286-1h1.824L15.5 9.7693l-.9121 2.128-.5439-1.2693.9964-2.32496A.5.5 0 0 1 15.5 8c.2 0 .3807.1192.4595.30304l2.1429 4.99996.8571 2c.1088.2539-.0088.5478-.2626.6566-.2538.1087-.5477-.0088-.6565-.2626z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-multi-edit-text-small-24.js.map