iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 854 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 CheckerboardLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 34H48a14 14 0 00-14 14v160a14 14 0 0014 14h160a14 14 0 0014-14V48a14 14 0 00-14-14zm-13.52 88L134 61.52V46h15.52L210 106.48V122zM134 78.48L177.52 122H134zM210 48v41.52L166.48 46H208a2 2 0 012 2zM48 46h74v76H46V48a2 2 0 012-2zm58.48 164L46 149.52V134h15.52L122 194.48V210zM122 177.52L78.48 134H122zM46 208v-41.52L89.52 210H48a2 2 0 01-2-2zm162 2h-74v-76h76v74a2 2 0 01-2 2z" }));
exports.default = CheckerboardLight;