UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.2 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEditModeSmall24 = 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 9c-.55228 0-1-.44772-1-1s.44772-1 1-1 1 .44772 1 1-.44772 1-1 1m.5.93699C9.2028 9.7561 9.7561 9.2028 9.93699 8.5H14.063c.1809.7028.7342 1.2561 1.437 1.43699V14.063c-.7028.1809-1.2561.7342-1.437 1.437H9.93699C9.7561 14.7972 9.2028 14.2439 8.5 14.063zm8 4.12601c.8626.222 1.5 1.0051 1.5 1.937 0 1.1046-.8954 2-2 2-.9319 0-1.715-.6374-1.937-1.5H9.93699C9.71497 17.3626 8.93192 18 8 18c-1.10457 0-2-.8954-2-2 0-.9319.63739-1.715 1.5-1.937V9.93699C6.63739 9.71497 6 8.93192 6 8c0-1.10457.89543-2 2-2 .93192 0 1.71497.63739 1.93699 1.5H14.063C14.285 6.63739 15.0681 6 16 6c1.1046 0 2 .89543 2 2 0 .93192-.6374 1.71497-1.5 1.93699zM16 15c-.5523 0-1 .4477-1 1s.4477 1 1 1 1-.4477 1-1-.4477-1-1-1m0-6c.5523 0 1-.44772 1-1s-.4477-1-1-1-1 .44772-1 1 .4477 1 1 1m-8 6c.55228 0 1 .4477 1 1s-.44772 1-1 1-1-.4477-1-1 .44772-1 1-1", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-edit-mode-small-24.js.map