@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
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.75zM12 8.75c-.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-1zM3.75 10.75a1 1 0 1 0 0 2h16.5a1 1 0 1 0 0-2H3.75zM7.75 13.75h2v2a1 1 0 1 1-2 0v-2zM16.25 13.75h-2v2a1 1 0 1 0 2 0v-2zM2.75 18.75a1 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
};