UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.07 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMultiEdit24 = 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 5h6c.5523 0 1 .44772 1 1v2h-3c-1.10457 0-2 .89543-2 2v3H6c-.55228 0-1-.4477-1-1V6c0-.55228.44772-1 1-1m8 1v2h2c1.1046 0 2 .89543 2 2v4.432l2.3511.8817c.4099.1537.6722.5561.6473.9932-.0249.437-.3312.8071-.7559.9132l-2.4179.6045-.6045 2.4179c-.1061.4247-.4762.731-.9132.7559-.4371.0249-.8395-.2374-.9932-.6473L14.432 18H10c-1.10457 0-2-.8954-2-2v-2H6c-1.10457 0-2-.8954-2-2V6c0-1.10457.89543-2 2-2h6c1.1046 0 2 .89543 2 2m.057 11-.9933-2.6489c-.1377-.3672-.0481-.7809.2292-1.0582s.691-.3669 1.0582-.2292L17 14.057V10c0-.55228-.4477-1-1-1h-6c-.55228 0-1 .44772-1 1v6c0 .5523.44772 1 1 1zm4.2342-.3228L17 17l-.3228 1.2912L16.25 20l-.6185-1.6492-1.1655-3.108L14 14l1.2428.466 3.108 1.1655L20 16.25z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-multi-edit-24.js.map