@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 402 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPropHeight24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M8.84521 16V8h1.08985v3.5195H14.064V8h1.0859v8H14.064v-3.5312H9.93506V16z", fill: "currentColor" })));
//# sourceMappingURL=icon-prop-height-24.js.map