iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 621 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 Vuejs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.4 3.442h-3.262l-2.126 3.543-2.135-3.542-2.369-.001H2l10.026 17.116L22 3.442h-4.6zm-5.378 13.566L5.125 5.232h2.528l4.375 7.528 4.34-7.528h2.516l-6.862 11.776z", fill: "#323544" }));
exports.default = Vuejs;