@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 996 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextIndentIncreaseRtl = /*#__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: "M15 8H6.5a1 1 0 0 1-.12-2H15a1 1 0 0 1 .12 2H6.5 15Zm6.7 6.7a1 1 0 0 1-1.31.09l-.1-.08-2-2a1 1 0 0 1-.08-1.32l.08-.1 2-2a1 1 0 0 1 1.5 1.32l-.08.1L20.4 12l1.3 1.3a1 1 0 0 1 0 1.4ZM15 13H3.5a1 1 0 0 1-.12-2H15a1 1 0 0 1 .12 2H3.5 15Zm0 5H6.5a1 1 0 0 1-.12-2H15a1 1 0 0 1 .12 2H6.5 15Z"
}));
});
TextIndentIncreaseRtl.displayName = 'TextIndentIncreaseRtl';
export var TextIndentIncreaseRtlDimensions = {
height: 24,
width: 24
};