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 • 760 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 = MouthPeace;
const react_1 = __importDefault(require("react"));
function MouthPeace() {
return (react_1.default.createElement("svg", { style: {
width: '50%',
height: '19%',
top: '23%',
right: '23%'
}, width: "67", height: "64", viewBox: "0 0 67 64", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M2.5 17.5C5 34.5 33.5 42.5 59.5 23", stroke: "black", strokeWidth: "4" })));
}
//# sourceMappingURL=peace.js.map