@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 892 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowStepInLeft = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M18.3 19.77a.75.75 0 0 0-.03-1.06l-4.15-3.96h11.13a.75.75 0 0 0 0-1.5H14.12l4.15-3.96a.75.75 0 0 0-1.04-1.08l-5.5 5.25a.75.75 0 0 0 0 1.08l5.5 5.25c.3.29.78.28 1.06-.02ZM2 14a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"
}));
});
ArrowStepInLeft.displayName = 'ArrowStepInLeft';
export var ArrowStepInLeftDimensions = {
height: 28,
width: 28
};