UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 638 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCompanySmall24 = 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 6h5v11h-1v-2c0-.5523-.4477-1-1-1H9c-.55229 0-1 .4477-1 1v2H7zm5 12H7c-.55229 0-1-.4477-1-1V6c0-.55229.44771-1 1-1h5c.5523 0 1 .44771 1 1v4h2V8.5c0-.27614.2239-.5.5-.5s.5.22386.5.5V10h2c.5523 0 1 .4477 1 1v6c0 .5523-.4477 1-1 1h-6m1-7v6h5v-6zm-4 6h1v-2H9z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-company-small-24.js.map