@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 952 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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.57 3.82a.74.74 0 0 0-.8.1.75.75 0 0 0-.26.43 6.52 6.52 0 0 1-2.68 3.53.75.75 0 1 0 .84 1.24 8.77 8.77 0 0 0 1.83-1.65v8.03a.75.75 0 0 0 1.5 0V4.52a.75.75 0 0 0-.43-.7zM3.5 4.5a.75.75 0 1 0-1.5 0v11a.75.75 0 0 0 1.5 0v-5h5v5a.75.75 0 0 0 1.5 0v-11a.75.75 0 1 0-1.5 0V9h-5V4.5z"
}));
});
TextHeader1.displayName = 'TextHeader1';
export var TextHeader1Dimensions = {
height: 20,
width: 20
};