UNPKG

infinity-forge

Version:
14 lines 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconUser = IconUser; exports.IconUserNoBg = IconUserNoBg; var jsx_runtime_1 = require("react/jsx-runtime"); function IconUser(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '50 30 40 40', children: (0, jsx_runtime_1.jsx)("path", { d: 'M84.142 35.858A19.87 19.87 0 0 0 70 30a19.869 19.869 0 0 0-14.142 5.858A19.869 19.869 0 0 0 50 50a19.87 19.87 0 0 0 5.858 14.142A19.869 19.869 0 0 0 70 70a19.87 19.87 0 0 0 14.142-5.858A19.87 19.87 0 0 0 90 50c0-5.342-2.08-10.365-5.858-14.142ZM60.027 64.56A10.098 10.098 0 0 1 70 56.193c4.964 0 9.137 3.552 9.973 8.368A17.556 17.556 0 0 1 70 67.656a17.556 17.556 0 0 1-9.973-3.095ZM63.64 47.49A6.366 6.366 0 0 1 70 41.13a6.366 6.366 0 0 1 6.36 6.36A6.366 6.366 0 0 1 70 53.849a6.366 6.366 0 0 1-6.36-6.36Zm18.362 15.446a12.458 12.458 0 0 0-3.64-5.866 12.456 12.456 0 0 0-3.62-2.286 8.702 8.702 0 0 0 3.96-7.294c0-4.8-3.904-8.703-8.703-8.703-4.799 0-8.703 3.904-8.703 8.703 0 3.05 1.578 5.74 3.96 7.294a12.46 12.46 0 0 0-3.62 2.286 12.46 12.46 0 0 0-3.64 5.865c-3.475-3.226-5.653-7.83-5.653-12.935 0-9.736 7.92-17.656 17.656-17.656 9.736 0 17.656 7.92 17.656 17.656 0 5.105-2.178 9.71-5.653 12.936Zm0 0', fill: color, fillRule: 'evenodd', "data-name": 'Path 2516' }) })); } function IconUserNoBg(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '24', height: '24', viewBox: '0 0 24 24', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z', fill: color }) })); } //# sourceMappingURL=icon-user.js.map