iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 B
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 AngularLogo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M227.08 64.62l-96-40a7.93 7.93 0 00-6.16 0l-96 40a8 8 0 00-4.85 8.44l16 120a8 8 0 004.35 6.1l80 40a8 8 0 007.16 0l80-40a8 8 0 004.35-6.1l16-120a8 8 0 00-4.85-8.44zm-26.45 122.12L128 223.06l-72.63-36.32L40.74 77 128 40.67 215.26 77zM121 84.12l-40 72a8 8 0 1014 7.76L106 144h44l11 19.88a8 8 0 1014-7.76l-40-72a8 8 0 00-14 0zM141.07 128h-26.14L128 104.47z" }));
exports.default = AngularLogo;