@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArchiveArrowBack = /*#__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: "M6.25 8.75a2.5 2.5 0 0 1 2.5-2.5h30.5a2.5 2.5 0 0 1 2.5 2.5v4a2.5 2.5 0 0 1-2.5 2.5H8.75a2.5 2.5 0 0 1-2.5-2.5v-4Zm2 9h31.5v5.15a12.97 12.97 0 0 0-11 .7v-.1c0-.69-.56-1.25-1.25-1.25h-7a1.25 1.25 0 1 0 0 2.5H27a12.98 12.98 0 0 0-3.11 17H15.5c-4 0-7.25-3.25-7.25-7.25V17.75ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-14.3-3.3a1 1 0 0 0-1.4-1.4l-3 3a1 1 0 0 0 0 1.4l3 3a1 1 0 0 0 1.4-1.4L30.42 35H36a4 4 0 0 1 4 4 1 1 0 1 0 2 0 6 6 0 0 0-6-6h-5.59l1.3-1.3Z"
}));
});
ArchiveArrowBack.displayName = 'ArchiveArrowBack';
export var ArchiveArrowBackDimensions = {
height: 48,
width: 48
};