react-avatar-editor-v1
Version:
A React package that provides an easy-to-use avatar editor along with a customizable avatar display component.
17 lines • 836 B
JavaScript
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = MouthSmile;
const react_1 = __importDefault(require("react"));
function MouthSmile() {
return (react_1.default.createElement("svg", { style: {
width: '50%',
height: '17%',
top: '23%',
right: '23%'
}, width: "64", height: "64", viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M10.0007 24.1649C14.941 30.6115 22.4277 37.7537 33.9767 36.125C45.5257 34.4963 50.6642 26.5297 49.1492 20.0779", stroke: "black", strokeWidth: "4" })));
}
//# sourceMappingURL=smile.js.map