UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 725 B
"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 CheckerboardBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 48a20 20 0 00-20-20H48a20 20 0 00-20 20v160a20 20 0 0020 20h160a20 20 0 0020-20zm-35 68l-53-53V52h11l53 53v11zm-53-19l19 19h-19zm64-26l-19-19h19zm-88-19v64H52V52zm-11 152l-53-53v-11h11l53 53v11zm11-45l-19-19h19zm-64 26l19 19H52zm88 19v-64h64v64z" })); exports.default = CheckerboardBold;