UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 846 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCommand24 = 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: "M4 7c0-1.65685 1.34315-3 3-3s3 1.34315 3 3v2h4V7c0-1.65685 1.3431-3 3-3s3 1.34315 3 3-1.3431 3-3 3h-2v4h2c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3v-2h-4v2c0 1.6569-1.34315 3-3 3s-3-1.3431-3-3 1.34315-3 3-3h2v-4H7c-1.65685 0-3-1.34315-3-3m5 2V7c0-1.10457-.89543-2-2-2s-2 .89543-2 2 .89543 2 2 2zm0 6H7c-1.10457 0-2 .8954-2 2s.89543 2 2 2 2-.8954 2-2zm1-1h4v-4h-4zm5 1v2c0 1.1046.8954 2 2 2s2-.8954 2-2-.8954-2-2-2zm0-6h2c1.1046 0 2-.89543 2-2s-.8954-2-2-2-2 .89543-2 2z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-command-24.js.map