@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFace6Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Face6Filled",
short_name: "Face6",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 22q-2.05 0-3.875-.788-1.825-.787-3.187-2.15-1.363-1.362-2.15-3.187Q2 14.05 2 12q0-2.075.788-3.9.787-1.825 2.15-3.175Q6.3 3.575 8.125 2.787 9.95 2 12 2q2.075 0 3.9.787 1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12q0 2.05-.788 3.875-.787 1.825-2.137 3.187-1.35 1.363-3.175 2.15Q14.075 22 12 22Zm0-2q3.35 0 5.688-2.35 2.337-2.35 2.312-5.7-1.775-.175-2.725-1.113-.95-.937-1.625-2.287-.125-.275-.362-.413Q15.05 8 14.775 8H9.25q-.3 0-.537.137-.238.138-.363.413-.675 1.375-1.65 2.312-.975.938-2.7 1.113 0 3.35 2.338 5.688Q8.675 20 12 20Zm-3-5.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"
}));
});
IconMaterialFace6Filled.displayName = 'AmauiIconMaterialFace6Filled';
export default IconMaterialFace6Filled;