UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 954 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 BrandAngular = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-angular", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M5.428 17.245l6.076 3.471a1 1 0 00.992 0l6.076-3.471a1 1 0 00.495-.734l1.323-9.704a1 1 0 00-.658-1.078l-7.4-2.612a1 1 0 00-.665 0L4.268 5.73a1 1 0 00-.658 1.078l1.323 9.704a1 1 0 00.495.734z" }), React.createElement("path", { d: "M9 15l3-8 3 8M10 13h4" })); exports.default = BrandAngular;