UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 904 B
"use strict"; 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 BrandNuxt = (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-nuxt", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M12.146 8.583l-1.3-2.09a1.046 1.046 0 00-1.786.017l-5.91 9.908A1.046 1.046 0 004.047 18H7.96M20.043 18c.743 0 1.201-.843.82-1.505l-4.044-7.013a.936.936 0 00-1.638 0l-4.043 7.013c-.382.662.076 1.505.819 1.505h8.086z" })); exports.default = BrandNuxt;