UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.65 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCleanHandsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CleanHandsW100Filled", short_name: "CleanHands", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m17 8.8-.575-1.25L15.2 7l1.225-.575L17 5.2l.575 1.225L18.8 7l-1.225.55Zm3 4.55q-.575 0-.962-.388-.388-.387-.388-.962 0-.35.2-.85t.75-1.375q.175-.275.413-.275.237 0 .412.275.55.85.738 1.362.187.513.187.863 0 .575-.387.962-.388.388-.963.388Zm-5.65-.95-5.525-2.1H5.7q.25-1.4 1.238-2.425Q7.925 6.85 9.65 6.65v-3.3H8.5q-.15 0-.25-.1T8.15 3q0-.15.1-.25t.25-.1H13q.375 0 .738.075.362.075.712.2.15.05.2.2.05.15-.025.275-.075.125-.2.162-.125.038-.25-.012-.275-.1-.562-.15-.288-.05-.613-.05h-2.65v3.3q1.875.2 2.938 1.487Q14.35 9.425 14.35 11Zm-12 6.8v-5.7q0-.35.225-.575.225-.225.575-.225h1.1q.35 0 .575.225.225.225.225.575v5.7q0 .35-.225.575Q4.6 20 4.25 20h-1.1q-.35 0-.575-.225-.225-.225-.225-.575Zm10.75 1.725L5.75 18.75V12.7h2.225q.15 0 .275.025.125.025.25.075l5.75 2.1q.425.15.763.6.337.45.337.85 0 .225-.112.338-.113.112-.338.112h-.775q-.7 0-1.313-.088-.612-.087-1.112-.262l-1.525-.525q-.15-.05-.288.013-.137.062-.187.187-.05.15.025.3.075.15.225.2l1.6.525q.575.2 1.225.275.65.075 1.275.075h4.65q.675 0 1.112.4.438.4.438 1.05l-6.275 1.975q-.175.05-.437.05-.263 0-.438-.05Z" })); }); IconMaterialCleanHandsW100Filled.displayName = 'AmauiIconMaterialCleanHandsW100Filled'; export default IconMaterialCleanHandsW100Filled;