1 | "use strict";
|
2 | var __importStar = (this && this.__importStar) || function (mod) {
|
3 | if (mod && mod.__esModule) return mod;
|
4 | var result = {};
|
5 | if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
6 | result["default"] = mod;
|
7 | return result;
|
8 | };
|
9 | Object.defineProperty(exports, "__esModule", { value: true });
|
10 | const React = __importStar(require("react"));
|
11 | const SvgUser = (props) => (React.createElement("svg", Object.assign({ width: 64, height: 64, viewBox: "0 0 64 64", fill: "none" }, props),
|
12 | React.createElement("path", { d: "M35.21 32.81c3.85-1.61 6.588-5.722 6.588-10.542C41.798 16.045 37.233 11 31.603 11c-5.631 0-10.196 5.045-10.196 11.268 0 4.94 2.875 9.136 6.876 10.658-6.508 1.363-11.967 6.2-14.884 12.786-1.232 2.783.516 5.845 3.477 6.553C21.558 53.384 26.68 54 32.046 54c5.368 0 10.49-.616 15.171-1.735 2.96-.708 4.71-3.77 3.477-6.553-3.006-6.787-8.712-11.716-15.484-12.901z", fill: "currentColor" })));
|
13 | exports.default = SvgUser;
|
14 |
|
\ | No newline at end of file |