iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
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 BrandAngular = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-angular", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.665 2.174l7.4 2.612a2 2 0 011.316 2.156l-1.323 9.703a2 2 0 01-.99 1.468l-6.076 3.471a2 2 0 01-1.984 0l-6.076-3.47a2 2 0 01-.96-1.3l-.03-.167L2.62 6.943a2 2 0 011.316-2.156l7.4-2.613a2 2 0 011.33 0m.271 4.475c-.324-.865-1.548-.865-1.872 0l-3 8a1 1 0 00.585 1.287l.111.035a1 1 0 001.176-.62L10.443 14h3.113l.508 1.352a1 1 0 001.176.62l.111-.035a1 1 0 00.585-1.287zM12 9.848l.807 2.151h-1.614z" }));
exports.default = BrandAngular;