iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 2.48 kB
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 Gears3 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.253 5.397a1.492 1.492 0 002.23-1.288h1.5a1.492 1.492 0 002.231 1.288l.75 1.298c.417-.233.916-.387 1.424-.478-.031-.09-.071-.178-.12-.264l-.759-1.313a1.492 1.492 0 00-2.025-.553A1.492 1.492 0 007.992 2.61H6.476c-.82 0-1.485.66-1.492 1.478a1.492 1.492 0 00-2.026.553L2.2 5.953c-.41.71-.17 1.616.534 2.031a1.492 1.492 0 00-.534 2.031l.758 1.313c.41.71 1.314.955 2.026.553.006.618.388 1.147.928 1.368-.003-.571.14-1.15.447-1.68l.068-.118a1.494 1.494 0 00-2.174-.88l-.75-1.299c.985-.576.985-2 0-2.576l.75-1.299z", fill: "#323544" }),
React.createElement("path", { d: "M7.234 9.484a1.5 1.5 0 100-3 1.5 1.5 0 000 3z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.64 15.11a3.065 3.065 0 116.13 0 3.065 3.065 0 01-6.13 0zm3.066-1.564a1.565 1.565 0 100 3.13 1.565 1.565 0 000-3.13z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.658 17.903a1.833 1.833 0 01.671-2.505.333.333 0 000-.576 1.833 1.833 0 01-.67-2.504l1.106-1.916a1.833 1.833 0 012.503-.67.332.332 0 00.499-.288c0-1.012.82-1.833 1.832-1.833h2.213c1.013 0 1.833.821 1.833 1.833 0 .256.277.416.498.288a1.832 1.832 0 012.503.67l1.107 1.918a1.832 1.832 0 01-.67 2.502.332.332 0 000 .576 1.833 1.833 0 01.67 2.503l-1.105 1.916a1.833 1.833 0 01-2.504.671.333.333 0 00-.5.288c0 1.013-.82 1.833-1.832 1.833H13.6a1.833 1.833 0 01-1.833-1.832.333.333 0 00-.5-.288 1.833 1.833 0 01-2.503-.671l-1.106-1.915zm1.421-1.206a.333.333 0 00-.122.456l1.106 1.915c.092.16.295.214.455.122 1.221-.705 2.749.176 2.749 1.587 0 .183.149.332.333.332h2.212c.184 0 .333-.149.333-.333 0-1.41 1.527-2.292 2.749-1.587.16.092.363.037.455-.122l1.106-1.916a.333.333 0 00-.122-.454c-1.221-.705-1.222-2.468 0-3.174a.332.332 0 00.121-.453l-1.107-1.917a.332.332 0 00-.454-.122c-1.221.706-2.748-.177-2.748-1.587a.333.333 0 00-.333-.333H13.6a.332.332 0 00-.332.333c0 1.41-1.527 2.292-2.749 1.586a.333.333 0 00-.454.122l-1.106 1.916a.333.333 0 00.122.455c1.222.705 1.22 2.47 0 3.174z", fill: "#323544" }));
exports.default = Gears3;