iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 544 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 Payloadcms = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.068 0L22.08 6.625v12.573L13.787 24V11.427L2.769 4.808 11.068 0zM1.92 18.302l8.31-4.812v9.812l-8.31-5z" }));
exports.default = Payloadcms;