iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.21 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 Primevue = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.41 0L3.845 2.565l3.849.366L8.878.226l2.663 6.883.35.904.384-.93L14.75 1.09v-.001l.275-.667 1.1 2.51 3.848-.367L17.407 0h-8.43zm2.391 1.72l-.73 1.735-2.886-.221-3.723-.302 1.1 4.58 5.282 1.964.014.026 2.558.945h.244l-.001-.005h.882V8.797zm6.282.16l-2.808 6.799v1.763h1.006l-.002.005.244-.005h.035l.002-.001h.024l2.376-.878.01-.018 5.469-2.033 1.099-4.58-4.042.318-2.749.206zM2.745 8.245v6.228l4.398 3.664v-5.68l1.284-1.832-1.65.367L4.76 8.977zm18.327 0l-2.017.733-2.015 2.014-1.65-.367 1.284 1.832v5.68l4.398-3.664zM9.137 10.599l-.304.487.009.016-1.148 1.722v8.245l1.1 1.648L10.075 24h3.665l1.283-1.282 1.1-1.65v-8.244l-1.15-1.723.01-.015-.18-.24-.147-.22-.013.007-.025-.034-.791.487h-3.655zm-4.376 6.255v2.382l2.382 2.382V18.87zm14.295 0l-2.382 2.016v2.748l2.382-2.382z" }));
exports.default = Primevue;