UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.18 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialFace2 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Face2", short_name: "Face2", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.125 9.375q-1.725 0-2.925-1.2Q12 6.975 12 5.25V5q2.075 0 3.812.963 1.738.962 2.813 2.562-.525.4-1.15.625-.625.225-1.35.225ZM12 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-4.8-1.25q-1.3.5-2.612-.012-1.313-.513-2.038-1.713-.525-.875-.525-1.888 0-1.012.5-1.912.6 1.8 1.813 3.213Q5.55 20.85 7.2 21.75ZM2.35 10.4q-.4-.875-.35-1.75.05-.875.55-1.675.55-.925 1.463-1.45Q4.925 5 6 5 4.675 6 3.737 7.375 2.8 8.75 2.35 10.4Zm12.425-7q-.65-.2-1.35-.3Q12.725 3 12 3q-.725 0-1.425.1-.7.1-1.35.3.5-.65 1.225-1.025Q11.175 2 12 2q.825 0 1.55.375.725.375 1.225 1.025ZM16.8 21.75q1.65-.9 2.863-2.312 1.212-1.413 1.812-3.213.5.9.5 1.912 0 1.013-.525 1.888-.725 1.2-2.037 1.713-1.313.512-2.613.012Zm4.85-11.35q-.45-1.65-1.387-3.025Q19.325 6 18 5q1.075 0 1.988.525.912.525 1.462 1.45.5.8.55 1.675.05.875-.35 1.75ZM9 15.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.363Z" })); }); IconMaterialFace2.displayName = 'AmauiIconMaterialFace2'; export default IconMaterialFace2;