UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 965 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ArrowExportRtl = /*#__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-.75.65v13.6a.75.75 0 0 0 1.49.1V5.25a.75.75 0 0 0-.74-.75ZM8.79 6.4l-.09-.1a1 1 0 0 0-1.32-.08l-.09.08-5 5a1 1 0 0 0-.08 1.32l.08.1 5 5a1 1 0 0 0 1.5-1.32l-.09-.1L5.42 13H18a1 1 0 0 0 .99-.88V12a1 1 0 0 0-.88-1H5.41l3.3-3.3a1 1 0 0 0 .08-1.31l-.09-.1.09.1Z" })); }); ArrowExportRtl.displayName = 'ArrowExportRtl'; export var ArrowExportRtlDimensions = { height: 24, width: 24 };