UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextFontSize = /*#__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: "m9.97 16.17 4.59-12.51a1 1 0 0 1 1.83-.12l.05.12 5.5 15a1 1 0 0 1-1.83.79l-.05-.1-1.4-3.85h-6.31l-1.45 3.92-.04.08-.07.1-.08.1-.08.07-.08.06-.05.03-.09.05-.1.04-.1.03-.14.01h-.18l-.1-.01-.15-.05-.07-.03-.1-.05-.11-.08-.1-.09-.06-.08-.06-.09-.05-.1-.75-1.91H4.65l-.72 1.86a1 1 0 0 1-1.18.6l-.11-.03a1 1 0 0 1-.6-1.18l.03-.12 3.5-9a1 1 0 0 1 1.8-.1l.06.1 2.54 6.54 4.59-12.51-4.59 12.5zM6.5 12.76 5.43 15.5h2.13L6.5 12.76zm9-5.86-2.42 6.6h4.84L15.5 6.9z" })); }); TextFontSize.displayName = 'TextFontSize'; export var TextFontSizeDimensions = { height: 24, width: 24 };