@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.45 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFace4W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Face4W100Filled",
short_name: "Face4",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 16.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 22q3.35 0 5.675-2.325Q20 17.35 20 14q0-.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 8.3q-.8 1.95-2.287 3.388Q5.975 13.125 4 13.85V14q0 3.35 2.325 5.675Q8.65 22 12 22Zm0 .7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 15.8 3.3 14q0-.3.012-.588.013-.287.063-.562-1.2-.625-1.912-1.788Q.75 9.9.75 8.475.75 6.4 2.2 4.95 3.65 3.5 5.725 3.5q1.25 0 2.3.575Q9.075 4.65 9.75 5.6q.55-.15 1.113-.225Q11.425 5.3 12 5.3q1.8 0 3.388.688 1.587.687 2.762 1.862t1.863 2.762Q20.7 12.2 20.7 14q0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 22.7 12 22.7Z"
}));
});
IconMaterialFace4W100Filled.displayName = 'AmauiIconMaterialFace4W100Filled';
export default IconMaterialFace4W100Filled;