react-avatar-editor-v1
Version:
A React package that provides an easy-to-use avatar editor along with a customizable avatar display component.
23 lines • 1.85 kB
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 = EyebrowUpWoman;
const react_1 = __importDefault(require("react"));
function EyebrowUpWoman() {
return (react_1.default.createElement("svg", { style: {
width: '100%',
height: '100%',
top: 0
}, width: "149", height: "51", viewBox: "0 0 149 51", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("path", { d: "M99 13.2143C104.667 10.5476 118 8.11427 126 19.7143", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M23.5791 38.521C25.6497 32.6104 33.2612 21.3959 47.1418 23.8224", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M26.0742 32.4578L19.9258 27.0312", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M122.961 14.157L129.109 8.73047", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M32.5233 26.8142L28.4766 19.6816", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M115.512 10.5135L119.559 3.38086", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M40.5994 23.2005L38.3984 15.3008", stroke: "black", strokeWidth: "4", strokeLinecap: "round" }),
react_1.default.createElement("path", { d: "M106.436 9.89973L108.637 2", stroke: "black", strokeWidth: "4", strokeLinecap: "round" })));
}
//# sourceMappingURL=upWoman.js.map