iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 562 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 Pkgsrc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.908 8.763l9.157-5.132L11.25 0 1.62 4.42zm1.5 2.29l9-5.368-.948 11.84-8.191 6.382zM.593 6.712L1.619 18.79 11.922 24l-.12-12.788z" }));
exports.default = Pkgsrc;