@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.04 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconGradientAngularSmall24 = 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 17h10V7H7zm5-2c1.6569 0 3-1.3431 3-3s-1.3431-3-3-3-3 1.3431-3 3 1.3431 3 3 3", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }),
h("path", { "clip-rule": "evenodd", d: "M16 7H8c-.55229 0-1 .44771-1 1v8c0 .5523.44771 1 1 1h8c.5523 0 1-.4477 1-1V8c0-.55229-.4477-1-1-1M8 6c-1.10457 0-2 .89543-2 2v8c0 1.1046.89543 2 2 2h8c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2zm4.5 8.9585c1.4189-.238 2.5-1.472 2.5-2.9585 0-1.6569-1.3431-3-3-3s-3 1.3431-3 3c0 1.4865 1.0811 2.7205 2.5 2.9585V12c0-.2761.2239-.5.5-.5s.5.2239.5.5zM12 16c2.2091 0 4-1.7909 4-4 0-2.20914-1.7909-4-4-4-2.20914 0-4 1.79086-4 4 0 2.2091 1.79086 4 4 4", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-gradient-angular-small-24.js.map