@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 851 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowExportUp = /*#__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.7 2.3a1 1 0 0 0-1.4 0l-5 5a1 1 0 0 0 1.4 1.4L11 5.42V18a1 1 0 1 0 2 0V5.41l3.3 3.3a1 1 0 1 0 1.4-1.42l-5-5ZM5.26 20.5a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H5.25Z"
}));
});
ArrowExportUp.displayName = 'ArrowExportUp';
export var ArrowExportUpDimensions = {
height: 24,
width: 24
};