UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.25 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 GearIcon = (props) => React.createElement("svg", { "aria-label": "gear icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13 6.083V4h-2v2.083a5.994 5.994 0 0 0-3.623 2.092L5.573 7.133l-1 1.732 1.803 1.04A5.985 5.985 0 0 0 6 12c0 .736.133 1.441.375 2.092l-1.803 1.041 1 1.732 1.804-1.041A5.993 5.993 0 0 0 11 17.917V20h2v-2.083a5.994 5.994 0 0 0 3.625-2.094l1.805 1.042 1-1.732-1.805-1.042A5.987 5.987 0 0 0 18 12c0-.736-.133-1.442-.375-2.093l1.804-1.042-1-1.732-1.806 1.043A5.994 5.994 0 0 0 13 6.083zm-8.924 7.028a8.06 8.06 0 0 1 0-2.222L1.842 9.598l3-5.196 2.236 1.291a7.988 7.988 0 0 1 1.924-1.112V2h6v2.582c.695.281 1.34.657 1.922 1.112l2.238-1.292 3 5.196-2.237 1.292a8.063 8.063 0 0 1 0 2.22l2.237 1.292-3 5.196-2.238-1.292a7.984 7.984 0 0 1-1.922 1.112V22h-6v-2.581a7.996 7.996 0 0 1-1.923-1.112L4.84 19.598l-3-5.196 2.236-1.291zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" })); exports.default = GearIcon;