@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 857 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFillMixedSmall24 = 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: "M12 7H8c-.55228 0-1 .44772-1 1v4c0 .5523.44772 1 1 1h4c.5523 0 1-.4477 1-1V8c0-.55228-.4477-1-1-1M8 6c-1.10457 0-2 .89543-2 2v4c0 1.1046.89543 2 2 2 0 1.1046.89543 2 2 2 0 1.1046.8954 2 2 2h4c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2 0-1.10457-.8954-2-2-2 0-1.10457-.8954-2-2-2zm8 5v3c0 1.1046-.8954 2-2 2h-3c0 .5523.4477 1 1 1h4c.5523 0 1-.4477 1-1v-4c0-.5523-.4477-1-1-1m-6 4c-.55228 0-1-.4477-1-1h3c1.1046 0 2-.8954 2-2V9c.5523 0 1 .44772 1 1v4c0 .5523-.4477 1-1 1z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-fill-mixed-small-24.js.map