@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 962 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudArchive = /*#__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: "M13.04 19a11 11 0 0 1 21.92 0h.29a7.75 7.75 0 0 1 6.78 4H23a2 2 0 0 0-2 2v5c0 1.1.9 2 2 2v2.5H12.75a7.75 7.75 0 0 1 0-15.5h.3ZM23 26a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H24a1 1 0 0 1-1-1v-3Zm20 6H25v9a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-9Zm-12 3h6a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2Z"
}));
});
CloudArchive.displayName = 'CloudArchive';
export var CloudArchiveDimensions = {
height: 48,
width: 48
};