@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 967 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudBackup = /*#__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.3l5 5a1 1 0 0 1-1.4 1.4L34 28.42V40a1 1 0 1 1-2 0V28.41l-3.3 3.3a1 1 0 0 1-1.4-1.42l5-5A1 1 0 0 1 33 25z"
}));
});
CloudBackup.displayName = 'CloudBackup';
export var CloudBackupDimensions = {
height: 48,
width: 48
};