iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 991 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 Anta = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 15.237a20.744 20.744 0 00-9.86-7.509 31.266 31.266 0 016.91 1.014l-1.554-1.32A29.161 29.161 0 009.05 5.51a29.08 29.08 0 00-6.405.704L0 8.032c.335 0 .838-.021 1.175-.021a25.154 25.154 0 0120.457 10.48zM9.196 12.976h3.334l-.333 1.183h-1.053l-1.21 4.332H8.768l1.206-4.332h-1.11zm-3.77 0h1.042l.438 2.954.823-2.954h1.197L7.39 18.49H6.221l-.404-2.743-.764 2.743H3.884zM0 18.49l2.822-5.513h1.181L3.77 18.49H2.584l.054-.74H1.526l-.36.74zm2.02-1.884h.69l.209-1.948zm8.213 1.884l2.829-5.513h1.176l-.234 5.513h-1.181l.052-.74h-1.107l-.365.74zm2.024-1.884h.69l.209-1.948z" }));
exports.default = Anta;