r6operators
Version:
r6operators is a collection of high-quality vectorized Rainbow Six: Siege Operator icons & metadata for Node.js
326 lines (315 loc) • 414 kB
JavaScript
function r(e) {
var t,
f,
n = "";
if ("string" == typeof e || "number" == typeof e) n += e;else if ("object" == typeof e) if (Array.isArray(e)) {
var o = e.length;
for (t = 0; t < o; t++) e[t] && (f = r(e[t])) && (n && (n += " "), n += f);
} else for (f in e) e[f] && (n && (n += " "), n += f);
return n;
}
function clsx() {
for (var e, t, f = 0, n = "", o = arguments.length; f < o; f++) (e = arguments[f]) && (t = r(e)) && (n && (n += " "), n += t);
return n;
}
/**
* Convert attributes object to string of HTML attributes.
* @param {Object} attributes - Object containing the attributes.
*/
function attributesToString(attributes) {
return Object.keys(attributes).map(key => `${key}="${attributes[key]}"`).join(" ");
}
/**
* Returns the icon from the operator object as an SVG string.
* @param op Object containing operator object.
* @param userAttributes Object containing additional element attributes.
* @returns String containing the SVG element.
*/
function getSVGIcon(op, userAttributes) {
// check if parameter is an object
if (userAttributes && typeof userAttributes !== "object") {
return new TypeError("The parameter `userAttributes` is either missing or invalid.");
}
// check if parameter is an object
if (op && !op.svg && !op.svg.attributes && !op.svg.contents) {
return new TypeError("The parameter `op` is either missing or invalid.");
}
// create an object containing all attributes from the icon + user attributes
const combinedAttributes = {
...op.svg.attributes,
...userAttributes,
class: clsx(op.svg.attributes.class, userAttributes === undefined ? "" : userAttributes.class)
};
// return as a SVG string
return `<svg ${attributesToString(combinedAttributes)}>${op.svg.contents}</svg>`;
}
const ace = {
id: 'ace',
name: 'Ace',
role: 'Attacker',
org: 'NIGHTHAVEN',
squad: 'NIGHTHAVEN',
ratings: {
health: 2,
speed: 2,
difficulty: 1
},
meta: {
gender: 'm',
country: 'no',
season: 'Y5S2',
height: 187,
weight: 75,
price: {
renown: 10000,
r6credits: 240
}
},
bio: {
real_name: 'Håvard Haugland',
birthplace: 'Lærdalsøyri, Norway'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M45 45h260v260H45z" style="opacity:.4"></path><path d="m271.667 266.583 4.556 21.75-33.889-17.222-2.222-1-22.111 49.111-47.667-44.444-32.062 21.889L135.084 276l-49.833 41.729 1.278-51.507-13.528 6.917L73 73h204v192.319z" style="fill:#2b7f90"></path><path d="m242.333 271.111-24 49.333-47.75-40.611-32.312 16.833L250.446 73h17.22l-22.455 199.574zM191.5 73H239L109.671 227.442 73 225.666v-54.667z" style="fill:#fff"></path><path d="M132.556 73h28.777L73 137v-32zm108.611 0H246l-52.606 66.249-5.727-4.916zM277 73h-9.333a6897 6897 0 0 0-22.456 199.574l20.024 10.176a9295 9295 0 0 0 11.764-181.25z"></path><path d="M234.833 144.667c.64-.244 3.868-1.405 6.896.25a7.3 7.3 0 0 1 2.104 1.75 4204 4204 0 0 1 76 88.25c.085.071 1.856 1.592 1.5 3.833-.271 1.707-1.66 3.094-3.458 3.417l-124.764 44.5c-3.445 1.256-7.041.743-9.239-1.414-1.186-1.163-1.695-2.541-1.928-3.475A2440 2440 0 0 1 168.167 161z"></path><path d="m238 151.083 74.778 83.583c.808.902 1.009 2.051.545 2.823-.241.401-.613.62-.887.736L192.513 278.47c-.171.034-1.321.24-2.346-.554-1.041-.806-1.117-1.996-1.125-2.167l-15.264-111.417z" style="fill:#fff"></path><path d="m199.625 185.25 28.458-8.125c-.87.565-5.432 3.648-6.25 9.292-.333 2.301.069 4.245.458 5.5 1.123-1.767 3.663-5.187 8.208-7.333 4.323-2.041 8.201-1.864 10.694-1.75 4.274.195 7.287 1.389 8.843 2.022 2.052.834 3.353 1.381 4.441 2.693 1.657 1.997 1.848 4.593 1.688 7.035-.374 5.711-2.543 8.691-7.472 19.722 0 0-3.343 7.482-3.417 12.417-.014.931.057 4.607.903 5.861.086.127.484.681.603 1.489.068.459.023.845-.02 1.081l-.347-.236c-4.608-4.1-8.83-6.535-11.833-8-3.022-1.475-7.945-3.003-17.667-6-2.503-.772-6.884-2.106-12.531-4.341-3.759-1.488-6.213-2.637-8.719-4.825-2.31-2.017-4.654-4.063-4.837-7-.284-4.552 4.826-8.024 6.754-9.334 3.607-2.451 7.122-3.052 9.917-3.5 2.597-.416 6.714-.75 11.75.25a31.8 31.8 0 0 0-6.5-4c-5.244-2.412-10.066-2.883-13.124-2.918M24 191.889c-1.915 1.514-2.864 3.829-2.417 5.986.368 1.774 1.56 2.855 2.028 3.236l90.806 66.972c.603.37 2.843 1.648 5.861 1.222 3.003-.424 4.798-2.254 5.278-2.778L241.223 128.11c.236-.316 1.278-1.781 1-3.75-.395-2.8-3.084-3.97-3.222-4.028l-74.792-27.458a8.7 8.7 0 0 0-4.292-.375A8.74 8.74 0 0 0 156 94.207z"></path><path d="m36.125 200.5 79.517 60.681c.302.272 1.241 1.048 2.664 1.152 1.943.143 3.253-1.077 3.464-1.281 1.818-2.104 4.638-5.377 8.064-9.386 26.08-30.517 42.499-51.315 62.833-76.417a4808 4808 0 0 1 41-49.917l-71.556-26.556A2195 2195 0 0 0 134 119c-18.405 13.463-30.933 23.069-64.208 48.375A41704 41704 0 0 1 36.5 192.667c-.104.068-2.383 1.61-2.25 4.292.105 2.118 1.637 3.355 1.875 3.541" style="fill:#fff"></path><path d="M86.833 206.25a35.4 35.4 0 0 0 3.227-4.703c8.991-15.684.905-29.992 8.357-44.63 3.24-6.364 7.53-9.085 8.626-9.744.725-.436 2.516-1.451 5.809-2.37 4.091-1.142 17.069-4.766 23.774 2.192 1.077 1.117 3.096 3.654 3.708 8.505 1.147-1.219 3.391-3.941 4.333-8.083 1.32-5.802-.807-10.457-1.5-11.833l30.667 12.333a49.4 49.4 0 0 0-17.074 2.442 49.3 49.3 0 0 0-13.009 6.558c2.605-.844 6.391-1.672 10.917-1.333 2.563.192 7.233.599 11.833 3.75 2.528 1.732 5.816 3.984 6.5 7.917.956 5.494-3.893 10.109-4.786 10.958-.76.723-1.796 1.562-4.548 3.042-6.359 3.419-11.878 4.882-12.333 5-21.526 5.565-23.083 5.917-23.083 5.917-19.626 4.433-24.059 5.544-30.25 8.25a91 91 0 0 0-11.168 5.832"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-ace'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const alibi = {
id: 'alibi',
name: 'Alibi',
role: 'Defender',
org: 'GIS',
squad: 'VIPERSTRIKE',
ratings: {
health: 1,
speed: 3,
difficulty: 3
},
meta: {
gender: 'f',
country: 'it',
season: 'Y3S2',
height: 171,
weight: 63,
price: {
renown: 10000,
r6credits: 240
}
},
bio: {
real_name: 'Aria de Luca',
birthplace: 'Tripoli, Lybia'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M45 45h260v260H45z" style="opacity:.4"></path><path d="M73 73h204v204H73z" style="fill:#929637"></path><path d="M73 127.444v41.347c-3.191-1.828-17.438-9.567-30.333-4.125-4.028 1.7-7.353 4.445-8.833 5.667-2.065 1.705-8.406 7.054-12.266 15.861-6.891 15.718-.771 30.792-.095 32.386 6.774 15.963 21.082 21.589 23.528 22.504v-43.583c.343-.824 3.635-8.346 12.167-10.5 8.64-2.181 15.169 3.034 15.833 3.583v54.75a68 68 0 0 0 16.417-2.583 85.3 85.3 0 0 0-2.687 14.037A85.5 85.5 0 0 0 87 277h46.083c.446 1.43 2.872 9.68-1.806 18-3.765 6.697-9.804 9.299-11.611 10h-27c2.166 3.98 7.061 11.483 16.292 16.125 11.41 5.738 27.331 6.043 37.653-2.514 5.705-4.729 8.259-10.972 9.472-13.936 3.141-7.676 3.07-14.255 3-17.591-.148-7.03-.373-17.738-8.306-25.75-6.338-6.402-14.417-7.87-18.361-8.271a16.7 16.7 0 0 1 2.361-5.118c1.271-1.836 2.569-2.89 4.444-4.389 5.39-4.306 8.085-6.459 8.273-6.59 5.404-3.741 9.983-5.909 11.56-6.633 2.398-1.1 5.422-2.471 9.611-3.611 2.144-.584 8.015-2.038 15.776-1.881 1.414.028 6.744.188 13.502 1.881 8.632 2.163 14.357 5.515 17.842 7.594 3.255 1.941 4.417 2.996 5.333 4.054 3.152 3.641 3.936 7.943 4.435 10.685.517 2.838.547 5.308.444 7.167-2.278-1.517-7.264-4.362-13.917-4.347-11.831.026-19.279 9.124-21.25 11.792-3.675 4.974-4.793 9.944-5.583 13.458-.561 2.492-1.605 8.177-.667 15.25.634 4.776 2.04 15.358 10.333 23.125 11.516 10.785 27.631 8.152 31.333 7.417 15.996-3.177 24.269-15.428 25.875-17.917h-24.292c-1.39-.584-8.977-3.929-12.333-12.583-2.818-7.267-.861-13.657-.257-15.417h50.465a76.7 76.7 0 0 0 1.681-17.111c-.162-10.911-2.637-19.784-4.867-25.775a104 104 0 0 0 14.478 5.845v-62.563c9.993-.796 19.372 3.316 24.333 10.938 3.837 5.894 3.836 12.051 3.667 14.708v33.333c2.588-1.716 20.173-13.785 21.917-34.958.253-3.068.943-13.117-4.917-23.75-1.494-2.711-6.059-10.738-15.833-15.917-13.145-6.965-26.072-3.671-29.167-2.792V106a138.6 138.6 0 0 1-20.111 27.889 138 138 0 0 1-16.306 14.924 94 94 0 0 0 3.945-14.867c3.821-21.322-.791-38.408-3.195-46.946C234.17 61.567 220.4 45.638 213.5 37.833a98.3 98.3 0 0 0-17.224-15.414c-9.063-6.361-14.063-9.87-21.117-9.942-8.496-.088-15.066 4.859-23.355 11.101a83.7 83.7 0 0 0-12.637 11.756c-8.297 9.419-21.988 24.961-29.594 50.067-.99 3.269-5.862 19.854-4.741 40.774.842 15.708 4.519 23.712 8.835 29.326a39 39 0 0 0 4.778 5.167 37 37 0 0 1-6.355-1.487c-6.452-2.127-10.727-5.53-13.81-8.097-11.401-9.493-22.879-21.182-25.28-23.64"></path><path d="M258.083 166.25c5.186-4.022 9.012-7.328 13-11.583a97 97 0 0 0 5.917-6.944v-19.722c-8.828 12.871-17.869 21.571-24.271 26.962-12.921 10.88-21.957 14.056-25.951 15.26a61 61 0 0 1-5 1.278c-1.416-.316-4.803-1.298-6.757-4.333-3.519-5.466.009-13.858 4.59-15.944 2.277-1.037 3.508.079 5.88-1.131 3.082-1.572 4.399-5.188 5.176-8.425 4.661-19.415.333-42.446.333-42.446-3.239-17.238-8.201-28.224-9.416-30.849-1.83-3.957-4.618-9.903-9.668-16.873-4.534-6.259-8.629-10.221-15.694-17.056-3.276-3.17-6.402-5.981-10.577-8.924-4.624-3.259-6.936-4.889-9.343-5.294-2.286-.385-6.776-.334-19.858 11.662-6.547 6.004-12.214 11.2-18.333 20.111-6.819 9.93-10.122 18.533-12.23 24.131-7.288 19.352-8.175 35.488-8.215 43.536-.016 3.329.032 28.328 8.427 30.653 1.703.472 2.952-.211 5.156.921 3.913 2.009 6.54 7.529 5.417 12.425-.1.435-.642 2.666-2.5 4.75-1.899 2.13-4.068 2.867-6.778 3.75-6.39 2.082-11.713 1.328-12.875 1.146-2.572-.402-4.686-1.119-6.736-1.979-7.612-3.195-12.817-7.736-17.5-11.778a1882 1882 0 0 0-17.278-14.722v17.375a130.3 130.3 0 0 0 39.445 25.791l10.778-7.667c-11.083 14.951-21.806 25.132-28.944 30-3.057 2.085-8.253 5.628-15.944 7.222a39 39 0 0 1-5.333.722v14.556c10.272-.515 17.735-3.556 21.951-5.681 9.02-4.546 14.726-10.715 19.216-15.569a91 91 0 0 0 8-9.972 167 167 0 0 0-6.833 11.889c-1.18 2.263-1.668 3.324-4.75 9.667-5.782 11.899-5.581 11.283-6.083 12.5-2.527 6.12-3.174 10.942-4.167 18.333a126 126 0 0 0-.944 23h14.069c-1.219-11.632.4-20.892 1.875-26.667 1.737-6.8 6.784-25.441 24-37.889 5.718-4.134 11.179-6.429 14.944-7.722a50.3 50.3 0 0 0-11.889 13.5 50.3 50.3 0 0 0-6.056 15.278c3.554-4.15 9.134-9.476 17.167-13.5 5.658-2.834 10.443-3.977 12.056-4.333 5.275-1.167 10.128-1 19.833-.667 10.104.347 14.487 1.241 16.389 1.667 3.63.812 6.59 1.789 8.667 2.556l-12.333-15.778a57 57 0 0 1 6.732 2.925c19.534 10.046 27.764 28.801 29.833 33.992 6.26 15.711 4.943 29.826 3.824 36.638h14.792a68 68 0 0 0 1.708-16.833c-.441-18.156-8.172-31.497-13.333-40.167-3.424-5.752-8.814-13.574-17-21.667 1.678.526 4.184 1.347 7.188 2.469 4.78 1.786 9.72 3.656 14.729 6.697 3.818 2.319 5.959 4.276 8.167 6.083 4.53 3.709 11.58 8.621 22.25 13.306v-11.431a213 213 0 0 1-6.333-4.208c-6.833-4.718-9.436-7.106-15.641-11.632-4.021-2.933-6.899-4.828-12.026-8.202a444 444 0 0 0-15.812-9.938l7.583.938c10.342-6.447 18.108-12.129 23.309-16.163m-103.527-20.639c-2.487-.08-3.731-.12-4.847-.236-3.565-.371-6.647-.691-9.458-2.542-2.098-1.381-3.575-3.754-6.528-8.5-.656-1.055-1.144-2.009-2.118-3.917-.864-1.691-1.35-2.769-1.583-4.229a11 11 0 0 1-.132-1.465 37 37 0 0 0 2.056.639c4.021 1.125 6.003.952 10.549 1.606 3.81.549 5.752.843 7.529 1.813 2.398 1.309 4.022 3.13 4.686 3.887.946 1.077 1.69 2.164 2.833 4.208a73 73 0 0 1 4.181 8.847c-1.705.003-4.175-.015-7.168-.111m55.833-2.778c-2.812 1.851-5.893 2.171-9.458 2.542-1.116.116-2.36.156-4.847.236-2.994.096-5.464.114-7.167.111a73 73 0 0 1 4.181-8.847c1.143-2.044 1.888-3.131 2.833-4.208.664-.756 2.288-2.578 4.686-3.887 1.777-.97 3.718-1.264 7.529-1.813 4.546-.655 6.528-.482 10.549-1.606a37 37 0 0 0 2.056-.639c-.007.345-.034.856-.132 1.465-.234 1.46-.719 2.538-1.583 4.229-.975 1.908-1.462 2.862-2.118 3.917-2.954 4.746-4.431 7.119-6.529 8.5" style="fill:#fff"></path><path d="M82.25 190.667a30.7 30.7 0 0 0-5.861-9.444c-1.387-1.521-7.456-8.177-16.389-9.333-12.447-1.612-23.871 8.304-28.542 18.194-3.969 8.403-2.766 16.161-2.514 17.639 1.649 9.681 7.699 15.472 9.611 17.167v-17.167c-.94-4.081-.648-7.363-.333-9.278 1.332-8.097 6.589-13.038 8.556-14.833 1.995-1.822 3.948-3.605 7.111-4.722 7.766-2.743 15.201 1.225 18.111 2.778 4.962 2.647 8.237 6.235 10.25 8.999m28.861 121.055c1.385 1.101 8.915 6.867 18.737 5.2 11.069-1.878 16.266-11.705 17.601-14.229 3.39-6.409 3.352-12.378 3.329-16.027-.023-3.677-.137-9.739-3.865-15.718-1.455-2.333-3.342-5.268-7.079-6.782-4.132-1.673-8.013-.591-9.333-.222-3.643 1.016-5.919 3.055-6.889 3.944a18.3 18.3 0 0 0-4.556 6.556c1.366-1.192 3.962-3.134 7.722-4.111 1.938-.504 5.096-1.325 7.889-.222 6.772 2.673 6.943 14.89 6.944 15.5.031 11.57-8.781 19.069-9.871 19.966-8.561 7.056-18.492 6.347-20.629 6.145m115.222-37.639a22 22 0 0 0-5.167-3.167c-2.559-1.114-6.881-2.995-10.583-1.25-2.348 1.107-3.419 3.187-4.535 5.355-2.983 5.794-2.396 11.535-2.132 13.395 1.06 7.445 5.438 12.184 7.083 13.917 7.792 8.204 18.168 8.901 20.833 9a25 25 0 0 1-5.542 2.792c-7.628 2.711-14.27.838-15.71.401-1.737-.527-5.977-1.87-9.785-5.697-2.616-2.629-3.825-5.222-4.963-7.662-2.547-5.462-3.023-10.189-3.25-12.667-.199-2.165-.433-4.919.139-8.5.312-1.951.835-5.055 2.75-8.528 1.263-2.291 3.396-6.159 7.879-8.109 3.068-1.334 5.84-1.163 6.95-1.081 9.514.698 15.317 10.546 16.033 11.801M276.417 169.5c1.97-1.135 5.133-2.629 9.242-3.194 6.53-.899 11.625 1.072 15.119 2.472 2.979 1.194 7.985 3.264 12.5 8.167 8.163 8.864 8.085 19.783 8.056 21.056-.252 11.074-6.635 18.21-8.222 19.889.036-3.128-.009-7.547-.389-12.833-.664-9.233-1.043-13.952-3.344-18.993-1.105-2.421-3.543-7.594-9.142-11.689-5.047-3.691-10.072-4.612-12.37-5.007a31.8 31.8 0 0 0-11.45.132" style="fill:#fff"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-alibi'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const amaru = {
id: 'amaru',
name: 'Amaru',
role: 'Attacker',
org: 'APCA',
squad: 'REDHAMMER',
ratings: {
health: 2,
speed: 2,
difficulty: 2
},
meta: {
gender: 'f',
country: 'pe',
season: 'Y4S3',
height: 189,
weight: 84,
price: {
renown: 10000,
r6credits: 240
}
},
bio: {
real_name: 'Azucena Rocío Quispe',
birthplace: 'Cojata, Peru'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M45 45h260v260H45z" style="opacity:.4"></path><path d="M239.167 73 220 54.5l9.111 18.5H73v204h33.444l-5.611-11.667 5.611 6.611L94.556 239.5l34.667 37.5H277v-20.708l-29.667-59.458L277 227.542V73z" style="fill:#17650b"></path><path d="m129.222 277-34.667-37.5 11.889 32.444-5.611-6.611L106.444 277h7.139l-7.375-17.958L122.211 277zM277 227.542l-29.667-30.709L277 256.292v-11.959l-15.125-26.916L277 235.625z" style="fill:#fff"></path><path d="m58.722 121.056 87.167 78.278-20.444-33.667-31.222-64.333h1.667L78.778 80.889l44.111 11 26.667 13.167 17.694 48.569-20.583-12.792 7.458 13.083 17 16.958 2.125-1.083a20 20 0 0 0-.104-1.354c-.17-1.519-.477-2.64-.615-3.146-.472-1.733-1.606-5.957-3.17-11.597l-6.528-23.444 10.417-62.167V55.75l1.417.583-6.25-20.25L177.834 45l36.167 29 6.5 22.583L207.667 143l-10.417-28.917-4 18.167 13.194 29.722 1.235 2.31c.173.347.511.887 1.029.968.406.064.797-.175 2.11-1.474a50 50 0 0 0 1.682-1.748l24.167-48.736 2.542-1.583V88.417l22.681 35.806 4.528 27.194-13.167 41.375-7.083-35.375-5.125 6.458-4.357 14.431a270 270 0 0 0-2.852 12.416c-1.248 6.085-1.162 6.718-2 9.528-1.908 6.402-4.711 11.029-6.279 13.58-1.591 2.589-3.108 4.638-5.888 8.393a215 215 0 0 1-4.333 5.653 47.6 47.6 0 0 0 .25 15.375 47.6 47.6 0 0 0 5.5 15.125l4.875-3.625 7.181-50.944L257.556 256l-10.431 23.417-38.167 19.25-26.736-26.111-15.722-32.667-38.361-10.222a780 780 0 0 0-63.583-33.444l-14-19.556 20.222 3.778-13.111-14.667 11.889 4.889-14.333-19.889L68.778 157l-1.667-8.111 3.111 1.667-9.333-20.111 5.778 4.778z" style="fill:#fff"></path><path d="m91 88.5 30.792 7.625 24.292 12.208L158.833 143l-25-15.333L150.75 157c7.932 7.819 13.821 13.583 16.396 16.312.613.65 1.952 2.097 3.715 2.076 1.376-.016 2.751-.924 3.667-1.528.578-.382 1.203-.794 1.711-1.374 1.746-1.996 1.265-5.027 1.095-5.904l-9.917-36.917 10.25-61v-6.083l4.417 1.917-4.25-13.583 32.417 25.667L216 96.917l-8.667 31.583-11.167-29.833-7.5 33.833 14.389 32.889c.176.451 1.195 2.946 3.828 3.906.407.148 1.662.588 3.172.26 1.371-.298 2.211-1.068 3.813-2.575.675-.635 1.6-1.584 2.576-2.869l23.389-47.444 3.778-2.667v-10.444l13.889 22.167 4.25 25.361L254.167 175l-5.833-27.417-11 13.833a139 139 0 0 0-4.667 15c-1.17 4.668-1.257 6.024-2.583 11.5-1.981 8.179-2.971 12.269-4.75 16.333-2.68 6.123-6.064 10.844-10 16.333a143 143 0 0 1-4.083 5.417 51.8 51.8 0 0 0 .167 19.167 51.7 51.7 0 0 0 6.417 16.611l-7.833 4.667 9.278-1.111 11.389-8.222a43 43 0 0 1-.039-6.191c.188-2.862.61-4.909.872-6.254.598-3.067.085-1.05 2.25-15.75.375-2.546.891-6.007 1.528-10.139l17.667 37.514-9.278 19.931-34 17-23.667-23-17.417-36.431-37.861-11.069-58-34.278 18.778 2.278-10.889-9.611 5.278 1.944-13.556-20.111 10.556 4.111-1-4.944 4.333 3.056-9.444-20.444 74.778 62.944 9.722 11.778-10-19.778-22.944-38.083L101 105.167l3.333-.333z"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-amaru'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const aruni = {
id: 'aruni',
name: 'Aruni',
role: 'Defender',
org: 'NIGHTHAVEN',
squad: 'NIGHTHAVEN',
ratings: {
health: 3,
speed: 1,
difficulty: 2
},
meta: {
gender: 'f',
country: 'th',
season: 'Y5S4',
height: 160,
weight: 58,
price: {
renown: 10000,
r6credits: 240
}
},
bio: {
real_name: 'Apha Tawanroong',
birthplace: 'Ta Phraya District, Thailand'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M45 45h260v260H45z" style="opacity:.4"></path><path d="M73 73h204v204H73z" style="fill:#d14007"></path><path d="m73 73 102 142.222L277 73v176.889a493 493 0 0 0-61.171 7.797l-33.44 1.647-45.34-.633-18.994-4.311-45.056-4.5z"></path><path d="M174.778 35.222a726 726 0 0 0-23.028 69.528l-10.167-9.667-16.667-25.097a127 127 0 0 0-12.083 21.181C105.372 107.785 102.837 123.056 102 134c-7.748-2.405-19.323-7.12-30.75-16.667A88 88 0 0 1 56.833 102c-2.314 16.62-1.3 30.288.107 39.726 1.473 9.876 3.649 16.947 4.143 18.524 4.735 15.118 11.871 26.604 17.75 34.417l-40.306-11.875 11.75 35.708 10.444 10.278a79.3 79.3 0 0 0 17.569 10.306 79.3 79.3 0 0 0 20.958 5.667 465 465 0 0 0 43.583 5.583c16.835 1.355 38.273 3.08 65.333.5 16.755-1.598 39.868-5.246 66.667-14.167a72 72 0 0 0 10.778-6.141 72.6 72.6 0 0 0 14.5-13.248l14.931-36.965-39.542 11.938a168 168 0 0 0 8.25-26.083c3.811-16.707 4.178-30.256 4.417-41.167a261 261 0 0 0-.5-22.889 126.6 126.6 0 0 1-12.75 13.806c-4.974 4.636-8.717 8.074-14.667 11.083a49 49 0 0 1-10.333 3.833l-5.5.833a56.3 56.3 0 0 0 .843-13.202l-22.621-60.076-10.417 28.167-13.444 13.556a530 530 0 0 0-8.861-27.111 530 530 0 0 0-15.137-37.779"></path><path d="M175 50.556a3124 3124 0 0 0-19 62c-12.463 42.255-7.76 29.769-10.889 39 0 0-2.393 7.059-7.444 31.222-.258 1.234-.792 3.872-.667 7.333.182 5.004 1.636 8.814 4.111 14.222 4.841 10.579 9.472 18.289 10.778 20.444 2.036 3.36 4.9 7.917 8.556 13.222a255 255 0 0 1-7.889-31.333c3.252 8.746 8.909 20.166 19 30.889a88 88 0 0 0 8.333 7.778 16.2 16.2 0 0 0 5.361-1.93c3.602-2.094 5.381-5.091 7.639-9.07 3.932-6.93 5.899-10.395 7.222-13.222 2.856-6.1 6.391-13.76 8.778-24.222.798-3.499 1.27-5.668 1.444-8.111.182-2.538.14-5.449-.889-12.333-1.061-7.099-2.087-11.506-2.087-11.506-4.898-21.047-14.802-55.383-14.802-55.383-5.566-19.296-5.698-19.945-8.222-28.444A2032 2032 0 0 0 175 50.556" style="fill:#fff"></path><path d="m134.5 157.917-6.083 20.417v19.083l17.417 40.25-19.833-16-36.833-38.083 13.333 24.083a101.4 101.4 0 0 1-16.654-15.996c-24.009-29.061-25.057-63.891-24.596-78.42 3.42 3.514 8.41 8.203 15 13 4.774 3.475 12.898 9.309 24.5 13.833 11.546 4.502 16.708 3.875 25.179 9.933a47.7 47.7 0 0 1 8.57 7.9m1.667-8.125 11.708-39.542a69 69 0 0 1-8.885-8.161c-7.371-8.073-11.467-16.439-13.782-22.547-3.25 6.834-7.899 17.335-11.417 28.625-1.377 4.421-2.375 8.303-3.042 12.917a75.6 75.6 0 0 0-.75 12.792l18.938 9.042zm-89.778 40.597 42.278 12.653 6.958 8.042 46.885 32.792-25.622-2.264-11.778-2.389-32-23.611 16.611 19.333a88 88 0 0 1-14.889-6.778 88.2 88.2 0 0 1-18.042-13.708zM223.444 77.667a77.3 77.3 0 0 1-8.333 15.167 77.3 77.3 0 0 1-14.389 15.389l11.361 40.722 8.139-8.278 18.222-8.556c.019-1.96-.02-4.673-.278-7.889-.183-2.274-.895-10.027-4.611-22-2.017-6.499-5.152-14.989-10.111-24.555m-9.583 82.027 5.028 17.694v19.944l-18.722 41.917 21.25-17.5 37.083-38-15.083 27.083c11.512-7.602 18.352-15.893 22.196-21.417 12.188-17.516 14.307-36.036 16.016-50.975a159.5 159.5 0 0 0 .955-23.191 67.2 67.2 0 0 1-10.583 11.25c-2.596 2.189-7.248 6.057-14.141 9.158-2.141.963-6.98 2.426-16.657 5.353-5.668 1.714-7.907 2.315-11.085 4.203-2.781 1.652-4.696 3.349-7.96 6.269a116 116 0 0 0-8.297 8.212m-6.694 83.75 47.111-33.111 6.778-7.889L305 188.556l-12.167 25.556a88.15 88.15 0 0 1-33.055 20.333l17.111-19.389-32.056 23.222-12.389 2.833z" style="fill:#fff"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-aruni'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const ash = {
id: 'ash',
name: 'Ash',
role: 'Attacker',
org: 'FBI SWAT',
squad: 'REDHAMMER',
ratings: {
health: 1,
speed: 3,
difficulty: 2
},
meta: {
gender: 'f',
country: 'us',
season: 'Release',
height: 170,
weight: 63,
price: {
renown: 1000,
r6credits: 0
}
},
bio: {
real_name: 'Eliza Cohen',
birthplace: 'Jerusalem, Israel'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="m294.42 139.783-15.652 43.768-8.116-51.304-48.406 82.029 37.971-120.87-125.507 42.898 82.609-51.014h-67.246l62.029-23.188-49.935-17.101L45 45v260h260v-72.333l-3.333-46.507z" style="opacity:.4"></path><path d="M277 277H73V73h119.101l-15.652 8.522 43.188 1.449-44.348 35.072 84.928-24.638-24.348 86.667 33.913-42.609 7.217 29.565z" style="fill:#d75b2a"></path><path d="M239.833 45.583 191.417 32.75 201.25 45h-39.083l42.125 18.208-64.903 23.847h72.528L97.111 152.389 252.5 101.722l-42.792 141.403 58.458-96.833L277 208l14-47.778 14 72.444V104l12.333 4.333L305 76.111l-.222 19.444-7.222-1.778-17.111 65-6.799-41.59-30.424 50.59 24.889-81.889-78.667 25.667L250 77.222h-53.889l33.778-12.444-10.778-13.444z" style="fill:#fff"></path><path d="M73 277V161.889l24.111-9.5L252.5 101.722 199.444 277z"></path><path d="m250.167 194.333-2.584 14.917 10.167-4.917zm13.166 39.417 8 18.75h-19.75zM134.167 98.25l2.916 19.417 15.834-14.5zm40.669 86.01-41.461 40.461-7.464-7.649 41.461-40.46-6.853-7.023-48.56 47.387 21.651 22.187 48.559-47.388zm-81.128 8.615 32.417 4.167-16.958 16.5-22.084-14.292zm17.125 28.042 18.417 19.166-11.917 2.229-9.489-9.489zm25.834 20.805 16.611-16.611 1.222 35.222-6.556 6.334zm64.746-110.289 11.651 39.645 3.203-7.717-9.93-33.789zm16.396-6.197 5.921 20.147 3.095-7.455-4.258-14.489zm-8.137 3.075 8.764 29.822 3.123-7.524-7.086-24.113q-2.4.909-4.801 1.815m-27.839 10.522L164 156.083l-2.167 10.021 23.219 24.086 10.531-1.856 14.695-14.124-12.201-41.516zm52.917-20-8.849 3.344 3.092 10.523q2.88-6.933 5.757-13.867" style="fill:#fff"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-ash'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const azami = {
id: 'azami',
name: 'Azami',
role: 'Defender',
org: 'UNAFFILIATED',
squad: 'VIPERSTRIKE',
ratings: {
health: 2,
speed: 2,
difficulty: 3
},
meta: {
gender: 'f',
country: 'jp',
season: 'Y7S1',
height: 164,
weight: 56.7,
price: {
renown: 10000,
r6credits: 240
}
},
bio: {
real_name: 'Kana Fujiwara',
birthplace: 'Kyoto, Japan'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M45 45h260v260H45z" style="opacity:.4"></path><path d="M330.61 103.588c.206-4.687-5.018-9.846-13.277-11.643l-.889-3.333c1.748-.94 6.163-3.618 8.972-9.111 3.589-7.018 2.03-13.694 1.587-15.368 2.86-6.058 2.721-12.829-.777-17.271-4.527-5.748-13.254-5.786-14.143-5.778-2.035.019-2.967.392-6.267.315-1.672-.039-5.119-.12-8.65-1.148-2.559-.745-3.441-1.486-9.917-5.5-5.494-3.405-8.241-5.107-9.967-5.882-5.365-2.409-10.077-2.857-12.116-3.034-5.283-.459-16.604-1.441-23.583 6.083-1.39 1.499-4.076 4.918-5 11-1.306.61-3.421 1.82-5.25 4.083a14.5 14.5 0 0 0-2 3.292c-1.942.359-21.692 4.116-30.667 11.042-1.777 1.371-4.586 3.599-5.833 7.5a13.1 13.1 0 0 0-.606 4.167H73v204h204V135.054c2.936-2.975 5.62-5.065 7.667-6.47 2.548-1.75 4.534-2.759 6.667-2.25 2.332.557 4.546 2.858 4.25 4.75-.209 1.335-1.619 2.154-4.083 3.583a22.6 22.6 0 0 1-3.556 1.667c.695.381 5.347 2.831 10.306.833 4.779-1.925 7.869-7.188 7.417-13 7.952 3.745 16.644 1.806 20.667-3.75 3.478-4.804 2.281-10.676 2-11.917 1.943-2.152 2.235-3.991 2.275-4.912" style="fill:#3c63ad"></path><path d="M244.542 130.292a13.2 13.2 0 0 0 2.958-4.792c.61-1.751 1.683-4.835.111-7.444-1.392-2.31-4.398-3.488-7.59-3.201q.49-.546 1.062-1.104a23 23 0 0 1 2.875-2.375c-.333-1.139-2.256-8.06 1.542-12.431 1.243-1.431 2.752-2.173 4.185-2.88 1.464-.723 3.501-1.51 9.871-2.231 0 0 8.715-.986 15.125.739.497.134 1.303.397 1.987 1.095.894.912 1.063 2.037 1.111 2.389.064.468.306 2.249-.917 3.333-.635.563-1.382.688-1.75.722.114-.726.205-2.069-.556-3.222-.844-1.28-2.304-1.666-3.881-1.98-3.572-.71-6.421-1.276-11.174-.742-3.479.391-5.551.623-7.944 2.056-1.348.806-3.78 2.262-4.756 5.113-1.177 3.436.571 6.652 1.479 8.331.496.918 1.842 3.335 4.694 5.056 1.198.723 4.823 2.908 7.111 1.386 1.801-1.198 2.008-4.184 2.062-4.962a9 9 0 0 0-.125-2.208c.383.302 2.011 1.654 2.292 3.958.237 1.95-.635 3.4-1.026 4.05-1.279 2.126-3.261 2.98-4.231 3.387-2.959 1.243-5.678.709-6.722.444a12.1 12.1 0 0 1-3 6.889 42 42 0 0 0 2.5 4.278c1.701 2.55 2.633 3.334 3.056 3.667.73.574 1.609 1.25 2.944 1.556 1.492.342 2.718.03 3.6-.206a12.1 12.1 0 0 0 4.455-2.294c3.841-3.105 7.586-6.885 11.111-10.167 1.743-1.622 3.805-3.47 6.889-4.722 1.585-.644 2.736-.844 3.722-.889 2.285-.105 4 .61 5.167 1.111 3.648 1.567 5.99 4.187 7.222 5.833.285-.273.671-.71.944-1.333.418-.953.4-1.941.093-3.406-.42-2.006-1.074-3.435-1.26-3.872-1.596-3.747-.776-9.556 1.847-10.764.476-.219 1.757-.63 4.158.697-2.041 1.522-3.136 3.871-2.728 6.066.443 2.384 2.487 3.661 3.144 4.072 1.537.96 2.949 1.06 5.008 1.205 2.557.181 4.663.329 7-.792.936-.449 3.587-1.72 4.458-4.5.637-2.032-.001-3.841-.542-5.375a13.1 13.1 0 0 0-3.125-4.917c4.404-.675 5.525-1.671 5.667-2.5.471-2.762-9.097-7.774-18.542-8.542a33 33 0 0 0-10.458.847 2257 2257 0 0 1 6.611-3.889c8.236-4.827 8.531-4.936 9.759-5.861 3.442-2.591 7.56-5.691 9.046-11.014.726-2.599.598-4.917.375-6.458a10.42 10.42 0 0 1-6.042 3.618c.728-.801 1.745-2 2.806-3.563 2.12-3.122 3.855-5.679 4.111-9.111.02-.267.402-6.684-4.056-10.111-1.668-1.282-3.315-1.61-6-2.111-4.013-.75-7.611-.572-10.471-.123l-2.39.401c-7.142-3.452-14.93-2.669-19.083 1.722-4.66 4.927-2.881 12.429-1.889 16.611.564 2.379 3.096 13.057 11.278 15.389 4.092 1.166 7.997-.212 9.444-.722 1.292-.456 4.254-1.501 4.444-3.278.028-.266.133-1.838-.799-3.076-.255-.34-.528-.573-.469-.864.112-.547 1.277-.951 2.135-.803 1.517.261 2.873 2.384 2.812 4.167-.131 3.83-6.804 6.243-8.569 6.882-2.012.728-5.931 2.145-10.778 1.111-7.482-1.596-12.468-8.029-14.236-13.972-1.129-3.796-.864-7.116-.567-9.019-.35-1.636-.632-4.147.067-7.023.724-2.976 2.17-4.993 2.958-6.069 1.902-2.599 4.668-4.97 4.833-5.111 1.752-1.49 2.37-1.698 2.5-2.444.427-2.456-5.365-5.373-6.5-5.944-10.556-5.315-21.087-3.025-22.389-2.722-4.224.982-8.095 1.883-10.722 5.5-2.639 3.634-2.453 7.849-2.278 9.556-.517-.051-3.457-.291-5.649 1.806-1.411 1.35-1.782 2.97-1.957 3.784-.686 3.196.744 5.878 1.384 7.077.639 1.197 1.343 2.046 2.148 3.016 1.122 1.352 2.141 2.298 3.036 3.09 3.948 3.494 5.923 5.24 7.371 5.283 2.904.085 5.224-2.701 6.444-4.167.871-1.046 1.574-2.519 2.98-5.466 1.795-3.762 2.087-5.309 2.187-5.922.267-1.633.277-3.395.278-3.778a26 26 0 0 0-.111-2.444 16 16 0 0 0-3.333-.333c-1.397.006-2.503.011-3.778.556-.407.174-1.795.787-2.833 2.222-1.762 2.435-1.116 5.298-1 5.778-.423-.296-2.154-1.578-2.444-3.778-.027-.202-.143-1.184.278-2.389 1.07-3.066 4.438-4.364 5.55-4.791 2.19-.84 3.983-.781 5.755-.723 2.179.072 4.272.171 5.417 1.667.358.468.484.891.667 1.5.827 2.766-.204 5.304-.375 5.708-.472 1.116-.678.947-2.75 4.292a89 89 0 0 0-.958 1.583c.257.996.528 2.613.139 4.486-1.02 4.912-5.675 7.226-6.778 7.778-1.265.633-4.312 2.157-7.757 1.302-2.52-.626-4.015-2.219-6.743-5.413a264 264 0 0 1-9.059-11.217 53.6 53.6 0 0 0-10.136-.144c-6.405.517-12.617 1.018-17.5 5.5-1.414 1.297-5.374 4.932-5.115 10.054.329 6.5 7.175 9.944 8.068 10.376.465.225 8.905 4.167 13.812-.515 3.156-3.012 4.027-8.806 1.735-11.082-1.157-1.149-4.091-2.365-6.221-1.589-.553.202-1.738.787-2.779.297-.155-.073-.48-.226-.667-.542-.577-.976.476-2.977 1.822-3.949 2.143-1.548 5.35-.719 7.262.449 1.53.935 2.289 2.124 3.167 3.5.908 1.424 2.797 4.383 2.556 8.422-.059.992-.213 3.584-1.934 5.915-4.247 5.754-13.618 3.936-14.123 3.83-3.453-.72-5.973-2.42-7.5-3.694l-47.5 46.944 53.82 28.833c3.565-.231 14.977-1.203 24.383-6.198 3.011-1.599 5.424-3.402 7.297-4.802 5.846-4.368 6.822-6.468 7.222-7.556.317-.862 1.088-3.105.352-5.827-.722-2.689-2.495-4.267-3.194-4.827"></path><path d="M76.722 165.667c-2.767 12.367-4.436 20.331-5.056 24.25-.18 1.139-.662 4.401-2.083 8.583a50 50 0 0 1-1.028 2.75c-3.811 9.297-10.327 15.425-11.222 16.25a44 44 0 0 1-3.625 3 67.7 67.7 0 0 0-.083 13.083c.66 7.247 2.328 12.525 2.917 14.292 1.125 3.375 2.13 6.316 4.458 9.708 2.116 3.083 4.674 6.793 8.833 7.417 2.164.325 3.988-.317 6.167-1.083 3.08-1.083 5.108-2.637 6.75-3.917a32.5 32.5 0 0 0 6.394-6.662 125 125 0 0 1 2.523-4.088 128 128 0 0 1 11.167-14.833s3.825-4.395 17-15.417c.555-.465 1.615-1.33 3.187-1.641 1.714-.339 3.246.138 5.063.725 2.085.673 1.908.953 3.833 1.583 2.721.891 4.879.922 5.583.917 1.227-.009 2.507-.029 4.056-.611a9.8 9.8 0 0 0 3-1.806c-1.67-5.189-5.633-15.779-13.778-25.444-5.211-6.184-10.705-10.295-12.584-11.684-2.97-2.196-4.818-3.21-5.962-3.79-2.823-1.431-6.07-3.077-10.44-3.54-2.25-.238-3.61-.037-5.875-.917-2.234-.868-3.6-2.108-3.972-2.458-1.241-1.169-1.857-2.276-2.749-3.88a28 28 0 0 1-2.14-4.926 268 268 0 0 1-3.972-10.917c-2.583-7.609-5.022-15.918-7.694-27.278-2.11-8.97-3.407-16.017-6-30.111-3.082-16.753-3.567-20.983-6.722-37.278a906 906 0 0 0-3.278-16.278 840 840 0 0 0-6.225-27.213 76 76 0 0 1 10.169 6.213c8.072 5.847 13 11.846 16.5 16.167 1.76 2.172 6.208 7.841 10.667 15.944 2.902 5.274 4.66 9.493 6.5 13.944a188 188 0 0 1 6.125 17.111c.655-2.246 1.636-5.598 2.839-9.661 3.592-12.136 5.948-19.764 7.092-23.561 2.218-7.36 5.235-18.081 8.507-32.215a53.3 53.3 0 0 1 6.577 8.122c3.035 4.608 4.593 8.533 5.527 10.926.747 1.913 2.449 6.541 3.597 13.012 1.551 8.748 1.138 15.509.625 23.099a152 152 0 0 1-3.056 21.667 487 487 0 0 0 7.75-9.028c1.451-1.732 4.074-4.89 10.208-12.611a1481 1481 0 0 0 19.417-24.958c2.331-3.068 4.248-5.617 5.556-7.361a50 50 0 0 1 1.861 7.944c.278 1.858.932 6.942.125 14.042-1.209 10.634-4.89 18.694-9.208 27.958a155 155 0 0 1-4.375 8.667 66 66 0 0 1 5.823-3.946c2.623-1.579 4.359-2.373 10.344-5.318 4.249-2.091 5.362-2.668 6.389-3.167 8.041-3.904 20.896-7.947 27.528-9.944a230.6 230.6 0 0 1-27.25 37.778 396 396 0 0 1 51.166-1.527 79 79 0 0 1-11.5 13.417 79 79 0 0 1-18.5 12.833 150 150 0 0 1 26.048 12.253 149 149 0 0 1 6.23 3.914 62 62 0 0 1-8.639 4.056c-2.513.951-5.896 2.043-16.028 3.944a360 360 0 0 1-14.528 2.417 139 139 0 0 1 18.25 6.667c2.239 1.01 6.432 2.901 10.708 5.458 4.111 2.459 9.894 6.487 16 12.917a78 78 0 0 1-5.583 1.833c-1.556.447-7.065 1.979-14.667 2.75a92.5 92.5 0 0 1-18.402.014 93 93 0 0 1 5.943 5.319c3.105 3.028 7.967 7.832 12.375 15.125a65 65 0 0 1 3.594 6.83 70 70 0 0 1-11.469.254c-3.837-.232-6.567-.719-10.25-1.375-4.503-.802-6.997-1.515-9.167-2.292a47 47 0 0 1-2.458-.958 125 125 0 0 1 8.458 10.833c18.934 27.221 23.293 56.713 23.861 77.042H45v-20.167c-4.513-5.01-7.09-9.841-8.556-13.167-2.323-5.272-3.155-9.719-3.778-13.167-.247-1.365-1.092-6.275-1.109-12.831-.006-2.166.07-8.099 1.553-15.669a84 84 0 0 1 2.944-11c.158-3.561.536-6.529.889-8.722.6-3.731 1.134-6.917 2.791-10.804a37.5 37.5 0 0 1 2.431-4.696c1.631-2.682 5.057-8.173 11.667-12.111a30.7 30.7 0 0 1 7.611-3.222 137.5 137.5 0 0 1 15.279-13.778"></path><path d="M200.21 187.965c10.7 2.281 23.224 3.203 36.701.638a88 88 0 0 0 4.089-.88c-10.052-8.592-19.588-13.261-26.056-15.833-7.13-2.836-13.125-4.154-16.278-4.833-10.781-2.323-19.145-2.441-21.778-2.444-7.134-.009-12.546.779-14.556 1.097a89 89 0 0 0-5.333 1.014 12.3 12.3 0 0 0-2.723-1.056 80 80 0 0 1 21-3.889 80 80 0 0 1 18.667 1.278 38 38 0 0 1 3.222-.889c2.712-.62 4.794-.778 5.444-.833 4.373-.369 15.977-2.123 27.083-5.694a109 109 0 0 0 5.056-1.764 78.5 78.5 0 0 0-18.375-7.708c-4.579-1.264-13.016-3.513-24.079-2.655-5.601.435-9.709 1.498-12.671 2.28-5.371 1.418-15.596 4.228-25.348 12.255a56 56 0 0 0-3.166 2.815l-3.353-.079a95 95 0 0 1 9.825-7.699c4.729-3.223 14.2-9.552 27.753-12.628a71 71 0 0 1 7.997-1.344 205 205 0 0 0 17.778-8.889c10.736-6.041 16.252-10.439 17.833-11.722a105 105 0 0 0 4.278-3.667c-5.251-.144-12.681-.14-20.667.611-5.629.53-9.253 1.216-12.111 1.889a79 79 0 0 0-5.667 1.556 70 70 0 0 0-11.071 2.606c-10.081 3.261-16.947 8.033-21.326 11.127 0 0-6.952 4.912-13.076 11.183-2.67 2.735-5.43 5.986-5.431 5.986a122 122 0 0 0-3.069 3.764 7.4 7.4 0 0 0-2.972.639c5.758-8.596 13.762-18.041 24.848-26.3a103 103 0 0 1 5.736-3.978 194 194 0 0 0 27.5-27.75 192 192 0 0 0 8.767-11.741c-4.628 1.461-29.092 9.398-45.684 24.074-7.027 6.215-12.432 13.145-12.432 13.145-1.513 1.94-5.735 7.509-9.902 15.577a103 103 0 0 0-4.292 9.444 7.74 7.74 0 0 0-3.327 2.155c4.496-13.431 12.205-28.786 25.785-41.933a95 95 0 0 1 4.417-4.014c3.071-4.787 10.504-16.945 14.633-30.616 2.822-9.343 3.017-15.808 3.045-17.815a58 58 0 0 0-.428-7.861c-8.41 11.297-13.985 18.362-17.625 22.833-1.001 1.23-3.201 3.916-6.375 7.875-4.859 6.06-6.058 7.691-8.417 10.583a214 214 0 0 1-10.943 12.396 371 371 0 0 1-8.14 27.479 45 45 0 0 0-2.167 2.361c-.781.915-1.273 1.569-2.222 2.556-.504.524-.937.934-1.225 1.199 5.442-13.691 8.649-25.614 10.614-34.532 1.278-5.799 4.79-22.857 4.056-40-.066-1.532-.515-10.818-3.364-18.812-1.55-4.35-3.803-8.66-3.803-8.66a70 70 0 0 0-2.743-4.778c-7.185 28.85-13.101 49.997-15.313 56.474a187 187 0 0 1-3.543 9.46 158 158 0 0 1-3.624 8.15 12.9 12.9 0 0 1 1.177 4.797 580 580 0 0 0 .822 35.12l-1.083 2.771a24 24 0 0 1-2.833-3.271c-.447-4.66-.717-8.479-.881-11.088-.179-2.865-1.059-17.492-1.716-22.265-.323-2.346-.778-4.646-.778-4.646a79 79 0 0 0-.403-1.917 91 91 0 0 1 5.236-13c-2.79-9.535-7.16-21.757-13.819-33.611-3.379-6.015-6.372-10.198-7.611-11.889-2.446-3.338-6.181-8.378-12.167-13.833a82 82 0 0 0-7.236-5.875c.18.547.461 1.413.792 2.479 1.62 5.23 2.308 8.485 3.604 13.583 1.153 4.537.976 3.407 2.229 8.292.917 3.576 1.967 7.691 3.042 12.979.478 2.353.902 4.749 1.75 9.542.629 3.557.833 4.833 1.417 8.229 2.251 13.088 2.18 11.287 2.764 15.545.626 4.561.827 7.5 2.019 12.834.296 1.326.532 2.257.841 3.475 1.915 7.549 2.944 9.608 5.167 17.5.533 1.892 1.147 4.247 2.375 8.958 1.791 6.87 1.517 6.082 2.235 8.704 0 0 1.46 5.331 6.807 17.421.172.389.537 1.193 1.333 1.917.181.164.929.82 2.483 1.298 1.199.369 1.97.353 3.184.452 0 0 .845.069 4.25.667 3.273.575 6.194 2.073 8 3 14.54 7.461 24.111 17.972 24.111 17.972s6.761 7.425 11.406 16.914c.631 1.289 1.094 2.697 1.094 2.697.251.763.468 1.424.559 2.138.085.667.065 1.429-.726 3.945-.802 2.554-1.204 3.831-2.174 5.354a13.6 13.6 0 0 1-1.75 2.25c-.452.467-2.404 2.413-5.66 3.479-2.334.764-4.165.692-6.944.583-2.84-.111-4.574-.599-5.083-.75a18 18 0 0 1-3.146-1.261c-.441-.158-1.116-.327-1.889-.199-1.073.177-1.792.835-2.103 1.127-1.254 1.177-7.283 6.927-15.488 14.901a113 113 0 0 0-5.54 6.015c-1.26 1.471-2.138 2.571-3.722 4.556a272 272 0 0 0-5.389 6.986c-1.964 2.632-2.849 3.917-3.153 4.361-1.261 1.843-1.892 2.764-2.069 3.111-.203.397-.523 1.069-1.167 1.819-.435.507-.86.867-1.156 1.094a54 54 0 0 1 1.114-3.302 41.6 41.6 0 0 1-5.667 2.833c-2.258.922-3.897 1.592-6.083 1.875-1.28.166-4.591.437-7.843-.856-2.246-.893-4.801-2.666-8.074-8.061-3.167-5.22-5.363-11.124-6.708-18.5-.944-5.179-1.777-12.77-.833-22.042a31 31 0 0 0 3.528-2.486c3.832-3.126 5.948-6.406 7.556-8.944 2.542-4.012 3.802-7.378 4.167-8.389 1.094-3.031 1.529-5.372 1.833-6.944.738-3.812 1.918-9.346 3.85-16.818l-7.961 8.429a25.4 25.4 0 0 0-6.014 2.14c-4.953 2.512-7.832 6.099-9.815 8.517-1.645 2.005-2.622 3.65-3.227 4.788-1.609 3.027-2.234 5.567-2.722 7.611-.635 2.658-1.292 6.532-1.186 11.336-.055.666-.18 1.706-.51 2.943-.311 1.165-.612 1.782-1.04 2.985 0 0-.443 1.244-1.097 3.792-2.558 9.959-1.667 21.222-1.667 21.222.443 5.598 1.388 17.536 9.278 29.722 9.071 14.011 21.967 20.081 27.444 22.278h151.111c-4.945-36.606-15.357-63.018-22.444-72.944-6.568-9.199-13.869-15.523-13.869-15.523-5.132-4.445-9.797-7.421-9.797-7.421-.811-.517-1.994-1.247-4.278-2.708a491 491 0 0 1-6.127-3.984c-.523-.259-.746-.873-.54-1.363.228-.542.926-.803 1.5-.5a139.6 139.6 0 0 1 20.22 12.233c1.758.799 4.25 1.895 7.28 3.1 3.759 1.496 8.072 3.212 12.722 4.444 3.855 1.022 9.501 2.124 16.694 2.167a77.2 77.2 0 0 0-11.722-15.389c-7.922-8.049-15.626-12.298-20.729-15.062-7.641-4.138-13.291-5.85-15.243-6.409a69 69 0 0 0-7.695-1.737 548 548 0 0 1-6.472-3.403c3.67.327 7.724.924 12.056 1.944 10.294 2.422 18.535 6.38 24.547 9.963m-43.127 34.66c-1.133 2.027-2.602 3.181-4.136 4.363-2.347 1.807-4.396 2.686-6.656 3.637-5.757 2.422-10.425 3.05-11.395 3.173-2.74.347-5.081.359-6.813.286a78.3 78.3 0 0 0-15.473 14.25c2.021-4.195 5.291-9.474 10.597-14.25a44 44 0 0 1 4.069-3.25 56 56 0 0 0 5.639-.292c5.932-.608 10.372-2.023 12.542-2.792 4.957-1.756 7.436-2.635 9.708-5.167 2.062-2.297 2.954-4.835 3.375-6.542.075 1.351.016 3.948-1.457 6.584" style="fill:#fff"></path><path d="M256.778 3.611C255.437 6.21 242.833 30.506 231.944 45a81.5 81.5 0 0 1-11.153 12.125c-4.707 4.168-8.061 6.128-10.125 7.208a45 45 0 0 1-8 3.25 27.6 27.6 0 0 1 .75-7c.244-1.017.915-3.561 2.562-6.688 5.827-11.063 18.799-23.396 18.799-23.396 4.893-4.652 8.743-7.861 16.444-14.278a747 747 0 0 1 15.557-12.61"></path><path d="M204.667 64.792a62 62 0 0 0 5.056-2.486c1.719-.945 4.119-2.277 6.852-4.41 1.513-1.181 2.785-2.34 4.135-3.687 5.236-5.224 9.27-10.902 9.75-11.583 7.909-11.22 17.436-28.077 18.167-29.375a371 371 0 0 0-14.736 12.306c-1.53 1.346-10.273 9.082-18.556 18.389-.196.22-3.446 3.907-6.667 9.222-1.343 2.216-2.43 4.302-3.184 7.023a24.5 24.5 0 0 0-.817 4.601" style="fill:#fff"></path><path d="M241.25 22c-.296-.261-9.085 9.15-15.958 17 0 0-2.869 3.279-7.11 8.514l-3.999.324.344 4.255c-.162.206-.321.406-.485.616-2.42 3.088-5.796 7.407-5.542 7.625.263.227 4.32-4.06 6.496-6.428q.505-.55.99-1.086l4.202-.34-.331-4.086c2.557-3.021 4.325-5.307 5.102-6.31C235.062 29.05 241.503 22.223 241.25 22" style="fill:#3c63ad"></path><path d="M345.778 39.5a438 438 0 0 1-14.333 5.5c-9.125 3.32-15.979 5.471-19.056 6.444-38.558 12.196-52.996 19.403-60.597 25.514-6.199 4.983-10.708 11-10.708 11a59.5 59.5 0 0 0-5.25 8.375c8.663.536 15.527-.324 20.083-1.167 20.416-3.778 35.478-14.811 56.669-30.333 4.374-3.204 11.868-8.884 13.192-9.889a1455 1455 0 0 0 20-15.444"></path><path d="M241 93.333c2.31.107 5.26.122 8.667-.167 5.982-.507 10.4-1.701 11.598-2.036 4.37-1.222 7.333-2.609 12.652-5.131 0 0 5.578-2.644 10.583-5.5 7.921-4.52 24.319-15.732 44.958-31.667-26.558 8.532-46.304 15.643-54.292 19.083-5.278 2.273-10.201 4.929-10.201 4.929-5.978 3.225-9.738 5.877-11.049 6.821-3.328 2.395-5.577 4.033-8.083 6.833A37 37 0 0 0 241 93.333" style="fill:#fff"></path><path d="M304.222 60.944c-7.44 3.387-10.647 5.231-23.806 11.889-5.516 2.791-8.274 4.186-10.458 5.25l-.619.3-5.938-1.368-1.096 4.759a132 132 0 0 0-4.555 2.35c-3.494 1.888-8.916 4.991-8.75 5.319.193.382 7.888-3.146 10.083-4.153 1.3-.596 2.523-1.17 3.665-1.713l5.559 1.28 1.043-4.529c.857-.437 1.47-.755 1.774-.914 15.216-7.91 17.839-8.625 32.078-16.286 4.205-2.263 10.955-5.895 10.797-6.214-.17-.343-8.374 3.392-9.777 4.03" style="fill:#3c63ad"></path><path d="M251.625 170.75c.422-.163 3.446-1.322 6.583-2 5.732-1.238 10.849-.657 14.208-.25 3.066.372 5.443.894 9.806 2 7.98 2.023 12.872 3.197 20.833 5.889 8.566 2.896 10.652 3.932 19.278 7.056a492 492 0 0 0 22.583 7.556 668 668 0 0 1-42.361-.833c-14.534-.739-18.76-1.402-21.389-1.875-6.643-1.194-11.171-2.618-14.75-4a73 73 0 0 1-9.25-4.333c-3.291-1.832-5.037-3.418-6.042-4.333a31 31 0 0 1-3.125-3.292 46 46 0 0 1 3.626-1.585"></path><path d="M252 173.056a49 49 0 0 1 5.472-1.379c8.973-1.718 16.557-.547 23.445.99 20.069 4.477 46.246 14.737 48.441 15.603-7.148.03-24.187-.031-40.691-1.52-3.078-.278-9.544-.912-17.417-3.333-6.085-1.872-9.784-3.819-12.091-5.191a50 50 0 0 1-7.159-5.17" style="fill:#fff"></path><path d="M294.278 180.917c-8.459-1.904-11.928-2.717-16.579-3.594l-2.448-3.493-3.485 2.442c-6.402-1.071-12.815-1.959-12.877-1.633-.056.297 5.162 1.579 11.788 3.047l3.114 4.443 4.116-2.885c2.494.524 4.997 1.038 7.343 1.506 16.019 3.196 31.628 5.662 31.694 5.306.035-.183-4.062-.951-22.666-5.139" style="fill:#3c63ad"></path><path d="M62.167 186.611a55 55 0 0 1-7.166 11.097 5.7 5.7 0 0 1-1.833 1.125c-1.577.594-2.984.315-3.556.167a6.25 6.25 0 0 1-.056-3.167c.411-1.659 1.414-2.651 1.775-3 .429-.415.746-.606 2.169-1.444 1.996-1.175 2.993-1.762 3.222-1.889 1.356-.751 3.188-1.74 5.445-2.889" style="fill:#3960a9"></path><path d="M77.194 288.389c1.57.064 3.899-.017 6.583-.778a20.6 20.6 0 0 0 4.833-2.056c.652-.385 2.664-1.625 5.722-5 2.543-2.807 4.14-5.247 4.556-5.889 6.837-10.549 6.58-11.581 9.833-15.778 3.027-3.905 6.282-8.001 12.006-10.286 3.58-1.429 6.874-1.649 9.105-1.603a27 27 0 0 1 2.333-3.5c4.179-5.31 9.275-7.607 11.625-8.667 10.371-4.675 21.457-2.632 24.375-2.021 1.285-3.459 3.095-5.444 4.222-6.479 7.126-6.546 18.938-4.512 25.778-1.389a28.4 28.4 0 0 1 5.667 3.444c3.941-1.892 15.341-6.7 28.722-3.167 3.266.862 11.106 3.045 17.244 10.182 1.414 1.644 10.822 12.584 6.312 20.929-2.658 4.918-8.728 6.3-10.694 6.667a6.6 6.6 0 0 1-3.25 2.5 6.6 6.6 0 0 1-3.722.167 18.3 18.3 0 0 1 4.444 4.778c4.274 6.713 2.633 14.145 2.167 16 .708.293 6.35 2.732 7.684 8.52.163.708.716 3.435-.462 6.424-2.185 5.548-8.54 7.453-13.333 8.889-4.54 1.361-10.407 3.118-15.389 0-1.891-1.184-3.088-2.716-3.806-3.84-.738.706-4.928 4.579-11.361 4.34-6.902-.256-10.93-5.043-11.528-5.778H44.999v-20.167a29 29 0 0 1-1.851-2.174c.392-1.285 2.027-6.11 6.56-8.263 1.978-.94 3.943-1.102 4.903-1.174a16.4 16.4 0 0 1 6.778.944 36 36 0 0 1 5.944-.5c2.097-.001 3.794-.002 5.833.556 1.896.519 4.84 1.324 6.222 3.556 1.677 2.707.742 6.997-2.194 10.613" style="fill:#3c63ad"></path><path d="M55.972 290.083c-.093.72-.282 2.181.5 3.472 1.037 1.712 3.116 2.031 5.398 2.38 1.47.225 3.02.441 4.685-.345a6.2 6.2 0 0 0 2.034-1.556c1.136-1.324 1.394-2.766 1.467-3.369.352.233.88.555 1.556.861 1.896.86 3.566.971 4.806 1.028 4.17.191 6.714.307 10.518-.315 1.343-.22.298-.115 5.794-1.365 3.417-.777 6.421-1.409 9.354-3.375.357-.239 1.647-1.113 1.5-1.444-.121-.273-1.143-.023-2.722.222a43 43 0 0 1-3.986.431 76 76 0 0 0 3.458-4c1.925-2.388 2.977-3.985 5.292-7.25a370 370 0 0 1 4.5-6.208 308 308 0 0 0 4.542-6.194c1.63-2.282 3.285-4.669 5.811-7.036.11-.103 1.415-1.308 3.452-2.339 1.407-.712 2.219-1.109 3.047-.823 1.223.423 1.66 2.053 2.022 3.403.247.921.529 2.48.222 4.49a5.3 5.3 0 0 0 1.125-1.083c.563-.733.762-1.405.965-1.969.061-.169.534-1.109 1.479-2.99a51 51 0 0 1 2.875-4.958c3.767-5.655 9.987-8.8 11.132-9.362 1.09-.535 3.107-1.511 5.952-2.179 1.992-.468 8.5-1.909 14.542 1 2.292 1.103 3.669 2.424 4 2.75.335.33 1.688 1.693 2.784 3.877.387.771.796 1.6 1.029 2.79.224 1.146.493 2.519-.188 3.75-.538.972-1.509 1.569-2.146 1.961-1.1.677-1.869.776-1.993 1.386-.103.508.312 1.019.5 1.25.393.483.815.642 1.333.917 0 0 .869.462 2.014 1.444a8.1 8.1 0 0 1 1.836 2.439c.184.388 1.46 3.076.206 5.686-.932 1.94-3.02 3.332-4.917 3.542-.669.074-1.896.064-3.625.5-.532.134-.947.269-1.359.585-.855.655-1.036 1.585-1.265 2.231-.717 2.03-2.762 3.701-4.626 4.143-1.577.374-2.953-.15-3.875-.5-1.604-.61-2.186-1.375-3.917-2.625a25.5 25.5 0 0 0-4.545-2.606c-.185.696-.787 3.288.628 5.773 1.028 1.806 2.583 2.608 3.583 3.125 3.04 1.57 6.023 1.244 7.875 1.042 1.381-.151 3.294-.378 5.458-1.5 3.176-1.647 4.895-4.186 5.667-5.542 1.175-.147 7.53-1.039 9.333-5.333.772-1.838.562-3.946.361-5.958-.315-3.158-1.163-3.825-1.222-7.111-.035-1.941.227-3.618.333-4.278.424-2.64.857-2.768.996-4.273.308-3.318-1.485-6.031-2.151-7.039a13.34 13.34 0 0 0-4.428-4.16c-.17-.779-.76-3.909 1.111-6.472 1.321-1.81 3.186-2.401 5.03-2.957 4.518-1.362 8.444-.508 10.402-.057 5.147 1.184 9.549 3.995 10.457 5.625.019.035.417.752 1.194 1.444.448.4 1.107.971 1.833.861.339-.051.544-.229.905-.526.65-.535 1.378-.978 1.99-1.557 1.037-.982 5.115-3.064 8.438-4.056 11.727-3.5 22.042 1.722 22.042 1.722 4.983 2.523 8.698 6.305 10.458 9.333.49.842 1.303 2.443 2 4.417.724 2.05 1.108 3.138 1.083 4.667-.015.908-.057 3.518-1.938 5.208-1.138 1.023-2.467 1.277-3.523 1.479-1.592.304-3.041.161-4.226.044-2.165-.213-3.358-.651-3.814-.044-.202.269-.071.494-.125 1.292 0 0-.073 1.077-.625 2.438-.857 2.111-6.857 3.037-12.222 1.944-1.63-.332-2.741-.756-4.833-1.556-4.647-1.775-5.576-2.97-5.872-3.385-.293-.411-1.523-2.135-1.128-4.282.54-2.933 3.646-4.114 3.944-4.222 2.471-.895 4.759.081 5.611.444 3.305 1.409 4.299 4.067 5.222 3.667.82-.356.896-2.827-.056-4.667-1.028-1.987-2.998-2.744-5.111-3.556-2.196-.844-4.308-1.655-6.949-1.015-3.099.751-4.87 3.002-5.39 3.729-3.311 4.619-1.046 10.265-.827 10.786 1.144 2.724 3.065 4.283 4.222 5.222 2.632 2.136 5.445 3.01 6.889 3.444 2.032.612 2.092.32 3.944.944 2.7.911 4.539 2.194 5.833 3.111 2.938 2.082 4.42 3.133 5.599 5.271.441.799 2.565 4.653 1.266 7.904-.265.663-.789 1.594-1.143 3.214-.298 1.367-.474 2.173-.111 2.889.597 1.177 1.997.813 4.5 1.833 1.072.437 4.19 1.707 5.056 4.389.108.335.491 1.578 0 2.889-.245.655-.76 1.465-3.5 3-1.449.812-3.284 1.824-6.056 2.611-1.649.469-2.84.627-5.222.944-3.336.444-4.26.276-4.755.159-.782-.185-2.459-.582-3.689-2.047-1.832-2.183-1.262-5.056-1.167-5.5a7.3 7.3 0 0 0-2.333.278c-1.875.547-2.477 1.583-4.667 2.944-.793.493-1.991 1.238-3.5 1.667-2.507.712-4.68.211-5.569.006-7.676-1.771-11.681-12.029-12.431-13.95a18.9 18.9 0 0 1-1.306-6.806c-.004-2 .014-3.526 1.028-4.889 1.485-1.995 4.091-2.279 5.611-2.444 2.127-.231 3.795.263 7.131 1.253 1.96.581 2.682.98 3.313 1.525.259.223 2.443 2.157 1.958 4-.357 1.357-1.986 1.999-4 2.792-2.923 1.151-4.651.943-4.771 1.625-.159.909 2.763 2.108 3.924 2.583 1.88.771 2.887.775 3.361.75 1.03-.054 1.786-.358 2.333-.583.43-.177 2.256-.93 3.486-2.5 2.35-2.998 1.104-7.157.917-7.75-1.036-3.281-3.556-4.984-4.875-5.875-4.043-2.732-8.275-2.666-10.875-2.625-3.592.056-8.767.137-11.911 3.882-1.837 2.188-2.279 4.791-2.436 5.785-.295 1.866-.199 3.908.639 6.708 2.287 7.641 8.707 16.267 10.111 18.125H44.995v-20.167c.216-1.27.777-3.303 2.375-5.083.465-.518 1.134-1.249 2.256-1.781.462-.219 1.286-.52 4.66-.344 3.565.186 5.348.279 6.354.958.268.181 1.146.811 2.417 1.083.691.148 1.16.118 1.559-.074.504-.243.654-.627.934-.982.928-1.174 2.922-1.555 4.389-1.167.879.233 1.45.71 2.028 1.194.472.395 1.332 1.115 1.833 2.278.743 1.723.592 4.173-.806 5.468-.607.562-1.315.782-1.944.977-1.831.567-2.7-.027-3.389.667-.532.536-.155 1.032-.722 2.361a6 6 0 0 1-1.361 1.972c-.164.154-2.204 2.018-4.29 1.378-.864-.265-1.382-.852-1.821-1.35-1.505-1.706-1.487-3.667-2.333-3.722-.295-.019-.575.2-.639.25-.231.183-.436.497-.523 1.165"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-azami'
}
},
toSVG: function (userAttr) {
return getSVGIcon(this, userAttr);
}
};
const bandit = {
id: 'bandit',
name: 'Bandit',
role: 'Defender',
org: 'GSG 9',
squad: 'WOLFGUARD',
ratings: {
health: 1,
speed: 3,
difficulty: 1
},
meta: {
gender: 'm',
country: 'de',
season: 'Release',
height: 180,
weight: 68,
price: {
renown: 1000,
r6credits: 0
}
},
bio: {
real_name: 'Dominic Brunsmeier',
birthplace: 'Berlin, Germany'
},
svg: {
contents: '<switch><foreignObject width="1" height="1" x="0" y="0" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"></foreignObject><g><path d="M305 305H184.56l-6.866-30.319-22.486 21.903-12.792-43L94.842 307.1l-8.315-81.71-41.489 44.042L45 45h260z" style="opacity:.4"></path><path d="M277 277h-60.737l14.154-30.417-37.194 38.083-9.222-37.778-23.667 25.278-13.161-44.853L103 277.01l-8.111-80.177L73 219.802V73h204z" style="fill:#fbbb3f"></path><path d="m243.667 3.75 65.944 33.528L183.25 238.625 161 186.5l-58 90.51 59.444-181.954 20.778 35.111z"></path><path d="M254.353 9.183 298.15 31.45 184.021 215.895l-19.91-54.34-54.403 101.715 54.375-145.326 19.972 33.611z" style="fill:#fff"></path></g></switch>',
attributes: {
xmlns: 'http://www.w3.org/2000/svg',
space: 'preserve',
viewBox: '0 0 350 350',
class: 'r6operators r6operators-bandit'
}
},
toSVG: functio