iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.27 kB
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 Codacy = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.883 9.825a8.46 8.46 0 013.875-5.07l.04-.021-1.803-3.113C3.276 3.212 1.268 5.769.427 8.81l-.02.084zm5.941-5.931a8.246 8.246 0 012.164-.283h.005V.016h-.019a12.05 12.05 0 00-3.165.421l.084-.02zm4.354.003a8.449 8.449 0 015.063 3.875l.021.04 3.117-1.799c-1.591-2.718-4.146-4.726-7.186-5.568l-.084-.02zM0 12v.006c0 1.1.148 2.165.425 3.177l-.02-.084 3.476-.929a8.14 8.14 0 01-.284-2.161v-.008zm1.605 5.995c.55.941 1.18 1.754 1.901 2.475l2.553-2.54a8.56 8.56 0 01-1.313-1.695l-.022-.04zm4.39 4.385a11.77 11.77 0 005.967 1.604h.021-.001v-3.595h-.004a8.308 8.308 0 01-4.223-1.145l.039.021zm13.264-6.175a8.44 8.44 0 01-5.034 3.884l-.059.014.931 3.476c3.124-.86 5.681-2.863 7.246-5.52l.031-.056zm4.318-.984c.268-.947.423-2.035.423-3.159 0-1.087-.144-2.14-.415-3.142l.019.084-3.486.931c.175.64.275 1.374.275 2.132 0 .79-.109 1.555-.313 2.28l.014-.059z" }));
exports.default = Codacy;