@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArchiveMultiple = /*#__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: "M4.75 2C3.78 2 3 2.78 3 3.75v1.5C3 6.22 3.78 7 4.75 7h13.5C19.22 7 20 6.22 20 5.25v-1.5C20 2.78 19.22 2 18.25 2H4.75ZM19 8H4v7.75a3.75 3.75 0 0 0 3.75 3.75h7.5A3.75 3.75 0 0 0 19 15.75V8ZM9 11.25c0-.41.34-.75.75-.75h3.48a.75.75 0 0 1 0 1.5H9.75a.75.75 0 0 1-.75-.75Zm12.5.5c0-1.23-.59-2.32-1.5-3v7.5c0 2.35-1.9 4.25-4.25 4.25h-8.5c.68.91 1.77 1.5 3 1.5h5.5a5.75 5.75 0 0 0 5.75-5.75v-4.5Z"
}));
});
ArchiveMultiple.displayName = 'ArchiveMultiple';
export var ArchiveMultipleDimensions = {
height: 24,
width: 24
};