UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.27 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconH224 = 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 6.5c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v11c0 .2761.22386.5.5.5s.5-.2239.5-.5V12h6v5.5c0 .2761.2239.5.5.5s.5-.2239.5-.5v-11c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5V11H7zm9.0339 10.952c0 .3026.2454.548.548.548h2.9701c.2474 0 .448-.2006.448-.448s-.2006-.448-.448-.448h-2.0718v-.0404l.9972-1.0376c.3748-.3699.6657-.685.8729-.9451.209-.2601.355-.4971.4378-.711.0829-.2138.1243-.4316.1243-.6531q0-.4971-.2457-.8844-.243-.3873-.6837-.6099c-.2937-.1483-.6346-.2225-1.0225-.2225q-.57345 0-1.017.2283c-.2938.1522-.5245.3671-.6921.6445-.0893.1479-.1548.3096-.1965.4854-.0636.2679.1683.4944.4437.4944s.4789-.2355.5955-.485a.84.84 0 0 1 .0189-.0381c.0791-.1465.1902-.2592.3333-.3382.1432-.0809.3098-.1214.5-.1214.1846 0 .3494.0367.4944.1099s.2589.1772.3418.3121c.0828.133.1243.2929.1243.4798 0 .1637-.032.3179-.0961.4624-.064.1445-.16.2938-.2881.448-.1281.1541-.2881.3304-.4802.5289l-1.8486 1.854a.548.548 0 0 0-.1599.387", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-h2-24.js.map