@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudSwap = /*#__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: "M6.08 9.02a6 6 0 0 1 11.84 0 4.5 4.5 0 0 1 3.75 6.18l-1.68-1.69a1.75 1.75 0 0 0-2.82 1.99h-2.34a1.75 1.75 0 0 0-2.82-1.99l-2.5 2.5A1.75 1.75 0 0 0 9.17 18H6.5a4.5 4.5 0 0 1-.42-8.98Zm7.7 6.26a.75.75 0 1 0-1.06-1.06l-2.5 2.5c-.3.3-.3.77 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L12.56 18h6.88l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5c.3-.3.3-.77 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22h-6.88l1.22-1.22Z"
}));
});
CloudSwap.displayName = 'CloudSwap';
export var CloudSwapDimensions = {
height: 24,
width: 24
};