iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.12 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 Astro = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.24 19.035c-.901-.826-1.164-2.561-.789-3.819.65.793 1.552 1.044 2.486 1.186 1.44.218 2.856.137 4.195-.524.153-.076.295-.177.462-.278.126.365.159.734.115 1.11-.107.915-.56 1.622-1.283 2.158-.289.215-.594.406-.892.608-.916.622-1.164 1.35-.82 2.41l.034.114a2.41 2.41 0 01-1.07-.918 2.588 2.588 0 01-.412-1.401c-.003-.248-.003-.497-.036-.74-.081-.595-.36-.86-.883-.876a1.034 1.034 0 00-1.075.843c-.008.04-.02.08-.033.126zM4.1 15.007s2.666-1.303 5.34-1.303l2.016-6.26c.075-.304.296-.51.544-.51.25 0 .47.206.545.51l2.016 6.26c3.167 0 5.34 1.303 5.34 1.303L15.363 2.602c-.13-.366-.35-.602-.645-.602H9.283c-.296 0-.506.236-.645.602-.01.024-4.538 12.405-4.538 12.405z", fill: "#323544" }));
exports.default = Astro;