@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CloudFlow = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10 2c2.82 0 4.41 1.92 4.65 4.25h.07A3.33 3.33 0 0 1 18 9.76 2.99 2.99 0 0 0 13.17 11a2.5 2.5 0 0 0-2.32 1.7l-.1.3H5.28A3.33 3.33 0 0 1 2 9.62a3.33 3.33 0 0 1 3.28-3.37h.07C5.6 3.9 7.18 2 10 2zm6 12a2 2 0 1 0-2-2h-.78a1.5 1.5 0 0 0-1.42 1.03l-.55 1.63a.5.5 0 0 1-.47.34H9.73a2 2 0 1 0 .27 1h.78a1.5 1.5 0 0 0 1.42-1.03l.55-1.63a.5.5 0 0 1 .47-.34h1.05c.34.6.99 1 1.73 1zm0-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-7 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"
}));
});
CloudFlow.displayName = 'CloudFlow';
export var CloudFlowDimensions = {
height: 20,
width: 20
};