UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.11 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconFigmaSmall24 = 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: "M11.5 6.5H10c-.82843 0-1.5.67157-1.5 1.5s.67157 1.5 1.5 1.5h1.5zm-1.5 4h1.5v3H10c-.82843 0-1.5-.6716-1.5-1.5s.67157-1.5 1.5-1.5m5.5002-.5c.6071-.45611.9998-1.1822.9998-2 0-1.38071-1.1193-2.5-2.5-2.5h-4C8.61929 5.5 7.5 6.61929 7.5 8c0 .8178.39267 1.54389.99976 2-.60709.4561-.99976 1.1822-.99976 2s.39267 1.5439.99976 2C7.89267 14.4561 7.5 15.1822 7.5 16c0 1.3807 1.11929 2.5 2.5 2.5 1.3807 0 2.5-1.1193 2.5-2.5v-1.9998c.4178.3138.9372.4998 1.5.4998 1.3807 0 2.5-1.1193 2.5-2.5 0-.8178-.3927-1.5439-.9998-2M12.5 12c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5M14 9.5h-1.5v-3H14c.8284 0 1.5.67157 1.5 1.5s-.6716 1.5-1.5 1.5m-4 5c-.82843 0-1.5.6716-1.5 1.5s.67157 1.5 1.5 1.5c.8284 0 1.5-.6716 1.5-1.5v-1.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-figma-small-24.js.map