@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 918 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudError = /*#__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 16a11 11 0 0 1 21.92 0h.29a7.75 7.75 0 0 1 7.7 8.63 13 13 0 0 0-22.86 6.87h-7.34a7.75 7.75 0 0 1 0-15.5h.3ZM44 33a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-10-6a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Zm-1 13.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"
}));
});
CloudError.displayName = 'CloudError';
export var CloudErrorDimensions = {
height: 48,
width: 48
};