iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 662 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 Angular = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.306 12.548h3.42l-1.742-4.096-1.678 4.096zM11.984 2L2.726 5.323l1.451 12.322L11.984 22l7.87-4.355 1.42-12.322L11.984 2zm5.806 15.226h-2.193l-1.13-2.903H9.532l-1.194 2.903h-2.16l5.806-13 5.806 13z", fill: "#323544" }));
exports.default = Angular;