@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.14 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFaceRetouchingNaturalW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FaceRetouchingNaturalW100', short_name: 'FaceRetouchingNatural', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 20.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.525 0 1 .05t.875.15l-1.2.525Q12.5 4 12.338 4H12q-.75 0-1.363.087-.612.088-1.212.288 1.275 2.65 3.637 3.787Q15.425 9.3 17.5 9.3h.325q.15 0 .3-.025l.3.675q-2.25.225-4.6-.638Q11.475 8.45 9.75 6.3 8.7 8.8 7.125 10.025T4 11.85q0 3.475 2.338 5.813Q8.675 20 12 20q3.4 0 5.7-2.4Q20 15.2 20 12q0-.275-.012-.5-.013-.225-.038-.35l.525-1.125q.125.45.175.963.05.512.05 1.012 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.7Zm-7.95-9.625q1.625-.675 3.4-2.363 1.775-1.687 1.975-4.337-2.225.775-3.65 2.562Q4.35 8.725 4.05 11.075ZM9 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 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.363Zm4.5-7.425q-.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.05Zm-4.55.5Zm-5.525-2.95Z" }) })));
});
IconMaterialFaceRetouchingNaturalW100.displayName = 'OnesyIconMaterialFaceRetouchingNaturalW100';
exports.default = IconMaterialFaceRetouchingNaturalW100;
;