@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 2a6 6 0 0 0-5.92 5.02A4.5 4.5 0 0 0 6.5 16h6.68l.13-.5a3 3 0 0 1 2.49-2.22 3.75 3.75 0 0 1 6.15-1.13 4.5 4.5 0 0 0-4.03-5.13A6 6 0 0 0 12 2Zm7.25 11.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm-3.03 2.25h.47a2.75 2.75 0 1 0-.14-1.5h-.33a2 2 0 0 0-1.94 1.5l-1.01 3.88a.5.5 0 0 1-.49.37h-.8a2.75 2.75 0 1 0-.28 1.5h1.08a2 2 0 0 0 1.94-1.5l1.01-3.88a.5.5 0 0 1 .49-.37ZM8 20.25a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z"
}));
});
CloudFlow.displayName = 'CloudFlow';
export var CloudFlowDimensions = {
height: 24,
width: 24
};