@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCloudCircleW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CloudCircleW100",
short_name: "CloudCircle",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8.5 14.7H16q.725 0 1.212-.488.488-.487.488-1.212 0-.675-.475-1.188Q16.75 11.3 16 11.3h-1.3v-.775q0-1.15-.787-1.937-.788-.788-1.888-.788-1.1 0-1.875.712-.775.713-.85 1.788h-.8q-.9 0-1.55.662-.65.663-.65 1.513 0 .925.638 1.575.637.65 1.562.65Zm3.5 6q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Zm0-.7q3.325 0 5.663-2.337Q20 15.325 20 12t-2.337-5.663Q15.325 4 12 4T6.338 6.337Q4 8.675 4 12t2.338 5.663Q8.675 20 12 20Zm-3.5-6q-.625 0-1.062-.438Q7 13.125 7 12.5t.438-1.062Q7.875 11 8.5 11H10v-.5q0-.825.588-1.413Q11.175 8.5 12 8.5t1.413.587Q14 9.675 14 10.5V12h2q.425 0 .712.287.288.288.288.713t-.288.712Q16.425 14 16 14Zm3.5-2Z"
}));
});
IconMaterialCloudCircleW100.displayName = 'AmauiIconMaterialCloudCircleW100';
export default IconMaterialCloudCircleW100;