@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 909 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextHeader1 = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M20.18 5.02A1 1 0 0 1 21 6.03V18a1 1 0 1 1-2 0V9.61a5.66 5.66 0 0 1-2.18 1.34 1 1 0 0 1-.64-1.9c1.13-.37 2.19-1.33 2.86-3.34a1 1 0 0 1 1.14-.7ZM3 5a1 1 0 0 1 1 1v5h6V6a1 1 0 1 1 2 0v12a1 1 0 1 1-2 0v-5H4v5a1 1 0 1 1-2 0V6a1 1 0 0 1 1-1Z"
}));
});
TextHeader1.displayName = 'TextHeader1';
export var TextHeader1Dimensions = {
height: 24,
width: 24
};