iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.04 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 BrandAstro = (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-astro", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M14.972 3.483c.163.196.247.46.413.987L19.025 16a15.5 15.5 0 00-4.352-1.42l-2.37-7.723a.31.31 0 00-.296-.213.31.31 0 00-.295.214L9.37 14.576A15.5 15.5 0 005 15.998l3.657-11.53c.168-.527.251-.79.415-.986.144-.172.331-.306.544-.388C9.858 3 10.143 3 10.715 3h2.612c.572 0 .858 0 1.1.094.213.082.4.217.545.39M9 18c0 1.5 2 3 3 4 1-1 3-3 3-4q-3 1.5-6 0" }));
exports.default = BrandAstro;