UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.38 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var ThLarge = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __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" }))); }); ThLarge.displayName = 'ThLarge'; export var ThLargeDimensions = { height: 24, width: 24 };