iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 853 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 AngularLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228.61 60.92l-96-40a12 12 0 00-9.24 0l-96 40a12 12 0 00-7.28 12.67l16 120a12 12 0 006.52 9.14l80 40a12 12 0 0010.74 0l80-40a12 12 0 006.52-9.14l16-120a12 12 0 00-7.26-12.67zM197 184.11l-69 34.47-68.95-34.47L45.11 79.54 128 45l82.89 34.54zM117.51 82.17l-40 72a12 12 0 1021 11.66l7.66-13.83h43.66l7.68 13.83a12 12 0 1021-11.66l-40-72a12 12 0 00-21 0zm2 45.83l8.49-15.29 8.49 15.29z" }));
exports.default = AngularLogoBold;