@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 908 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowOutlineUpRight = /*#__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: "M43.97 9.85a5.25 5.25 0 0 0-5.82-5.8l-23.39 2.7A4.25 4.25 0 0 0 12.24 14L15 16.74l-9.45 9.45a5.25 5.25 0 0 0 0 7.42l8.83 8.85a5.25 5.25 0 0 0 7.43 0L31.26 33l2.85 2.8a4.25 4.25 0 0 0 7.2-2.56l2.66-23.39Z"
}));
});
ArrowOutlineUpRight.displayName = 'ArrowOutlineUpRight';
export var ArrowOutlineUpRightDimensions = {
height: 48,
width: 48
};