UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.43 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEditObject24 = 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: "M16 4h2v2h-2zm-1 0c0-.55228.4477-1 1-1h2c.5523 0 1 .44772 1 1v2c0 .55228-.4477 1-1 1h-2c-.0896 0-.1764-.01178-.259-.03387l-2.0355 2.03552C14.5754 8.67729 15.517 8.5 16.5 8.5c1.5799 0 3.0528.45796 4.2932 1.24838.1307.08327.2068.22902.2068.38402 0 .3981-.4752.6258-.8135.4159C19.1159 9.88373 17.8528 9.5 16.5 9.5c-1.1199 0-2.1785.26301-3.1172.7306l-.0029.0015c.078.242.1201.5.1201.7679 0 1.3807-1.1193 2.5-2.5 2.5-.2679 0-.5259-.0421-.7679-.1201l-.0015.0029C9.76301 14.3215 9.5 15.3801 9.5 16.5c0 1.3528.38373 2.6159 1.0483 3.6865.2099.3383-.0178.8135-.4159.8135-.155 0-.30075-.0761-.38402-.2068C8.95796 19.5528 8.5 18.0799 8.5 16.5c0-.983.17729-1.9246.50165-2.7945L6.96613 15.741C6.98822 15.8236 7 15.9104 7 16v2c0 .5523-.44772 1-1 1H4c-.55228 0-1-.4477-1-1v-2c0-.5523.44772-1 1-1h2c.08958 0 .17641.0118.25902.0339l2.65518-2.6552C8.65244 11.9835 8.5 11.5095 8.5 11c0-1.38071 1.11929-2.5 2.5-2.5.5095 0 .9835.15244 1.3787.4142l2.6552-2.65518A1 1 0 0 1 15 6zm-4 8.5c.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.5M6 16H4v2h2z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-edit-object-24.js.map