@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFace2Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Face2Filled",
short_name: "Face2",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 21q-3.35 0-5.675-2.325Q4 16.35 4 13q0-2.8 1.7-4.95Q7.4 5.9 10 5.25q0 2.55 1.788 4.338 1.787 1.787 4.337 1.787.95 0 1.825-.275t1.6-.775q.225.625.338 1.287Q20 12.275 20 13q0 3.35-2.325 5.675Q15.35 21 12 21Zm0 2q.575 0 1.15-.075t1.15-.2q2.2 1.625 4.838 1.163 2.637-.463 4.037-2.813 1.125-1.85.725-3.975t-1.925-3.575v-.075q1.55-1.425 1.925-3.513.375-2.087-.7-3.937-.925-1.575-2.55-2.388-1.625-.812-3.425-.562-.8-1.425-2.187-2.238Q13.65 0 12 0T8.963.812q-1.388.813-2.188 2.238-1.8-.25-3.425.562Q1.725 4.425.8 6-.275 7.85.1 9.937q.375 2.088 1.925 3.513v.075Q.5 14.975.1 17.1q-.4 2.125.725 3.975 1.4 2.35 4.037 2.813Q7.5 24.35 9.7 22.725q.575.125 1.15.2Q11.425 23 12 23Zm-3-7.75q-.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.363Z"
}));
});
IconMaterialFace2Filled.displayName = 'AmauiIconMaterialFace2Filled';
export default IconMaterialFace2Filled;