@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 662 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHome24 = 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: "M10 19c0 .5523-.44772 1-1 1H5c-.55228 0-1-.4477-1-1v-9c0-.29192.12756-.56927.34921-.75926l6.99999-6c.3745-.32099.9271-.32099 1.3016 0l7 6C19.8724 9.43073 20 9.70808 20 10v9c0 .5523-.4477 1-1 1h-4c-.5523 0-1-.4477-1-1v-6h-4zm-4 0H5v-9l7-6 7 6v9h-4v-6c0-.5523-.4477-1-1-1h-4c-.55228 0-1 .4477-1 1v6H6", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-home-24.js.map