@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextColor = /*#__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: "M17.75 14.5c1.24 0 2.25 1 2.25 2.25v3c0 1.24-1 2.25-2.25 2.25H5.25C4.01 22 3 21 3 19.75v-3c0-1.24 1-2.25 2.25-2.25h12.5zm-10.7-2.53 3.76-9.5a.75.75 0 0 1 1.34-.1l.05.1 3.75 9.5a.75.75 0 0 1-1.35.65l-.05-.1-1-2.52h-4.1l-1 2.52a.75.75 0 0 1-.88.45l-.1-.03a.75.75 0 0 1-.45-.87l.03-.1 3.76-9.5-3.76 9.5zm4.45-7.18L10.04 8.5h2.92L11.5 4.8z"
}));
});
TextColor.displayName = 'TextColor';
export var TextColorDimensions = {
height: 24,
width: 24
};