iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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 Nextbilliondotai = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22.399 13.37a6.307 6.307 0 00-.566-.568 6.375 6.375 0 00-4.233-1.599h-4.8V6.401a6.378 6.378 0 00-1.598-4.234 6.107 6.107 0 00-.567-.564A6.397 6.397 0 00.002 6.402V11.2a1.6 1.6 0 001.6 1.6h9.595v4.799a6.37 6.37 0 00.855 3.198l.084.145a6.345 6.345 0 00.662.895 6.664 6.664 0 00.564.564 6.469 6.469 0 00.891.658l.146.086a6.407 6.407 0 007.432-.744 6.696 6.696 0 00.566-.566 6.397 6.397 0 000-8.467zm-11.198-2.171H1.605v-4.8a4.799 4.799 0 019.596 0zm6.396 11.195a4.77 4.77 0 01-3.198-1.225 4.198 4.198 0 01-.378-.376 4.782 4.782 0 01-1.221-3.199v-4.796h4.799a4.799 4.799 0 010 9.596z" }));
exports.default = Nextbilliondotai;