@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 895 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowStepInRight = /*#__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: "M9.7 19.77a.75.75 0 0 1 .03-1.06l4.15-3.96H2.75a.75.75 0 0 1 0-1.5h11.13L9.73 9.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 0 1-1.06-.02ZM26 14a4 4 0 1 0-8 0 4 4 0 0 0 8 0Z"
}));
});
ArrowStepInRight.displayName = 'ArrowStepInRight';
export var ArrowStepInRightDimensions = {
height: 28,
width: 28
};