UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.56 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFaceW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "FaceW100", short_name: "Face", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M9 14.25q-.525 0-.887-.363-.363-.362-.363-.887t.363-.887q.362-.363.887-.363t.887.363q.363.362.363.887t-.363.887q-.362.363-.887.363Zm6 0q-.525 0-.887-.363-.363-.362-.363-.887t.363-.887q.362-.363.887-.363t.887.363q.363.362.363.887t-.363.887q-.362.363-.887.363ZM12 20q3.35 0 5.675-2.325Q20 15.35 20 12q0-.6-.075-1.163-.075-.562-.275-1.087-.525.125-1.05.188-.525.062-1.1.062-2.275 0-4.3-.975T9.75 6.3q-.8 1.95-2.287 3.388Q5.975 11.125 4 11.85V12q0 3.35 2.325 5.675Q8.65 20 12 20Zm0 .7q-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.7ZM9.425 4.375q1.275 2.65 3.637 3.787Q15.425 9.3 17.5 9.3q.5 0 .988-.05.487-.05.962-.175-.925-2.375-2.987-3.725Q14.4 4 12 4q-.75 0-1.363.087-.612.088-1.212.288Zm-5.375 6.7q1.625-.675 3.4-2.363 1.775-1.687 1.975-4.337-2.225.775-3.65 2.562Q4.35 8.725 4.05 11.075Zm5.375-6.7Zm0 0Z" })); }); IconMaterialFaceW100.displayName = 'AmauiIconMaterialFaceW100'; export default IconMaterialFaceW100;