iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 831 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 AngularLogoThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M225.54 68.31l-96-40a4 4 0 00-3.08 0l-96 40A4 4 0 0028 72.53l16 120a4 4 0 002.17 3.05l80 40a4 4 0 003.58 0l80-40a4 4 0 002.17-3.05l16-120a4 4 0 00-2.38-4.22zm-21.22 121.06L128 227.53l-76.32-38.16L36.37 74.51 128 36.33l91.63 38.18zM124.5 86.06l-40 72a4 4 0 107 3.88L103.69 140h48.62l12.19 21.94a4 4 0 107-3.88l-40-72a4 4 0 00-7 0zM147.87 132h-39.74L128 96.24z" }));
exports.default = AngularLogoThin;