UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 884 B
"use strict"; 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 AngularLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M226.31 66.46l-96-40a6.06 6.06 0 00-4.62 0l-96 40a6 6 0 00-3.64 6.33l16 120a6 6 0 003.27 4.58l80 40a6 6 0 005.36 0l80-40a6 6 0 003.27-4.58l16-120a6 6 0 00-3.64-6.33zm-23.84 121.6L128 225.29l-74.47-37.23-15-112.29L128 38.5l89.44 37.27zm-79.72-103l-40 72a6 6 0 0010.5 5.82L104.86 142h46.28l11.61 20.91A6 6 0 00168 166a5.88 5.88 0 002.9-.76 6 6 0 002.34-8.15l-40-72a6 6 0 00-10.5 0zM144.47 130h-32.94L128 100.35z" })); exports.default = AngularLogoLight;