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 947 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 = EyebrowUp; const react_1 = __importDefault(require("react")); function EyebrowUp() { return (react_1.default.createElement("svg", { style: { width: '80%', height: '13%', top: 0 }, width: "149", height: "48", viewBox: "0 0 149 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, react_1.default.createElement("path", { d: "M99 10.2143C104.667 7.5476 118 5.11427 126 16.7143", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }), react_1.default.createElement("path", { d: "M23.5791 35.521C25.6497 29.6104 33.2612 18.3959 47.1418 20.8224", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }))); } //# sourceMappingURL=up.js.map