UNPKG

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 788 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = NoseShort; const react_1 = __importDefault(require("react")); function NoseShort() { 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 7C16.1667 10.8333 16.5 19.2 20.5 22C25.5 25.5 20 34 10 32", stroke: "#171921", strokeWidth: "4" }))); } //# sourceMappingURL=short.js.map