@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.69 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCloudySnowingW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CloudySnowingW100",
short_name: "CloudySnowing",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 18.5q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm12 0q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm-9 4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm3-4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm3 4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15Zm-7.5-7.15q-2.025 0-3.438-1.412Q2.65 12.525 2.65 10.5q0-1.9 1.288-3.275Q5.225 5.85 7.175 5.65q.725-1.4 1.988-2.2 1.262-.8 2.837-.8 2.125 0 3.638 1.425 1.512 1.425 1.737 3.55 1.875.1 2.925 1.237Q21.35 10 21.35 11.5q0 1.6-1.125 2.725T17.5 15.35Zm0-.7h10q1.3 0 2.225-.925t.925-2.225q0-1.3-.925-2.225T17.5 8.35h-.85V8q0-1.925-1.362-3.288Q13.925 3.35 12 3.35q-1.4 0-2.55.762-1.15.763-1.725 2.038l-.075.2h-.2q-1.7.05-2.9 1.25t-1.2 2.9q0 1.725 1.212 2.938Q5.775 14.65 7.5 14.65ZM12 9Z"
}));
});
IconMaterialCloudySnowingW100.displayName = 'AmauiIconMaterialCloudySnowingW100';
export default IconMaterialCloudySnowingW100;