UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 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 Gcore = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.285 12c0 6.627-5.36 12-11.973 12-2.67 0-5.138-.877-7.13-2.358a11.035 11.035 0 005.392 1.418c2.78 0 5.455-1.054 7.492-2.945a11.06 11.06 0 003.5-7.263 8.3 8.3 0 00.05-.787c.01-.418-.066-1.08-.075-1.296l-.01.01a24 24 0 00-.102-.814h-8.687c-.748 1.398-1.486 2.802-2.226 4.204h6.565a6.91 6.91 0 01-1.075 2.019 6.82 6.82 0 01-2.403 1.98 6.796 6.796 0 01-3.03.709 6.796 6.796 0 01-2.358-.425 6.845 6.845 0 01-3.263-2.514A6.893 6.893 0 011.715 12a6.88 6.88 0 01.522-2.631 6.92 6.92 0 011.486-2.231 6.82 6.82 0 012.226-1.49 6.888 6.888 0 012.625-.523 6.82 6.82 0 014.043 1.32c.663-1.237 1.317-2.479 1.973-3.72a11.025 11.025 0 00-11.374-.396A11.94 11.94 0 0110.312 0c6.612 0 11.973 5.373 11.973 12" })); exports.default = Gcore;