@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextMore = /*#__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: "M10.67 2.61a1 1 0 0 0-1.84 0l-6.75 16a1 1 0 0 0 1.84.78L5.77 15h7.96L15 18.05a2.51 2.51 0 0 1 2.49.95 1 1 0 0 0-.08-.39l-6.75-16ZM12.88 13H6.62l3.13-7.43L12.88 13Zm-2.38 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6.5-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}));
});
TextMore.displayName = 'TextMore';
export var TextMoreDimensions = {
height: 24,
width: 24
};