UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 773 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEditTextSmall24 = 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: "M8.5 6c-.27614 0-.5.22386-.5.5v11c0 .2761.22386.5.5.5s.5-.2239.5-.5v-11c0-.27614-.22386-.5-.5-.5m5.4596 2.30304A.5001.5001 0 0 0 13.5 8c-.2 0-.3808.1192-.4596.30304L10.8976 13.303l-.8572 2c-.10875.2539.0088.5478.2626.6566.2539.1087.5478-.0088.6566-.2626L11.6868 14h3.6264l.7272 1.697c.1088.2538.4027.3713.6566.2626.2538-.1088.3714-.4027.2626-.6566l-.8572-2zM13.5 9.7693 14.8846 13h-2.7692z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-edit-text-small-24.js.map