@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 883 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudOffline = /*#__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.28 4.23 14.5 14.5a.75.75 0 1 1-1.06 1.05L13.93 16H6.7a3.69 3.69 0 0 1-.12-7.37L3.22 5.3a.75.75 0 1 1 1.06-1.06zM12 4c3.17 0 4.97 2.1 5.23 4.63h.08a3.69 3.69 0 0 1 .78 7.28L7.93 5.75A5.08 5.08 0 0 1 12 4z"
}));
});
CloudOffline.displayName = 'CloudOffline';
export var CloudOfflineDimensions = {
height: 24,
width: 24
};