@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 770 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLayoutTidyUpListVertical24 = 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: "M5 6.75c0-.41421.33579-.75.75-.75h11.5c.4142 0 .75.33579.75.75v.5c0 .41421-.3358.75-.75.75H5.75C5.33579 8 5 7.66421 5 7.25zm0 5c0-.4142.33579-.75.75-.75h11.5c.4142 0 .75.3358.75.75v.5c0 .4142-.3358.75-.75.75H5.75c-.41421 0-.75-.3358-.75-.75zM5.75 16c-.41421 0-.75.3358-.75.75v.5c0 .4142.33579.75.75.75h11.5c.4142 0 .75-.3358.75-.75v-.5c0-.4142-.3358-.75-.75-.75z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-layout-tidy-up-list-vertical-24.js.map