UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.34 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconEditObjectSmall24 = 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: "M15 6h1v1h-1zm-.259 1.96613C14.8236 7.98822 14.9104 8 15 8h1c.5523 0 1-.44772 1-1V6c0-.55228-.4477-1-1-1h-1c-.5523 0-1 .44772-1 1v1c0 .08958.0118.17641.0339.25902L12.016 9.27691C11.7182 9.10097 11.3709 9 11 9c-1.10457 0-2 .89543-2 2 0 .3709.10097.7182.27691 1.016l-2.01789 2.0179A1 1 0 0 0 7 14H6c-.55228 0-1 .4477-1 1v1c0 .5523.44772 1 1 1h1c.55228 0 1-.4477 1-1v-1c0-.0896-.01178-.1764-.03387-.259l1.2167-1.2167C9.06343 13.9964 9 14.4908 9 15c0 1.468.52721 2.8129 1.4026 3.8556.0782.0931.1947.1444.3163.1444.4106 0 .6208-.5693.3652-.8907C10.4055 17.2557 10 16.1752 10 15c0-.7408.1611-1.4441.4502-2.0765.1747.0498.3591.0765.5498.0765 1.1046 0 2-.8954 2-2 0-.1907-.0267-.3751-.0765-.5498C13.5559 10.1611 14.2592 10 15 10c1.1752 0 2.2557.4055 3.1093 1.0841.3214.2556.8907.0454.8907-.3652 0-.1216-.0513-.2381-.1444-.3163C17.8129 9.52721 16.468 9 15 9c-.5092 0-1.0036.06343-1.4757.18283zM7 15H6v1h1zm4-3c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-edit-object-small-24.js.map