@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudDownload = /*#__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: "M24 6a11 11 0 0 0-10.96 10h-.29a7.75 7.75 0 0 0 0 15.5h7.34a13 13 0 0 1 22.86-6.87 7.75 7.75 0 0 0-7.7-8.63h-.3A11 11 0 0 0 24 6zm20 27a11 11 0 1 0-22 0 11 11 0 0 0 22 0zm-11 8a1 1 0 0 1-.7-.3l-5-5a1 1 0 0 1 1.4-1.4l3.3 3.29V26a1 1 0 1 1 2 0v11.59l3.3-3.3a1 1 0 0 1 1.4 1.42l-5 5a1 1 0 0 1-.7.29z"
}));
});
CloudDownload.displayName = 'CloudDownload';
export var CloudDownloadDimensions = {
height: 48,
width: 48
};