iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 635 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 Paperswithcode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 2v20h4.4v-2.4h-2V4.4h2V2H0zm19.6 0v2.4h2v15.2h-2V22H24V2h-4.4zm-16 3.6v12.8H6V5.6H3.6zm7.2 0v12.8h2.4V5.6h-2.4zm7.2 0v12.8h2.4V5.6H18zm-10.8.8v11.2h2.4V6.4H7.2zm7.2 0v11.2h2.4V6.4h-2.4z" }));
exports.default = Paperswithcode;