iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 Nuxtdotjs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.464 19.83h8.922c.283 0 .562-.073.807-.21a1.59 1.59 0 00.591-.574 1.53 1.53 0 00.216-.783 1.529 1.529 0 00-.217-.782L17.792 7.414a1.59 1.59 0 00-.591-.573 1.652 1.652 0 00-.807-.21c-.283 0-.562.073-.807.21a1.59 1.59 0 00-.59.573L13.463 9.99 10.47 4.953a1.591 1.591 0 00-.591-.573 1.653 1.653 0 00-.807-.21c-.284 0-.562.073-.807.21a1.591 1.591 0 00-.591.573L.216 17.481a1.53 1.53 0 00-.217.782c0 .275.074.545.216.783a1.59 1.59 0 00.59.574c.246.137.525.21.808.21h5.6c2.22 0 3.856-.946 4.982-2.79l2.733-4.593 1.464-2.457 4.395 7.382h-5.859zm-6.341-2.46l-3.908-.002 5.858-9.842 2.923 4.921-1.957 3.29c-.748 1.196-1.597 1.632-2.916 1.632z" }));
exports.default = Nuxtdotjs;