@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.84 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialFaceRetouchingNaturalW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FaceRetouchingNaturalW100Filled",
short_name: "FaceRetouchingNatural",
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-2.5q.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-.363Zm4.5-4.925q-.125 0-.225-.05t-.15-.175L18.6 5.4l-1.2-.525q-.125-.05-.175-.15-.05-.1-.05-.225t.05-.225q.05-.1.175-.15l1.2-.525.525-1.2q.05-.125.15-.175.1-.05.225-.05t.225.05q.1.05.15.175l.525 1.2 1.2.525q.125.05.175.15.05.1.05.225t-.05.225q-.05.1-.175.15l-1.2.525-.525 1.2q-.05.125-.15.175-.1.05-.225.05ZM12 20q3.4 0 5.7-2.4Q20 15.2 20 12q0-.575-.087-1.138-.088-.562-.238-1.112-2.8.625-5.462-.288Q11.55 8.55 9.75 6.3 8.7 8.8 7.125 10.025T4 11.85q0 3.475 2.338 5.813Q8.675 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.3q.825 0 1.65.137.825.138 1.6.488-.05.175-.062.287-.013.113-.013.288 0 .725.363 1.287.362.563 1.062.913l.475.225.225.475q.325.7.938 1.062.612.363 1.262.363.175 0 .288-.013.112-.012.287-.037.3.8.463 1.575.162.775.162 1.65 0 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.7Z"
}));
});
IconMaterialFaceRetouchingNaturalW100Filled.displayName = 'OnesyIconMaterialFaceRetouchingNaturalW100Filled';
export default IconMaterialFaceRetouchingNaturalW100Filled;