iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 620 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", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.712 17.711H7.288l-1.204 2.916L12 24l5.916-3.373-1.204-2.916zM14.692 0l7.832 16.855.814-12.856L14.692 0zM9.308 0L.662 3.999l.814 12.856L9.308 0zm-.405 13.93h6.198L12 6.396 8.903 13.93z" }));
exports.default = Angular;