UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 908 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayoutAlignBottomGroup24 = 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: "M9.25 7c.41421 0 .75.33579.75.75v6.5c0 .4142-.33579.75-.75.75h-.5c-.41421 0-.75-.3358-.75-.75v-6.5c0-.41421.33579-.75.75-.75zm5 4c.4142 0 .75.3358.75.75v2.5c0 .4142-.3358.75-.75.75h-.5c-.4142 0-.75-.3358-.75-.75v-2.5c0-.4142.3358-.75.75-.75zM18 17.5c0-.2761-.2239-.5-.5-.5h-12c-.27614 0-.5.2239-.5.5s.22386.5.5.5h12c.2761 0 .5-.2239.5-.5", fill: "currentColor", "fill-rule": "evenodd" }), h("path", { d: "M17.5 14.5V6.25c0-.41421-.3358-.75-.75-.75H6.25c-.41421 0-.75.33579-.75.75v8.25", stroke: "black", strokeLinecap: "round", strokeOpacity: "0.3" }))); //# sourceMappingURL=icon-layout-align-bottom-group-24.js.map