UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 kB
"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 Primeng = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0L.784 3.984l1.711 14.772L12 24l9.506-5.244 1.71-14.772zM8.354 4.212h1.674L9.19 6.124l-2.51-.24zm2.032 0h1.315v6.812h-.717L5.843 9.112l-.717-2.988 4.308.35zm1.794 0h1.314l.953 2.261 4.427-.349-.717 2.988-5.14 1.912h-.837zm1.673 0h1.674L17.2 5.885l-2.51.239zM5.963 9.59l1.315.478 1.315 1.315 1.076-.24-.837 1.196v3.704l-2.87-2.39zm11.955 0v4.063l-2.87 2.39v-3.704l-.837-1.195 1.077.239 1.314-1.315zm-7.786 1.536l.596.36h2.384l.597-.36.953 1.437v5.388l-.715 1.078-.835.838h-2.384l-.834-.838-.715-1.078v-5.388zm-2.854 4.08l1.554 1.315v1.793L7.278 16.76zm9.324 0v1.554l-1.553 1.554V16.52z" })); exports.default = Primeng;