UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.28 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEditMode24 = 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 8C5.67157 8 5 7.32843 5 6.5S5.67157 5 6.5 5 8 5.67157 8 6.5 7.32843 8 6.5 8m.5.94999C7.97957 8.75115 8.75115 7.97956 8.94999 7H15.05c.1988.97956.9704 1.75115 1.95 1.94999V15.05c-.9796.1988-1.7512.9704-1.95 1.95H8.94999C8.75115 16.0204 7.97956 15.2488 7 15.05zM18 15.05c1.1411.2316 2 1.2405 2 2.45 0 1.3807-1.1193 2.5-2.5 2.5-1.2095 0-2.2184-.8589-2.45-2H8.94999C8.71836 19.1411 7.70948 20 6.5 20 5.11929 20 4 18.8807 4 17.5c0-1.2095.85888-2.2184 2-2.45V8.94999C4.85888 8.71836 4 7.70948 4 6.5 4 5.11929 5.11929 4 6.5 4c1.20948 0 2.21836.85888 2.44999 2H15.05c.2316-1.14112 1.2405-2 2.45-2C18.8807 4 20 5.11929 20 6.5c0 1.20948-.8589 2.21836-2 2.44999zm-.5.95c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5m0-8c.8284 0 1.5-.67157 1.5-1.5S18.3284 5 17.5 5 16 5.67157 16 6.5 16.6716 8 17.5 8m-11 8c.82843 0 1.5.6716 1.5 1.5S7.32843 19 6.5 19 5 18.3284 5 17.5 5.67157 16 6.5 16", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-edit-mode-24.js.map