UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.79 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFace3W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Face3W100", short_name: "Face3", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 18q3.35 0 5.675-2.338Q20 13.325 20 10q0-1.025-.237-1.95-.238-.925-.663-1.725-.575.375-1.237.575-.663.2-1.363.2-1.45 0-2.65-.763-1.2-.762-1.85-2.062-.625 1.3-1.837 2.062Q8.95 7.1 7.5 7.1q-.7 0-1.35-.2-.65-.2-1.225-.55-.425.825-.675 1.75Q4 9.025 4 10q0 3.325 2.338 5.662Q8.675 18 12 18Zm-3-5.75q.525 0 .887-.363.363-.362.363-.887t-.363-.887Q9.525 9.75 9 9.75t-.887.363q-.363.362-.363.887t.363.887q.362.363.887.363Zm6 0q.525 0 .887-.363.363-.362.363-.887t-.363-.887Q15.525 9.75 15 9.75t-.887.363q-.363.362-.363.887t.363.887q.362.363.887.363ZM7.5 6.4q1.725 0 2.938-1.213Q11.65 3.975 11.65 2.25V2Q9.675 2.1 8 3.112 6.325 4.125 5.275 5.725q.5.325 1.063.5Q6.9 6.4 7.5 6.4Zm9 0q.6 0 1.175-.188.575-.187 1.075-.512-1.025-1.575-2.7-2.525-1.675-.95-3.7-1.15v.225q0 1.725 1.212 2.937Q14.775 6.4 16.5 6.4ZM3.575 20.7q-.65 0-1.1-.488-.45-.487-.4-1.137l.825-9q.175-1.825.938-3.425.762-1.6 1.974-2.788 1.213-1.187 2.801-1.875Q10.2 1.3 12 1.3t3.388.687q1.587.688 2.8 1.875Q19.4 5.05 20.163 6.65q.762 1.6.937 3.425l.825 9q.05.65-.4 1.137-.45.488-1.1.488Zm8.425-2q-3.2 0-5.587-2.025-2.388-2.025-2.963-5.05l-.675 7.5q-.05.35.2.613.25.262.6.262h16.85q.35 0 .6-.262.25-.263.2-.613l-.675-7.475q-.575 3.025-2.962 5.038Q15.2 18.7 12 18.7Zm.35-16.675ZM11.65 2ZM12 20H21.225 2.775 12Z" })); }); IconMaterialFace3W100.displayName = 'AmauiIconMaterialFace3W100'; export default IconMaterialFace3W100;