@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 993 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextPositionFront = /*#__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: "M3.75 3.75a1 1 0 0 0 0 2h16.5a1 1 0 1 0 0-2H3.75Zm8.25 5c-.78 0-1.47.4-1.87 1h-2.2a4.25 4.25 0 0 1 8.13 0h-2.19c-.4-.6-1.09-1-1.87-1Zm-8.25 2a1 1 0 1 0 0 2h16.5a1 1 0 1 0 0-2H3.75Zm4 3h2v2a1 1 0 1 1-2 0v-2Zm8.5 0h-2v2a1 1 0 1 0 2 0v-2Zm-13.5 5a1 1 0 0 1 1-1h16.5a1 1 0 1 1 0 2H3.75a1 1 0 0 1-1-1Z"
}));
});
TextPositionFront.displayName = 'TextPositionFront';
export var TextPositionFrontDimensions = {
height: 24,
width: 24
};