@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowForward = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m33.78 23-6.21 6.2a1.75 1.75 0 0 0 2.35 2.6l.13-.12 9.19-9.19c.64-.64.68-1.66.11-2.35l-.11-.12-9.2-9.2a1.75 1.75 0 0 0-2.58 2.35l.11.13 6.2 6.2H26c-3.34 0-6.45.74-9.16 2.17l-.4.22c-2.76 1.55-5 3.79-6.55 6.55A19.42 19.42 0 0 0 7.5 38a1.75 1.75 0 1 0 3.5 0c0-2.92.67-5.59 1.94-7.85a13.51 13.51 0 0 1 5.21-5.21A15.78 15.78 0 0 1 25.52 23h8.26Z"
}));
});
ArrowForward.displayName = 'ArrowForward';
export var ArrowForwardDimensions = {
height: 48,
width: 48
};