@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StackArrowForward = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Zm1.85-8.35a.5.5 0 0 0-.7.7l.64.65h-2.04A3.25 3.25 0 0 0 14 8.25v.25a.5.5 0 0 0 1 0v-.25C15 7.01 16 6 17.25 6h2.04l-.64.65a.5.5 0 0 0 .7.7l1.5-1.5a.5.5 0 0 0 0-.7l-1.5-1.5ZM4 4h7.5a6.5 6.5 0 0 0 5.5 8.98V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2Zm14 8.98a6.47 6.47 0 0 0 1.5-.3v.82a4 4 0 0 1-4 4h-9A2 2 0 0 1 4.56 16H15.5a2.5 2.5 0 0 0 2.5-2.5v-.52Zm4-1.79c-.44.43-.95.8-1.5 1.08v1.98c0 2.35-1.9 4.25-4.25 4.25H7.06A2 2 0 0 0 9 20h7.25A5.75 5.75 0 0 0 22 14.25v-3.06Z"
}));
});
StackArrowForward.displayName = 'StackArrowForward';
export var StackArrowForwardDimensions = {
height: 24,
width: 24
};