UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 985 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CloudOff = /*#__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 1-22 0 11 11 0 0 1 22 0zm-5.3-4.3a1 1 0 0 0-1.4-1.4L33 31.58l-4.3-4.3a1 1 0 0 0-1.4 1.42l4.28 4.3-4.3 4.3a1 1 0 0 0 1.42 1.4l4.3-4.28 4.3 4.3a1 1 0 0 0 1.4-1.42L34.42 33l4.3-4.3z" })); }); CloudOff.displayName = 'CloudOff'; export var CloudOffDimensions = { height: 48, width: 48 };