iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 821 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CloudCog = (props) => React.createElement("svg", { className: "lucide lucide-cloud-cog", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("circle", { cx: "12", cy: "17", r: "3" }),
React.createElement("path", { d: "M4.2 15.1A7 7 0 1115.71 8h1.79a4.5 4.5 0 012.5 8.2M15.7 18.4l-.9-.3M9.2 15.9l-.9-.3M10.6 20.7l.3-.9M13.1 14.2l.3-.9M13.6 20.7l-.4-1M10.8 14.3l-.4-1M8.3 18.6l1-.4M14.7 15.8l1-.4" }));
exports.default = CloudCog;