@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextDensity = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.25 2c.41 0 .75.34.75.75v22.5a.75.75 0 0 1-1.5 0V2.75c0-.41.34-.75.75-.75ZM12 5H4a.75.75 0 0 0 0 1.5h8V5Zm0 4H4a.75.75 0 0 0 0 1.5h8V9Zm0 4H4a.75.75 0 0 0 0 1.5h8V13Zm0 4H4a.75.75 0 0 0 0 1.5h8V17Zm0 4H4a.75.75 0 0 0 0 1.5h8V21Zm10.5 0h-6v-5h6a2.5 2.5 0 0 1 0 5Zm0-9h-6V7h6a2.5 2.5 0 0 1 0 5Z"
}));
});
TextDensity.displayName = 'TextDensity';
export var TextDensityDimensions = {
height: 28,
width: 28
};