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 IconUngroupSmall24 = 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 6C6.67157 6 6 6.67157 6 7.5c0 .27614.22386.5.5.5s.5-.22386.5-.5.22386-.5.5-.5.5-.22386.5-.5-.22386-.5-.5-.5m2 0c-.27614 0-.5.22386-.5.5s.22386.5.5.5H11c.2761 0 .5-.22386.5-.5S11.2761 6 11 6zM13 6c-.2761 0-.5.22386-.5.5s.2239.5.5.5h1.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5zm-6 5V9.5c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5V11c0 .2761.22386.5.5.5s.5-.2239.5-.5m11 0V9.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5V11c0 .2761.2239.5.5.5s.5-.2239.5-.5M7 14.5V13c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v1.5c0 .2761.22386.5.5.5s.5-.2239.5-.5m11 0V13c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v1.5c0 .2761.2239.5.5.5s.5-.2239.5-.5M16.5 18c.8284 0 1.5-.6716 1.5-1.5 0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5-.2239.5-.5.5-.5.2239-.5.5.2239.5.5.5m-7-1c-.27614 0-.5.2239-.5.5s.22386.5.5.5H11c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm3.5 0c-.2761 0-.5.2239-.5.5s.2239.5.5.5h1.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm4.8535-10.14645c.1953-.19526.1953-.51184 0-.7071-.1952-.19526-.5118-.19526-.707 0L6.14645 17.1465c-.19526.1952-.19526.5118 0 .707.19526.1953.51184.1953.7071 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ungroup-small-24.js.map