styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.5 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.ThLarge = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M8 3H6a2.99 2.99 0 00-2.119.881A2.99 2.99 0 003 6v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 006 11h2a2.99 2.99 0 002.119-.881A2.99 2.99 0 0011 8V6a2.99 2.99 0 00-.881-2.119A2.99 2.99 0 008 3zm10 0h-2a2.99 2.99 0 00-2.119.881A2.99 2.99 0 0013 6v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0016 11h2a2.99 2.99 0 002.119-.881A2.99 2.99 0 0021 8V6a2.99 2.99 0 00-.881-2.119A2.99 2.99 0 0018 3zM8 13H6a2.99 2.99 0 00-2.119.881A2.99 2.99 0 003 16v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 006 21h2a2.99 2.99 0 002.119-.881A2.99 2.99 0 0011 18v-2a2.99 2.99 0 00-.881-2.119A2.99 2.99 0 008 13zm10 0h-2a2.99 2.99 0 00-2.119.881A2.99 2.99 0 0013 16v2c0 .825.337 1.575.881 2.119A2.99 2.99 0 0016 21h2a2.99 2.99 0 002.119-.881A2.99 2.99 0 0021 18v-2a2.99 2.99 0 00-.881-2.119A2.99 2.99 0 0018 13z", key: "k0" })));
});
exports.ThLarge.displayName = 'ThLarge';
exports.ThLargeDimensions = { height: 24, width: 24 };
;