UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 933 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutSpacingVertical24 = 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 7c.27614 0 .5.22386.5.5v.25c0 .13807.11193.25.25.25h6.5c.1381 0 .25-.11193.25-.25V7.5c0-.27614.2239-.5.5-.5s.5.22386.5.5v.25C16 8.44036 15.4404 9 14.75 9h-6.5C7.55964 9 7 8.44036 7 7.75V7.5c0-.27614.22386-.5.5-.5m.75 8c-.13807 0-.25.1119-.25.25v.25c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-.25c0-.6904.55964-1.25 1.25-1.25h6.5001c.6904 0 1.25.5596 1.25 1.25v.25c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5v-.25c0-.1381-.1119-.25-.25-.25zm1.25-4c-.27614 0-.5.2239-.5.5s.22386.5.5.5h4c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-spacing-vertical-24.js.map