UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 914 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: "m33.73 35.5 8.14 8.13a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76l9.84 9.85A10.93 10.93 0 0 0 13.04 20h-.29a7.75 7.75 0 0 0 0 15.5h20.98ZM43 27.75c0 2.7-1.38 5.08-3.48 6.47L17.46 12.16A11 11 0 0 1 34.96 20h.29A7.75 7.75 0 0 1 43 27.75Z" })); }); CloudOff.displayName = 'CloudOff'; export var CloudOffDimensions = { height: 48, width: 48 };