@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 967 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowExportLtr = /*#__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: "M21.25 4.5c-.38 0-.7.29-.74.65l-.01.1v13.5a.75.75 0 0 0 1.5.1V5.25a.75.75 0 0 0-.75-.75zM8.79 6.4l-.08-.1a1 1 0 0 0-1.32-.08l-.1.08-5 5a1 1 0 0 0-.08 1.32l.09.1 5 5a1 1 0 0 0 1.5-1.32l-.1-.1L5.43 13H18a1 1 0 0 0 1-.88V12a1 1 0 0 0-.88-1H5.42L8.7 7.7a1 1 0 0 0 .08-1.31l-.08-.1.08.1z"
}));
});
ArrowExportLtr.displayName = 'ArrowExportLtr';
export var ArrowExportLtrDimensions = {
height: 24,
width: 24
};