UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.17 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMultiEditSmall24 = 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: "M7.5 7h5c.2761 0 .5.22386.5.5V9h-2.5C9.67157 9 9 9.67157 9 10.5V13H7.5c-.27614 0-.5-.2239-.5-.5v-5c0-.27614.22386-.5.5-.5m8 2H14V7.5c0-.82843-.6716-1.5-1.5-1.5h-5C6.67157 6 6 6.67157 6 7.5v5c0 .8284.67157 1.5 1.5 1.5H9v1.5c0 .8284.67157 1.5 1.5 1.5h2.932l.5067 1.3511c.1537.4099.5561.6722.9932.6473.437-.0249.8071-.3312.9132-.7559l.4795-1.9179 1.9179-.4795c.4247-.1061.731-.4762.7559-.9132.0249-.4371-.2374-.8395-.6473-.9932L17 13.432V10.5c0-.82843-.6716-1.5-1.5-1.5m1.5 5.5-.6492-.2435L16 14.125l-1.7572-.659L13 13l.466 1.2428L14.125 16l.1315.3508L14.5 17l.375 1 .4272-1.7088L15.5 15.5l.7912-.1978L18 14.875zM13.057 16l-.9933-2.6489c-.1377-.3672-.0481-.7809.2292-1.0582s.691-.3669 1.0582-.2292L16 13.057V10.5c0-.2761-.2239-.5-.5-.5h-5c-.2761 0-.5.2239-.5.5v5c0 .2761.2239.5.5.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-multi-edit-small-24.js.map