@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SquareArrowForward = /*#__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: "M11.25 6A5.25 5.25 0 0 0 6 11.25v25.5C6 39.65 8.35 42 11.25 42h12.8A13 13 0 0 1 42 24.04V11.25A5.264 5.264 0 0 0 36.74 6h-25.5zM24 35a11 11 0 1 0 22 0 11 11 0 0 0-22 0zm14.3-3.3a1 1 0 0 1 1.4-1.4l3 3a1 1 0 0 1 0 1.4l-3 3a1 1 0 0 1-1.4-1.4l1.29-1.3H34a4 4 0 0 0-4 4 1 1 0 1 1-2 0 6 6 0 0 1 6-6h5.59l-1.3-1.3z"
}));
});
SquareArrowForward.displayName = 'SquareArrowForward';
export var SquareArrowForwardDimensions = {
height: 48,
width: 48
};