@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 972 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextFont = /*#__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: "M7 2a1 1 0 0 1 .94.66l2.88 7.92-1.1 2.8L9.2 12H4.79l-.85 2.34a1 1 0 0 1-1.88-.68l4-11A1 1 0 0 1 7 2zm-1.48 8h2.96L7 5.93 5.52 10zM15.37 6.53a1 1 0 0 0-1.86 0l-5.36 13.5H8a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2h-.7l.8-2.03h6.66l.8 2.02H18a1 1 0 0 0 0 2h3.01a1 1 0 0 0 0-2h-.3l-5.34-13.5zm1.6 9.47H11.9l2.54-6.39L16.97 16z"
}));
});
TextFont.displayName = 'TextFont';
export var TextFontDimensions = {
height: 24,
width: 24
};