iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 829 B
JavaScript
;
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 Cog = (props) => React.createElement("svg", { className: "lucide lucide-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("path", { d: "M12 20a8 8 0 100-16 8 8 0 000 16z" }),
React.createElement("path", { d: "M12 14a2 2 0 100-4 2 2 0 000 4zM12 2v2M12 22v-2M17 20.66l-1-1.73M11 10.27L7 3.34M20.66 17l-1.73-1M3.34 7l1.73 1M14 12h8M2 12h2M20.66 7l-1.73 1M3.34 17l1.73-1M17 3.34l-1 1.73M11 13.73l-4 6.93" }));
exports.default = Cog;