@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 906 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowUpRight = /*#__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: "M12.5 3h7.55l.12.02.1.02.1.03.08.04.07.04.06.04.06.05.07.06.1.1.06.12.06.11.03.1.02.07v.05L21 4v7.5a1 1 0 0 1-2 .12V6.41L4.7 20.72a1 1 0 0 1-1.31.08l-.1-.08a1 1 0 0 1-.08-1.32l.08-.1L17.6 5h-5.1a1 1 0 0 1-.99-.88V4a1 1 0 0 1 1-1z"
}));
});
ArrowUpRight.displayName = 'ArrowUpRight';
export var ArrowUpRightDimensions = {
height: 24,
width: 24
};