UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.TextHeight = 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: "-.125em", iconViewBox: "0 0 576 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M304 32H16A16 16 0 000 48v96a16 16 0 0016 16h32a16 16 0 0016-16v-32h56v304H80a16 16 0 00-16 16v32a16 16 0 0016 16h160a16 16 0 0016-16v-32a16 16 0 00-16-16h-40V112h56v32a16 16 0 0016 16h32a16 16 0 0016-16V48a16 16 0 00-16-16zm256 336h-48V144h48c14.31 0 21.33-17.31 11.31-27.31l-80-80a16 16 0 00-22.62 0l-80 80C379.36 126 384.36 144 400 144h48v224h-48c-14.31 0-21.32 17.31-11.31 27.31l80 80a16 16 0 0022.62 0l80-80C580.64 386 575.64 368 560 368z", key: "k0" }))); }); exports.TextHeight.displayName = 'TextHeight'; exports.TextHeightDimensions = { height: undefined, width: undefined };