iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 760 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 AngularLogoFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 104.47L141.07 128h-26.14zm103.93-31.41l-16 120a8 8 0 01-4.35 6.1l-80 40a8 8 0 01-7.16 0l-80-40a8 8 0 01-4.35-6.1l-16-120a8 8 0 014.85-8.44l96-40a7.93 7.93 0 016.16 0l96 40a8 8 0 014.85 8.44zM175 156.12l-40-72a8 8 0 00-14 0l-40 72a8 8 0 1014 7.76L106 144h44l11 19.88a8 8 0 1014-7.76z" }));
exports.default = AngularLogoFill;