UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.8 kB
"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 Gear1 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.774a3.835 3.835 0 100 7.67 3.835 3.835 0 000-7.67zM9.663 12.61a2.335 2.335 0 114.67 0 2.335 2.335 0 01-4.67 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.58 8.922a2.234 2.234 0 00.819 3.052c.489.282.489.989 0 1.27a2.234 2.234 0 00-.818 3.052l1.516 2.626a2.234 2.234 0 003.052.818.734.734 0 011.101.635c0 1.234 1 2.234 2.234 2.234h3.033c1.233 0 2.233-1 2.233-2.233a.734.734 0 011.1-.636 2.233 2.233 0 003.051-.817l1.517-2.627a2.234 2.234 0 00-.818-3.051.734.734 0 010-1.271 2.234 2.234 0 00.818-3.052L19.9 6.296a2.233 2.233 0 00-3.05-.817.734.734 0 01-1.1-.636c0-1.233-1-2.234-2.234-2.234h-3.033c-1.234 0-2.234 1-2.234 2.234a.734.734 0 01-1.101.636 2.234 2.234 0 00-3.052.818L2.58 8.922zm1.569 1.753a.734.734 0 01-.27-1.003l1.517-2.625a.734.734 0 011.003-.269c1.49.86 3.351-.215 3.351-1.935 0-.405.329-.734.734-.734h3.033c.405 0 .733.329.733.734 0 1.72 1.861 2.794 3.35 1.935a.733.733 0 011.002.268l1.517 2.626c.202.351.082.8-.269 1.003-1.49.86-1.49 3.01 0 3.869.35.202.471.651.269 1.002l-1.517 2.627a.733.733 0 01-1.002.268c-1.489-.86-3.35.216-3.35 1.935a.734.734 0 01-.733.733h-3.033a.734.734 0 01-.734-.734c0-1.72-1.862-2.794-3.351-1.934a.734.734 0 01-1.003-.269L3.88 15.546a.734.734 0 01.269-1.002c1.489-.86 1.489-3.01 0-3.87z", fill: "#323544" })); exports.default = Gear1;