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 • 773 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 = NoseLong;
const react_1 = __importDefault(require("react"));
function NoseLong() {
return (react_1.default.createElement("svg", { style: {
width: '10%',
height: '10%',
top: '15%',
left: '46%'
}, width: "32", height: "40", viewBox: "0 0 32 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M16.5 3C16.5 17 23.5 28 23.5 28C23.5 28 20 34 10 32", stroke: "#171921", strokeWidth: "4" })));
}
//# sourceMappingURL=long.js.map