UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCloudCircleFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CloudCircleFilled", short_name: "CloudCircle", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.5 16H16q1.25 0 2.125-.875T19 13q0-1.25-.875-2.125T16 10q-.2-1.45-1.325-2.475Q13.55 6.5 12.15 6.5q-1.275 0-2.312.65Q8.8 7.8 8.3 9q-1.425.125-2.362 1.087Q5 11.05 5 12.5q0 1.45 1.025 2.475Q7.05 16 8.5 16Zm3.5 6q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Z" })); }); IconMaterialCloudCircleFilled.displayName = 'AmauiIconMaterialCloudCircleFilled'; export default IconMaterialCloudCircleFilled;