Compare commits
45 Commits
legacy-van
...
legacy-mrt
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4967669090 | ||
![]() |
9861869a34 | ||
![]() |
06b4fc1529 | ||
![]() |
18ad58551c | ||
![]() |
f21eb57f31 | ||
![]() |
b6fa12458b | ||
![]() |
950d5709d1 | ||
![]() |
ce371e18f0 | ||
![]() |
6424dcc18d | ||
![]() |
f42f50ea69 | ||
![]() |
7cc9848004 | ||
![]() |
807f549827 | ||
![]() |
a621cf6589 | ||
![]() |
b17f3e93cf | ||
![]() |
ae3c39d639 | ||
![]() |
7b36b1aacd | ||
![]() |
4ff67c6f2e | ||
![]() |
90fddfc1c1 | ||
![]() |
07751d4614 | ||
![]() |
2bb6aadbb2 | ||
![]() |
7073720086 | ||
![]() |
29c0fc2612 | ||
![]() |
f70276fd51 | ||
![]() |
49ba042242 | ||
![]() |
bfe155b7bf | ||
![]() |
776647daa6 | ||
![]() |
a04e88cc3d | ||
![]() |
0cb5382ac5 | ||
![]() |
952b1f642c | ||
![]() |
e89aeab572 | ||
![]() |
00beb1abd2 | ||
![]() |
951445188c | ||
![]() |
525fa14c89 | ||
![]() |
0c765c322b | ||
![]() |
c8222983cc | ||
![]() |
b336519d9b | ||
![]() |
6842f63f43 | ||
![]() |
5d2c266cc7 | ||
![]() |
8c720639f9 | ||
![]() |
6027eb7737 | ||
![]() |
a4321f4ffe | ||
![]() |
4ee8838b23 | ||
![]() |
59cfd428e4 | ||
![]() |
432bdc998b | ||
![]() |
70c8990024 |
32
.dockerignore
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
debug.log
|
||||||
|
CORS.json
|
||||||
|
*.bat
|
||||||
|
dev/*
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
/coverage
|
||||||
|
|
||||||
|
# production
|
||||||
|
/build
|
||||||
|
/dist
|
||||||
|
/.idea
|
||||||
|
/.git
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
|
||||||
|
cardconjurer.iml
|
||||||
|
access.log
|
||||||
|
error.log
|
6
.gitignore
vendored
@@ -13,6 +13,8 @@ dev/*
|
|||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
/dist
|
||||||
|
/.idea
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -23,3 +25,7 @@ dev/*
|
|||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
|
|
||||||
|
cardconjurer.iml
|
||||||
|
access.log
|
||||||
|
error.log
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
ErrorDocument 404 /404.php
|
ErrorDocument 404 core/404.html
|
||||||
|
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
#Header set Access-Control-Allow-Origin "*"
|
#Header set Access-Control-Allow-Origin "*"
|
||||||
|
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# syntax = docker/dockerfile:1.2
|
||||||
|
FROM nginx:1.21-alpine as prod
|
||||||
|
|
||||||
|
EXPOSE 4242
|
||||||
|
COPY . /usr/share/nginx/html/
|
||||||
|
COPY app.conf /etc/nginx/nginx.conf
|
||||||
|
|
2
Makefile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
start:
|
||||||
|
docker build -f Dockerfile --target "prod" . -t "cardconjurer-client" && docker run -dit -h 127.0.0.1 -p 4242:4242 "cardconjurer-client"
|
95
README.md
@@ -1,9 +1,96 @@
|
|||||||
# Card Conjurer
|
# Card Conjurer
|
||||||
Use the following link to start creating your own custom Magic: The Gathering cards!
|
Card Conjurer was created by a passionate Magic the Gathering player and grew to become probably the most popular online card generator known to the game.
|
||||||
https://cardconjurer.com/
|
In November of 2022, Wizards of the Coast served the original creator and webhost of the site with Ceas and Desist paperwork, forcing the site offline.
|
||||||
|
This repository is for the purpose of making the application usable on your local machine and maintaining templates in perpetuity.
|
||||||
|
## Setup
|
||||||
|
- Clone this repo somewhere on your system. (Or download the Zip with CODE > Download Zip above)
|
||||||
|
- Run server.exe (or mac-server for MacOS, linux-server for linux)
|
||||||
|
- You're good to go! You could also set up Card Conjurer in a more traditional method using WAMP, Docker, XAMPP, etc.
|
||||||
|
|
||||||
|
|
||||||
[](https://www.paypal.me/kyleburtondonate
|
[](https://www.paypal.me/kyleburtondonate
|
||||||
) ← Help me keep playing magic by donating any amount
|
) ← Help out Card Conjurer's original creator, Kyle. We love you buddy.
|
||||||
|
|
||||||
[](https://www.patreon.com/KyleBurton) ← Check out my Patreon
|
|
||||||
|
## Start with Docker (http://localhost:4242/)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Install Make on Ubuntu</summary>
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt update
|
||||||
|
```
|
||||||
|
|
||||||
|
check is make installed
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make -version
|
||||||
|
```
|
||||||
|
|
||||||
|
after run this command, you got the following error?
|
||||||
|
|
||||||
|
- **bash: /usr/bin/make: No such file or directory**
|
||||||
|
|
||||||
|
then follow with the next step, otherwise skip the next commands
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt install make
|
||||||
|
```
|
||||||
|
|
||||||
|
### Troubleshooting's?
|
||||||
|
* Follow this guide https://linuxhint.com/install-make-ubuntu/
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Install Make on Mac</summary>
|
||||||
|
|
||||||
|
check is make installed
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make -version
|
||||||
|
```
|
||||||
|
|
||||||
|
after run this command, you got the following error?
|
||||||
|
|
||||||
|
- **zsh: command not found: make**
|
||||||
|
|
||||||
|
then follow with the next step, otherwise skip the next commands
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ (sudo) brew install make
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Install Make on Windows</summary>
|
||||||
|
|
||||||
|
Follow this Guide
|
||||||
|
https://sp21.datastructur.es/materials/guides/make-install.html#windows-installation
|
||||||
|
</details>
|
||||||
|
|
||||||
|
* go to the downloaded/ cloned folder with your terminal/ powershell (windows) and run the following command
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ make start
|
||||||
|
```
|
||||||
|
|
||||||
|
Open your Browser with the following URL
|
||||||
|
|
||||||
|
http://localhost:4242/
|
||||||
|
|
||||||
|
### Important
|
||||||
|
|
||||||
|
Be sure, that you are running Docker Desktop under Windows or Mac before you can run the make command.
|
||||||
|
|
||||||
|
## Using Local Images
|
||||||
|
|
||||||
|
If you're saving a lot of cards custom images you might hit the data limit for uploaded images (about 2MB).
|
||||||
|
|
||||||
|
You can avoid this by putting the image files in the `local_art` directory of this repo. Then, when selecting the image in the Art tab of the card creator, instead of uploading the image you can type the file name in the "Via URL" field. This will use the image directly from the `local_art` directory instead of needing to store the whole image in the save file.
|
||||||
|
|
||||||
|
For example if you add the file:
|
||||||
|
`cardconjurer/local_art/my_art.jpg`
|
||||||
|
|
||||||
|
You can load it in the "Via URL" box by typing:
|
||||||
|
`my_art.jpg`
|
||||||
|
then hitting enter.
|
||||||
|
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<!-- START OF CONTENT -->
|
||||||
$title = 'Card Conjurer - About';
|
|
||||||
$desc = 'Card Conjurer has gone through a handful of major remakes. Click here for the full story!';
|
|
||||||
include('../globalHTML/header-1.php');
|
|
||||||
?>
|
|
||||||
<h2 class='readable-background header-extension title center'>About Me</h2>
|
<h2 class='readable-background header-extension title center'>About Me</h2>
|
||||||
<div class='layer center'></div>
|
<div class='layer center'></div>
|
||||||
<div class='layer center'>
|
<div class='layer center'>
|
||||||
@@ -27,7 +23,7 @@ include('../globalHTML/header-1.php');
|
|||||||
</div>
|
</div>
|
||||||
<div class='layer readable-background margin-bottom-large'>
|
<div class='layer readable-background margin-bottom-large'>
|
||||||
<h4 class='padding'>
|
<h4 class='padding'>
|
||||||
I graduated high school in 2020, and because I had such a great time learning to code and discovering how much it could accomplish I decided to pursue programming. As of Fall of 2020, I've been attending CalPoly SLO majoring in Software Engineering.
|
I graduated from high school in 2020, and because I had such a great time learning to code and discovering how much it could accomplish I decided to pursue programming. As of Fall of 2020, I've been attending CalPoly SLO majoring in Software Engineering.
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class='layer readable-background margin-bottom-large'>
|
<div class='layer readable-background margin-bottom-large'>
|
||||||
@@ -35,4 +31,4 @@ include('../globalHTML/header-1.php');
|
|||||||
Whether you'd like to see what I'm up to in the Magic world or take a look at some of the cards I've made with Card Conjurer, please consider taking a moment to check out my Twitter <a style='color: #00aced;' href="https://twitter.com/ImKyle4815" target='_blank'>@ImKyle4815</a>!
|
Whether you'd like to see what I'm up to in the Magic world or take a look at some of the cards I've made with Card Conjurer, please consider taking a moment to check out my Twitter <a style='color: #00aced;' href="https://twitter.com/ImKyle4815" target='_blank'>@ImKyle4815</a>!
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<?php include('../globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
37
app.conf
Executable file
@@ -0,0 +1,37 @@
|
|||||||
|
worker_processes 1;
|
||||||
|
|
||||||
|
events {
|
||||||
|
worker_connections 1024;
|
||||||
|
}
|
||||||
|
|
||||||
|
http {
|
||||||
|
include mime.types;
|
||||||
|
default_type application/octet-stream;
|
||||||
|
sendfile on;
|
||||||
|
|
||||||
|
keepalive_timeout 65;
|
||||||
|
gzip on;
|
||||||
|
server {
|
||||||
|
listen 4242 default_server;
|
||||||
|
server_name localhost;
|
||||||
|
root /usr/share/nginx/html;
|
||||||
|
index index.html index.htm;
|
||||||
|
location ~* \.(?:manifest|appcache|html?|xml|json)$ {
|
||||||
|
expires -1;
|
||||||
|
}
|
||||||
|
location ~* \.(?:css|js)$ {
|
||||||
|
try_files $uri =404;
|
||||||
|
expires 1y;
|
||||||
|
access_log off;
|
||||||
|
add_header Cache-Control "public";
|
||||||
|
}
|
||||||
|
# Any route containing a file extension (e.g. /devicesfile.js)
|
||||||
|
location ~ ^.+\..+$ {
|
||||||
|
try_files $uri =404;
|
||||||
|
}
|
||||||
|
# Any route that doesn't have a file extension (e.g. /devices)
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ /index.html;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<!-- START OF CONTENT -->
|
||||||
$title = 'Ask Urza 2.0';
|
|
||||||
$desc = 'Select random loyalty abilities from across all of Magic’s past planeswalkers. Gain 3 life? What a dud... Two extra turns? Yes please! Urza can do it all';
|
|
||||||
include('../globalHTML/header-1.php');
|
|
||||||
?>
|
|
||||||
<h2 class='readable-background header-extension title center margin-bottom-large'>Ask Urza 2.0</h2>
|
<h2 class='readable-background header-extension title center margin-bottom-large'>Ask Urza 2.0</h2>
|
||||||
<style>
|
<style>
|
||||||
.askUrzaGrid {
|
.askUrzaGrid {
|
||||||
@@ -86,4 +82,4 @@ include('../globalHTML/header-1.php');
|
|||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<script defer src="/askurza/askUrza.js"></script>
|
<script defer src="/askurza/askUrza.js"></script>
|
||||||
<?php include('../globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<!-- START OF CONTENT -->
|
||||||
$title = 'MPC to Regular Converter';
|
|
||||||
$desc = 'Generate random strands of phyrexian text for use with Card Conjurer, the custom Magic: The Gathering card creator';
|
|
||||||
include('../globalHTML/header-1.php');
|
|
||||||
?>
|
|
||||||
<h2 class='readable-background header-extension title center margin-bottom-large'>MPC to Regular Converter</h2>
|
<h2 class='readable-background header-extension title center margin-bottom-large'>MPC to Regular Converter</h2>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@@ -25,4 +21,4 @@ include('../globalHTML/header-1.php');
|
|||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<script defer src="/converter/converter.js"></script>
|
<script defer src="/converter/converter.js"></script>
|
||||||
<?php include('../globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
@@ -1,4 +1,4 @@
|
|||||||
<?php include('globalHTML/header-1.php'); ?>
|
<!-- START OF CONTENT -->
|
||||||
<title>404 - Card Conjurer</title>
|
<title>404 - Card Conjurer</title>
|
||||||
<div class='layer center'>
|
<div class='layer center'>
|
||||||
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
||||||
@@ -7,4 +7,4 @@
|
|||||||
<div class='layer center'>
|
<div class='layer center'>
|
||||||
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
||||||
</div>
|
</div>
|
||||||
<?php include('globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
12
core/site.webmanifest
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name":"Card Conjurer",
|
||||||
|
"short_name":"CC",
|
||||||
|
"icons":[
|
||||||
|
{"src":"/core/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},
|
||||||
|
{"src":"/core/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}
|
||||||
|
],
|
||||||
|
"theme_color":"#080808",
|
||||||
|
"background_color":"#080808",
|
||||||
|
"display":"standalone",
|
||||||
|
"start_url":"/creator/index.html"
|
||||||
|
}
|
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<!-- START OF CONTENT -->
|
||||||
$title = 'Card Conjurer - Creator';
|
|
||||||
$desc = 'Create custom Magic: The Gathering cards on any web-enabled device. Make creatures, tokens, planeswalkers, and more in showcase frames and high resolutions';
|
|
||||||
include('../globalHTML/header-1.php');
|
|
||||||
?>
|
|
||||||
<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
<link rel="preload" href="/fonts/beleren-b.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
||||||
<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
<link rel="preload" href="/fonts/beleren-bsc.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
||||||
<link rel="preload" href="/fonts/gotham-medium.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
<link rel="preload" href="/fonts/gotham-medium.ttf" as="font" type="font/ttf" crossorigin="anonymous" as='font'>
|
||||||
@@ -221,7 +217,7 @@ include('../globalHTML/header-1.php');
|
|||||||
<h5 class='margin-top'>Text Codes:</h5>
|
<h5 class='margin-top'>Text Codes:</h5>
|
||||||
<div class='text-codes margin-bottom padding'>
|
<div class='text-codes margin-bottom padding'>
|
||||||
<h5>Code</h5><h5>Result</h5>
|
<h5>Code</h5><h5>Result</h5>
|
||||||
<h5>{cardname}</h5><h5>Inserts the name of the card</h5>
|
<h5>{cardname}</h5><h5>Inserts the name of the card (or use a tilde: ~)</h5>
|
||||||
<h5>{-}</h5><h5>Inserts an em-dash</h5>
|
<h5>{-}</h5><h5>Inserts an em-dash</h5>
|
||||||
<h5>{i}</h5><h5>Italicizes text</h5>
|
<h5>{i}</h5><h5>Italicizes text</h5>
|
||||||
<h5>{/i}</h5><h5>Removes italicization</h5>
|
<h5>{/i}</h5><h5>Removes italicization</h5>
|
||||||
@@ -636,6 +632,7 @@ include('../globalHTML/header-1.php');
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class='layer readable-background margin-bottom-larger'>
|
<div class='layer readable-background margin-bottom-larger'>
|
||||||
<h1 class='center margin-bottom'>Share your cards</h1>
|
<h1 class='center margin-bottom'>Share your cards</h1>
|
||||||
<h4>
|
<h4>
|
||||||
@@ -809,7 +806,9 @@ include('../globalHTML/header-1.php');
|
|||||||
Whether you've encountered a bug, want to request a feature, or have some criticism to offer, I'd love to hear it! If there's anything you'd like to let me know, please don't hesitate to send me an email at <a href='mailto:cardconjurermtg@gmail.com' target='_blank'>cardconjurermtg@gmail.com</a>.
|
Whether you've encountered a bug, want to request a feature, or have some criticism to offer, I'd love to hear it! If there's anything you'd like to let me know, please don't hesitate to send me an email at <a href='mailto:cardconjurermtg@gmail.com' target='_blank'>cardconjurermtg@gmail.com</a>.
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<script defer src='/js/creator-23.js'></script>
|
<script defer src='/js/creator-23.js'></script>
|
||||||
<script defer src='/js/frameSearch.js'></script>
|
<script defer src='/js/frameSearch.js'></script>
|
||||||
<?php include('../globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
@@ -1,103 +1,103 @@
|
|||||||
/*fonts*/
|
/*fonts*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: gothammedium;
|
font-family: gothammedium;
|
||||||
src: url("/fonts/gotham-medium.ttf") format('truetype');
|
src: url("../fonts/gotham-medium.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: belerenb;
|
font-family: belerenb;
|
||||||
src: url("/fonts/beleren-b.ttf") format('truetype');
|
src: url("../fonts/beleren-b.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: belerenbsc;
|
font-family: belerenbsc;
|
||||||
src: url("/fonts/beleren-bsc.ttf") format('truetype');
|
src: url("../fonts/beleren-bsc.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: matrix;
|
font-family: matrix;
|
||||||
src: url("/fonts/matrix.ttf") format('truetype');
|
src: url("../fonts/matrix.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: matrixb;
|
font-family: matrixb;
|
||||||
src: url("/fonts/matrix-b.ttf") format('truetype');
|
src: url("../fonts/matrix-b.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: matrixbsc;
|
font-family: matrixbsc;
|
||||||
src: url("/fonts/Matrix Bold Small Caps.ttf") format('truetype');
|
src: url("../fonts/Matrix Bold Small Caps.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: mplantin;
|
font-family: mplantin;
|
||||||
src: url("/fonts/mplantin.ttf") format('truetype');
|
src: url("../fonts/mplantin.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: mplantini;
|
font-family: mplantini;
|
||||||
src: url("/fonts/mplantin-i.ttf") format('truetype');
|
src: url("../fonts/mplantin-i.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: plantinsemibold;
|
font-family: plantinsemibold;
|
||||||
src: url("/fonts/plantin-semibold.otf") format('opentype');
|
src: url("../fonts/plantin-semibold.otf") format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: plantinsemibolditalic;
|
font-family: plantinsemibolditalic;
|
||||||
src: url("/fonts/Plantin-SemiboldItalic.otf") format('opentype');
|
src: url("../fonts/Plantin-SemiboldItalic.otf") format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: goudymedieval;
|
font-family: goudymedieval;
|
||||||
src: url("/fonts/goudy-medieval.ttf") format('truetype');
|
src: url("../fonts/goudy-medieval.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: phyrexianold;
|
font-family: phyrexianold;
|
||||||
src: url("/fonts/phyrexian.ttf") format('truetype');
|
src: url("../fonts/phyrexian.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: phyrexian;
|
font-family: phyrexian;
|
||||||
src: url("/fonts/phy.woff2") format("woff2");
|
src: url("../fonts/phy.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Montserrat-SemiBold;
|
font-family: Montserrat-SemiBold;
|
||||||
src: url("/fonts/Montserrat-SemiBold.ttf") format('truetype');
|
src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Montserrat-Medium;
|
font-family: Montserrat-Medium;
|
||||||
src: url("/fonts/Montserrat-Medium.ttf") format('truetype');
|
src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Acme-Regular;
|
font-family: Acme-Regular;
|
||||||
src: url("/fonts/Acme-Regular.ttf") format('truetype');
|
src: url("../fonts/Acme-Regular.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: fritz-quadrata;
|
font-family: fritz-quadrata;
|
||||||
src: url("/fonts/fritz-quadrata.ttf") format('truetype');
|
src: url("../fonts/fritz-quadrata.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: japanese-title;
|
font-family: japanese-title;
|
||||||
src: url("/fonts/NudMotoyaExAporo_W6.ttf") format('truetype');
|
src: url("../fonts/NudMotoyaExAporo_W6.ttf") format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: japanese;
|
font-family: japanese;
|
||||||
src: url('/fonts/2012c863631ba71f874aba70590795a1.otf') format('opentype');
|
src: url('../fonts/2012c863631ba71f874aba70590795a1.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: invocation;
|
font-family: invocation;
|
||||||
src: url('/fonts/invocation.ttf') format('truetype');
|
src: url('../fonts/Invocation.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: invocation-text;
|
font-family: invocation-text;
|
||||||
src: url('/fonts/shango-gothic-bold.ttf') format('truetype');
|
src: url('../fonts/shango-gothic-bold.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: souvenir;
|
font-family: souvenir;
|
||||||
src: url('/fonts/Souvenir-Itc-T-OT-Bold.otf') format('opentype');
|
src: url('../fonts/Souvenir-Itc-T-OT-Bold.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: palatino;
|
font-family: palatino;
|
||||||
src: url('/fonts/Palatino Font.ttf') format('truetype');
|
src: url('../fonts/Palatino Font.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: amanda;
|
font-family: amanda;
|
||||||
src: url('/fonts/Amanda Std Regular.otf') format('opentype');
|
src: url('../fonts/Amanda Std Regular.otf') format('opentype');
|
||||||
}
|
}
|
||||||
/*Variables*/
|
/*Variables*/
|
||||||
:root {
|
:root {
|
||||||
--site-background: url('/img/lowpolyBackground.svg');
|
--site-background: url('../img/lowpolyBackground.svg');
|
||||||
--color-primary: #35603E;
|
--color-primary: #35603E;
|
||||||
--color-selected: #ae9;
|
--color-selected: #ae9;
|
||||||
--color-highlight: #8f8;
|
--color-highlight: #8f8;
|
||||||
|
@@ -26,7 +26,7 @@ cornerCutout.crossOrigin = 'anonymous';
|
|||||||
cornerCutout.src = '/data/images/cardImages/cornerCutout.png'
|
cornerCutout.src = '/data/images/cardImages/cornerCutout.png'
|
||||||
//To save the server from being overloaded? Maybe?
|
//To save the server from being overloaded? Maybe?
|
||||||
function fixUri(input) {
|
function fixUri(input) {
|
||||||
var prefix = 'https://raw.githubusercontent.com/ImKyle4815/cardconjurer/master';
|
var prefix = 'https://raw.githubusercontent.com/MrTeferi/cardconjurer/master';
|
||||||
if (input.includes(prefix) || input.includes('http')) {
|
if (input.includes(prefix) || input.includes('http')) {
|
||||||
return input;
|
return input;
|
||||||
} else {
|
} else {
|
||||||
|
@@ -1 +1 @@
|
|||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
{"name":"","short_name":"","icons":[{"src":"/core/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/core/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
@@ -1,8 +1,4 @@
|
|||||||
<?php
|
<!-- START OF CONTENT -->
|
||||||
$title = 'Card Conjurer - Gallery';
|
|
||||||
$desc = 'See examples of available frames';
|
|
||||||
include('../globalHTML/header-1.php');
|
|
||||||
?>
|
|
||||||
<h2 class='readable-background header-extension title center'>Available Frames</h2>
|
<h2 class='readable-background header-extension title center'>Available Frames</h2>
|
||||||
<h4 class='readable-background header-extension center'>What they're called, and where to find them</h4>
|
<h4 class='readable-background header-extension center'>What they're called, and where to find them</h4>
|
||||||
<div class='layer'>
|
<div class='layer'>
|
||||||
@@ -196,7 +192,7 @@ include('../globalHTML/header-1.php');
|
|||||||
];
|
];
|
||||||
//functions
|
//functions
|
||||||
getURL = (imageName) => {
|
getURL = (imageName) => {
|
||||||
return "https://raw.githubusercontent.com/ImKyle4815/cardconjurer/master/gallery/img/" + imageName;
|
return "gallery/img/" + imageName;
|
||||||
}
|
}
|
||||||
templateSample = (name, location, image) => {
|
templateSample = (name, location, image) => {
|
||||||
const shell = document.createElement("div");
|
const shell = document.createElement("div");
|
||||||
@@ -233,4 +229,4 @@ include('../globalHTML/header-1.php');
|
|||||||
populateGroup("tokenGrid", tokenTemplates);
|
populateGroup("tokenGrid", tokenTemplates);
|
||||||
// populateGroup("otherGrid", otherTemplates);
|
// populateGroup("otherGrid", otherTemplates);
|
||||||
</script>
|
</script>
|
||||||
<?php include('../globalHTML/footer.php'); ?>
|
<!-- END OF CONTENT -->
|
@@ -1,3 +1,4 @@
|
|||||||
|
<!--
|
||||||
<footer class='readable-background'>
|
<footer class='readable-background'>
|
||||||
<div>
|
<div>
|
||||||
<h4>Card Conjurer</h4>
|
<h4>Card Conjurer</h4>
|
||||||
@@ -20,8 +21,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<h4>Legal</h4>
|
<h4>Legal</h4>
|
||||||
<h5><a href='/legal'>Terms and Conditions</a></h5>
|
<h5><a href='/legal'>Terms and Conditions</a></h5>
|
||||||
<p>We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.<br>We are neither affiliated with, sponsored by, nor endorsed by Legend Story Studios. Fonts, icons, card images, and other related images are trademarks and copyrights of Legend Story Studios.<br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.<br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.<br>All other content Copyright © <?php echo date("Y"); ?> Card Conjurer.<br>For more information on the Disclaimer or Terms and Conditions, please click the link above.</p>
|
<p>We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.<br>We are neither affiliated with, sponsored by, nor endorsed by Legend Story Studios. Fonts, icons, card images, and other related images are trademarks and copyrights of Legend Story Studios.<br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.<br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.<br>All other content Copyright © <script> document.write(new Date().toLocaleDateString()); </script> Card Conjurer.<br>For more information on the Disclaimer or Terms and Conditions, please click the link above.</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
-->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@@ -3,21 +3,19 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="<?php echo $desc; ?>">
|
|
||||||
<meta name="keywords" content="mtg, magic, card, creator, custom, maker">
|
<meta name="keywords" content="mtg, magic, card, creator, custom, maker">
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
<link rel="stylesheet" href="/css/reset.css">
|
<link rel="stylesheet" href="/css/reset.css">
|
||||||
<link rel="stylesheet" href="/css/style-9.css">
|
<link rel="stylesheet" href="/css/style-9.css">
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/core/favicon.ico">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/core/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/core/favicon-32x32.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/core/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/core/site.webmanifest">
|
||||||
<script src='/js/themes.js'></script>
|
<script src='/js/themes.js'></script>
|
||||||
<script defer src='/js/main-1.js'></script>
|
<script defer src='/js/main-1.js'></script>
|
||||||
<title><?php echo $title; ?></title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class='background'></div>
|
<div class='background'></div>
|
||||||
@@ -25,7 +23,11 @@
|
|||||||
<h1 class='title center'>CARD CONJURER</h1>
|
<h1 class='title center'>CARD CONJURER</h1>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" class='hamburger' onclick='toggleMenu()'>
|
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xml:space="preserve" xmlns:serif="http://www.serif.com/"
|
||||||
|
class='hamburger' onclick='toggleMenu()'>
|
||||||
<path class='line1' d="M10,18L90,18L10,82" />
|
<path class='line1' d="M10,18L90,18L10,82" />
|
||||||
<path class='line3' d="M10,82L90,82L10,18" />
|
<path class='line3' d="M10,82L90,82L10,18" />
|
||||||
<path class='line2' d="M10,50L90,50" />
|
<path class='line2' d="M10,50L90,50" />
|
||||||
@@ -43,11 +45,6 @@
|
|||||||
<h3><a href='/gallery'>Gallery</a></h3>
|
<h3><a href='/gallery'>Gallery</a></h3>
|
||||||
<h3><a href='/theme'>Theme Editor</a></h3>
|
<h3><a href='/theme'>Theme Editor</a></h3>
|
||||||
<h3><a href='/legal'>Legal</a></h3>
|
<h3><a href='/legal'>Legal</a></h3>
|
||||||
<h2>External Links</h2>
|
|
||||||
<h3><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h3>
|
|
||||||
<h3><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h3>
|
|
||||||
<h2>Contact</h2>
|
|
||||||
<h3><a href='mailto:cardconjurermtg@gmail.com' target='_blank'>Email</a></h3>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='notification-container'></div>
|
<div class='notification-container'></div>
|
6
img/setSymbols/official/bot-c.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 600 662.375" width="600" height="662.375">
|
||||||
|
<path id="outline" fill="white" d="M 551,17.7 500,89 405,126 418,27.1 c 3.73,-27.9 -24.2,-37.6 -39.6,-12.7 l -56.4,91.2 c 0,0 -27.7,-1.04 -41.5,-0.764 -21.8,0.438 -43.7,1.11 -65.4,3.83 -32.4,3.95 -64.5,11.5 -94.6,24.2 -4.21,1.75 -8.39,3.57 -12.5,5.57 L 104,126 0,126 34.4,310 54.8,573 210,638 208,652 339,652 536,547 600,26.1 C 603,2.3 573,-14.2 551,17.7 Z" />
|
||||||
|
<path id="body" fill="black" d="m 277,565 -0.438,63.5 h -43.9 l 11.7,-63.5 z M 542,346 351,618 514,534 Z m -311,46.1 -46.3,37.5 1.26,170 28,14.2 12.5,-73.4 50.5,0.609 0.609,-26.1 -47.1,0.171 0.495,-123 z M 60.8,334 77.3,556 158,589 158,426 110,399 98.7,363 60.8,334 Z m 174,-68.2 19.3,97.5 -0.0571,126 23.4,-0.666 0.114,-208 -42.8,-14.5 z M 69.3,219 182,268 188,288 73.7,238 69.3,219 Z m -41.1,-69.8 26.5,142 81.5,60.4 89.9,0.266 -18.8,-96.6 -98.9,-41 -21.5,-65 -58.8,-0.0571 z M 77.6,266 191,315 195,334 81.9,285 Z M 397,30 335,130 l -26.4,-1.26 -0.0571,31.9 22.1,-1.6 -21.6,74 -1.26,81 48.6,-41.9 L 397,30 Z M 276,129 c -54.5,0.438 -110,7.93 -160,32 l 8.81,26.4 151,62.3 0.0571,-31.8 -58.3,-45.8 58.2,-12.2 z" />
|
||||||
|
<path id="mask" fill="black" d="M 477,292 360,431 330,357 477,292 Z m 99.5,-269 -61,84.8 -110,42.6 -11.4,62.8 105,-48.6 -1.2,15.9 -103,48.1 -9.74,40.4 105,-49.1 0.171,15.2 -105,48.7 -76.7,64.2 -0.0571,279 233,-334 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
12
img/setSymbols/official/bot-m.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 600 662.375" width="600" height="662.375">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0" y2="0.55" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#b2341a" />
|
||||||
|
<stop offset="0.9" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 551,17.7 500,89 405,126 418,27.1 c 3.73,-27.9 -24.2,-37.6 -39.6,-12.7 l -56.4,91.2 c 0,0 -27.7,-1.04 -41.5,-0.764 -21.8,0.438 -43.7,1.11 -65.4,3.83 -32.4,3.95 -64.5,11.5 -94.6,24.2 -4.21,1.75 -8.39,3.57 -12.5,5.57 L 104,126 0,126 34.4,310 54.8,573 210,638 208,652 339,652 536,547 600,26.1 C 603,2.3 573,-14.2 551,17.7 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 277,565 -0.438,63.5 h -43.9 l 11.7,-63.5 z M 542,346 351,618 514,534 Z m -311,46.1 -46.3,37.5 1.26,170 28,14.2 12.5,-73.4 50.5,0.609 0.609,-26.1 -47.1,0.171 0.495,-123 z M 60.8,334 77.3,556 158,589 158,426 110,399 98.7,363 60.8,334 Z m 174,-68.2 19.3,97.5 -0.0571,126 23.4,-0.666 0.114,-208 -42.8,-14.5 z M 69.3,219 182,268 188,288 73.7,238 69.3,219 Z m -41.1,-69.8 26.5,142 81.5,60.4 89.9,0.266 -18.8,-96.6 -98.9,-41 -21.5,-65 -58.8,-0.0571 z M 77.6,266 191,315 195,334 81.9,285 Z M 397,30 335,130 l -26.4,-1.26 -0.0571,31.9 22.1,-1.6 -21.6,74 -1.26,81 48.6,-41.9 L 397,30 Z M 276,129 c -54.5,0.438 -110,7.93 -160,32 l 8.81,26.4 151,62.3 0.0571,-31.8 -58.3,-45.8 58.2,-12.2 z" />
|
||||||
|
<path id="mask" fill="#f59700" d="M 477,292 360,431 330,357 477,292 Z m 99.5,-269 -61,84.8 -110,42.6 -11.4,62.8 105,-48.6 -1.2,15.9 -103,48.1 -9.74,40.4 105,-49.1 0.171,15.2 -105,48.7 -76.7,64.2 -0.0571,279 233,-334 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
12
img/setSymbols/official/bot-r.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 600 662.375" width="600" height="662.375">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0" y2="0.55" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#807241" />
|
||||||
|
<stop offset="0.9" stop-color="#e1c47e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 551,17.7 500,89 405,126 418,27.1 c 3.73,-27.9 -24.2,-37.6 -39.6,-12.7 l -56.4,91.2 c 0,0 -27.7,-1.04 -41.5,-0.764 -21.8,0.438 -43.7,1.11 -65.4,3.83 -32.4,3.95 -64.5,11.5 -94.6,24.2 -4.21,1.75 -8.39,3.57 -12.5,5.57 L 104,126 0,126 34.4,310 54.8,573 210,638 208,652 339,652 536,547 600,26.1 C 603,2.3 573,-14.2 551,17.7 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 277,565 -0.438,63.5 h -43.9 l 11.7,-63.5 z M 542,346 351,618 514,534 Z m -311,46.1 -46.3,37.5 1.26,170 28,14.2 12.5,-73.4 50.5,0.609 0.609,-26.1 -47.1,0.171 0.495,-123 z M 60.8,334 77.3,556 158,589 158,426 110,399 98.7,363 60.8,334 Z m 174,-68.2 19.3,97.5 -0.0571,126 23.4,-0.666 0.114,-208 -42.8,-14.5 z M 69.3,219 182,268 188,288 73.7,238 69.3,219 Z m -41.1,-69.8 26.5,142 81.5,60.4 89.9,0.266 -18.8,-96.6 -98.9,-41 -21.5,-65 -58.8,-0.0571 z M 77.6,266 191,315 195,334 81.9,285 Z M 397,30 335,130 l -26.4,-1.26 -0.0571,31.9 22.1,-1.6 -21.6,74 -1.26,81 48.6,-41.9 L 397,30 Z M 276,129 c -54.5,0.438 -110,7.93 -160,32 l 8.81,26.4 151,62.3 0.0571,-31.8 -58.3,-45.8 58.2,-12.2 z" />
|
||||||
|
<path id="mask" fill="#e1c47e" d="M 477,292 360,431 330,357 477,292 Z m 99.5,-269 -61,84.8 -110,42.6 -11.4,62.8 105,-48.6 -1.2,15.9 -103,48.1 -9.74,40.4 105,-49.1 0.171,15.2 -105,48.7 -76.7,64.2 -0.0571,279 233,-334 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
12
img/setSymbols/official/bot-s.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 600 662.375" width="600" height="662.375">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0" y2="0.55" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 551,17.7 500,89 405,126 418,27.1 c 3.73,-27.9 -24.2,-37.6 -39.6,-12.7 l -56.4,91.2 c 0,0 -27.7,-1.04 -41.5,-0.764 -21.8,0.438 -43.7,1.11 -65.4,3.83 -32.4,3.95 -64.5,11.5 -94.6,24.2 -4.21,1.75 -8.39,3.57 -12.5,5.57 L 104,126 0,126 34.4,310 54.8,573 210,638 208,652 339,652 536,547 600,26.1 C 603,2.3 573,-14.2 551,17.7 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 277,565 -0.438,63.5 h -43.9 l 11.7,-63.5 z M 542,346 351,618 514,534 Z m -311,46.1 -46.3,37.5 1.26,170 28,14.2 12.5,-73.4 50.5,0.609 0.609,-26.1 -47.1,0.171 0.495,-123 z M 60.8,334 77.3,556 158,589 158,426 110,399 98.7,363 60.8,334 Z m 174,-68.2 19.3,97.5 -0.0571,126 23.4,-0.666 0.114,-208 -42.8,-14.5 z M 69.3,219 182,268 188,288 73.7,238 69.3,219 Z m -41.1,-69.8 26.5,142 81.5,60.4 89.9,0.266 -18.8,-96.6 -98.9,-41 -21.5,-65 -58.8,-0.0571 z M 77.6,266 191,315 195,334 81.9,285 Z M 397,30 335,130 l -26.4,-1.26 -0.0571,31.9 22.1,-1.6 -21.6,74 -1.26,81 48.6,-41.9 L 397,30 Z M 276,129 c -54.5,0.438 -110,7.93 -160,32 l 8.81,26.4 151,62.3 0.0571,-31.8 -58.3,-45.8 58.2,-12.2 z" />
|
||||||
|
<path id="mask" fill="#bf99c3" d="M 477,292 360,431 330,357 477,292 Z m 99.5,-269 -61,84.8 -110,42.6 -11.4,62.8 105,-48.6 -1.2,15.9 -103,48.1 -9.74,40.4 105,-49.1 0.171,15.2 -105,48.7 -76.7,64.2 -0.0571,279 233,-334 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
12
img/setSymbols/official/bot-u.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 600 662.375" width="600" height="662.375">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0" y2="0.55" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#596771" />
|
||||||
|
<stop offset="0.9" stop-color="#c3e2ee" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 551,17.7 500,89 405,126 418,27.1 c 3.73,-27.9 -24.2,-37.6 -39.6,-12.7 l -56.4,91.2 c 0,0 -27.7,-1.04 -41.5,-0.764 -21.8,0.438 -43.7,1.11 -65.4,3.83 -32.4,3.95 -64.5,11.5 -94.6,24.2 -4.21,1.75 -8.39,3.57 -12.5,5.57 L 104,126 0,126 34.4,310 54.8,573 210,638 208,652 339,652 536,547 600,26.1 C 603,2.3 573,-14.2 551,17.7 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 277,565 -0.438,63.5 h -43.9 l 11.7,-63.5 z M 542,346 351,618 514,534 Z m -311,46.1 -46.3,37.5 1.26,170 28,14.2 12.5,-73.4 50.5,0.609 0.609,-26.1 -47.1,0.171 0.495,-123 z M 60.8,334 77.3,556 158,589 158,426 110,399 98.7,363 60.8,334 Z m 174,-68.2 19.3,97.5 -0.0571,126 23.4,-0.666 0.114,-208 -42.8,-14.5 z M 69.3,219 182,268 188,288 73.7,238 69.3,219 Z m -41.1,-69.8 26.5,142 81.5,60.4 89.9,0.266 -18.8,-96.6 -98.9,-41 -21.5,-65 -58.8,-0.0571 z M 77.6,266 191,315 195,334 81.9,285 Z M 397,30 335,130 l -26.4,-1.26 -0.0571,31.9 22.1,-1.6 -21.6,74 -1.26,81 48.6,-41.9 L 397,30 Z M 276,129 c -54.5,0.438 -110,7.93 -160,32 l 8.81,26.4 151,62.3 0.0571,-31.8 -58.3,-45.8 58.2,-12.2 z" />
|
||||||
|
<path id="mask" fill="#c3e2ee" d="M 477,292 360,431 330,357 477,292 Z m 99.5,-269 -61,84.8 -110,42.6 -11.4,62.8 105,-48.6 -1.2,15.9 -103,48.1 -9.74,40.4 105,-49.1 0.171,15.2 -105,48.7 -76.7,64.2 -0.0571,279 233,-334 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
7
img/setSymbols/official/brc-c.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="650.7738">
|
||||||
|
<path id="outline" fill="white" d="m 0,159 57.78,56.41 V 408.1 L 299.9,650.8 542.2,408.4 V 215.4 L 600,159 441.4,0 h -97.93 c -2.321,7.158 -3.897,14.72 -7.972,21.16 C 327.8,33.59 313.3,41.58 298.6,40.98 284.7,40.54 271.3,32.57 264.1,20.6 261.2,15.91 259.7,10.55 258.1,5.288 257.6,3.525 257,1.763 256.5,0 h -97.9 z" />
|
||||||
|
<path id="body" fill="black" d="M 164.1,13.45 163.4,14.24 19.12,158.9 71.23,209.8 V 402.6 L 299.8,631.3 528.8,402.8 V 209.8 L 580.9,158.9 435.9,13.45 H 353.4 C 346.8,37.56 325,54.34 300,54.5 275,54.34 253.2,37.56 246.6,13.45 Z" />
|
||||||
|
<path id="gear" fill="white" d="m 334.1,453.1 4.207,-24.9 11.4,-6.102 11.4,-6.102 18.73,15.76 18.73,15.76 21.46,-23.42 21.46,-23.42 -12.76,-17.92 -12.76,-17.92 5.708,-16.34 5.708,-16.34 20.06,-1.945 20.06,-1.945 v -33.46 -33.46 l -20.97,-3.935 -20.97,-3.935 -6.354,-13.94 -6.354,-13.94 14.22,-18.17 14.22,-18.17 -20.27,-24.14 -20.27,-24.14 -19.36,13.79 -19.36,13.79 -12.41,-3.938 -12.41,-3.938 -3.903,-24.41 -3.903,-24.41 h -29.69 -29.69 l -4.193,24.82 -4.193,24.82 -10.31,5.768 -10.31,5.768 -20.96,-15.99 -20.96,-15.99 -20.4,24.18 -20.4,24.18 14.63,19.29 14.63,19.29 -3.359,12.84 -3.359,12.84 -24.21,4.091 -24.21,4.091 v 32.79 32.79 l 24.09,3.852 24.09,3.852 3.486,13.33 3.486,13.33 -15.03,19.71 -15.03,19.71 23.14,22.42 23.14,22.42 18.22,-14.68 18.22,-14.68 11.22,6.003 11.22,6.003 3.938,24.63 3.938,24.63 h 29.69 29.69 z" />
|
||||||
|
<path id="boss" fill="black" fill-rule="evenodd" d="M 323.7,293.2 A 23.66,23.66 0 0 1 300,316.8 23.66,23.66 0 0 1 276.3,293.2 23.66,23.66 0 0 1 300,269.5 a 23.66,23.66 0 0 1 23.66,23.66 z m 40.56,0 A 64.23,64.23 0 0 1 300,357.4 64.23,64.23 0 0 1 235.8,293.2 64.23,64.23 0 0 1 300,228.9 a 64.23,64.23 0 0 1 64.23,64.23 z m 24.79,0 A 89.02,89.02 0 0 1 300,382.2 89.02,89.02 0 0 1 211,293.2 89.02,89.02 0 0 1 300,204.2 a 89.02,89.02 0 0 1 89.02,89.02 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
15
img/setSymbols/official/brc-m.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="650.7738">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b2341a" offset="0" />
|
||||||
|
<stop stop-color="#f59700" offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m 0,159 57.78,56.41 V 408.1 L 299.9,650.8 542.2,408.4 V 215.4 L 600,159 441.4,0 h -97.93 c -2.321,7.158 -3.897,14.72 -7.972,21.16 C 327.8,33.59 313.3,41.58 298.6,40.98 284.7,40.54 271.3,32.57 264.1,20.6 261.2,15.91 259.7,10.55 258.1,5.288 257.6,3.525 257,1.763 256.5,0 h -97.9 z" />
|
||||||
|
<path id="edge" fill="#b2341a" d="M 164.1,13.45 163.4,14.24 19.12,158.9 71.23,209.8 V 402.6 L 299.8,631.3 528.8,402.8 V 209.8 L 580.9,158.9 435.9,13.45 H 353.4 C 346.8,37.56 325,54.34 300,54.5 275,54.34 253.2,37.56 246.6,13.45 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 45.88,158.7 c 14.72,14.38 29.45,28.76 44.17,43.14 0,64.31 0,128.6 0,192.9 69.91,69.98 139.8,140 209.7,209.9 70.06,-69.9 140.1,-139.8 210.2,-209.7 0,-64.39 0,-128.8 0,-193.2 14.72,-14.38 29.44,-28.76 44.17,-43.14 C 512.1,116.6 470.1,74.41 428,32.27 c -20.58,0 -41.17,0 -61.75,0 -9.76,19.45 -28.39,34.27 -49.64,39.1 -18.35,4.329 -38.33,1.211 -54.46,-8.571 -12.1,-7.234 -22.15,-17.92 -28.47,-30.53 -20.59,0 -41.17,0 -61.76,0 C 129.9,74.41 87.91,116.6 45.88,158.7 Z" />
|
||||||
|
<path id="gear-edge" fill="#b2341a" d="m 256.1,98.01 c -3.011,17.74 -6.004,35.48 -9.007,53.22 -1.546,0.864 -3.092,1.728 -4.638,2.592 -15.23,-11.62 -30.47,-23.24 -45.7,-34.86 -19.68,23.32 -39.35,46.65 -59.03,69.97 10.77,14.21 21.54,28.41 32.31,42.62 -0.6977,2.67 -1.395,5.34 -2.093,8.009 -17.2,2.912 -34.39,5.82 -51.59,8.734 0,30.99 0,61.98 0,92.97 17.12,2.739 34.24,5.476 51.36,8.214 0.7747,2.957 1.549,5.914 2.324,8.871 -11.33,14.85 -22.66,29.7 -33.99,44.55 22.28,21.58 44.55,43.16 66.83,64.73 13.07,-10.53 26.14,-21.07 39.22,-31.6 1.987,1.063 3.974,2.125 5.961,3.188 2.93,18.31 5.859,36.63 8.789,54.94 28.93,0 57.85,0 86.78,0 3.119,-18.48 6.24,-36.96 9.359,-55.45 2.064,-1.106 4.128,-2.211 6.192,-3.317 13.65,11.48 27.29,22.96 40.94,34.44 20.73,-22.62 41.46,-45.24 62.19,-67.85 -9.417,-13.22 -18.83,-26.45 -28.25,-39.67 1.752,-5.018 3.503,-10.04 5.255,-15.05 14.8,-1.432 29.61,-2.869 44.41,-4.299 0,-31.65 0,-63.31 0,-94.96 -15.62,-2.925 -31.24,-5.855 -46.86,-8.781 -1.725,-3.788 -3.451,-7.575 -5.176,-11.36 10.15,-12.97 20.3,-25.94 30.45,-38.91 -19.51,-23.24 -39.02,-46.48 -58.53,-69.72 -14.76,10.52 -29.53,21.03 -44.29,31.55 -2.555,-0.8097 -5.11,-1.619 -7.665,-2.429 -2.802,-17.53 -5.603,-35.05 -8.406,-52.58 -28.92,0 -57.83,0 -86.75,0 -0.1269,0.7458 -0.2538,1.492 -0.3808,2.237 z" />
|
||||||
|
<path id="gear" fill="white" d="m 334.1,453.1 4.207,-24.9 11.4,-6.102 11.4,-6.102 18.73,15.76 18.73,15.76 21.46,-23.42 21.46,-23.42 -12.76,-17.92 -12.76,-17.92 5.708,-16.34 5.708,-16.34 20.06,-1.945 20.06,-1.945 v -33.46 -33.46 l -20.97,-3.935 -20.97,-3.935 -6.354,-13.94 -6.354,-13.94 14.22,-18.17 14.22,-18.17 -20.27,-24.14 -20.27,-24.14 -19.36,13.79 -19.36,13.79 -12.41,-3.938 -12.41,-3.938 -3.903,-24.41 -3.903,-24.41 h -29.69 -29.69 l -4.193,24.82 -4.193,24.82 -10.31,5.768 -10.31,5.768 -20.96,-15.99 -20.96,-15.99 -20.4,24.18 -20.4,24.18 14.63,19.29 14.63,19.29 -3.359,12.84 -3.359,12.84 -24.21,4.091 -24.21,4.091 v 32.79 32.79 l 24.09,3.852 24.09,3.852 3.486,13.33 3.486,13.33 -15.03,19.71 -15.03,19.71 23.14,22.42 23.14,22.42 18.22,-14.68 18.22,-14.68 11.22,6.003 11.22,6.003 3.938,24.63 3.938,24.63 h 29.69 29.69 z" />
|
||||||
|
<path id="boss" fill="#b2341a" fill-rule="evenodd" d="M 323.7,293.2 A 23.66,23.66 0 0 1 300,316.8 23.66,23.66 0 0 1 276.3,293.2 23.66,23.66 0 0 1 300,269.5 a 23.66,23.66 0 0 1 23.66,23.66 z m 40.56,0 A 64.23,64.23 0 0 1 300,357.4 64.23,64.23 0 0 1 235.8,293.2 64.23,64.23 0 0 1 300,228.9 a 64.23,64.23 0 0 1 64.23,64.23 z m 24.79,0 A 89.02,89.02 0 0 1 300,382.2 89.02,89.02 0 0 1 211,293.2 89.02,89.02 0 0 1 300,204.2 a 89.02,89.02 0 0 1 89.02,89.02 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
15
img/setSymbols/official/brc-r.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="650.7738">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#807241" offset="0" />
|
||||||
|
<stop stop-color="#e1c47e" offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m 0,159 57.78,56.41 V 408.1 L 299.9,650.8 542.2,408.4 V 215.4 L 600,159 441.4,0 h -97.93 c -2.321,7.158 -3.897,14.72 -7.972,21.16 C 327.8,33.59 313.3,41.58 298.6,40.98 284.7,40.54 271.3,32.57 264.1,20.6 261.2,15.91 259.7,10.55 258.1,5.288 257.6,3.525 257,1.763 256.5,0 h -97.9 z" />
|
||||||
|
<path id="edge" fill="#807241" d="M 164.1,13.45 163.4,14.24 19.12,158.9 71.23,209.8 V 402.6 L 299.8,631.3 528.8,402.8 V 209.8 L 580.9,158.9 435.9,13.45 H 353.4 C 346.8,37.56 325,54.34 300,54.5 275,54.34 253.2,37.56 246.6,13.45 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 45.88,158.7 c 14.72,14.38 29.45,28.76 44.17,43.14 0,64.31 0,128.6 0,192.9 69.91,69.98 139.8,140 209.7,209.9 70.06,-69.9 140.1,-139.8 210.2,-209.7 0,-64.39 0,-128.8 0,-193.2 14.72,-14.38 29.44,-28.76 44.17,-43.14 C 512.1,116.6 470.1,74.41 428,32.27 c -20.58,0 -41.17,0 -61.75,0 -9.76,19.45 -28.39,34.27 -49.64,39.1 -18.35,4.329 -38.33,1.211 -54.46,-8.571 -12.1,-7.234 -22.15,-17.92 -28.47,-30.53 -20.59,0 -41.17,0 -61.76,0 C 129.9,74.41 87.91,116.6 45.88,158.7 Z" />
|
||||||
|
<path id="gear-edge" fill="#807241" d="m 256.1,98.01 c -3.011,17.74 -6.004,35.48 -9.007,53.22 -1.546,0.864 -3.092,1.728 -4.638,2.592 -15.23,-11.62 -30.47,-23.24 -45.7,-34.86 -19.68,23.32 -39.35,46.65 -59.03,69.97 10.77,14.21 21.54,28.41 32.31,42.62 -0.6977,2.67 -1.395,5.34 -2.093,8.009 -17.2,2.912 -34.39,5.82 -51.59,8.734 0,30.99 0,61.98 0,92.97 17.12,2.739 34.24,5.476 51.36,8.214 0.7747,2.957 1.549,5.914 2.324,8.871 -11.33,14.85 -22.66,29.7 -33.99,44.55 22.28,21.58 44.55,43.16 66.83,64.73 13.07,-10.53 26.14,-21.07 39.22,-31.6 1.987,1.063 3.974,2.125 5.961,3.188 2.93,18.31 5.859,36.63 8.789,54.94 28.93,0 57.85,0 86.78,0 3.119,-18.48 6.24,-36.96 9.359,-55.45 2.064,-1.106 4.128,-2.211 6.192,-3.317 13.65,11.48 27.29,22.96 40.94,34.44 20.73,-22.62 41.46,-45.24 62.19,-67.85 -9.417,-13.22 -18.83,-26.45 -28.25,-39.67 1.752,-5.018 3.503,-10.04 5.255,-15.05 14.8,-1.432 29.61,-2.869 44.41,-4.299 0,-31.65 0,-63.31 0,-94.96 -15.62,-2.925 -31.24,-5.855 -46.86,-8.781 -1.725,-3.788 -3.451,-7.575 -5.176,-11.36 10.15,-12.97 20.3,-25.94 30.45,-38.91 -19.51,-23.24 -39.02,-46.48 -58.53,-69.72 -14.76,10.52 -29.53,21.03 -44.29,31.55 -2.555,-0.8097 -5.11,-1.619 -7.665,-2.429 -2.802,-17.53 -5.603,-35.05 -8.406,-52.58 -28.92,0 -57.83,0 -86.75,0 -0.1269,0.7458 -0.2538,1.492 -0.3808,2.237 z" />
|
||||||
|
<path id="gear" fill="white" d="m 334.1,453.1 4.207,-24.9 11.4,-6.102 11.4,-6.102 18.73,15.76 18.73,15.76 21.46,-23.42 21.46,-23.42 -12.76,-17.92 -12.76,-17.92 5.708,-16.34 5.708,-16.34 20.06,-1.945 20.06,-1.945 v -33.46 -33.46 l -20.97,-3.935 -20.97,-3.935 -6.354,-13.94 -6.354,-13.94 14.22,-18.17 14.22,-18.17 -20.27,-24.14 -20.27,-24.14 -19.36,13.79 -19.36,13.79 -12.41,-3.938 -12.41,-3.938 -3.903,-24.41 -3.903,-24.41 h -29.69 -29.69 l -4.193,24.82 -4.193,24.82 -10.31,5.768 -10.31,5.768 -20.96,-15.99 -20.96,-15.99 -20.4,24.18 -20.4,24.18 14.63,19.29 14.63,19.29 -3.359,12.84 -3.359,12.84 -24.21,4.091 -24.21,4.091 v 32.79 32.79 l 24.09,3.852 24.09,3.852 3.486,13.33 3.486,13.33 -15.03,19.71 -15.03,19.71 23.14,22.42 23.14,22.42 18.22,-14.68 18.22,-14.68 11.22,6.003 11.22,6.003 3.938,24.63 3.938,24.63 h 29.69 29.69 z" />
|
||||||
|
<path id="boss" fill="#807241" fill-rule="evenodd" d="M 323.7,293.2 A 23.66,23.66 0 0 1 300,316.8 23.66,23.66 0 0 1 276.3,293.2 23.66,23.66 0 0 1 300,269.5 a 23.66,23.66 0 0 1 23.66,23.66 z m 40.56,0 A 64.23,64.23 0 0 1 300,357.4 64.23,64.23 0 0 1 235.8,293.2 64.23,64.23 0 0 1 300,228.9 a 64.23,64.23 0 0 1 64.23,64.23 z m 24.79,0 A 89.02,89.02 0 0 1 300,382.2 89.02,89.02 0 0 1 211,293.2 89.02,89.02 0 0 1 300,204.2 a 89.02,89.02 0 0 1 89.02,89.02 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
15
img/setSymbols/official/brc-s.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="650.7738">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0" />
|
||||||
|
<stop stop-color="#bf99c3" offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m 0,159 57.78,56.41 V 408.1 L 299.9,650.8 542.2,408.4 V 215.4 L 600,159 441.4,0 h -97.93 c -2.321,7.158 -3.897,14.72 -7.972,21.16 C 327.8,33.59 313.3,41.58 298.6,40.98 284.7,40.54 271.3,32.57 264.1,20.6 261.2,15.91 259.7,10.55 258.1,5.288 257.6,3.525 257,1.763 256.5,0 h -97.9 z" />
|
||||||
|
<path id="edge" fill="#612c75" d="M 164.1,13.45 163.4,14.24 19.12,158.9 71.23,209.8 V 402.6 L 299.8,631.3 528.8,402.8 V 209.8 L 580.9,158.9 435.9,13.45 H 353.4 C 346.8,37.56 325,54.34 300,54.5 275,54.34 253.2,37.56 246.6,13.45 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 45.88,158.7 c 14.72,14.38 29.45,28.76 44.17,43.14 0,64.31 0,128.6 0,192.9 69.91,69.98 139.8,140 209.7,209.9 70.06,-69.9 140.1,-139.8 210.2,-209.7 0,-64.39 0,-128.8 0,-193.2 14.72,-14.38 29.44,-28.76 44.17,-43.14 C 512.1,116.6 470.1,74.41 428,32.27 c -20.58,0 -41.17,0 -61.75,0 -9.76,19.45 -28.39,34.27 -49.64,39.1 -18.35,4.329 -38.33,1.211 -54.46,-8.571 -12.1,-7.234 -22.15,-17.92 -28.47,-30.53 -20.59,0 -41.17,0 -61.76,0 C 129.9,74.41 87.91,116.6 45.88,158.7 Z" />
|
||||||
|
<path id="gear-edge" fill="#612c75" d="m 256.1,98.01 c -3.011,17.74 -6.004,35.48 -9.007,53.22 -1.546,0.864 -3.092,1.728 -4.638,2.592 -15.23,-11.62 -30.47,-23.24 -45.7,-34.86 -19.68,23.32 -39.35,46.65 -59.03,69.97 10.77,14.21 21.54,28.41 32.31,42.62 -0.6977,2.67 -1.395,5.34 -2.093,8.009 -17.2,2.912 -34.39,5.82 -51.59,8.734 0,30.99 0,61.98 0,92.97 17.12,2.739 34.24,5.476 51.36,8.214 0.7747,2.957 1.549,5.914 2.324,8.871 -11.33,14.85 -22.66,29.7 -33.99,44.55 22.28,21.58 44.55,43.16 66.83,64.73 13.07,-10.53 26.14,-21.07 39.22,-31.6 1.987,1.063 3.974,2.125 5.961,3.188 2.93,18.31 5.859,36.63 8.789,54.94 28.93,0 57.85,0 86.78,0 3.119,-18.48 6.24,-36.96 9.359,-55.45 2.064,-1.106 4.128,-2.211 6.192,-3.317 13.65,11.48 27.29,22.96 40.94,34.44 20.73,-22.62 41.46,-45.24 62.19,-67.85 -9.417,-13.22 -18.83,-26.45 -28.25,-39.67 1.752,-5.018 3.503,-10.04 5.255,-15.05 14.8,-1.432 29.61,-2.869 44.41,-4.299 0,-31.65 0,-63.31 0,-94.96 -15.62,-2.925 -31.24,-5.855 -46.86,-8.781 -1.725,-3.788 -3.451,-7.575 -5.176,-11.36 10.15,-12.97 20.3,-25.94 30.45,-38.91 -19.51,-23.24 -39.02,-46.48 -58.53,-69.72 -14.76,10.52 -29.53,21.03 -44.29,31.55 -2.555,-0.8097 -5.11,-1.619 -7.665,-2.429 -2.802,-17.53 -5.603,-35.05 -8.406,-52.58 -28.92,0 -57.83,0 -86.75,0 -0.1269,0.7458 -0.2538,1.492 -0.3808,2.237 z" />
|
||||||
|
<path id="gear" fill="white" d="m 334.1,453.1 4.207,-24.9 11.4,-6.102 11.4,-6.102 18.73,15.76 18.73,15.76 21.46,-23.42 21.46,-23.42 -12.76,-17.92 -12.76,-17.92 5.708,-16.34 5.708,-16.34 20.06,-1.945 20.06,-1.945 v -33.46 -33.46 l -20.97,-3.935 -20.97,-3.935 -6.354,-13.94 -6.354,-13.94 14.22,-18.17 14.22,-18.17 -20.27,-24.14 -20.27,-24.14 -19.36,13.79 -19.36,13.79 -12.41,-3.938 -12.41,-3.938 -3.903,-24.41 -3.903,-24.41 h -29.69 -29.69 l -4.193,24.82 -4.193,24.82 -10.31,5.768 -10.31,5.768 -20.96,-15.99 -20.96,-15.99 -20.4,24.18 -20.4,24.18 14.63,19.29 14.63,19.29 -3.359,12.84 -3.359,12.84 -24.21,4.091 -24.21,4.091 v 32.79 32.79 l 24.09,3.852 24.09,3.852 3.486,13.33 3.486,13.33 -15.03,19.71 -15.03,19.71 23.14,22.42 23.14,22.42 18.22,-14.68 18.22,-14.68 11.22,6.003 11.22,6.003 3.938,24.63 3.938,24.63 h 29.69 29.69 z" />
|
||||||
|
<path id="boss" fill="#612c75" fill-rule="evenodd" d="M 323.7,293.2 A 23.66,23.66 0 0 1 300,316.8 23.66,23.66 0 0 1 276.3,293.2 23.66,23.66 0 0 1 300,269.5 a 23.66,23.66 0 0 1 23.66,23.66 z m 40.56,0 A 64.23,64.23 0 0 1 300,357.4 64.23,64.23 0 0 1 235.8,293.2 64.23,64.23 0 0 1 300,228.9 a 64.23,64.23 0 0 1 64.23,64.23 z m 24.79,0 A 89.02,89.02 0 0 1 300,382.2 89.02,89.02 0 0 1 211,293.2 89.02,89.02 0 0 1 300,204.2 a 89.02,89.02 0 0 1 89.02,89.02 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
15
img/setSymbols/official/brc-u.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="650.7738">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#596771" offset="0" />
|
||||||
|
<stop stop-color="#c3e2ee" offset="1" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m 0,159 57.78,56.41 V 408.1 L 299.9,650.8 542.2,408.4 V 215.4 L 600,159 441.4,0 h -97.93 c -2.321,7.158 -3.897,14.72 -7.972,21.16 C 327.8,33.59 313.3,41.58 298.6,40.98 284.7,40.54 271.3,32.57 264.1,20.6 261.2,15.91 259.7,10.55 258.1,5.288 257.6,3.525 257,1.763 256.5,0 h -97.9 z" />
|
||||||
|
<path id="edge" fill="#596771" d="M 164.1,13.45 163.4,14.24 19.12,158.9 71.23,209.8 V 402.6 L 299.8,631.3 528.8,402.8 V 209.8 L 580.9,158.9 435.9,13.45 H 353.4 C 346.8,37.56 325,54.34 300,54.5 275,54.34 253.2,37.56 246.6,13.45 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 45.88,158.7 c 14.72,14.38 29.45,28.76 44.17,43.14 0,64.31 0,128.6 0,192.9 69.91,69.98 139.8,140 209.7,209.9 70.06,-69.9 140.1,-139.8 210.2,-209.7 0,-64.39 0,-128.8 0,-193.2 14.72,-14.38 29.44,-28.76 44.17,-43.14 C 512.1,116.6 470.1,74.41 428,32.27 c -20.58,0 -41.17,0 -61.75,0 -9.76,19.45 -28.39,34.27 -49.64,39.1 -18.35,4.329 -38.33,1.211 -54.46,-8.571 -12.1,-7.234 -22.15,-17.92 -28.47,-30.53 -20.59,0 -41.17,0 -61.76,0 C 129.9,74.41 87.91,116.6 45.88,158.7 Z" />
|
||||||
|
<path id="gear-edge" fill="#596771" d="m 256.1,98.01 c -3.011,17.74 -6.004,35.48 -9.007,53.22 -1.546,0.864 -3.092,1.728 -4.638,2.592 -15.23,-11.62 -30.47,-23.24 -45.7,-34.86 -19.68,23.32 -39.35,46.65 -59.03,69.97 10.77,14.21 21.54,28.41 32.31,42.62 -0.6977,2.67 -1.395,5.34 -2.093,8.009 -17.2,2.912 -34.39,5.82 -51.59,8.734 0,30.99 0,61.98 0,92.97 17.12,2.739 34.24,5.476 51.36,8.214 0.7747,2.957 1.549,5.914 2.324,8.871 -11.33,14.85 -22.66,29.7 -33.99,44.55 22.28,21.58 44.55,43.16 66.83,64.73 13.07,-10.53 26.14,-21.07 39.22,-31.6 1.987,1.063 3.974,2.125 5.961,3.188 2.93,18.31 5.859,36.63 8.789,54.94 28.93,0 57.85,0 86.78,0 3.119,-18.48 6.24,-36.96 9.359,-55.45 2.064,-1.106 4.128,-2.211 6.192,-3.317 13.65,11.48 27.29,22.96 40.94,34.44 20.73,-22.62 41.46,-45.24 62.19,-67.85 -9.417,-13.22 -18.83,-26.45 -28.25,-39.67 1.752,-5.018 3.503,-10.04 5.255,-15.05 14.8,-1.432 29.61,-2.869 44.41,-4.299 0,-31.65 0,-63.31 0,-94.96 -15.62,-2.925 -31.24,-5.855 -46.86,-8.781 -1.725,-3.788 -3.451,-7.575 -5.176,-11.36 10.15,-12.97 20.3,-25.94 30.45,-38.91 -19.51,-23.24 -39.02,-46.48 -58.53,-69.72 -14.76,10.52 -29.53,21.03 -44.29,31.55 -2.555,-0.8097 -5.11,-1.619 -7.665,-2.429 -2.802,-17.53 -5.603,-35.05 -8.406,-52.58 -28.92,0 -57.83,0 -86.75,0 -0.1269,0.7458 -0.2538,1.492 -0.3808,2.237 z" />
|
||||||
|
<path id="gear" fill="white" d="m 334.1,453.1 4.207,-24.9 11.4,-6.102 11.4,-6.102 18.73,15.76 18.73,15.76 21.46,-23.42 21.46,-23.42 -12.76,-17.92 -12.76,-17.92 5.708,-16.34 5.708,-16.34 20.06,-1.945 20.06,-1.945 v -33.46 -33.46 l -20.97,-3.935 -20.97,-3.935 -6.354,-13.94 -6.354,-13.94 14.22,-18.17 14.22,-18.17 -20.27,-24.14 -20.27,-24.14 -19.36,13.79 -19.36,13.79 -12.41,-3.938 -12.41,-3.938 -3.903,-24.41 -3.903,-24.41 h -29.69 -29.69 l -4.193,24.82 -4.193,24.82 -10.31,5.768 -10.31,5.768 -20.96,-15.99 -20.96,-15.99 -20.4,24.18 -20.4,24.18 14.63,19.29 14.63,19.29 -3.359,12.84 -3.359,12.84 -24.21,4.091 -24.21,4.091 v 32.79 32.79 l 24.09,3.852 24.09,3.852 3.486,13.33 3.486,13.33 -15.03,19.71 -15.03,19.71 23.14,22.42 23.14,22.42 18.22,-14.68 18.22,-14.68 11.22,6.003 11.22,6.003 3.938,24.63 3.938,24.63 h 29.69 29.69 z" />
|
||||||
|
<path id="boss" fill="#596771" fill-rule="evenodd" d="M 323.7,293.2 A 23.66,23.66 0 0 1 300,316.8 23.66,23.66 0 0 1 276.3,293.2 23.66,23.66 0 0 1 300,269.5 a 23.66,23.66 0 0 1 23.66,23.66 z m 40.56,0 A 64.23,64.23 0 0 1 300,357.4 64.23,64.23 0 0 1 235.8,293.2 64.23,64.23 0 0 1 300,228.9 a 64.23,64.23 0 0 1 64.23,64.23 z m 24.79,0 A 89.02,89.02 0 0 1 300,382.2 89.02,89.02 0 0 1 211,293.2 89.02,89.02 0 0 1 300,204.2 a 89.02,89.02 0 0 1 89.02,89.02 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.9 KiB |
5
img/setSymbols/official/bro-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="518">
|
||||||
|
<path fill="white" d="M 358,0.0977 C 319,3.55 241,10.5 241,10.5 V 84.6 C 234,88.4 227,92.5 220,96.4 200,83.4 159,57.2 159,57.2 L 119,105 1.24,12.1 c 0,0 51.5,113 76.1,162 -4.23,8.29 -6.82,17.3 -8.38,26.5 C 46,206 0,216 0,216 L 9.99,334 c 0,0 48.6,2.6 72.9,3.9 2.7,7.43 6.06,14.6 10.3,21.4 -12.3,19.8 -36.9,59.5 -36.9,59.5 l 92.9,73.2 c 0,0 34.6,-33.1 51.9,-49.6 7.9,3.26 16.1,5.81 24.4,7.81 5.33,22.9 16,68.6 16,68.6 l 118,-10.5 v -74.1 c 6.9,-3.78 13.6,-7.93 20.4,-11.8 20.6,13.1 61.7,39.2 61.7,39.2 l 39.3,-47.9 119,93.5 c 0,0 -51.8,-112 -76.7,-162 4.23,-8.29 6.82,-17.3 8.38,-26.5 C 554,313 600,302 600,302 l -9.99,-117 c 0,0 -48.6,-2.6 -72.9,-3.9 -2.7,-7.43 -6.06,-14.6 -10.3,-21.4 C 519,140 531,120 544,100 513,75.6 451,26.8 451,26.8 c 0,0 -34.6,33.1 -51.9,49.6 -7.9,-3.26 -16.1,-5.81 -24.4,-7.81 C 369,45.7 359,0 359,0 c 0,0 -0.731,0.0652 -1.1,0.0977 z"/>
|
||||||
|
<path fill="black" d="m 256,24.4 c 0,23.1 0,46.2 0,69.4 -7.03,3.59 -13.9,7.46 -20.7,11.6 -5.07,3.08 -10.3,5.95 -15.5,8.74 -19.3,-12.3 -38.6,-24.5 -57.9,-36.8 -9.61,11.7 -19.2,23.4 -28.8,35.1 33.4,26.7 66.8,53.4 100,80.2 9.9,-9.65 20.4,-18.8 32.3,-25.9 10.1,-6.06 21.2,-10.6 32.7,-13.3 15.6,-3.75 31.8,-4.4 47.7,-3.34 5.84,0.372 11.7,1.14 17.4,2.45 20.9,4.74 40.3,15.8 55.1,31.2 10.7,11.1 19.1,24.4 24.5,38.9 5.27,13.8 7.95,28.6 8.41,43.3 0.517,15.6 -1.52,31.3 -6.61,46.1 -4.37,12.8 -10.9,24.8 -19.1,35.5 36.5,30.4 72.9,60.8 109,91.1 10.2,8.47 20.3,16.9 30.5,25.4 -20,-40.1 -40,-80.2 -59.9,-120 0.838,-1.34 1.7,-2.67 2.48,-4.04 0.274,-0.492 0.633,-1.13 0.922,-1.69 1.15,-2.19 2.12,-4.38 3.01,-6.7 2.49,-6.55 3.99,-13.4 4.92,-20.4 0.147,-1.08 0.292,-2.26 0.405,-3.39 0.0775,-0.903 0.475,-1.82 1.3,-2.28 0.915,-0.541 2.02,-0.55 3.02,-0.851 20.7,-4.78 41.5,-9.56 62.2,-14.3 -2.58,-30.3 -5.17,-60.6 -7.75,-90.9 -23.3,-1.25 -46.7,-2.49 -70,-3.74 -2.16,-7.15 -4.65,-14.2 -8.03,-20.9 -1.25,-2.48 -2.61,-4.89 -4.09,-7.24 -0.413,-0.642 -0.911,-1.41 -1.37,-2.1 -1.2,-1.79 -2.5,-3.52 -3.83,-5.22 11.7,-18.8 23.4,-37.6 35,-56.4 -23.9,-18.9 -47.9,-37.7 -71.8,-56.6 -16.6,15.8 -33.1,31.7 -49.7,47.5 -8.09,-4 -16.6,-7.2 -25.3,-9.6 -3.06,-0.855 -6.26,-1.64 -9.36,-2.33 -1.84,-0.41 -3.67,-0.779 -5.52,-1.16 -5.05,-21.7 -10.1,-43.4 -15.2,-65.1 -30.3,2.68 -60.5,5.37 -90.8,8.05 z M 35.1,55.2 c 19.8,39.8 39.6,79.6 59.5,119 -3.74,5.54 -6.49,11.7 -8.32,18.1 -1.88,6.46 -2.95,13.1 -3.62,19.8 -0.484,0.459 -1.08,0.771 -1.76,0.822 -14.7,3.41 -29.4,6.77 -44.1,10.2 -6.85,1.58 -13.7,3.16 -20.5,4.73 2.58,30.3 5.17,60.6 7.75,90.9 23.3,1.25 46.7,2.49 70,3.74 1.93,6.35 4.08,12.6 6.93,18.6 2.15,4.58 4.63,8.94 7.59,13.1 0.904,1.28 1.86,2.52 2.81,3.76 -11.7,18.8 -23.4,37.6 -35,56.4 23.9,18.9 47.9,37.7 71.8,56.6 16.6,-15.8 33.1,-31.7 49.7,-47.5 8.37,4.13 17.1,7.41 26.2,9.84 2.49,0.674 4.92,1.28 7.43,1.85 2.13,0.484 4.36,0.951 6.56,1.39 5.05,21.7 10.1,43.4 15.2,65.1 30.3,-2.68 60.5,-5.37 90.8,-8.05 0,-23.1 0,-46.2 0,-69.4 5.61,-2.88 11.1,-5.91 16.6,-9.12 3.31,-1.97 6.67,-4.04 10.1,-5.96 3.15,-1.8 6.34,-3.53 9.55,-5.24 19.3,12.3 38.6,24.5 57.9,36.8 9.61,-11.7 19.2,-23.4 28.8,-35.1 -33.4,-26.7 -66.8,-53.4 -100,-80.2 -9.17,8.94 -18.8,17.5 -29.7,24.3 -9.89,6.27 -20.7,11.1 -32,14.1 -14.6,3.94 -29.9,5.06 -44.9,4.47 -7.29,-0.263 -14.6,-0.861 -21.7,-2.4 -21.9,-4.6 -42.2,-16.2 -57.5,-32.4 -10.3,-10.9 -18.3,-23.8 -23.6,-37.7 -5.22,-13.6 -7.94,-28 -8.49,-42.6 -0.503,-12.5 0.587,-25 3.6,-37.1 3.04,-12.3 8.07,-24.2 14.8,-35 2.27,-3.68 4.72,-7.24 7.33,-10.7 C 128,132 81.2,93.1 34.6,54.3 c 0.156,0.314 0.312,0.629 0.468,0.943 z M 330,177 c -2.4,0.0357 -4.79,0.168 -7.18,0.392 -0.473,0.0538 -1.14,0.113 -1.68,0.18 -3.68,0.424 -7.34,1.08 -10.9,1.95 -2.37,0.57 -4.9,1.29 -7.3,2.08 -10.2,3.34 -19.9,8.42 -28.6,14.7 -5.02,3.63 -9.84,7.73 -14.2,12.2 -1.17,1.22 -2.3,2.49 -3.39,3.79 15.8,12.9 31.7,25.7 47.5,38.6 2.66,-3.49 5.98,-6.48 9.81,-8.64 6.59,-3.78 14.6,-5.19 22,-3.38 8.55,2.05 16,8.05 20,15.8 2.12,4.08 3.21,8.67 3.2,13.3 0.0236,7.15 -2.33,14.3 -6.76,20 -0.222,0.262 -0.435,0.532 -0.666,0.787 16.4,13.7 32.7,27.5 49.1,41.2 1.04,-1.21 2,-2.38 2.98,-3.65 6.54,-8.46 11.2,-18.3 14.3,-28.5 0.214,-0.727 0.472,-1.61 0.687,-2.4 0.978,-3.55 1.75,-7.16 2.35,-10.8 0.13,-0.822 0.278,-1.8 0.4,-2.68 0.169,-1.23 0.332,-2.6 0.462,-3.89 0.159,-1.61 0.295,-3.35 0.39,-5.02 0.288,-5.05 0.203,-10.2 -0.416,-15.2 -1.55,-13.2 -6.03,-26 -13.2,-37.2 -1.32,-2.07 -2.67,-4.01 -4.14,-5.97 -5.66,-7.49 -12.5,-14.1 -20,-19.7 -4,-2.99 -8.31,-5.75 -12.7,-8.23 -1.4,-0.775 -2.87,-1.59 -4.33,-2.14 -3.37,-1.37 -6.8,-2.59 -10.3,-3.63 -0.929,-0.275 -2,-0.578 -2.99,-0.835 -1.63,-0.429 -3.27,-0.814 -4.93,-1.16 -0.68,-0.133 -1.52,-0.303 -2.27,-0.436 -2.79,-0.506 -5.68,-0.895 -8.45,-1.14 -0.821,-0.0689 -1.56,-0.127 -2.38,-0.182 -0.356,-0.0157 -0.928,-0.0477 -1.37,-0.0696 -1.74,-0.0807 -3.47,-0.0949 -5.21,-0.0826 z m -132,11.5 c -2.17,2.42 -4.12,5.05 -5.95,7.73 -6.24,9.29 -10.5,19.8 -13,30.7 -0.376,1.64 -0.744,3.39 -1.05,5.09 -0.281,1.55 -0.545,3.22 -0.754,4.78 -0.201,1.49 -0.369,2.98 -0.507,4.48 -0.0605,0.752 -0.135,1.67 -0.192,2.48 -0.438,6.34 -0.333,12.7 0.61,19 0.718,5.02 1.88,10.1 3.47,15 0.247,0.77 0.463,1.41 0.735,2.18 0.941,2.67 2.01,5.3 3.21,7.86 0.172,0.365 0.438,0.914 0.646,1.35 7.12,14.6 18.4,27 31.7,36.2 4.17,2.91 8.51,5.59 13.1,7.87 1.4,0.625 2.85,1.18 4.23,1.71 11.5,4.36 23.8,6.71 36.1,6.35 0.453,-0.0151 1.07,-0.0297 1.51,-0.0529 2.04,-0.0855 4.08,-0.251 6.12,-0.477 0.746,-0.0888 1.65,-0.201 2.46,-0.315 2,-0.286 4.02,-0.641 5.94,-1.05 13.8,-2.89 26.9,-9.02 38.4,-17.2 1.52,-1.09 3.06,-2.26 4.48,-3.4 3.92,-3.14 7.73,-6.58 11.1,-10.3 0.719,-0.792 1.42,-1.6 2.11,-2.42 -15.8,-12.9 -31.7,-25.7 -47.5,-38.6 -2.56,3.35 -5.73,6.26 -9.38,8.39 -6.62,3.94 -14.8,5.46 -22.3,3.67 -8.22,-1.91 -15.4,-7.48 -19.6,-14.8 -2.57,-4.5 -3.91,-9.69 -3.78,-14.9 0.0906,-7.06 2.48,-14.1 6.92,-19.7 0.114,-0.253 0.734,-0.534 0.303,-0.739 -16.3,-13.7 -32.6,-27.4 -48.9,-41 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
11
img/setSymbols/official/bro-m.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="518">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="40" y1="490" x2="300" y2="259" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b10000" offset="0" />
|
||||||
|
<stop stop-color="#fc9b00" offset="0.72" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path fill="black" d="M 358,0.0977 C 319,3.55 241,10.5 241,10.5 V 84.6 C 234,88.4 227,92.5 220,96.4 200,83.4 159,57.2 159,57.2 L 119,105 1.24,12.1 c 0,0 51.5,113 76.1,162 -4.23,8.29 -6.82,17.3 -8.38,26.5 C 46,206 0,216 0,216 L 9.99,334 c 0,0 48.6,2.6 72.9,3.9 2.7,7.43 6.06,14.6 10.3,21.4 -12.3,19.8 -36.9,59.5 -36.9,59.5 l 92.9,73.2 c 0,0 34.6,-33.1 51.9,-49.6 7.9,3.26 16.1,5.81 24.4,7.81 5.33,22.9 16,68.6 16,68.6 l 118,-10.5 v -74.1 c 6.9,-3.78 13.6,-7.93 20.4,-11.8 20.6,13.1 61.7,39.2 61.7,39.2 l 39.3,-47.9 119,93.5 c 0,0 -51.8,-112 -76.7,-162 4.23,-8.29 6.82,-17.3 8.38,-26.5 C 554,313 600,302 600,302 l -9.99,-117 c 0,0 -48.6,-2.6 -72.9,-3.9 -2.7,-7.43 -6.06,-14.6 -10.3,-21.4 C 519,140 531,120 544,100 513,75.6 451,26.8 451,26.8 c 0,0 -34.6,33.1 -51.9,49.6 -7.9,-3.26 -16.1,-5.81 -24.4,-7.81 C 369,45.7 359,0 359,0 c 0,0 -0.731,0.0652 -1.1,0.0977 z"/>
|
||||||
|
<path fill="url(#gradient-m)" d="m 256,24.4 c 0,23.1 0,46.2 0,69.4 -7.03,3.59 -13.9,7.46 -20.7,11.6 -5.07,3.08 -10.3,5.95 -15.5,8.74 -19.3,-12.3 -38.6,-24.5 -57.9,-36.8 -9.61,11.7 -19.2,23.4 -28.8,35.1 33.4,26.7 66.8,53.4 100,80.2 9.9,-9.65 20.4,-18.8 32.3,-25.9 10.1,-6.06 21.2,-10.6 32.7,-13.3 15.6,-3.75 31.8,-4.4 47.7,-3.34 5.84,0.372 11.7,1.14 17.4,2.45 20.9,4.74 40.3,15.8 55.1,31.2 10.7,11.1 19.1,24.4 24.5,38.9 5.27,13.8 7.95,28.6 8.41,43.3 0.517,15.6 -1.52,31.3 -6.61,46.1 -4.37,12.8 -10.9,24.8 -19.1,35.5 36.5,30.4 72.9,60.8 109,91.1 10.2,8.47 20.3,16.9 30.5,25.4 -20,-40.1 -40,-80.2 -59.9,-120 0.838,-1.34 1.7,-2.67 2.48,-4.04 0.274,-0.492 0.633,-1.13 0.922,-1.69 1.15,-2.19 2.12,-4.38 3.01,-6.7 2.49,-6.55 3.99,-13.4 4.92,-20.4 0.147,-1.08 0.292,-2.26 0.405,-3.39 0.0775,-0.903 0.475,-1.82 1.3,-2.28 0.915,-0.541 2.02,-0.55 3.02,-0.851 20.7,-4.78 41.5,-9.56 62.2,-14.3 -2.58,-30.3 -5.17,-60.6 -7.75,-90.9 -23.3,-1.25 -46.7,-2.49 -70,-3.74 -2.16,-7.15 -4.65,-14.2 -8.03,-20.9 -1.25,-2.48 -2.61,-4.89 -4.09,-7.24 -0.413,-0.642 -0.911,-1.41 -1.37,-2.1 -1.2,-1.79 -2.5,-3.52 -3.83,-5.22 11.7,-18.8 23.4,-37.6 35,-56.4 -23.9,-18.9 -47.9,-37.7 -71.8,-56.6 -16.6,15.8 -33.1,31.7 -49.7,47.5 -8.09,-4 -16.6,-7.2 -25.3,-9.6 -3.06,-0.855 -6.26,-1.64 -9.36,-2.33 -1.84,-0.41 -3.67,-0.779 -5.52,-1.16 -5.05,-21.7 -10.1,-43.4 -15.2,-65.1 -30.3,2.68 -60.5,5.37 -90.8,8.05 z M 35.1,55.2 c 19.8,39.8 39.6,79.6 59.5,119 -3.74,5.54 -6.49,11.7 -8.32,18.1 -1.88,6.46 -2.95,13.1 -3.62,19.8 -0.484,0.459 -1.08,0.771 -1.76,0.822 -14.7,3.41 -29.4,6.77 -44.1,10.2 -6.85,1.58 -13.7,3.16 -20.5,4.73 2.58,30.3 5.17,60.6 7.75,90.9 23.3,1.25 46.7,2.49 70,3.74 1.93,6.35 4.08,12.6 6.93,18.6 2.15,4.58 4.63,8.94 7.59,13.1 0.904,1.28 1.86,2.52 2.81,3.76 -11.7,18.8 -23.4,37.6 -35,56.4 23.9,18.9 47.9,37.7 71.8,56.6 16.6,-15.8 33.1,-31.7 49.7,-47.5 8.37,4.13 17.1,7.41 26.2,9.84 2.49,0.674 4.92,1.28 7.43,1.85 2.13,0.484 4.36,0.951 6.56,1.39 5.05,21.7 10.1,43.4 15.2,65.1 30.3,-2.68 60.5,-5.37 90.8,-8.05 0,-23.1 0,-46.2 0,-69.4 5.61,-2.88 11.1,-5.91 16.6,-9.12 3.31,-1.97 6.67,-4.04 10.1,-5.96 3.15,-1.8 6.34,-3.53 9.55,-5.24 19.3,12.3 38.6,24.5 57.9,36.8 9.61,-11.7 19.2,-23.4 28.8,-35.1 -33.4,-26.7 -66.8,-53.4 -100,-80.2 -9.17,8.94 -18.8,17.5 -29.7,24.3 -9.89,6.27 -20.7,11.1 -32,14.1 -14.6,3.94 -29.9,5.06 -44.9,4.47 -7.29,-0.263 -14.6,-0.861 -21.7,-2.4 -21.9,-4.6 -42.2,-16.2 -57.5,-32.4 -10.3,-10.9 -18.3,-23.8 -23.6,-37.7 -5.22,-13.6 -7.94,-28 -8.49,-42.6 -0.503,-12.5 0.587,-25 3.6,-37.1 3.04,-12.3 8.07,-24.2 14.8,-35 2.27,-3.68 4.72,-7.24 7.33,-10.7 C 128,132 81.2,93.1 34.6,54.3 c 0.156,0.314 0.312,0.629 0.468,0.943 z M 330,177 c -2.4,0.0357 -4.79,0.168 -7.18,0.392 -0.473,0.0538 -1.14,0.113 -1.68,0.18 -3.68,0.424 -7.34,1.08 -10.9,1.95 -2.37,0.57 -4.9,1.29 -7.3,2.08 -10.2,3.34 -19.9,8.42 -28.6,14.7 -5.02,3.63 -9.84,7.73 -14.2,12.2 -1.17,1.22 -2.3,2.49 -3.39,3.79 15.8,12.9 31.7,25.7 47.5,38.6 2.66,-3.49 5.98,-6.48 9.81,-8.64 6.59,-3.78 14.6,-5.19 22,-3.38 8.55,2.05 16,8.05 20,15.8 2.12,4.08 3.21,8.67 3.2,13.3 0.0236,7.15 -2.33,14.3 -6.76,20 -0.222,0.262 -0.435,0.532 -0.666,0.787 16.4,13.7 32.7,27.5 49.1,41.2 1.04,-1.21 2,-2.38 2.98,-3.65 6.54,-8.46 11.2,-18.3 14.3,-28.5 0.214,-0.727 0.472,-1.61 0.687,-2.4 0.978,-3.55 1.75,-7.16 2.35,-10.8 0.13,-0.822 0.278,-1.8 0.4,-2.68 0.169,-1.23 0.332,-2.6 0.462,-3.89 0.159,-1.61 0.295,-3.35 0.39,-5.02 0.288,-5.05 0.203,-10.2 -0.416,-15.2 -1.55,-13.2 -6.03,-26 -13.2,-37.2 -1.32,-2.07 -2.67,-4.01 -4.14,-5.97 -5.66,-7.49 -12.5,-14.1 -20,-19.7 -4,-2.99 -8.31,-5.75 -12.7,-8.23 -1.4,-0.775 -2.87,-1.59 -4.33,-2.14 -3.37,-1.37 -6.8,-2.59 -10.3,-3.63 -0.929,-0.275 -2,-0.578 -2.99,-0.835 -1.63,-0.429 -3.27,-0.814 -4.93,-1.16 -0.68,-0.133 -1.52,-0.303 -2.27,-0.436 -2.79,-0.506 -5.68,-0.895 -8.45,-1.14 -0.821,-0.0689 -1.56,-0.127 -2.38,-0.182 -0.356,-0.0157 -0.928,-0.0477 -1.37,-0.0696 -1.74,-0.0807 -3.47,-0.0949 -5.21,-0.0826 z m -132,11.5 c -2.17,2.42 -4.12,5.05 -5.95,7.73 -6.24,9.29 -10.5,19.8 -13,30.7 -0.376,1.64 -0.744,3.39 -1.05,5.09 -0.281,1.55 -0.545,3.22 -0.754,4.78 -0.201,1.49 -0.369,2.98 -0.507,4.48 -0.0605,0.752 -0.135,1.67 -0.192,2.48 -0.438,6.34 -0.333,12.7 0.61,19 0.718,5.02 1.88,10.1 3.47,15 0.247,0.77 0.463,1.41 0.735,2.18 0.941,2.67 2.01,5.3 3.21,7.86 0.172,0.365 0.438,0.914 0.646,1.35 7.12,14.6 18.4,27 31.7,36.2 4.17,2.91 8.51,5.59 13.1,7.87 1.4,0.625 2.85,1.18 4.23,1.71 11.5,4.36 23.8,6.71 36.1,6.35 0.453,-0.0151 1.07,-0.0297 1.51,-0.0529 2.04,-0.0855 4.08,-0.251 6.12,-0.477 0.746,-0.0888 1.65,-0.201 2.46,-0.315 2,-0.286 4.02,-0.641 5.94,-1.05 13.8,-2.89 26.9,-9.02 38.4,-17.2 1.52,-1.09 3.06,-2.26 4.48,-3.4 3.92,-3.14 7.73,-6.58 11.1,-10.3 0.719,-0.792 1.42,-1.6 2.11,-2.42 -15.8,-12.9 -31.7,-25.7 -47.5,-38.6 -2.56,3.35 -5.73,6.26 -9.38,8.39 -6.62,3.94 -14.8,5.46 -22.3,3.67 -8.22,-1.91 -15.4,-7.48 -19.6,-14.8 -2.57,-4.5 -3.91,-9.69 -3.78,-14.9 0.0906,-7.06 2.48,-14.1 6.92,-19.7 0.114,-0.253 0.734,-0.534 0.303,-0.739 -16.3,-13.7 -32.6,-27.4 -48.9,-41 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
11
img/setSymbols/official/bro-r.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="518">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-r" x1="40" y1="490" x2="300" y2="259" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#635632" offset="0" />
|
||||||
|
<stop stop-color="#e3d290" offset="0.72" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path fill="black" d="M 358,0.0977 C 319,3.55 241,10.5 241,10.5 V 84.6 C 234,88.4 227,92.5 220,96.4 200,83.4 159,57.2 159,57.2 L 119,105 1.24,12.1 c 0,0 51.5,113 76.1,162 -4.23,8.29 -6.82,17.3 -8.38,26.5 C 46,206 0,216 0,216 L 9.99,334 c 0,0 48.6,2.6 72.9,3.9 2.7,7.43 6.06,14.6 10.3,21.4 -12.3,19.8 -36.9,59.5 -36.9,59.5 l 92.9,73.2 c 0,0 34.6,-33.1 51.9,-49.6 7.9,3.26 16.1,5.81 24.4,7.81 5.33,22.9 16,68.6 16,68.6 l 118,-10.5 v -74.1 c 6.9,-3.78 13.6,-7.93 20.4,-11.8 20.6,13.1 61.7,39.2 61.7,39.2 l 39.3,-47.9 119,93.5 c 0,0 -51.8,-112 -76.7,-162 4.23,-8.29 6.82,-17.3 8.38,-26.5 C 554,313 600,302 600,302 l -9.99,-117 c 0,0 -48.6,-2.6 -72.9,-3.9 -2.7,-7.43 -6.06,-14.6 -10.3,-21.4 C 519,140 531,120 544,100 513,75.6 451,26.8 451,26.8 c 0,0 -34.6,33.1 -51.9,49.6 -7.9,-3.26 -16.1,-5.81 -24.4,-7.81 C 369,45.7 359,0 359,0 c 0,0 -0.731,0.0652 -1.1,0.0977 z"/>
|
||||||
|
<path fill="url(#gradient-r)" d="m 256,24.4 c 0,23.1 0,46.2 0,69.4 -7.03,3.59 -13.9,7.46 -20.7,11.6 -5.07,3.08 -10.3,5.95 -15.5,8.74 -19.3,-12.3 -38.6,-24.5 -57.9,-36.8 -9.61,11.7 -19.2,23.4 -28.8,35.1 33.4,26.7 66.8,53.4 100,80.2 9.9,-9.65 20.4,-18.8 32.3,-25.9 10.1,-6.06 21.2,-10.6 32.7,-13.3 15.6,-3.75 31.8,-4.4 47.7,-3.34 5.84,0.372 11.7,1.14 17.4,2.45 20.9,4.74 40.3,15.8 55.1,31.2 10.7,11.1 19.1,24.4 24.5,38.9 5.27,13.8 7.95,28.6 8.41,43.3 0.517,15.6 -1.52,31.3 -6.61,46.1 -4.37,12.8 -10.9,24.8 -19.1,35.5 36.5,30.4 72.9,60.8 109,91.1 10.2,8.47 20.3,16.9 30.5,25.4 -20,-40.1 -40,-80.2 -59.9,-120 0.838,-1.34 1.7,-2.67 2.48,-4.04 0.274,-0.492 0.633,-1.13 0.922,-1.69 1.15,-2.19 2.12,-4.38 3.01,-6.7 2.49,-6.55 3.99,-13.4 4.92,-20.4 0.147,-1.08 0.292,-2.26 0.405,-3.39 0.0775,-0.903 0.475,-1.82 1.3,-2.28 0.915,-0.541 2.02,-0.55 3.02,-0.851 20.7,-4.78 41.5,-9.56 62.2,-14.3 -2.58,-30.3 -5.17,-60.6 -7.75,-90.9 -23.3,-1.25 -46.7,-2.49 -70,-3.74 -2.16,-7.15 -4.65,-14.2 -8.03,-20.9 -1.25,-2.48 -2.61,-4.89 -4.09,-7.24 -0.413,-0.642 -0.911,-1.41 -1.37,-2.1 -1.2,-1.79 -2.5,-3.52 -3.83,-5.22 11.7,-18.8 23.4,-37.6 35,-56.4 -23.9,-18.9 -47.9,-37.7 -71.8,-56.6 -16.6,15.8 -33.1,31.7 -49.7,47.5 -8.09,-4 -16.6,-7.2 -25.3,-9.6 -3.06,-0.855 -6.26,-1.64 -9.36,-2.33 -1.84,-0.41 -3.67,-0.779 -5.52,-1.16 -5.05,-21.7 -10.1,-43.4 -15.2,-65.1 -30.3,2.68 -60.5,5.37 -90.8,8.05 z M 35.1,55.2 c 19.8,39.8 39.6,79.6 59.5,119 -3.74,5.54 -6.49,11.7 -8.32,18.1 -1.88,6.46 -2.95,13.1 -3.62,19.8 -0.484,0.459 -1.08,0.771 -1.76,0.822 -14.7,3.41 -29.4,6.77 -44.1,10.2 -6.85,1.58 -13.7,3.16 -20.5,4.73 2.58,30.3 5.17,60.6 7.75,90.9 23.3,1.25 46.7,2.49 70,3.74 1.93,6.35 4.08,12.6 6.93,18.6 2.15,4.58 4.63,8.94 7.59,13.1 0.904,1.28 1.86,2.52 2.81,3.76 -11.7,18.8 -23.4,37.6 -35,56.4 23.9,18.9 47.9,37.7 71.8,56.6 16.6,-15.8 33.1,-31.7 49.7,-47.5 8.37,4.13 17.1,7.41 26.2,9.84 2.49,0.674 4.92,1.28 7.43,1.85 2.13,0.484 4.36,0.951 6.56,1.39 5.05,21.7 10.1,43.4 15.2,65.1 30.3,-2.68 60.5,-5.37 90.8,-8.05 0,-23.1 0,-46.2 0,-69.4 5.61,-2.88 11.1,-5.91 16.6,-9.12 3.31,-1.97 6.67,-4.04 10.1,-5.96 3.15,-1.8 6.34,-3.53 9.55,-5.24 19.3,12.3 38.6,24.5 57.9,36.8 9.61,-11.7 19.2,-23.4 28.8,-35.1 -33.4,-26.7 -66.8,-53.4 -100,-80.2 -9.17,8.94 -18.8,17.5 -29.7,24.3 -9.89,6.27 -20.7,11.1 -32,14.1 -14.6,3.94 -29.9,5.06 -44.9,4.47 -7.29,-0.263 -14.6,-0.861 -21.7,-2.4 -21.9,-4.6 -42.2,-16.2 -57.5,-32.4 -10.3,-10.9 -18.3,-23.8 -23.6,-37.7 -5.22,-13.6 -7.94,-28 -8.49,-42.6 -0.503,-12.5 0.587,-25 3.6,-37.1 3.04,-12.3 8.07,-24.2 14.8,-35 2.27,-3.68 4.72,-7.24 7.33,-10.7 C 128,132 81.2,93.1 34.6,54.3 c 0.156,0.314 0.312,0.629 0.468,0.943 z M 330,177 c -2.4,0.0357 -4.79,0.168 -7.18,0.392 -0.473,0.0538 -1.14,0.113 -1.68,0.18 -3.68,0.424 -7.34,1.08 -10.9,1.95 -2.37,0.57 -4.9,1.29 -7.3,2.08 -10.2,3.34 -19.9,8.42 -28.6,14.7 -5.02,3.63 -9.84,7.73 -14.2,12.2 -1.17,1.22 -2.3,2.49 -3.39,3.79 15.8,12.9 31.7,25.7 47.5,38.6 2.66,-3.49 5.98,-6.48 9.81,-8.64 6.59,-3.78 14.6,-5.19 22,-3.38 8.55,2.05 16,8.05 20,15.8 2.12,4.08 3.21,8.67 3.2,13.3 0.0236,7.15 -2.33,14.3 -6.76,20 -0.222,0.262 -0.435,0.532 -0.666,0.787 16.4,13.7 32.7,27.5 49.1,41.2 1.04,-1.21 2,-2.38 2.98,-3.65 6.54,-8.46 11.2,-18.3 14.3,-28.5 0.214,-0.727 0.472,-1.61 0.687,-2.4 0.978,-3.55 1.75,-7.16 2.35,-10.8 0.13,-0.822 0.278,-1.8 0.4,-2.68 0.169,-1.23 0.332,-2.6 0.462,-3.89 0.159,-1.61 0.295,-3.35 0.39,-5.02 0.288,-5.05 0.203,-10.2 -0.416,-15.2 -1.55,-13.2 -6.03,-26 -13.2,-37.2 -1.32,-2.07 -2.67,-4.01 -4.14,-5.97 -5.66,-7.49 -12.5,-14.1 -20,-19.7 -4,-2.99 -8.31,-5.75 -12.7,-8.23 -1.4,-0.775 -2.87,-1.59 -4.33,-2.14 -3.37,-1.37 -6.8,-2.59 -10.3,-3.63 -0.929,-0.275 -2,-0.578 -2.99,-0.835 -1.63,-0.429 -3.27,-0.814 -4.93,-1.16 -0.68,-0.133 -1.52,-0.303 -2.27,-0.436 -2.79,-0.506 -5.68,-0.895 -8.45,-1.14 -0.821,-0.0689 -1.56,-0.127 -2.38,-0.182 -0.356,-0.0157 -0.928,-0.0477 -1.37,-0.0696 -1.74,-0.0807 -3.47,-0.0949 -5.21,-0.0826 z m -132,11.5 c -2.17,2.42 -4.12,5.05 -5.95,7.73 -6.24,9.29 -10.5,19.8 -13,30.7 -0.376,1.64 -0.744,3.39 -1.05,5.09 -0.281,1.55 -0.545,3.22 -0.754,4.78 -0.201,1.49 -0.369,2.98 -0.507,4.48 -0.0605,0.752 -0.135,1.67 -0.192,2.48 -0.438,6.34 -0.333,12.7 0.61,19 0.718,5.02 1.88,10.1 3.47,15 0.247,0.77 0.463,1.41 0.735,2.18 0.941,2.67 2.01,5.3 3.21,7.86 0.172,0.365 0.438,0.914 0.646,1.35 7.12,14.6 18.4,27 31.7,36.2 4.17,2.91 8.51,5.59 13.1,7.87 1.4,0.625 2.85,1.18 4.23,1.71 11.5,4.36 23.8,6.71 36.1,6.35 0.453,-0.0151 1.07,-0.0297 1.51,-0.0529 2.04,-0.0855 4.08,-0.251 6.12,-0.477 0.746,-0.0888 1.65,-0.201 2.46,-0.315 2,-0.286 4.02,-0.641 5.94,-1.05 13.8,-2.89 26.9,-9.02 38.4,-17.2 1.52,-1.09 3.06,-2.26 4.48,-3.4 3.92,-3.14 7.73,-6.58 11.1,-10.3 0.719,-0.792 1.42,-1.6 2.11,-2.42 -15.8,-12.9 -31.7,-25.7 -47.5,-38.6 -2.56,3.35 -5.73,6.26 -9.38,8.39 -6.62,3.94 -14.8,5.46 -22.3,3.67 -8.22,-1.91 -15.4,-7.48 -19.6,-14.8 -2.57,-4.5 -3.91,-9.69 -3.78,-14.9 0.0906,-7.06 2.48,-14.1 6.92,-19.7 0.114,-0.253 0.734,-0.534 0.303,-0.739 -16.3,-13.7 -32.6,-27.4 -48.9,-41 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
11
img/setSymbols/official/bro-s.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="518">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="40" y1="490" x2="300" y2="259" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0" />
|
||||||
|
<stop stop-color="#bf99c3" offset="0.72" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path fill="black" d="M 358,0.0977 C 319,3.55 241,10.5 241,10.5 V 84.6 C 234,88.4 227,92.5 220,96.4 200,83.4 159,57.2 159,57.2 L 119,105 1.24,12.1 c 0,0 51.5,113 76.1,162 -4.23,8.29 -6.82,17.3 -8.38,26.5 C 46,206 0,216 0,216 L 9.99,334 c 0,0 48.6,2.6 72.9,3.9 2.7,7.43 6.06,14.6 10.3,21.4 -12.3,19.8 -36.9,59.5 -36.9,59.5 l 92.9,73.2 c 0,0 34.6,-33.1 51.9,-49.6 7.9,3.26 16.1,5.81 24.4,7.81 5.33,22.9 16,68.6 16,68.6 l 118,-10.5 v -74.1 c 6.9,-3.78 13.6,-7.93 20.4,-11.8 20.6,13.1 61.7,39.2 61.7,39.2 l 39.3,-47.9 119,93.5 c 0,0 -51.8,-112 -76.7,-162 4.23,-8.29 6.82,-17.3 8.38,-26.5 C 554,313 600,302 600,302 l -9.99,-117 c 0,0 -48.6,-2.6 -72.9,-3.9 -2.7,-7.43 -6.06,-14.6 -10.3,-21.4 C 519,140 531,120 544,100 513,75.6 451,26.8 451,26.8 c 0,0 -34.6,33.1 -51.9,49.6 -7.9,-3.26 -16.1,-5.81 -24.4,-7.81 C 369,45.7 359,0 359,0 c 0,0 -0.731,0.0652 -1.1,0.0977 z"/>
|
||||||
|
<path fill="url(#gradient-m)" d="m 256,24.4 c 0,23.1 0,46.2 0,69.4 -7.03,3.59 -13.9,7.46 -20.7,11.6 -5.07,3.08 -10.3,5.95 -15.5,8.74 -19.3,-12.3 -38.6,-24.5 -57.9,-36.8 -9.61,11.7 -19.2,23.4 -28.8,35.1 33.4,26.7 66.8,53.4 100,80.2 9.9,-9.65 20.4,-18.8 32.3,-25.9 10.1,-6.06 21.2,-10.6 32.7,-13.3 15.6,-3.75 31.8,-4.4 47.7,-3.34 5.84,0.372 11.7,1.14 17.4,2.45 20.9,4.74 40.3,15.8 55.1,31.2 10.7,11.1 19.1,24.4 24.5,38.9 5.27,13.8 7.95,28.6 8.41,43.3 0.517,15.6 -1.52,31.3 -6.61,46.1 -4.37,12.8 -10.9,24.8 -19.1,35.5 36.5,30.4 72.9,60.8 109,91.1 10.2,8.47 20.3,16.9 30.5,25.4 -20,-40.1 -40,-80.2 -59.9,-120 0.838,-1.34 1.7,-2.67 2.48,-4.04 0.274,-0.492 0.633,-1.13 0.922,-1.69 1.15,-2.19 2.12,-4.38 3.01,-6.7 2.49,-6.55 3.99,-13.4 4.92,-20.4 0.147,-1.08 0.292,-2.26 0.405,-3.39 0.0775,-0.903 0.475,-1.82 1.3,-2.28 0.915,-0.541 2.02,-0.55 3.02,-0.851 20.7,-4.78 41.5,-9.56 62.2,-14.3 -2.58,-30.3 -5.17,-60.6 -7.75,-90.9 -23.3,-1.25 -46.7,-2.49 -70,-3.74 -2.16,-7.15 -4.65,-14.2 -8.03,-20.9 -1.25,-2.48 -2.61,-4.89 -4.09,-7.24 -0.413,-0.642 -0.911,-1.41 -1.37,-2.1 -1.2,-1.79 -2.5,-3.52 -3.83,-5.22 11.7,-18.8 23.4,-37.6 35,-56.4 -23.9,-18.9 -47.9,-37.7 -71.8,-56.6 -16.6,15.8 -33.1,31.7 -49.7,47.5 -8.09,-4 -16.6,-7.2 -25.3,-9.6 -3.06,-0.855 -6.26,-1.64 -9.36,-2.33 -1.84,-0.41 -3.67,-0.779 -5.52,-1.16 -5.05,-21.7 -10.1,-43.4 -15.2,-65.1 -30.3,2.68 -60.5,5.37 -90.8,8.05 z M 35.1,55.2 c 19.8,39.8 39.6,79.6 59.5,119 -3.74,5.54 -6.49,11.7 -8.32,18.1 -1.88,6.46 -2.95,13.1 -3.62,19.8 -0.484,0.459 -1.08,0.771 -1.76,0.822 -14.7,3.41 -29.4,6.77 -44.1,10.2 -6.85,1.58 -13.7,3.16 -20.5,4.73 2.58,30.3 5.17,60.6 7.75,90.9 23.3,1.25 46.7,2.49 70,3.74 1.93,6.35 4.08,12.6 6.93,18.6 2.15,4.58 4.63,8.94 7.59,13.1 0.904,1.28 1.86,2.52 2.81,3.76 -11.7,18.8 -23.4,37.6 -35,56.4 23.9,18.9 47.9,37.7 71.8,56.6 16.6,-15.8 33.1,-31.7 49.7,-47.5 8.37,4.13 17.1,7.41 26.2,9.84 2.49,0.674 4.92,1.28 7.43,1.85 2.13,0.484 4.36,0.951 6.56,1.39 5.05,21.7 10.1,43.4 15.2,65.1 30.3,-2.68 60.5,-5.37 90.8,-8.05 0,-23.1 0,-46.2 0,-69.4 5.61,-2.88 11.1,-5.91 16.6,-9.12 3.31,-1.97 6.67,-4.04 10.1,-5.96 3.15,-1.8 6.34,-3.53 9.55,-5.24 19.3,12.3 38.6,24.5 57.9,36.8 9.61,-11.7 19.2,-23.4 28.8,-35.1 -33.4,-26.7 -66.8,-53.4 -100,-80.2 -9.17,8.94 -18.8,17.5 -29.7,24.3 -9.89,6.27 -20.7,11.1 -32,14.1 -14.6,3.94 -29.9,5.06 -44.9,4.47 -7.29,-0.263 -14.6,-0.861 -21.7,-2.4 -21.9,-4.6 -42.2,-16.2 -57.5,-32.4 -10.3,-10.9 -18.3,-23.8 -23.6,-37.7 -5.22,-13.6 -7.94,-28 -8.49,-42.6 -0.503,-12.5 0.587,-25 3.6,-37.1 3.04,-12.3 8.07,-24.2 14.8,-35 2.27,-3.68 4.72,-7.24 7.33,-10.7 C 128,132 81.2,93.1 34.6,54.3 c 0.156,0.314 0.312,0.629 0.468,0.943 z M 330,177 c -2.4,0.0357 -4.79,0.168 -7.18,0.392 -0.473,0.0538 -1.14,0.113 -1.68,0.18 -3.68,0.424 -7.34,1.08 -10.9,1.95 -2.37,0.57 -4.9,1.29 -7.3,2.08 -10.2,3.34 -19.9,8.42 -28.6,14.7 -5.02,3.63 -9.84,7.73 -14.2,12.2 -1.17,1.22 -2.3,2.49 -3.39,3.79 15.8,12.9 31.7,25.7 47.5,38.6 2.66,-3.49 5.98,-6.48 9.81,-8.64 6.59,-3.78 14.6,-5.19 22,-3.38 8.55,2.05 16,8.05 20,15.8 2.12,4.08 3.21,8.67 3.2,13.3 0.0236,7.15 -2.33,14.3 -6.76,20 -0.222,0.262 -0.435,0.532 -0.666,0.787 16.4,13.7 32.7,27.5 49.1,41.2 1.04,-1.21 2,-2.38 2.98,-3.65 6.54,-8.46 11.2,-18.3 14.3,-28.5 0.214,-0.727 0.472,-1.61 0.687,-2.4 0.978,-3.55 1.75,-7.16 2.35,-10.8 0.13,-0.822 0.278,-1.8 0.4,-2.68 0.169,-1.23 0.332,-2.6 0.462,-3.89 0.159,-1.61 0.295,-3.35 0.39,-5.02 0.288,-5.05 0.203,-10.2 -0.416,-15.2 -1.55,-13.2 -6.03,-26 -13.2,-37.2 -1.32,-2.07 -2.67,-4.01 -4.14,-5.97 -5.66,-7.49 -12.5,-14.1 -20,-19.7 -4,-2.99 -8.31,-5.75 -12.7,-8.23 -1.4,-0.775 -2.87,-1.59 -4.33,-2.14 -3.37,-1.37 -6.8,-2.59 -10.3,-3.63 -0.929,-0.275 -2,-0.578 -2.99,-0.835 -1.63,-0.429 -3.27,-0.814 -4.93,-1.16 -0.68,-0.133 -1.52,-0.303 -2.27,-0.436 -2.79,-0.506 -5.68,-0.895 -8.45,-1.14 -0.821,-0.0689 -1.56,-0.127 -2.38,-0.182 -0.356,-0.0157 -0.928,-0.0477 -1.37,-0.0696 -1.74,-0.0807 -3.47,-0.0949 -5.21,-0.0826 z m -132,11.5 c -2.17,2.42 -4.12,5.05 -5.95,7.73 -6.24,9.29 -10.5,19.8 -13,30.7 -0.376,1.64 -0.744,3.39 -1.05,5.09 -0.281,1.55 -0.545,3.22 -0.754,4.78 -0.201,1.49 -0.369,2.98 -0.507,4.48 -0.0605,0.752 -0.135,1.67 -0.192,2.48 -0.438,6.34 -0.333,12.7 0.61,19 0.718,5.02 1.88,10.1 3.47,15 0.247,0.77 0.463,1.41 0.735,2.18 0.941,2.67 2.01,5.3 3.21,7.86 0.172,0.365 0.438,0.914 0.646,1.35 7.12,14.6 18.4,27 31.7,36.2 4.17,2.91 8.51,5.59 13.1,7.87 1.4,0.625 2.85,1.18 4.23,1.71 11.5,4.36 23.8,6.71 36.1,6.35 0.453,-0.0151 1.07,-0.0297 1.51,-0.0529 2.04,-0.0855 4.08,-0.251 6.12,-0.477 0.746,-0.0888 1.65,-0.201 2.46,-0.315 2,-0.286 4.02,-0.641 5.94,-1.05 13.8,-2.89 26.9,-9.02 38.4,-17.2 1.52,-1.09 3.06,-2.26 4.48,-3.4 3.92,-3.14 7.73,-6.58 11.1,-10.3 0.719,-0.792 1.42,-1.6 2.11,-2.42 -15.8,-12.9 -31.7,-25.7 -47.5,-38.6 -2.56,3.35 -5.73,6.26 -9.38,8.39 -6.62,3.94 -14.8,5.46 -22.3,3.67 -8.22,-1.91 -15.4,-7.48 -19.6,-14.8 -2.57,-4.5 -3.91,-9.69 -3.78,-14.9 0.0906,-7.06 2.48,-14.1 6.92,-19.7 0.114,-0.253 0.734,-0.534 0.303,-0.739 -16.3,-13.7 -32.6,-27.4 -48.9,-41 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
11
img/setSymbols/official/bro-u.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="518">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-u" x1="40" y1="490" x2="300" y2="259" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#3f4b59" offset="0" />
|
||||||
|
<stop stop-color="#dceefa" offset="0.72" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path fill="black" d="M 358,0.0977 C 319,3.55 241,10.5 241,10.5 V 84.6 C 234,88.4 227,92.5 220,96.4 200,83.4 159,57.2 159,57.2 L 119,105 1.24,12.1 c 0,0 51.5,113 76.1,162 -4.23,8.29 -6.82,17.3 -8.38,26.5 C 46,206 0,216 0,216 L 9.99,334 c 0,0 48.6,2.6 72.9,3.9 2.7,7.43 6.06,14.6 10.3,21.4 -12.3,19.8 -36.9,59.5 -36.9,59.5 l 92.9,73.2 c 0,0 34.6,-33.1 51.9,-49.6 7.9,3.26 16.1,5.81 24.4,7.81 5.33,22.9 16,68.6 16,68.6 l 118,-10.5 v -74.1 c 6.9,-3.78 13.6,-7.93 20.4,-11.8 20.6,13.1 61.7,39.2 61.7,39.2 l 39.3,-47.9 119,93.5 c 0,0 -51.8,-112 -76.7,-162 4.23,-8.29 6.82,-17.3 8.38,-26.5 C 554,313 600,302 600,302 l -9.99,-117 c 0,0 -48.6,-2.6 -72.9,-3.9 -2.7,-7.43 -6.06,-14.6 -10.3,-21.4 C 519,140 531,120 544,100 513,75.6 451,26.8 451,26.8 c 0,0 -34.6,33.1 -51.9,49.6 -7.9,-3.26 -16.1,-5.81 -24.4,-7.81 C 369,45.7 359,0 359,0 c 0,0 -0.731,0.0652 -1.1,0.0977 z"/>
|
||||||
|
<path fill="url(#gradient-u)" d="m 256,24.4 c 0,23.1 0,46.2 0,69.4 -7.03,3.59 -13.9,7.46 -20.7,11.6 -5.07,3.08 -10.3,5.95 -15.5,8.74 -19.3,-12.3 -38.6,-24.5 -57.9,-36.8 -9.61,11.7 -19.2,23.4 -28.8,35.1 33.4,26.7 66.8,53.4 100,80.2 9.9,-9.65 20.4,-18.8 32.3,-25.9 10.1,-6.06 21.2,-10.6 32.7,-13.3 15.6,-3.75 31.8,-4.4 47.7,-3.34 5.84,0.372 11.7,1.14 17.4,2.45 20.9,4.74 40.3,15.8 55.1,31.2 10.7,11.1 19.1,24.4 24.5,38.9 5.27,13.8 7.95,28.6 8.41,43.3 0.517,15.6 -1.52,31.3 -6.61,46.1 -4.37,12.8 -10.9,24.8 -19.1,35.5 36.5,30.4 72.9,60.8 109,91.1 10.2,8.47 20.3,16.9 30.5,25.4 -20,-40.1 -40,-80.2 -59.9,-120 0.838,-1.34 1.7,-2.67 2.48,-4.04 0.274,-0.492 0.633,-1.13 0.922,-1.69 1.15,-2.19 2.12,-4.38 3.01,-6.7 2.49,-6.55 3.99,-13.4 4.92,-20.4 0.147,-1.08 0.292,-2.26 0.405,-3.39 0.0775,-0.903 0.475,-1.82 1.3,-2.28 0.915,-0.541 2.02,-0.55 3.02,-0.851 20.7,-4.78 41.5,-9.56 62.2,-14.3 -2.58,-30.3 -5.17,-60.6 -7.75,-90.9 -23.3,-1.25 -46.7,-2.49 -70,-3.74 -2.16,-7.15 -4.65,-14.2 -8.03,-20.9 -1.25,-2.48 -2.61,-4.89 -4.09,-7.24 -0.413,-0.642 -0.911,-1.41 -1.37,-2.1 -1.2,-1.79 -2.5,-3.52 -3.83,-5.22 11.7,-18.8 23.4,-37.6 35,-56.4 -23.9,-18.9 -47.9,-37.7 -71.8,-56.6 -16.6,15.8 -33.1,31.7 -49.7,47.5 -8.09,-4 -16.6,-7.2 -25.3,-9.6 -3.06,-0.855 -6.26,-1.64 -9.36,-2.33 -1.84,-0.41 -3.67,-0.779 -5.52,-1.16 -5.05,-21.7 -10.1,-43.4 -15.2,-65.1 -30.3,2.68 -60.5,5.37 -90.8,8.05 z M 35.1,55.2 c 19.8,39.8 39.6,79.6 59.5,119 -3.74,5.54 -6.49,11.7 -8.32,18.1 -1.88,6.46 -2.95,13.1 -3.62,19.8 -0.484,0.459 -1.08,0.771 -1.76,0.822 -14.7,3.41 -29.4,6.77 -44.1,10.2 -6.85,1.58 -13.7,3.16 -20.5,4.73 2.58,30.3 5.17,60.6 7.75,90.9 23.3,1.25 46.7,2.49 70,3.74 1.93,6.35 4.08,12.6 6.93,18.6 2.15,4.58 4.63,8.94 7.59,13.1 0.904,1.28 1.86,2.52 2.81,3.76 -11.7,18.8 -23.4,37.6 -35,56.4 23.9,18.9 47.9,37.7 71.8,56.6 16.6,-15.8 33.1,-31.7 49.7,-47.5 8.37,4.13 17.1,7.41 26.2,9.84 2.49,0.674 4.92,1.28 7.43,1.85 2.13,0.484 4.36,0.951 6.56,1.39 5.05,21.7 10.1,43.4 15.2,65.1 30.3,-2.68 60.5,-5.37 90.8,-8.05 0,-23.1 0,-46.2 0,-69.4 5.61,-2.88 11.1,-5.91 16.6,-9.12 3.31,-1.97 6.67,-4.04 10.1,-5.96 3.15,-1.8 6.34,-3.53 9.55,-5.24 19.3,12.3 38.6,24.5 57.9,36.8 9.61,-11.7 19.2,-23.4 28.8,-35.1 -33.4,-26.7 -66.8,-53.4 -100,-80.2 -9.17,8.94 -18.8,17.5 -29.7,24.3 -9.89,6.27 -20.7,11.1 -32,14.1 -14.6,3.94 -29.9,5.06 -44.9,4.47 -7.29,-0.263 -14.6,-0.861 -21.7,-2.4 -21.9,-4.6 -42.2,-16.2 -57.5,-32.4 -10.3,-10.9 -18.3,-23.8 -23.6,-37.7 -5.22,-13.6 -7.94,-28 -8.49,-42.6 -0.503,-12.5 0.587,-25 3.6,-37.1 3.04,-12.3 8.07,-24.2 14.8,-35 2.27,-3.68 4.72,-7.24 7.33,-10.7 C 128,132 81.2,93.1 34.6,54.3 c 0.156,0.314 0.312,0.629 0.468,0.943 z M 330,177 c -2.4,0.0357 -4.79,0.168 -7.18,0.392 -0.473,0.0538 -1.14,0.113 -1.68,0.18 -3.68,0.424 -7.34,1.08 -10.9,1.95 -2.37,0.57 -4.9,1.29 -7.3,2.08 -10.2,3.34 -19.9,8.42 -28.6,14.7 -5.02,3.63 -9.84,7.73 -14.2,12.2 -1.17,1.22 -2.3,2.49 -3.39,3.79 15.8,12.9 31.7,25.7 47.5,38.6 2.66,-3.49 5.98,-6.48 9.81,-8.64 6.59,-3.78 14.6,-5.19 22,-3.38 8.55,2.05 16,8.05 20,15.8 2.12,4.08 3.21,8.67 3.2,13.3 0.0236,7.15 -2.33,14.3 -6.76,20 -0.222,0.262 -0.435,0.532 -0.666,0.787 16.4,13.7 32.7,27.5 49.1,41.2 1.04,-1.21 2,-2.38 2.98,-3.65 6.54,-8.46 11.2,-18.3 14.3,-28.5 0.214,-0.727 0.472,-1.61 0.687,-2.4 0.978,-3.55 1.75,-7.16 2.35,-10.8 0.13,-0.822 0.278,-1.8 0.4,-2.68 0.169,-1.23 0.332,-2.6 0.462,-3.89 0.159,-1.61 0.295,-3.35 0.39,-5.02 0.288,-5.05 0.203,-10.2 -0.416,-15.2 -1.55,-13.2 -6.03,-26 -13.2,-37.2 -1.32,-2.07 -2.67,-4.01 -4.14,-5.97 -5.66,-7.49 -12.5,-14.1 -20,-19.7 -4,-2.99 -8.31,-5.75 -12.7,-8.23 -1.4,-0.775 -2.87,-1.59 -4.33,-2.14 -3.37,-1.37 -6.8,-2.59 -10.3,-3.63 -0.929,-0.275 -2,-0.578 -2.99,-0.835 -1.63,-0.429 -3.27,-0.814 -4.93,-1.16 -0.68,-0.133 -1.52,-0.303 -2.27,-0.436 -2.79,-0.506 -5.68,-0.895 -8.45,-1.14 -0.821,-0.0689 -1.56,-0.127 -2.38,-0.182 -0.356,-0.0157 -0.928,-0.0477 -1.37,-0.0696 -1.74,-0.0807 -3.47,-0.0949 -5.21,-0.0826 z m -132,11.5 c -2.17,2.42 -4.12,5.05 -5.95,7.73 -6.24,9.29 -10.5,19.8 -13,30.7 -0.376,1.64 -0.744,3.39 -1.05,5.09 -0.281,1.55 -0.545,3.22 -0.754,4.78 -0.201,1.49 -0.369,2.98 -0.507,4.48 -0.0605,0.752 -0.135,1.67 -0.192,2.48 -0.438,6.34 -0.333,12.7 0.61,19 0.718,5.02 1.88,10.1 3.47,15 0.247,0.77 0.463,1.41 0.735,2.18 0.941,2.67 2.01,5.3 3.21,7.86 0.172,0.365 0.438,0.914 0.646,1.35 7.12,14.6 18.4,27 31.7,36.2 4.17,2.91 8.51,5.59 13.1,7.87 1.4,0.625 2.85,1.18 4.23,1.71 11.5,4.36 23.8,6.71 36.1,6.35 0.453,-0.0151 1.07,-0.0297 1.51,-0.0529 2.04,-0.0855 4.08,-0.251 6.12,-0.477 0.746,-0.0888 1.65,-0.201 2.46,-0.315 2,-0.286 4.02,-0.641 5.94,-1.05 13.8,-2.89 26.9,-9.02 38.4,-17.2 1.52,-1.09 3.06,-2.26 4.48,-3.4 3.92,-3.14 7.73,-6.58 11.1,-10.3 0.719,-0.792 1.42,-1.6 2.11,-2.42 -15.8,-12.9 -31.7,-25.7 -47.5,-38.6 -2.56,3.35 -5.73,6.26 -9.38,8.39 -6.62,3.94 -14.8,5.46 -22.3,3.67 -8.22,-1.91 -15.4,-7.48 -19.6,-14.8 -2.57,-4.5 -3.91,-9.69 -3.78,-14.9 0.0906,-7.06 2.48,-14.1 6.92,-19.7 0.114,-0.253 0.734,-0.534 0.303,-0.739 -16.3,-13.7 -32.6,-27.4 -48.9,-41 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 6.1 KiB |
7
img/setSymbols/official/brr-c.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600.00262">
|
||||||
|
<path id="outline" fill="white" d="M 229,1.21 220,86.8 204,93.7 134,38.5 37.7,135 91.3,204 84.3,221 3.06,231 0,369 l 85.5,11.5 6.03,15.9 -52.9,68.4 97.2,97.5 67.2,-53.6 18.8,9.42 10.4,70 3.18,10.5 H 370 l 11.3,-81.2 20.1,-7 64.1,50.3 96.7,-96.5 -49.7,-65.7 10.1,-22.5 L 600,367 V 229 L 521,222 512,199 561,133 465,38 399,88 378,80 368,3.06 229,0 Z" />
|
||||||
|
<path id="body" fill="black" d="m 244,586 -11.2,-75.4 -31.3,-15.6 -64.7,51.6 -82.1,-82.4 50.5,-65.3 -10.9,-29 -82,-11 2.58,-117 77.8,-10 12.4,-29.6 -51.3,-66.5 81.1,-81.5 67.4,53 28.9,-12.5 9.32,-82.8 117,2.59 9.28,73.9 33.9,12.8 62.9,-47.6 81.4,81 -47.3,62.9 14.4,35.4 74.8,7.14 v 116 l -73.2,9.49 -15.8,35.2 47.7,63 -81.7,81.5 -60.9,-47.8 -33.3,11.5 -10.9,78.1 H 244 Z" />
|
||||||
|
<path id="boss" fill="white" d="m 300,103 c -0.435,1.87 -0.87,3.75 -1.3,5.63 -3.02,12.9 -5.99,25.9 -9.04,38.9 -1.49,6.45 -3.3,12.8 -5.23,19.1 A 136,136 0 0 0 165,286 c -0.189,0.0575 -0.378,0.124 -0.568,0.181 -7.04,2.11 -14.1,4.01 -21.3,5.64 -13.6,3.14 -27.2,6.3 -40.8,9.46 14.9,3.65 29.8,7.21 44.8,10.8 3.94,0.981 7.92,2.05 11.8,3.17 2.07,0.605 4.1,1.33 6.16,1.97 a 136,136 0 0 0 119,119 c 1.85,5.99 3.57,12 5.1,18.1 3.53,14.5 7,29.1 10.5,43.6 0.0984,0.605 0.195,0.725 0.291,0.0497 3.4,-14.2 6.74,-28.6 10.1,-42.9 1.51,-6.35 3.29,-12.6 5.21,-18.9 A 136,136 0 0 0 435,317 c 7.01,-2.14 14.1,-4.07 21.2,-5.76 14,-3.31 28,-6.62 42,-9.94 -15.1,-3.54 -30.4,-7.01 -45.5,-10.5 -5.88,-1.41 -11.7,-3.06 -17.5,-4.81 A 136,136 0 0 0 315,166 c -1.77,-5.86 -3.44,-11.7 -4.86,-17.7 -2.29,-9.7 -4.5,-19.4 -6.76,-29.1 -1.28,-5.55 -2.57,-11.1 -3.86,-16.6 z" />
|
||||||
|
<path id="star" fill="black" d="m 300,150 c 0,0 15.8,70.7 48,103 32.2,32.2 103,48 103,48 0,0 -71.2,16.3 -103,48 -31.7,31.7 -48,103 -48,103 0,0 -16.8,-71.7 -48,-103 -31.2,-31.2 -103,-48 -103,-48 0,0 70.7,-15.8 103,-48 32.2,-32.2 48,-103 48,-103 z" />'
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
14
img/setSymbols/official/brr-m.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600.00262">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="75" y1="135" x2="300" y2="300" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0%" stop-color="#b2341a" />
|
||||||
|
<stop offset="100%" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="#ffffff" d="M 229,1.21 220,86.8 204,93.7 134,38.5 37.7,135 91.3,204 84.3,221 3.06,231 0,369 l 85.5,11.5 6.03,15.9 -52.9,68.4 97.2,97.5 67.2,-53.6 18.8,9.42 10.4,70 3.18,10.5 H 370 l 11.3,-81.2 20.1,-7 64.1,50.3 96.7,-96.5 -49.7,-65.7 10.1,-22.5 L 600,367 V 229 L 521,222 512,199 561,133 465,38 399,88 378,80 368,3.06 229,0 Z" />
|
||||||
|
<path id="edge" fill="#b2341a" d="m 244,586 -11.2,-75.4 -31.3,-15.6 -64.7,51.6 -82.1,-82.4 50.5,-65.3 -10.9,-29 -82,-11 2.58,-117 77.8,-10 12.4,-29.6 -51.3,-66.5 81.1,-81.5 67.4,53 28.9,-12.5 9.32,-82.8 117,2.59 9.28,73.9 33.9,12.8 62.9,-47.6 81.4,81 -47.3,62.9 14.4,35.4 74.8,7.14 v 116 l -73.2,9.49 -15.8,35.2 47.7,63 -81.7,81.5 -60.9,-47.8 -33.3,11.5 -10.9,78.1 H 244 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-m)" d="m 245,104 -45,20 -64,-50.3 -62.7,63 48.7,63 -19.1,45.3 -73.6,9.51 -2.02,91.2 77.6,10.4 16.9,44.9 -47.6,61.6 63.6,63.8 61.8,-49.3 46.6,23.2 10.6,71.5 89.5,0.007 10.4,-74.4 49.4,-17.1 57,44.7 63.4,-63.2 -45.2,-59.7 22.8,-50.7 68.5,-8.88 v -89.6 l -70.3,-6.7 -21,-51.4 44.6,-59.3 -63.2,-62.9 -59.2,44.8 -49.8,-18.9 -8.8,-70 -91.3,-2.01 z" />
|
||||||
|
<path id="boss" fill="#b2341a" d="m 300,103 c -0.435,1.87 -0.87,3.75 -1.3,5.63 -3.02,12.9 -5.99,25.9 -9.04,38.9 -1.49,6.45 -3.3,12.8 -5.23,19.1 A 136,136 0 0 0 165,286 c -0.189,0.0575 -0.378,0.124 -0.568,0.181 -7.04,2.11 -14.1,4.01 -21.3,5.64 -13.6,3.14 -27.2,6.3 -40.8,9.46 14.9,3.65 29.8,7.21 44.8,10.8 3.94,0.981 7.92,2.05 11.8,3.17 2.07,0.605 4.1,1.33 6.16,1.97 a 136,136 0 0 0 119,119 c 1.85,5.99 3.57,12 5.1,18.1 3.53,14.5 7,29.1 10.5,43.6 0.0984,0.605 0.195,0.725 0.291,0.0497 3.4,-14.2 6.74,-28.6 10.1,-42.9 1.51,-6.35 3.29,-12.6 5.21,-18.9 A 136,136 0 0 0 435,317 c 7.01,-2.14 14.1,-4.07 21.2,-5.76 14,-3.31 28,-6.62 42,-9.94 -15.1,-3.54 -30.4,-7.01 -45.5,-10.5 -5.88,-1.41 -11.7,-3.06 -17.5,-4.81 A 136,136 0 0 0 315,166 c -1.77,-5.86 -3.44,-11.7 -4.86,-17.7 -2.29,-9.7 -4.5,-19.4 -6.76,-29.1 -1.28,-5.55 -2.57,-11.1 -3.86,-16.6 z" />
|
||||||
|
<path id="star" fill="#f59700" d="m 300,150 c 0,0 15.8,70.7 48,103 32.2,32.2 103,48 103,48 0,0 -71.2,16.3 -103,48 -31.7,31.7 -48,103 -48,103 0,0 -16.8,-71.7 -48,-103 -31.2,-31.2 -103,-48 -103,-48 0,0 70.7,-15.8 103,-48 32.2,-32.2 48,-103 48,-103 z" />'
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
14
img/setSymbols/official/brr-r.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600.00262">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="75" y1="135" x2="300" y2="300" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0%" stop-color="#807241" />
|
||||||
|
<stop offset="100%" stop-color="#e1c47e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="#ffffff" d="M 229,1.21 220,86.8 204,93.7 134,38.5 37.7,135 91.3,204 84.3,221 3.06,231 0,369 l 85.5,11.5 6.03,15.9 -52.9,68.4 97.2,97.5 67.2,-53.6 18.8,9.42 10.4,70 3.18,10.5 H 370 l 11.3,-81.2 20.1,-7 64.1,50.3 96.7,-96.5 -49.7,-65.7 10.1,-22.5 L 600,367 V 229 L 521,222 512,199 561,133 465,38 399,88 378,80 368,3.06 229,0 Z" />
|
||||||
|
<path id="edge" fill="#807241" d="m 244,586 -11.2,-75.4 -31.3,-15.6 -64.7,51.6 -82.1,-82.4 50.5,-65.3 -10.9,-29 -82,-11 2.58,-117 77.8,-10 12.4,-29.6 -51.3,-66.5 81.1,-81.5 67.4,53 28.9,-12.5 9.32,-82.8 117,2.59 9.28,73.9 33.9,12.8 62.9,-47.6 81.4,81 -47.3,62.9 14.4,35.4 74.8,7.14 v 116 l -73.2,9.49 -15.8,35.2 47.7,63 -81.7,81.5 -60.9,-47.8 -33.3,11.5 -10.9,78.1 H 244 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-m)" d="m 245,104 -45,20 -64,-50.3 -62.7,63 48.7,63 -19.1,45.3 -73.6,9.51 -2.02,91.2 77.6,10.4 16.9,44.9 -47.6,61.6 63.6,63.8 61.8,-49.3 46.6,23.2 10.6,71.5 89.5,0.007 10.4,-74.4 49.4,-17.1 57,44.7 63.4,-63.2 -45.2,-59.7 22.8,-50.7 68.5,-8.88 v -89.6 l -70.3,-6.7 -21,-51.4 44.6,-59.3 -63.2,-62.9 -59.2,44.8 -49.8,-18.9 -8.8,-70 -91.3,-2.01 z" />
|
||||||
|
<path id="boss" fill="#807241" d="m 300,103 c -0.435,1.87 -0.87,3.75 -1.3,5.63 -3.02,12.9 -5.99,25.9 -9.04,38.9 -1.49,6.45 -3.3,12.8 -5.23,19.1 A 136,136 0 0 0 165,286 c -0.189,0.0575 -0.378,0.124 -0.568,0.181 -7.04,2.11 -14.1,4.01 -21.3,5.64 -13.6,3.14 -27.2,6.3 -40.8,9.46 14.9,3.65 29.8,7.21 44.8,10.8 3.94,0.981 7.92,2.05 11.8,3.17 2.07,0.605 4.1,1.33 6.16,1.97 a 136,136 0 0 0 119,119 c 1.85,5.99 3.57,12 5.1,18.1 3.53,14.5 7,29.1 10.5,43.6 0.0984,0.605 0.195,0.725 0.291,0.0497 3.4,-14.2 6.74,-28.6 10.1,-42.9 1.51,-6.35 3.29,-12.6 5.21,-18.9 A 136,136 0 0 0 435,317 c 7.01,-2.14 14.1,-4.07 21.2,-5.76 14,-3.31 28,-6.62 42,-9.94 -15.1,-3.54 -30.4,-7.01 -45.5,-10.5 -5.88,-1.41 -11.7,-3.06 -17.5,-4.81 A 136,136 0 0 0 315,166 c -1.77,-5.86 -3.44,-11.7 -4.86,-17.7 -2.29,-9.7 -4.5,-19.4 -6.76,-29.1 -1.28,-5.55 -2.57,-11.1 -3.86,-16.6 z" />
|
||||||
|
<path id="star" fill="#e1c47e" d="m 300,150 c 0,0 15.8,70.7 48,103 32.2,32.2 103,48 103,48 0,0 -71.2,16.3 -103,48 -31.7,31.7 -48,103 -48,103 0,0 -16.8,-71.7 -48,-103 -31.2,-31.2 -103,-48 -103,-48 0,0 70.7,-15.8 103,-48 32.2,-32.2 48,-103 48,-103 z" />'
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
14
img/setSymbols/official/brr-s.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600.00262">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="75" y1="135" x2="300" y2="300" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0%" stop-color="#612c75" />
|
||||||
|
<stop offset="100%" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="#ffffff" d="M 229,1.21 220,86.8 204,93.7 134,38.5 37.7,135 91.3,204 84.3,221 3.06,231 0,369 l 85.5,11.5 6.03,15.9 -52.9,68.4 97.2,97.5 67.2,-53.6 18.8,9.42 10.4,70 3.18,10.5 H 370 l 11.3,-81.2 20.1,-7 64.1,50.3 96.7,-96.5 -49.7,-65.7 10.1,-22.5 L 600,367 V 229 L 521,222 512,199 561,133 465,38 399,88 378,80 368,3.06 229,0 Z" />
|
||||||
|
<path id="edge" fill="#612c75" d="m 244,586 -11.2,-75.4 -31.3,-15.6 -64.7,51.6 -82.1,-82.4 50.5,-65.3 -10.9,-29 -82,-11 2.58,-117 77.8,-10 12.4,-29.6 -51.3,-66.5 81.1,-81.5 67.4,53 28.9,-12.5 9.32,-82.8 117,2.59 9.28,73.9 33.9,12.8 62.9,-47.6 81.4,81 -47.3,62.9 14.4,35.4 74.8,7.14 v 116 l -73.2,9.49 -15.8,35.2 47.7,63 -81.7,81.5 -60.9,-47.8 -33.3,11.5 -10.9,78.1 H 244 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-m)" d="m 245,104 -45,20 -64,-50.3 -62.7,63 48.7,63 -19.1,45.3 -73.6,9.51 -2.02,91.2 77.6,10.4 16.9,44.9 -47.6,61.6 63.6,63.8 61.8,-49.3 46.6,23.2 10.6,71.5 89.5,0.007 10.4,-74.4 49.4,-17.1 57,44.7 63.4,-63.2 -45.2,-59.7 22.8,-50.7 68.5,-8.88 v -89.6 l -70.3,-6.7 -21,-51.4 44.6,-59.3 -63.2,-62.9 -59.2,44.8 -49.8,-18.9 -8.8,-70 -91.3,-2.01 z" />
|
||||||
|
<path id="boss" fill="#612c75" d="m 300,103 c -0.435,1.87 -0.87,3.75 -1.3,5.63 -3.02,12.9 -5.99,25.9 -9.04,38.9 -1.49,6.45 -3.3,12.8 -5.23,19.1 A 136,136 0 0 0 165,286 c -0.189,0.0575 -0.378,0.124 -0.568,0.181 -7.04,2.11 -14.1,4.01 -21.3,5.64 -13.6,3.14 -27.2,6.3 -40.8,9.46 14.9,3.65 29.8,7.21 44.8,10.8 3.94,0.981 7.92,2.05 11.8,3.17 2.07,0.605 4.1,1.33 6.16,1.97 a 136,136 0 0 0 119,119 c 1.85,5.99 3.57,12 5.1,18.1 3.53,14.5 7,29.1 10.5,43.6 0.0984,0.605 0.195,0.725 0.291,0.0497 3.4,-14.2 6.74,-28.6 10.1,-42.9 1.51,-6.35 3.29,-12.6 5.21,-18.9 A 136,136 0 0 0 435,317 c 7.01,-2.14 14.1,-4.07 21.2,-5.76 14,-3.31 28,-6.62 42,-9.94 -15.1,-3.54 -30.4,-7.01 -45.5,-10.5 -5.88,-1.41 -11.7,-3.06 -17.5,-4.81 A 136,136 0 0 0 315,166 c -1.77,-5.86 -3.44,-11.7 -4.86,-17.7 -2.29,-9.7 -4.5,-19.4 -6.76,-29.1 -1.28,-5.55 -2.57,-11.1 -3.86,-16.6 z" />
|
||||||
|
<path id="star" fill="#bf99c3" d="m 300,150 c 0,0 15.8,70.7 48,103 32.2,32.2 103,48 103,48 0,0 -71.2,16.3 -103,48 -31.7,31.7 -48,103 -48,103 0,0 -16.8,-71.7 -48,-103 -31.2,-31.2 -103,-48 -103,-48 0,0 70.7,-15.8 103,-48 32.2,-32.2 48,-103 48,-103 z" />'
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
14
img/setSymbols/official/brr-u.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="600.00262">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-m" x1="75" y1="135" x2="300" y2="300" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0%" stop-color="#596771" />
|
||||||
|
<stop offset="100%" stop-color="#c3e2ee" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="#ffffff" d="M 229,1.21 220,86.8 204,93.7 134,38.5 37.7,135 91.3,204 84.3,221 3.06,231 0,369 l 85.5,11.5 6.03,15.9 -52.9,68.4 97.2,97.5 67.2,-53.6 18.8,9.42 10.4,70 3.18,10.5 H 370 l 11.3,-81.2 20.1,-7 64.1,50.3 96.7,-96.5 -49.7,-65.7 10.1,-22.5 L 600,367 V 229 L 521,222 512,199 561,133 465,38 399,88 378,80 368,3.06 229,0 Z" />
|
||||||
|
<path id="edge" fill="#596771" d="m 244,586 -11.2,-75.4 -31.3,-15.6 -64.7,51.6 -82.1,-82.4 50.5,-65.3 -10.9,-29 -82,-11 2.58,-117 77.8,-10 12.4,-29.6 -51.3,-66.5 81.1,-81.5 67.4,53 28.9,-12.5 9.32,-82.8 117,2.59 9.28,73.9 33.9,12.8 62.9,-47.6 81.4,81 -47.3,62.9 14.4,35.4 74.8,7.14 v 116 l -73.2,9.49 -15.8,35.2 47.7,63 -81.7,81.5 -60.9,-47.8 -33.3,11.5 -10.9,78.1 H 244 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-m)" d="m 245,104 -45,20 -64,-50.3 -62.7,63 48.7,63 -19.1,45.3 -73.6,9.51 -2.02,91.2 77.6,10.4 16.9,44.9 -47.6,61.6 63.6,63.8 61.8,-49.3 46.6,23.2 10.6,71.5 89.5,0.007 10.4,-74.4 49.4,-17.1 57,44.7 63.4,-63.2 -45.2,-59.7 22.8,-50.7 68.5,-8.88 v -89.6 l -70.3,-6.7 -21,-51.4 44.6,-59.3 -63.2,-62.9 -59.2,44.8 -49.8,-18.9 -8.8,-70 -91.3,-2.01 z" />
|
||||||
|
<path id="boss" fill="#596771" d="m 300,103 c -0.435,1.87 -0.87,3.75 -1.3,5.63 -3.02,12.9 -5.99,25.9 -9.04,38.9 -1.49,6.45 -3.3,12.8 -5.23,19.1 A 136,136 0 0 0 165,286 c -0.189,0.0575 -0.378,0.124 -0.568,0.181 -7.04,2.11 -14.1,4.01 -21.3,5.64 -13.6,3.14 -27.2,6.3 -40.8,9.46 14.9,3.65 29.8,7.21 44.8,10.8 3.94,0.981 7.92,2.05 11.8,3.17 2.07,0.605 4.1,1.33 6.16,1.97 a 136,136 0 0 0 119,119 c 1.85,5.99 3.57,12 5.1,18.1 3.53,14.5 7,29.1 10.5,43.6 0.0984,0.605 0.195,0.725 0.291,0.0497 3.4,-14.2 6.74,-28.6 10.1,-42.9 1.51,-6.35 3.29,-12.6 5.21,-18.9 A 136,136 0 0 0 435,317 c 7.01,-2.14 14.1,-4.07 21.2,-5.76 14,-3.31 28,-6.62 42,-9.94 -15.1,-3.54 -30.4,-7.01 -45.5,-10.5 -5.88,-1.41 -11.7,-3.06 -17.5,-4.81 A 136,136 0 0 0 315,166 c -1.77,-5.86 -3.44,-11.7 -4.86,-17.7 -2.29,-9.7 -4.5,-19.4 -6.76,-29.1 -1.28,-5.55 -2.57,-11.1 -3.86,-16.6 z" />
|
||||||
|
<path id="star" fill="#c3e2ee" d="m 300,150 c 0,0 15.8,70.7 48,103 32.2,32.2 103,48 103,48 0,0 -71.2,16.3 -103,48 -31.7,31.7 -48,103 -48,103 0,0 -16.8,-71.7 -48,-103 -31.2,-31.2 -103,-48 -103,-48 0,0 70.7,-15.8 103,-48 32.2,-32.2 48,-103 48,-103 z" />'
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
10
img/setSymbols/official/cmm-c.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="547.4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<path id="outline" fill="white" d="m397.7 0c-12.29 43.86-52.18 74.26-97.74 74.46-45.02-0.2402-84.55-31.28-97.28-74.46l-113.3 45.1v44.19c-32.89 5.095-62.05 20.72-89.46 34.11 36.17 62.96 52.18 115.7 52.23 185.6l74.83 27.3v38.18l172.9 172.9 172.9-172.9v-38.18l74.87-27.32c-0.6802-81.88 24.48-126.1 52.19-185.5-30.23-15.52-58.66-28.74-89.46-34.12l-0.0106-44.19z"/>
|
||||||
|
<g fill="black">
|
||||||
|
<path id="lower" d="m152.4 219.1v144.8l147.6 147.6 147.6-147.6v-144.8l-66.84 47.34v104l-80.76 81.79-80.76-81.79v-104z"/>
|
||||||
|
<path id="right" d="m500.5 113.3c25.06 3.712 42.85 10.22 65.13 21.36-21.07 41.14-41.92 90.52-42.85 156.4l-58.48 21.33v-104.4l36.2-25.06z"/>
|
||||||
|
<path id="left" d="m99.49 113.3c-25.06 3.712-42.85 10.22-65.13 21.36 21.07 41.14 41.92 90.52 42.85 156.4l58.48 21.33v-104.4l-36.2-25.06z"/>
|
||||||
|
<path id="centre" d="m187.4 30.87-72.34 30.84-0.1396 0.0548-0.0742 0.03359v111.4l104.4 72.41v-40.38l80.76-81.39 80.76 81.39v40.38l104.4-72.41v-111.4l-0.0742-0.03359-0.1396-0.0548-72.34-30.84c-21.75 42.21-65.15 68.83-112.6 69.09-47.48-0.2539-90.89-26.88-112.6-69.09z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
19
img/setSymbols/official/cmm-m.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="547.4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body">
|
||||||
|
<stop stop-color="#b2341a" offset="0"/>
|
||||||
|
<stop stop-color="#f59700" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-centre" x1="0" x2=".5" spreadMethod="reflect" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-lower" x1="0" x2="0" y1="0" y2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-left" x1="0" x2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-right" x1="1" x2="0" xlink:href="#gradient-body"/>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m397.7 0c-12.29 43.86-52.18 74.26-97.74 74.46-45.02-0.2402-84.55-31.28-97.28-74.46l-113.3 45.1v44.19c-32.89 5.095-62.05 20.72-89.46 34.11 36.17 62.96 52.18 115.7 52.23 185.6l74.83 27.3v38.18l172.9 172.9 172.9-172.9v-38.18l74.87-27.32c-0.6802-81.88 24.48-126.1 52.19-185.5-30.23-15.52-58.66-28.74-89.46-34.12l-0.0106-44.19z"/>
|
||||||
|
<path id="lower" fill="url(#gradient-lower)" d="m152.4 219.1v144.8l147.6 147.6 147.6-147.6v-144.8l-66.84 47.34v104l-80.76 81.79-80.76-81.79v-104z"/>
|
||||||
|
<path id="right" fill="url(#gradient-right)" d="m500.5 113.3c25.06 3.712 42.85 10.22 65.13 21.36-21.07 41.14-41.92 90.52-42.85 156.4l-58.48 21.33v-104.4l36.2-25.06z"/>
|
||||||
|
<path id="left" fill="url(#gradient-left)" d="m99.49 113.3c-25.06 3.712-42.85 10.22-65.13 21.36 21.07 41.14 41.92 90.52 42.85 156.4l58.48 21.33v-104.4l-36.2-25.06z"/>
|
||||||
|
<path id="centre" fill="url(#gradient-centre)" d="m187.4 30.87-72.34 30.84-0.1396 0.0548-0.0742 0.03359v111.4l104.4 72.41v-40.38l80.76-81.39 80.76 81.39v40.38l104.4-72.41v-111.4l-0.0742-0.03359-0.1396-0.0548-72.34-30.84c-21.75 42.21-65.15 68.83-112.6 69.09-47.48-0.2539-90.89-26.88-112.6-69.09z"/>
|
||||||
|
<path id="boss" fill="white" d="m300 159.8c18.47 18.62 36.95 37.24 55.42 55.85v144.5c-18.47 18.71-36.95 37.41-55.42 56.12-18.47-18.71-36.95-37.41-55.42-56.12v-144.5c18.47-18.62 36.95-37.24 55.42-55.85z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
19
img/setSymbols/official/cmm-r.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="547.4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body">
|
||||||
|
<stop stop-color="#807241" offset="0"/>
|
||||||
|
<stop stop-color="#e1c47e" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-centre" x1="0" x2=".5" spreadMethod="reflect" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-lower" x1="0" x2="0" y1="0" y2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-left" x1="0" x2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-right" x1="1" x2="0" xlink:href="#gradient-body"/>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m397.7 0c-12.29 43.86-52.18 74.26-97.74 74.46-45.02-0.2402-84.55-31.28-97.28-74.46l-113.3 45.1v44.19c-32.89 5.095-62.05 20.72-89.46 34.11 36.17 62.96 52.18 115.7 52.23 185.6l74.83 27.3v38.18l172.9 172.9 172.9-172.9v-38.18l74.87-27.32c-0.6802-81.88 24.48-126.1 52.19-185.5-30.23-15.52-58.66-28.74-89.46-34.12l-0.0106-44.19z"/>
|
||||||
|
<path id="lower" fill="url(#gradient-lower)" d="m152.4 219.1v144.8l147.6 147.6 147.6-147.6v-144.8l-66.84 47.34v104l-80.76 81.79-80.76-81.79v-104z"/>
|
||||||
|
<path id="right" fill="url(#gradient-right)" d="m500.5 113.3c25.06 3.712 42.85 10.22 65.13 21.36-21.07 41.14-41.92 90.52-42.85 156.4l-58.48 21.33v-104.4l36.2-25.06z"/>
|
||||||
|
<path id="left" fill="url(#gradient-left)" d="m99.49 113.3c-25.06 3.712-42.85 10.22-65.13 21.36 21.07 41.14 41.92 90.52 42.85 156.4l58.48 21.33v-104.4l-36.2-25.06z"/>
|
||||||
|
<path id="centre" fill="url(#gradient-centre)" d="m187.4 30.87-72.34 30.84-0.1396 0.0548-0.0742 0.03359v111.4l104.4 72.41v-40.38l80.76-81.39 80.76 81.39v40.38l104.4-72.41v-111.4l-0.0742-0.03359-0.1396-0.0548-72.34-30.84c-21.75 42.21-65.15 68.83-112.6 69.09-47.48-0.2539-90.89-26.88-112.6-69.09z"/>
|
||||||
|
<path id="boss" fill="white" d="m300 159.8c18.47 18.62 36.95 37.24 55.42 55.85v144.5c-18.47 18.71-36.95 37.41-55.42 56.12-18.47-18.71-36.95-37.41-55.42-56.12v-144.5c18.47-18.62 36.95-37.24 55.42-55.85z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
19
img/setSymbols/official/cmm-s.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="554" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body">
|
||||||
|
<stop stop-color="#612c75" offset="0"/>
|
||||||
|
<stop stop-color="#bf99c3" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-centre" x1="0" x2=".5" spreadMethod="reflect" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-lower" x1="0" x2="0" y1="0" y2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-left" x1="0" x2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-right" x1="1" x2="0" xlink:href="#gradient-body"/>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m375 0-6.51 23.2c-8.5 30.3-35.8 51.2-67.3 51.4-30.7-0.211-58.2-21.7-67-51.6l-6.71-22.8-138 54.9v37.1c-26.3 7.04-48.8 19.1-68.6 28.7l-20.8 10.2 11.5 20.1c31.4 54.7 44.2 96.9 44.2 157l0.0106 15.1 67.5 24.6v28.3l178 178 178-178v-28.3l67.7-24.7-0.127-15.3c-0.576-69.4 19.7-104 45.1-158l8.81-18.9-18.5-9.52c-22.3-11.5-44.7-22.1-69-28.8l-9e-3 -37.3z"/>
|
||||||
|
<path id="edge" fill="#612c75" d="m389 29.1c-11.1 39.6-47.1 67-88.2 67.2-40.6-0.217-76.3-28.2-87.8-67.2l-102 40.7v39.9c-29.7 4.6-56 18.7-80.7 30.8 32.6 56.8 47.1 104 47.1 167l67.5 24.6v34.4l156 156 156-156v-34.4l67.5-24.6c-0.614-73.9 22.1-114 47.1-167-27.3-14-52.9-25.9-80.7-30.8l-0.01-39.9zm-36.9 194c-2e-3 43.8-4e-3 87.5-5e-3 131-17.1 17.3-34.1 34.6-51.2 51.9-17.1-17.3-34.1-34.6-51.2-51.9 2e-3 -43.8 4e-3 -87.5 5e-3 -131 17.1-17.2 34.1-34.4 51.2-51.6 17.1 17.2 34.1 34.4 51.2 51.6z"/>
|
||||||
|
<path id="lower" fill="url(#gradient-lower)" d="m168 227v131l133 133 133-133v-131l-60.3 42.7v93.8l-72.9 73.8-72.9-73.8v-93.8z"/>
|
||||||
|
<path id="right" fill="url(#gradient-right)" d="m482 131c22.6 3.35 38.7 9.22 58.8 19.3-19 37.1-37.8 81.7-38.7 141l-52.8 19.2v-94.2l32.7-22.6z"/>
|
||||||
|
<path id="left" fill="url(#gradient-left)" d="m120 131c-22.6 3.35-38.7 9.22-58.8 19.3 19 37.1 37.8 81.7 38.7 141l52.8 19.2v-94.2l-32.7-22.6z"/>
|
||||||
|
<path id="centre" fill="url(#gradient-centre)" d="m199 56.9-65.3 27.8-0.126 0.0494-0.0669 0.0303v101l94.2 65.3v-36.4l72.9-73.4 72.9 73.4v36.4l94.2-65.3v-101l-0.0669-0.0303-0.126-0.0494-65.3-27.8c-19.6 38.1-58.8 62.1-102 62.3-42.8-0.229-82-24.3-102-62.3z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
19
img/setSymbols/official/cmm-u.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="547.4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body">
|
||||||
|
<stop stop-color="#596771" offset="0"/>
|
||||||
|
<stop stop-color="#c3e2ee" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-centre" x1="0" x2=".5" spreadMethod="reflect" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-lower" x1="0" x2="0" y1="0" y2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-left" x1="0" x2="1" xlink:href="#gradient-body"/>
|
||||||
|
<linearGradient id="gradient-right" x1="1" x2="0" xlink:href="#gradient-body"/>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m397.7 0c-12.29 43.86-52.18 74.26-97.74 74.46-45.02-0.2402-84.55-31.28-97.28-74.46l-113.3 45.1v44.19c-32.89 5.095-62.05 20.72-89.46 34.11 36.17 62.96 52.18 115.7 52.23 185.6l74.83 27.3v38.18l172.9 172.9 172.9-172.9v-38.18l74.87-27.32c-0.6802-81.88 24.48-126.1 52.19-185.5-30.23-15.52-58.66-28.74-89.46-34.12l-0.0106-44.19z"/>
|
||||||
|
<path id="lower" fill="url(#gradient-lower)" d="m152.4 219.1v144.8l147.6 147.6 147.6-147.6v-144.8l-66.84 47.34v104l-80.76 81.79-80.76-81.79v-104z"/>
|
||||||
|
<path id="right" fill="url(#gradient-right)" d="m500.5 113.3c25.06 3.712 42.85 10.22 65.13 21.36-21.07 41.14-41.92 90.52-42.85 156.4l-58.48 21.33v-104.4l36.2-25.06z"/>
|
||||||
|
<path id="left" fill="url(#gradient-left)" d="m99.49 113.3c-25.06 3.712-42.85 10.22-65.13 21.36 21.07 41.14 41.92 90.52 42.85 156.4l58.48 21.33v-104.4l-36.2-25.06z"/>
|
||||||
|
<path id="centre" fill="url(#gradient-centre)" d="m187.4 30.87-72.34 30.84-0.1396 0.0548-0.0742 0.03359v111.4l104.4 72.41v-40.38l80.76-81.39 80.76 81.39v40.38l104.4-72.41v-111.4l-0.0742-0.03359-0.1396-0.0548-72.34-30.84c-21.75 42.21-65.15 68.83-112.6 69.09-47.48-0.2539-90.89-26.88-112.6-69.09z"/>
|
||||||
|
<path id="boss" fill="white" d="m300 159.8c18.47 18.62 36.95 37.24 55.42 55.85v144.5c-18.47 18.71-36.95 37.41-55.42 56.12-18.47-18.71-36.95-37.41-55.42-56.12v-144.5c18.47-18.62 36.95-37.24 55.42-55.85z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
9
img/setSymbols/official/dmr-c.svg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450.12003" version="1.1" width="600" height="450.12003">
|
||||||
|
<path id="outline" fill="white" d="M 301.42316,0 C 252.21178,0 166.49219,27.484941 97.163858,113.36964 c 24.984712,17.99124 49.389452,37.35848 66.425832,60.10088 l -8.8569,5.52218 C 125.27163,151.64093 94.925437,127.55075 67.180643,106.56631 21.945009,147.92476 11.124025,179.38327 0,238.99365 c 18.262307,-0.96308 36.638376,-2.01943 53.388763,-0.98584 -20.671435,30.76543 -23.953876,60.20761 -28.085775,93.57455 91.754602,-3.94045 161.965412,1.13454 242.235052,44.35512 13.19511,24.47699 23.08063,50.37923 33.00266,74.18256 11.11828,-26.34547 20.15839,-50.98906 32.89752,-74.22243 73.77119,-44.24135 159.13805,-46.95857 242.84038,-44.22215 -3.15082,-33.51353 -9.3059,-70.21306 -28.7364,-93.66946 17.09591,-1.38193 31.92522,-0.5293 52.4578,1.21103 -11.14668,-73.30368 -33.52968,-97.00824 -66.10833,-132.69244 -30.29704,22.47041 -60.29259,46.39994 -87.6188,72.44142 l -8.92073,-5.50097 c 17.81507,-24.4538 42.83579,-42.58695 66.37864,-59.87415 C 430.59775,30.46937 354.97524,0.24575768 301.42316,0 Z" />
|
||||||
|
<path id="center" fill="black" d="m 244.39395,308.91921 -0.8672,-163.90295 57.23594,-39.0245 57.23595,39.0245 -0.86721,163.90295 c -24.28192,29.48519 -43.07092,60.41515 -56.36874,92.79162 -13.29782,-32.37647 -32.08681,-63.30643 -56.36874,-92.79162 z M 235.72183,34.013208 c 10.40656,10.406536 15.60981,22.837145 15.60981,37.29009 v 58.103162 l -65.90807,42.49335 C 171.54819,150.50918 151.60233,130.27367 125.586,111.19502 156.8056,78.818551 193.51813,53.091859 235.72183,34.013208 Z m 130.08172,0 c 42.2037,19.078651 78.91624,44.805343 110.13585,77.181812 -26.01635,19.07865 -45.96221,39.31416 -59.83758,60.70479 L 350.19374,129.40646 V 71.303298 c 0,-14.452945 5.20326,-26.883554 15.60981,-37.29009 z M 259.13656,125.0704 V 65.232818 c 0,-12.140959 -4.91364,-23.704357 -14.74261,-34.688456 17.34424,-6.937691 36.13323,-10.984099 56.36874,-12.140959 l 1.89225,0.116206 c 19.51573,1.295614 37.6734,5.303864 54.47649,12.024753 -9.82896,10.984099 -14.74259,22.547497 -14.74259,34.688456 V 125.0704 L 300.76269,96.452425 Z" />
|
||||||
|
<path id="right-main" fill="black" d="m 517.56555,231.7374 c 20.81307,18.50109 33.24368,45.38464 37.29009,80.65066 -95.97082,-2.89128 -170.26309,11.5634 -222.87334,43.36057 40.46928,-64.17365 102.33094,-105.51014 185.58325,-124.01123 z m -150.89478,-80.65066 73.71297,45.9622 c -27.75077,27.17321 -52.32234,61.57201 -73.71297,103.19816 z" />
|
||||||
|
<path id="left-main" fill="black" d="M 83.959851,231.7374 C 167.21214,250.23849 229.0738,291.57498 269.54308,355.74863 216.93283,323.95146 142.64057,309.49678 46.669761,312.38806 50.71617,277.12204 63.146778,250.23849 83.959851,231.7374 Z M 234.85462,151.08674 V 300.2471 c -21.39063,-41.62615 -45.9622,-76.02495 -73.71296,-103.19816 z" />
|
||||||
|
<path id="right-leaf" fill="black" d="m 532.30813,131.14088 c 26.59391,27.1732 42.20372,56.65839 46.82943,88.45556 -65.33051,-4.62571 -130.65929,17.05458 -195.98978,65.04086 29.48518,-49.7207 79.20588,-100.88618 149.16035,-153.49642 z" />
|
||||||
|
<path id="left-leaf" fill="black" d="M 69.217258,131.14088 C 139.17173,183.75112 188.89242,234.9166 218.37761,284.6373 153.04711,236.65102 87.718345,214.97073 22.387841,219.59644 27.013547,187.79927 42.623353,158.31408 69.217258,131.14088 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
19
img/setSymbols/official/dmr-m.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450.12003" version="1.1" width="600" height="450.12003">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-h" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#d52412" />
|
||||||
|
<stop offset="0.9" stop-color="#ff9700" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-v" x1="0" y1="0" x2="0" y2="1" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#d52412" />
|
||||||
|
<stop offset="0.9" stop-color="#ff9700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 301.42316,0 C 252.21178,0 166.49219,27.484941 97.163858,113.36964 c 24.984712,17.99124 49.389452,37.35848 66.425832,60.10088 l -8.8569,5.52218 C 125.27163,151.64093 94.925437,127.55075 67.180643,106.56631 21.945009,147.92476 11.124025,179.38327 0,238.99365 c 18.262307,-0.96308 36.638376,-2.01943 53.388763,-0.98584 -20.671435,30.76543 -23.953876,60.20761 -28.085775,93.57455 91.754602,-3.94045 161.965412,1.13454 242.235052,44.35512 13.19511,24.47699 23.08063,50.37923 33.00266,74.18256 11.11828,-26.34547 20.15839,-50.98906 32.89752,-74.22243 73.77119,-44.24135 159.13805,-46.95857 242.84038,-44.22215 -3.15082,-33.51353 -9.3059,-70.21306 -28.7364,-93.66946 17.09591,-1.38193 31.92522,-0.5293 52.4578,1.21103 -11.14668,-73.30368 -33.52968,-97.00824 -66.10833,-132.69244 -30.29704,22.47041 -60.29259,46.39994 -87.6188,72.44142 l -8.92073,-5.50097 c 17.81507,-24.4538 42.83579,-42.58695 66.37864,-59.87415 C 430.59775,30.46937 354.97524,0.24575768 301.42316,0 Z" />
|
||||||
|
<path id="center" fill="url(#gradient-h)" d="m 244.39395,308.91921 -0.8672,-163.90295 57.23594,-39.0245 57.23595,39.0245 -0.86721,163.90295 c -24.28192,29.48519 -43.07092,60.41515 -56.36874,92.79162 -13.29782,-32.37647 -32.08681,-63.30643 -56.36874,-92.79162 z M 235.72183,34.013208 c 10.40656,10.406536 15.60981,22.837145 15.60981,37.29009 v 58.103162 l -65.90807,42.49335 C 171.54819,150.50918 151.60233,130.27367 125.586,111.19502 156.8056,78.818551 193.51813,53.091859 235.72183,34.013208 Z m 130.08172,0 c 42.2037,19.078651 78.91624,44.805343 110.13585,77.181812 -26.01635,19.07865 -45.96221,39.31416 -59.83758,60.70479 L 350.19374,129.40646 V 71.303298 c 0,-14.452945 5.20326,-26.883554 15.60981,-37.29009 z M 259.13656,125.0704 V 65.232818 c 0,-12.140959 -4.91364,-23.704357 -14.74261,-34.688456 17.34424,-6.937691 36.13323,-10.984099 56.36874,-12.140959 l 1.89225,0.116206 c 19.51573,1.295614 37.6734,5.303864 54.47649,12.024753 -9.82896,10.984099 -14.74259,22.547497 -14.74259,34.688456 V 125.0704 L 300.76269,96.452425 Z" />
|
||||||
|
<path id="right-main" fill="url(#gradient-h)" d="m 517.56555,231.7374 c 20.81307,18.50109 33.24368,45.38464 37.29009,80.65066 -95.97082,-2.89128 -170.26309,11.5634 -222.87334,43.36057 40.46928,-64.17365 102.33094,-105.51014 185.58325,-124.01123 z m -150.89478,-80.65066 73.71297,45.9622 c -27.75077,27.17321 -52.32234,61.57201 -73.71297,103.19816 z" />
|
||||||
|
<path id="left-main" fill="url(#gradient-h)" d="M 83.959851,231.7374 C 167.21214,250.23849 229.0738,291.57498 269.54308,355.74863 216.93283,323.95146 142.64057,309.49678 46.669761,312.38806 50.71617,277.12204 63.146778,250.23849 83.959851,231.7374 Z M 234.85462,151.08674 V 300.2471 c -21.39063,-41.62615 -45.9622,-76.02495 -73.71296,-103.19816 z" />
|
||||||
|
<path id="right-leaf" fill="url(#gradient-v)" d="m 532.30813,131.14088 c 26.59391,27.1732 42.20372,56.65839 46.82943,88.45556 -65.33051,-4.62571 -130.65929,17.05458 -195.98978,65.04086 29.48518,-49.7207 79.20588,-100.88618 149.16035,-153.49642 z" />
|
||||||
|
<path id="left-leaf" fill="url(#gradient-v)" d="M 69.217258,131.14088 C 139.17173,183.75112 188.89242,234.9166 218.37761,284.6373 153.04711,236.65102 87.718345,214.97073 22.387841,219.59644 27.013547,187.79927 42.623353,158.31408 69.217258,131.14088 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
19
img/setSymbols/official/dmr-r.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450.12003" version="1.1" width="600" height="450.12003">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-h" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#8e7337" />
|
||||||
|
<stop offset="0.9" stop-color="#edc67b" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-v" x1="0" y1="0" x2="0" y2="1" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#8e7337" />
|
||||||
|
<stop offset="0.9" stop-color="#edc67b" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 301.42316,0 C 252.21178,0 166.49219,27.484941 97.163858,113.36964 c 24.984712,17.99124 49.389452,37.35848 66.425832,60.10088 l -8.8569,5.52218 C 125.27163,151.64093 94.925437,127.55075 67.180643,106.56631 21.945009,147.92476 11.124025,179.38327 0,238.99365 c 18.262307,-0.96308 36.638376,-2.01943 53.388763,-0.98584 -20.671435,30.76543 -23.953876,60.20761 -28.085775,93.57455 91.754602,-3.94045 161.965412,1.13454 242.235052,44.35512 13.19511,24.47699 23.08063,50.37923 33.00266,74.18256 11.11828,-26.34547 20.15839,-50.98906 32.89752,-74.22243 73.77119,-44.24135 159.13805,-46.95857 242.84038,-44.22215 -3.15082,-33.51353 -9.3059,-70.21306 -28.7364,-93.66946 17.09591,-1.38193 31.92522,-0.5293 52.4578,1.21103 -11.14668,-73.30368 -33.52968,-97.00824 -66.10833,-132.69244 -30.29704,22.47041 -60.29259,46.39994 -87.6188,72.44142 l -8.92073,-5.50097 c 17.81507,-24.4538 42.83579,-42.58695 66.37864,-59.87415 C 430.59775,30.46937 354.97524,0.24575768 301.42316,0 Z" />
|
||||||
|
<path id="center" fill="url(#gradient-h)" d="m 244.39395,308.91921 -0.8672,-163.90295 57.23594,-39.0245 57.23595,39.0245 -0.86721,163.90295 c -24.28192,29.48519 -43.07092,60.41515 -56.36874,92.79162 -13.29782,-32.37647 -32.08681,-63.30643 -56.36874,-92.79162 z M 235.72183,34.013208 c 10.40656,10.406536 15.60981,22.837145 15.60981,37.29009 v 58.103162 l -65.90807,42.49335 C 171.54819,150.50918 151.60233,130.27367 125.586,111.19502 156.8056,78.818551 193.51813,53.091859 235.72183,34.013208 Z m 130.08172,0 c 42.2037,19.078651 78.91624,44.805343 110.13585,77.181812 -26.01635,19.07865 -45.96221,39.31416 -59.83758,60.70479 L 350.19374,129.40646 V 71.303298 c 0,-14.452945 5.20326,-26.883554 15.60981,-37.29009 z M 259.13656,125.0704 V 65.232818 c 0,-12.140959 -4.91364,-23.704357 -14.74261,-34.688456 17.34424,-6.937691 36.13323,-10.984099 56.36874,-12.140959 l 1.89225,0.116206 c 19.51573,1.295614 37.6734,5.303864 54.47649,12.024753 -9.82896,10.984099 -14.74259,22.547497 -14.74259,34.688456 V 125.0704 L 300.76269,96.452425 Z" />
|
||||||
|
<path id="right-main" fill="url(#gradient-h)" d="m 517.56555,231.7374 c 20.81307,18.50109 33.24368,45.38464 37.29009,80.65066 -95.97082,-2.89128 -170.26309,11.5634 -222.87334,43.36057 40.46928,-64.17365 102.33094,-105.51014 185.58325,-124.01123 z m -150.89478,-80.65066 73.71297,45.9622 c -27.75077,27.17321 -52.32234,61.57201 -73.71297,103.19816 z" />
|
||||||
|
<path id="left-main" fill="url(#gradient-h)" d="M 83.959851,231.7374 C 167.21214,250.23849 229.0738,291.57498 269.54308,355.74863 216.93283,323.95146 142.64057,309.49678 46.669761,312.38806 50.71617,277.12204 63.146778,250.23849 83.959851,231.7374 Z M 234.85462,151.08674 V 300.2471 c -21.39063,-41.62615 -45.9622,-76.02495 -73.71296,-103.19816 z" />
|
||||||
|
<path id="right-leaf" fill="url(#gradient-v)" d="m 532.30813,131.14088 c 26.59391,27.1732 42.20372,56.65839 46.82943,88.45556 -65.33051,-4.62571 -130.65929,17.05458 -195.98978,65.04086 29.48518,-49.7207 79.20588,-100.88618 149.16035,-153.49642 z" />
|
||||||
|
<path id="left-leaf" fill="url(#gradient-v)" d="M 69.217258,131.14088 C 139.17173,183.75112 188.89242,234.9166 218.37761,284.6373 153.04711,236.65102 87.718345,214.97073 22.387841,219.59644 27.013547,187.79927 42.623353,158.31408 69.217258,131.14088 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
19
img/setSymbols/official/dmr-s.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450.12003" version="1.1" width="600" height="450.12003">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-h" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-v" x1="0" y1="0" x2="0" y2="1" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 301.42316,0 C 252.21178,0 166.49219,27.484941 97.163858,113.36964 c 24.984712,17.99124 49.389452,37.35848 66.425832,60.10088 l -8.8569,5.52218 C 125.27163,151.64093 94.925437,127.55075 67.180643,106.56631 21.945009,147.92476 11.124025,179.38327 0,238.99365 c 18.262307,-0.96308 36.638376,-2.01943 53.388763,-0.98584 -20.671435,30.76543 -23.953876,60.20761 -28.085775,93.57455 91.754602,-3.94045 161.965412,1.13454 242.235052,44.35512 13.19511,24.47699 23.08063,50.37923 33.00266,74.18256 11.11828,-26.34547 20.15839,-50.98906 32.89752,-74.22243 73.77119,-44.24135 159.13805,-46.95857 242.84038,-44.22215 -3.15082,-33.51353 -9.3059,-70.21306 -28.7364,-93.66946 17.09591,-1.38193 31.92522,-0.5293 52.4578,1.21103 -11.14668,-73.30368 -33.52968,-97.00824 -66.10833,-132.69244 -30.29704,22.47041 -60.29259,46.39994 -87.6188,72.44142 l -8.92073,-5.50097 c 17.81507,-24.4538 42.83579,-42.58695 66.37864,-59.87415 C 430.59775,30.46937 354.97524,0.24575768 301.42316,0 Z" />
|
||||||
|
<path id="center" fill="url(#gradient-h)" d="m 244.39395,308.91921 -0.8672,-163.90295 57.23594,-39.0245 57.23595,39.0245 -0.86721,163.90295 c -24.28192,29.48519 -43.07092,60.41515 -56.36874,92.79162 -13.29782,-32.37647 -32.08681,-63.30643 -56.36874,-92.79162 z M 235.72183,34.013208 c 10.40656,10.406536 15.60981,22.837145 15.60981,37.29009 v 58.103162 l -65.90807,42.49335 C 171.54819,150.50918 151.60233,130.27367 125.586,111.19502 156.8056,78.818551 193.51813,53.091859 235.72183,34.013208 Z m 130.08172,0 c 42.2037,19.078651 78.91624,44.805343 110.13585,77.181812 -26.01635,19.07865 -45.96221,39.31416 -59.83758,60.70479 L 350.19374,129.40646 V 71.303298 c 0,-14.452945 5.20326,-26.883554 15.60981,-37.29009 z M 259.13656,125.0704 V 65.232818 c 0,-12.140959 -4.91364,-23.704357 -14.74261,-34.688456 17.34424,-6.937691 36.13323,-10.984099 56.36874,-12.140959 l 1.89225,0.116206 c 19.51573,1.295614 37.6734,5.303864 54.47649,12.024753 -9.82896,10.984099 -14.74259,22.547497 -14.74259,34.688456 V 125.0704 L 300.76269,96.452425 Z" />
|
||||||
|
<path id="right-main" fill="url(#gradient-h)" d="m 517.56555,231.7374 c 20.81307,18.50109 33.24368,45.38464 37.29009,80.65066 -95.97082,-2.89128 -170.26309,11.5634 -222.87334,43.36057 40.46928,-64.17365 102.33094,-105.51014 185.58325,-124.01123 z m -150.89478,-80.65066 73.71297,45.9622 c -27.75077,27.17321 -52.32234,61.57201 -73.71297,103.19816 z" />
|
||||||
|
<path id="left-main" fill="url(#gradient-h)" d="M 83.959851,231.7374 C 167.21214,250.23849 229.0738,291.57498 269.54308,355.74863 216.93283,323.95146 142.64057,309.49678 46.669761,312.38806 50.71617,277.12204 63.146778,250.23849 83.959851,231.7374 Z M 234.85462,151.08674 V 300.2471 c -21.39063,-41.62615 -45.9622,-76.02495 -73.71296,-103.19816 z" />
|
||||||
|
<path id="right-leaf" fill="url(#gradient-v)" d="m 532.30813,131.14088 c 26.59391,27.1732 42.20372,56.65839 46.82943,88.45556 -65.33051,-4.62571 -130.65929,17.05458 -195.98978,65.04086 29.48518,-49.7207 79.20588,-100.88618 149.16035,-153.49642 z" />
|
||||||
|
<path id="left-leaf" fill="url(#gradient-v)" d="M 69.217258,131.14088 C 139.17173,183.75112 188.89242,234.9166 218.37761,284.6373 153.04711,236.65102 87.718345,214.97073 22.387841,219.59644 27.013547,187.79927 42.623353,158.31408 69.217258,131.14088 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
19
img/setSymbols/official/dmr-u.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 450.12003" version="1.1" width="600" height="450.12003">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-h" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#3a6874" />
|
||||||
|
<stop offset="0.9" stop-color="#b6e3f0" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="gradient-v" x1="0" y1="0" x2="0" y2="1" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#3a6874" />
|
||||||
|
<stop offset="0.9" stop-color="#b6e3f0" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 301.42316,0 C 252.21178,0 166.49219,27.484941 97.163858,113.36964 c 24.984712,17.99124 49.389452,37.35848 66.425832,60.10088 l -8.8569,5.52218 C 125.27163,151.64093 94.925437,127.55075 67.180643,106.56631 21.945009,147.92476 11.124025,179.38327 0,238.99365 c 18.262307,-0.96308 36.638376,-2.01943 53.388763,-0.98584 -20.671435,30.76543 -23.953876,60.20761 -28.085775,93.57455 91.754602,-3.94045 161.965412,1.13454 242.235052,44.35512 13.19511,24.47699 23.08063,50.37923 33.00266,74.18256 11.11828,-26.34547 20.15839,-50.98906 32.89752,-74.22243 73.77119,-44.24135 159.13805,-46.95857 242.84038,-44.22215 -3.15082,-33.51353 -9.3059,-70.21306 -28.7364,-93.66946 17.09591,-1.38193 31.92522,-0.5293 52.4578,1.21103 -11.14668,-73.30368 -33.52968,-97.00824 -66.10833,-132.69244 -30.29704,22.47041 -60.29259,46.39994 -87.6188,72.44142 l -8.92073,-5.50097 c 17.81507,-24.4538 42.83579,-42.58695 66.37864,-59.87415 C 430.59775,30.46937 354.97524,0.24575768 301.42316,0 Z" />
|
||||||
|
<path id="center" fill="url(#gradient-h)" d="m 244.39395,308.91921 -0.8672,-163.90295 57.23594,-39.0245 57.23595,39.0245 -0.86721,163.90295 c -24.28192,29.48519 -43.07092,60.41515 -56.36874,92.79162 -13.29782,-32.37647 -32.08681,-63.30643 -56.36874,-92.79162 z M 235.72183,34.013208 c 10.40656,10.406536 15.60981,22.837145 15.60981,37.29009 v 58.103162 l -65.90807,42.49335 C 171.54819,150.50918 151.60233,130.27367 125.586,111.19502 156.8056,78.818551 193.51813,53.091859 235.72183,34.013208 Z m 130.08172,0 c 42.2037,19.078651 78.91624,44.805343 110.13585,77.181812 -26.01635,19.07865 -45.96221,39.31416 -59.83758,60.70479 L 350.19374,129.40646 V 71.303298 c 0,-14.452945 5.20326,-26.883554 15.60981,-37.29009 z M 259.13656,125.0704 V 65.232818 c 0,-12.140959 -4.91364,-23.704357 -14.74261,-34.688456 17.34424,-6.937691 36.13323,-10.984099 56.36874,-12.140959 l 1.89225,0.116206 c 19.51573,1.295614 37.6734,5.303864 54.47649,12.024753 -9.82896,10.984099 -14.74259,22.547497 -14.74259,34.688456 V 125.0704 L 300.76269,96.452425 Z" />
|
||||||
|
<path id="right-main" fill="url(#gradient-h)" d="m 517.56555,231.7374 c 20.81307,18.50109 33.24368,45.38464 37.29009,80.65066 -95.97082,-2.89128 -170.26309,11.5634 -222.87334,43.36057 40.46928,-64.17365 102.33094,-105.51014 185.58325,-124.01123 z m -150.89478,-80.65066 73.71297,45.9622 c -27.75077,27.17321 -52.32234,61.57201 -73.71297,103.19816 z" />
|
||||||
|
<path id="left-main" fill="url(#gradient-h)" d="M 83.959851,231.7374 C 167.21214,250.23849 229.0738,291.57498 269.54308,355.74863 216.93283,323.95146 142.64057,309.49678 46.669761,312.38806 50.71617,277.12204 63.146778,250.23849 83.959851,231.7374 Z M 234.85462,151.08674 V 300.2471 c -21.39063,-41.62615 -45.9622,-76.02495 -73.71296,-103.19816 z" />
|
||||||
|
<path id="right-leaf" fill="url(#gradient-v)" d="m 532.30813,131.14088 c 26.59391,27.1732 42.20372,56.65839 46.82943,88.45556 -65.33051,-4.62571 -130.65929,17.05458 -195.98978,65.04086 29.48518,-49.7207 79.20588,-100.88618 149.16035,-153.49642 z" />
|
||||||
|
<path id="left-leaf" fill="url(#gradient-v)" d="M 69.217258,131.14088 C 139.17173,183.75112 188.89242,234.9166 218.37761,284.6373 153.04711,236.65102 87.718345,214.97073 22.387841,219.59644 27.013547,187.79927 42.623353,158.31408 69.217258,131.14088 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
5
img/setSymbols/official/j22-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="407.11957">
|
||||||
|
<path id="outline" fill="white" d="M 319.3358,9.236027 301.78205,51.012562 C 205.00645,41.669091 31.516455,85.916981 3.6612321,192.29928 -9.7161954,243.38921 11.971527,293.58567 95.207637,321.61087 l -2.641003,7.43924 c -2.720095,7.66205 -1.23275,13.85066 7.852546,17.13422 l 165.25076,59.72402 c 8.19332,2.96118 14.36009,0.594 17.81178,-8.22062 l 16.11024,-41.14095 c 15.44072,1.36378 30.97439,1.81881 46.46026,1.01965 36.02597,-1.68897 71.77486,-8.59767 105.94545,-20.10171 25.48782,-8.64626 50.13143,-20.05171 72.62419,-34.89134 17.62269,-11.68049 33.89102,-25.64346 47.0099,-42.28797 11.18166,-14.2297 19.9469,-30.53452 24.498,-48.10631 3.27856,-12.54458 4.64116,-25.65302 3.43873,-38.5841 -1.33303,-12.77849 -6.11476,-25.10878 -13.38697,-35.67261 -8.81075,-12.92519 -20.86867,-23.3477 -34.01887,-31.67636 -14.27016,-9.033954 -29.87154,-15.822278 -45.90886,-21.03638 l 3.29578,-8.019741 c 3.61993,-8.808518 -0.7769,-14.608349 -8.54098,-17.398397 L 337.63224,1.0816781 C 328.75682,-2.1077334 322.33585,2.0961616 319.3358,9.236027 Z M 119.41243,252.25358 C 83.533194,244.26535 79.437699,227.34191 80.993266,207.82514 83.905568,171.28623 137.91385,146.98923 165.1883,137.09074 Z m 401.64408,-53.97369 c -2.3601,37.37482 -55.59626,63.81856 -85.9642,72.33384 L 480.258,154.05899 c 38.1991,10.27913 42.06243,24.20527 40.79851,44.2209 z" />
|
||||||
|
<path id="body" fill="black" d="m 288.46504,273.52616 25.33118,9.71029 -43.12628,110.11548 -165.37739,-59.77447 2.83568,-7.90191 c 56.82176,11.42216 104.12668,15.85063 147.47163,-7.46988 16.28147,-8.75978 24.70264,-19.91153 32.86518,-44.67951 z M 298.07448,64.335319 274.5329,117.31724 187.76423,86.113028 173.63038,119.85036 c -60.23162,19.98377 -110.506527,47.96529 -109.440146,96.61533 0.596993,27.23574 27.69321,45.44096 63.579046,51.35157 l 66.12604,-166.36712 164.99276,61.16067 -27.44211,71.95458 c 27.40802,5.91192 44.90083,2.64404 61.96272,-9.41129 24.49919,-17.31025 37.90456,-51.1209 42.4557,-79.34867 3.44266,-21.35258 -8.11804,-47.969447 -24.44229,-60.353859 71.51851,-3.220273 174.38332,29.161959 175.07868,95.661119 1.13595,108.63366 -163.57229,172.74794 -282.67983,162.21956 l 20.52993,-56.29613 91.89388,32.59308 13.74659,-33.75879 c 61.31786,-14.43899 109.66934,-50.50311 106.89519,-98.98634 -1.54165,-26.94323 -24.76099,-42.80784 -65.29088,-47.87408 l -63.4584,164.23339 -165.78874,-60.4386 25.91609,-71.05775 c -25.93807,-9.12245 -40.60671,-2.65641 -56.21528,8.05378 -24.46866,16.78975 -36.4752,38.57938 -43.48518,77.68227 -2.8143,29.83422 4.01635,51.81046 25.03799,67.51756 C 88.172613,317.40388 12.994449,283.56464 15.549804,213.60144 19.437435,107.16182 193.92595,57.655467 298.07448,64.335319 Z m -43.38434,113.776751 -26.59773,71.77166 49.39579,19.42057 c -14.63551,31.80498 -34.61927,48.12923 -59.95045,48.9736 -16.46526,0 -29.55304,-8.86591 -35.46364,-26.17554 -5.91061,-17.30964 -1.46583,-48.11066 5.48842,-64.17232 13.90175,-32.1081 43.05455,-57.27378 67.12761,-49.81797 z M 382.89967,89.451677 c 14.2888,-0.347004 29.42938,11.467243 35.14231,24.568873 10.27487,23.56364 3.51218,54.91627 -10.62979,76.38305 -12.52725,19.01571 -34.38019,42.8137 -58.45156,35.35789 l 25.95506,-70.80766 -51.96647,-19.09923 c 14.63466,-31.80414 34.68761,-45.789428 59.95045,-46.402923 z m -50.6946,-75.969525 163.38754,59.141259 -3.34523,7.957038 c -31.56952,-6.457681 -93.1385,-15.529669 -134.04684,2.46163 -20.46428,9.00009 -38.06646,23.822681 -46.22816,48.590661 l -25.33118,-9.71029 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
11
img/setSymbols/official/j22-m.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="407.11957">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#b2341a" />
|
||||||
|
<stop offset="0.9" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 319.3358,9.236027 301.78205,51.012562 C 205.00645,41.669091 31.516455,85.916981 3.6612321,192.29928 -9.7161954,243.38921 11.971527,293.58567 95.207637,321.61087 l -2.641003,7.43924 c -2.720095,7.66205 -1.23275,13.85066 7.852546,17.13422 l 165.25076,59.72402 c 8.19332,2.96118 14.36009,0.594 17.81178,-8.22062 l 16.11024,-41.14095 c 15.44072,1.36378 30.97439,1.81881 46.46026,1.01965 36.02597,-1.68897 71.77486,-8.59767 105.94545,-20.10171 25.48782,-8.64626 50.13143,-20.05171 72.62419,-34.89134 17.62269,-11.68049 33.89102,-25.64346 47.0099,-42.28797 11.18166,-14.2297 19.9469,-30.53452 24.498,-48.10631 3.27856,-12.54458 4.64116,-25.65302 3.43873,-38.5841 -1.33303,-12.77849 -6.11476,-25.10878 -13.38697,-35.67261 -8.81075,-12.92519 -20.86867,-23.3477 -34.01887,-31.67636 -14.27016,-9.033954 -29.87154,-15.822278 -45.90886,-21.03638 l 3.29578,-8.019741 c 3.61993,-8.808518 -0.7769,-14.608349 -8.54098,-17.398397 L 337.63224,1.0816781 C 328.75682,-2.1077334 322.33585,2.0961616 319.3358,9.236027 Z M 119.41243,252.25358 C 83.533194,244.26535 79.437699,227.34191 80.993266,207.82514 83.905568,171.28623 137.91385,146.98923 165.1883,137.09074 Z m 401.64408,-53.97369 c -2.3601,37.37482 -55.59626,63.81856 -85.9642,72.33384 L 480.258,154.05899 c 38.1991,10.27913 42.06243,24.20527 40.79851,44.2209 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 288.46504,273.52616 25.33118,9.71029 -43.12628,110.11548 -165.37739,-59.77447 2.83568,-7.90191 c 56.82176,11.42216 104.12668,15.85063 147.47163,-7.46988 16.28147,-8.75978 24.70264,-19.91153 32.86518,-44.67951 z M 298.07448,64.335319 274.5329,117.31724 187.76423,86.113028 173.63038,119.85036 c -60.23162,19.98377 -110.506527,47.96529 -109.440146,96.61533 0.596993,27.23574 27.69321,45.44096 63.579046,51.35157 l 66.12604,-166.36712 164.99276,61.16067 -27.44211,71.95458 c 27.40802,5.91192 44.90083,2.64404 61.96272,-9.41129 24.49919,-17.31025 37.90456,-51.1209 42.4557,-79.34867 3.44266,-21.35258 -8.11804,-47.969447 -24.44229,-60.353859 71.51851,-3.220273 174.38332,29.161959 175.07868,95.661119 1.13595,108.63366 -163.57229,172.74794 -282.67983,162.21956 l 20.52993,-56.29613 91.89388,32.59308 13.74659,-33.75879 c 61.31786,-14.43899 109.66934,-50.50311 106.89519,-98.98634 -1.54165,-26.94323 -24.76099,-42.80784 -65.29088,-47.87408 l -63.4584,164.23339 -165.78874,-60.4386 25.91609,-71.05775 c -25.93807,-9.12245 -40.60671,-2.65641 -56.21528,8.05378 -24.46866,16.78975 -36.4752,38.57938 -43.48518,77.68227 -2.8143,29.83422 4.01635,51.81046 25.03799,67.51756 C 88.172613,317.40388 12.994449,283.56464 15.549804,213.60144 19.437435,107.16182 193.92595,57.655467 298.07448,64.335319 Z m -43.38434,113.776751 -26.59773,71.77166 49.39579,19.42057 c -14.63551,31.80498 -34.61927,48.12923 -59.95045,48.9736 -16.46526,0 -29.55304,-8.86591 -35.46364,-26.17554 -5.91061,-17.30964 -1.46583,-48.11066 5.48842,-64.17232 13.90175,-32.1081 43.05455,-57.27378 67.12761,-49.81797 z M 382.89967,89.451677 c 14.2888,-0.347004 29.42938,11.467243 35.14231,24.568873 10.27487,23.56364 3.51218,54.91627 -10.62979,76.38305 -12.52725,19.01571 -34.38019,42.8137 -58.45156,35.35789 l 25.95506,-70.80766 -51.96647,-19.09923 c 14.63466,-31.80414 34.68761,-45.789428 59.95045,-46.402923 z m -50.6946,-75.969525 163.38754,59.141259 -3.34523,7.957038 c -31.56952,-6.457681 -93.1385,-15.529669 -134.04684,2.46163 -20.46428,9.00009 -38.06646,23.822681 -46.22816,48.590661 l -25.33118,-9.71029 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
11
img/setSymbols/official/j22-r.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="407.11957">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#807241" />
|
||||||
|
<stop offset="0.9" stop-color="#e1c47e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 319.3358,9.236027 301.78205,51.012562 C 205.00645,41.669091 31.516455,85.916981 3.6612321,192.29928 -9.7161954,243.38921 11.971527,293.58567 95.207637,321.61087 l -2.641003,7.43924 c -2.720095,7.66205 -1.23275,13.85066 7.852546,17.13422 l 165.25076,59.72402 c 8.19332,2.96118 14.36009,0.594 17.81178,-8.22062 l 16.11024,-41.14095 c 15.44072,1.36378 30.97439,1.81881 46.46026,1.01965 36.02597,-1.68897 71.77486,-8.59767 105.94545,-20.10171 25.48782,-8.64626 50.13143,-20.05171 72.62419,-34.89134 17.62269,-11.68049 33.89102,-25.64346 47.0099,-42.28797 11.18166,-14.2297 19.9469,-30.53452 24.498,-48.10631 3.27856,-12.54458 4.64116,-25.65302 3.43873,-38.5841 -1.33303,-12.77849 -6.11476,-25.10878 -13.38697,-35.67261 -8.81075,-12.92519 -20.86867,-23.3477 -34.01887,-31.67636 -14.27016,-9.033954 -29.87154,-15.822278 -45.90886,-21.03638 l 3.29578,-8.019741 c 3.61993,-8.808518 -0.7769,-14.608349 -8.54098,-17.398397 L 337.63224,1.0816781 C 328.75682,-2.1077334 322.33585,2.0961616 319.3358,9.236027 Z M 119.41243,252.25358 C 83.533194,244.26535 79.437699,227.34191 80.993266,207.82514 83.905568,171.28623 137.91385,146.98923 165.1883,137.09074 Z m 401.64408,-53.97369 c -2.3601,37.37482 -55.59626,63.81856 -85.9642,72.33384 L 480.258,154.05899 c 38.1991,10.27913 42.06243,24.20527 40.79851,44.2209 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 288.46504,273.52616 25.33118,9.71029 -43.12628,110.11548 -165.37739,-59.77447 2.83568,-7.90191 c 56.82176,11.42216 104.12668,15.85063 147.47163,-7.46988 16.28147,-8.75978 24.70264,-19.91153 32.86518,-44.67951 z M 298.07448,64.335319 274.5329,117.31724 187.76423,86.113028 173.63038,119.85036 c -60.23162,19.98377 -110.506527,47.96529 -109.440146,96.61533 0.596993,27.23574 27.69321,45.44096 63.579046,51.35157 l 66.12604,-166.36712 164.99276,61.16067 -27.44211,71.95458 c 27.40802,5.91192 44.90083,2.64404 61.96272,-9.41129 24.49919,-17.31025 37.90456,-51.1209 42.4557,-79.34867 3.44266,-21.35258 -8.11804,-47.969447 -24.44229,-60.353859 71.51851,-3.220273 174.38332,29.161959 175.07868,95.661119 1.13595,108.63366 -163.57229,172.74794 -282.67983,162.21956 l 20.52993,-56.29613 91.89388,32.59308 13.74659,-33.75879 c 61.31786,-14.43899 109.66934,-50.50311 106.89519,-98.98634 -1.54165,-26.94323 -24.76099,-42.80784 -65.29088,-47.87408 l -63.4584,164.23339 -165.78874,-60.4386 25.91609,-71.05775 c -25.93807,-9.12245 -40.60671,-2.65641 -56.21528,8.05378 -24.46866,16.78975 -36.4752,38.57938 -43.48518,77.68227 -2.8143,29.83422 4.01635,51.81046 25.03799,67.51756 C 88.172613,317.40388 12.994449,283.56464 15.549804,213.60144 19.437435,107.16182 193.92595,57.655467 298.07448,64.335319 Z m -43.38434,113.776751 -26.59773,71.77166 49.39579,19.42057 c -14.63551,31.80498 -34.61927,48.12923 -59.95045,48.9736 -16.46526,0 -29.55304,-8.86591 -35.46364,-26.17554 -5.91061,-17.30964 -1.46583,-48.11066 5.48842,-64.17232 13.90175,-32.1081 43.05455,-57.27378 67.12761,-49.81797 z M 382.89967,89.451677 c 14.2888,-0.347004 29.42938,11.467243 35.14231,24.568873 10.27487,23.56364 3.51218,54.91627 -10.62979,76.38305 -12.52725,19.01571 -34.38019,42.8137 -58.45156,35.35789 l 25.95506,-70.80766 -51.96647,-19.09923 c 14.63466,-31.80414 34.68761,-45.789428 59.95045,-46.402923 z m -50.6946,-75.969525 163.38754,59.141259 -3.34523,7.957038 c -31.56952,-6.457681 -93.1385,-15.529669 -134.04684,2.46163 -20.46428,9.00009 -38.06646,23.822681 -46.22816,48.590661 l -25.33118,-9.71029 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
11
img/setSymbols/official/j22-s.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="407.11957">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 319.3358,9.236027 301.78205,51.012562 C 205.00645,41.669091 31.516455,85.916981 3.6612321,192.29928 -9.7161954,243.38921 11.971527,293.58567 95.207637,321.61087 l -2.641003,7.43924 c -2.720095,7.66205 -1.23275,13.85066 7.852546,17.13422 l 165.25076,59.72402 c 8.19332,2.96118 14.36009,0.594 17.81178,-8.22062 l 16.11024,-41.14095 c 15.44072,1.36378 30.97439,1.81881 46.46026,1.01965 36.02597,-1.68897 71.77486,-8.59767 105.94545,-20.10171 25.48782,-8.64626 50.13143,-20.05171 72.62419,-34.89134 17.62269,-11.68049 33.89102,-25.64346 47.0099,-42.28797 11.18166,-14.2297 19.9469,-30.53452 24.498,-48.10631 3.27856,-12.54458 4.64116,-25.65302 3.43873,-38.5841 -1.33303,-12.77849 -6.11476,-25.10878 -13.38697,-35.67261 -8.81075,-12.92519 -20.86867,-23.3477 -34.01887,-31.67636 -14.27016,-9.033954 -29.87154,-15.822278 -45.90886,-21.03638 l 3.29578,-8.019741 c 3.61993,-8.808518 -0.7769,-14.608349 -8.54098,-17.398397 L 337.63224,1.0816781 C 328.75682,-2.1077334 322.33585,2.0961616 319.3358,9.236027 Z M 119.41243,252.25358 C 83.533194,244.26535 79.437699,227.34191 80.993266,207.82514 83.905568,171.28623 137.91385,146.98923 165.1883,137.09074 Z m 401.64408,-53.97369 c -2.3601,37.37482 -55.59626,63.81856 -85.9642,72.33384 L 480.258,154.05899 c 38.1991,10.27913 42.06243,24.20527 40.79851,44.2209 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 288.46504,273.52616 25.33118,9.71029 -43.12628,110.11548 -165.37739,-59.77447 2.83568,-7.90191 c 56.82176,11.42216 104.12668,15.85063 147.47163,-7.46988 16.28147,-8.75978 24.70264,-19.91153 32.86518,-44.67951 z M 298.07448,64.335319 274.5329,117.31724 187.76423,86.113028 173.63038,119.85036 c -60.23162,19.98377 -110.506527,47.96529 -109.440146,96.61533 0.596993,27.23574 27.69321,45.44096 63.579046,51.35157 l 66.12604,-166.36712 164.99276,61.16067 -27.44211,71.95458 c 27.40802,5.91192 44.90083,2.64404 61.96272,-9.41129 24.49919,-17.31025 37.90456,-51.1209 42.4557,-79.34867 3.44266,-21.35258 -8.11804,-47.969447 -24.44229,-60.353859 71.51851,-3.220273 174.38332,29.161959 175.07868,95.661119 1.13595,108.63366 -163.57229,172.74794 -282.67983,162.21956 l 20.52993,-56.29613 91.89388,32.59308 13.74659,-33.75879 c 61.31786,-14.43899 109.66934,-50.50311 106.89519,-98.98634 -1.54165,-26.94323 -24.76099,-42.80784 -65.29088,-47.87408 l -63.4584,164.23339 -165.78874,-60.4386 25.91609,-71.05775 c -25.93807,-9.12245 -40.60671,-2.65641 -56.21528,8.05378 -24.46866,16.78975 -36.4752,38.57938 -43.48518,77.68227 -2.8143,29.83422 4.01635,51.81046 25.03799,67.51756 C 88.172613,317.40388 12.994449,283.56464 15.549804,213.60144 19.437435,107.16182 193.92595,57.655467 298.07448,64.335319 Z m -43.38434,113.776751 -26.59773,71.77166 49.39579,19.42057 c -14.63551,31.80498 -34.61927,48.12923 -59.95045,48.9736 -16.46526,0 -29.55304,-8.86591 -35.46364,-26.17554 -5.91061,-17.30964 -1.46583,-48.11066 5.48842,-64.17232 13.90175,-32.1081 43.05455,-57.27378 67.12761,-49.81797 z M 382.89967,89.451677 c 14.2888,-0.347004 29.42938,11.467243 35.14231,24.568873 10.27487,23.56364 3.51218,54.91627 -10.62979,76.38305 -12.52725,19.01571 -34.38019,42.8137 -58.45156,35.35789 l 25.95506,-70.80766 -51.96647,-19.09923 c 14.63466,-31.80414 34.68761,-45.789428 59.95045,-46.402923 z m -50.6946,-75.969525 163.38754,59.141259 -3.34523,7.957038 c -31.56952,-6.457681 -93.1385,-15.529669 -134.04684,2.46163 -20.46428,9.00009 -38.06646,23.822681 -46.22816,48.590661 l -25.33118,-9.71029 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
11
img/setSymbols/official/j22-u.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="407.11957">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#596771" />
|
||||||
|
<stop offset="0.9" stop-color="#c3e2ee" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 319.3358,9.236027 301.78205,51.012562 C 205.00645,41.669091 31.516455,85.916981 3.6612321,192.29928 -9.7161954,243.38921 11.971527,293.58567 95.207637,321.61087 l -2.641003,7.43924 c -2.720095,7.66205 -1.23275,13.85066 7.852546,17.13422 l 165.25076,59.72402 c 8.19332,2.96118 14.36009,0.594 17.81178,-8.22062 l 16.11024,-41.14095 c 15.44072,1.36378 30.97439,1.81881 46.46026,1.01965 36.02597,-1.68897 71.77486,-8.59767 105.94545,-20.10171 25.48782,-8.64626 50.13143,-20.05171 72.62419,-34.89134 17.62269,-11.68049 33.89102,-25.64346 47.0099,-42.28797 11.18166,-14.2297 19.9469,-30.53452 24.498,-48.10631 3.27856,-12.54458 4.64116,-25.65302 3.43873,-38.5841 -1.33303,-12.77849 -6.11476,-25.10878 -13.38697,-35.67261 -8.81075,-12.92519 -20.86867,-23.3477 -34.01887,-31.67636 -14.27016,-9.033954 -29.87154,-15.822278 -45.90886,-21.03638 l 3.29578,-8.019741 c 3.61993,-8.808518 -0.7769,-14.608349 -8.54098,-17.398397 L 337.63224,1.0816781 C 328.75682,-2.1077334 322.33585,2.0961616 319.3358,9.236027 Z M 119.41243,252.25358 C 83.533194,244.26535 79.437699,227.34191 80.993266,207.82514 83.905568,171.28623 137.91385,146.98923 165.1883,137.09074 Z m 401.64408,-53.97369 c -2.3601,37.37482 -55.59626,63.81856 -85.9642,72.33384 L 480.258,154.05899 c 38.1991,10.27913 42.06243,24.20527 40.79851,44.2209 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 288.46504,273.52616 25.33118,9.71029 -43.12628,110.11548 -165.37739,-59.77447 2.83568,-7.90191 c 56.82176,11.42216 104.12668,15.85063 147.47163,-7.46988 16.28147,-8.75978 24.70264,-19.91153 32.86518,-44.67951 z M 298.07448,64.335319 274.5329,117.31724 187.76423,86.113028 173.63038,119.85036 c -60.23162,19.98377 -110.506527,47.96529 -109.440146,96.61533 0.596993,27.23574 27.69321,45.44096 63.579046,51.35157 l 66.12604,-166.36712 164.99276,61.16067 -27.44211,71.95458 c 27.40802,5.91192 44.90083,2.64404 61.96272,-9.41129 24.49919,-17.31025 37.90456,-51.1209 42.4557,-79.34867 3.44266,-21.35258 -8.11804,-47.969447 -24.44229,-60.353859 71.51851,-3.220273 174.38332,29.161959 175.07868,95.661119 1.13595,108.63366 -163.57229,172.74794 -282.67983,162.21956 l 20.52993,-56.29613 91.89388,32.59308 13.74659,-33.75879 c 61.31786,-14.43899 109.66934,-50.50311 106.89519,-98.98634 -1.54165,-26.94323 -24.76099,-42.80784 -65.29088,-47.87408 l -63.4584,164.23339 -165.78874,-60.4386 25.91609,-71.05775 c -25.93807,-9.12245 -40.60671,-2.65641 -56.21528,8.05378 -24.46866,16.78975 -36.4752,38.57938 -43.48518,77.68227 -2.8143,29.83422 4.01635,51.81046 25.03799,67.51756 C 88.172613,317.40388 12.994449,283.56464 15.549804,213.60144 19.437435,107.16182 193.92595,57.655467 298.07448,64.335319 Z m -43.38434,113.776751 -26.59773,71.77166 49.39579,19.42057 c -14.63551,31.80498 -34.61927,48.12923 -59.95045,48.9736 -16.46526,0 -29.55304,-8.86591 -35.46364,-26.17554 -5.91061,-17.30964 -1.46583,-48.11066 5.48842,-64.17232 13.90175,-32.1081 43.05455,-57.27378 67.12761,-49.81797 z M 382.89967,89.451677 c 14.2888,-0.347004 29.42938,11.467243 35.14231,24.568873 10.27487,23.56364 3.51218,54.91627 -10.62979,76.38305 -12.52725,19.01571 -34.38019,42.8137 -58.45156,35.35789 l 25.95506,-70.80766 -51.96647,-19.09923 c 14.63466,-31.80414 34.68761,-45.789428 59.95045,-46.402923 z m -50.6946,-75.969525 163.38754,59.141259 -3.34523,7.957038 c -31.56952,-6.457681 -93.1385,-15.529669 -134.04684,2.46163 -20.46428,9.00009 -38.06646,23.822681 -46.22816,48.590661 l -25.33118,-9.71029 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
5
img/setSymbols/official/ltc-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="649" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="outline" fill="white" d="m192 41.3-99.1-41.3c-83.9 55.6-99.1 203-91.7 281l11.4-8.31c2.56 18.5 6.19 35.3 11.7 49.4l-18.4 4.2c5.04 45.1 46.9 109 79 145l8.6-7.38 37.4 40.9c-8.04 2.37-23 3.79-38.3 3.99 19.9 45.9 129 114 207 140 77.9-26.2 187-94.3 207-140-15.3-0.199-30.2-1.62-38.3-3.99l37.4-40.9 8.6 7.38c32.2-35.5 74-99.5 79-145l-18.4-4.2c5.47-14.1 9.09-31 11.7-49.4l11.4 8.31c7.4-77.7-7.8-226-91.7-281l-99.1 41.3z"/>
|
||||||
|
<path id="body" fill="black" d="m180 60.9-37.2-16.7c-20.4-9.17-39.6-17.7-42.5-19-70.9 67-72.3 148-76.9 219 17.9-14.5 39-22.4 56.8-3.32 27 29-7.25 85.7-52.7 100 12 38.2 31.8 72 59.1 103 26.2-30 62.8-34.6 84.7-12.2 41.1 42 6.77 91.8-47.1 91.7 50.5 46.5 112 79.8 176 108 63.8-28.4 125-61.7 176-108-53.8 0.102-88.1-49.7-47.1-91.7 21.9-22.4 58.5-17.7 84.7 12.2 27.4-30.7 47.1-64.5 59.1-103-45.4-14.7-79.7-71.5-52.7-100 17.8-19.1 38.8-11.2 56.8 3.32-4.59-70.1-5.96-152-76.9-219-2.94 1.28-22.1 9.83-42.5 19l-37.2 16.7zM418 264c-16.6-17.6-78.5-30.6-118-30.6s-101 13-118 30.6c28.3 25.1 63.4 42.9 118 42.9 54.6 0 89.7-17.8 118-42.9zm69.9-3.11c0 86.9-79.2 144-188 144s-188-56.9-188-144c0-86.5 77.2-142 188-142s188 55.6 188 142zM438 445c23.3-14.7 37.7-11.2 55.8 1.99-15.8 17.9-31.5 35.9-46.9 54.2-22.2-14-25.4-39.2-8.89-56.2zm92.4-196c15.7-15 27.2-1.45 39.4 8.43 0 0-8.04 39-12.4 54.8-20.2-9.3-42.6-48.4-27-63.3zm-369 196c-23.3-14.7-37.7-11.2-55.8 1.99 15.8 17.9 31.5 35.9 46.9 54.2 22.2-14 25.4-39.2 8.89-56.2zm-92.4-196c-15.7-15-27.2-1.45-39.4 8.43 0 0 8.04 39 12.4 54.8 20.2-9.3 42.6-48.4 27-63.3zM472 296c16.1-103-66.7-163-172-163-105 0-188 59.7-172 163 33.9-52.1 85-75.2 172-75.6 87.1 0.363 138 23.5 172 75.6zm-336 15.7c9.08-14.9 19.5-28.8 32.5-40.5l9.95 9.13c24.8 22.8 78.3 40.7 121 40.7 43.1 0 96.6-17.9 121-40.7l9.95-9.13c12.9 11.8 23.4 25.6 32.5 40.5-38.8 54.2-81.3 79.2-164 79.2s-125-25-164-79.2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
13
img/setSymbols/official/ltc-m.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="649" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b2341a" offset="0"/>
|
||||||
|
<stop stop-color="#f59700" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m192 41.3-99.1-41.3c-83.9 55.6-99.1 203-91.7 281l11.4-8.31c2.56 18.5 6.19 35.3 11.7 49.4l-18.4 4.2c5.04 45.1 46.9 109 79 145l8.6-7.38 37.4 40.9c-8.04 2.37-23 3.79-38.3 3.99 19.9 45.9 129 114 207 140 77.9-26.2 187-94.3 207-140-15.3-0.199-30.2-1.62-38.3-3.99l37.4-40.9 8.6 7.38c32.2-35.5 74-99.5 79-145l-18.4-4.2c5.47-14.1 9.09-31 11.7-49.4l11.4 8.31c7.4-77.7-7.8-226-91.7-281l-99.1 41.3z"/>
|
||||||
|
<path id="background" fill="#b2341a" d="m438 445c23.3-14.7 37.7-11.2 55.8 1.99-15.8 17.9-31.5 35.9-46.9 54.2-22.2-14-25.4-39.2-8.89-56.2zm92.4-196c15.7-15 27.2-1.45 39.4 8.43 0 0-8.04 39-12.4 54.8-20.2-9.3-42.6-48.4-27-63.3zm-369 196c-23.3-14.7-37.7-11.2-55.8 1.99 15.8 17.9 31.5 35.9 46.9 54.2 22.2-14 25.4-39.2 8.89-56.2zm-92.4-196c-15.7-15-27.2-1.45-39.4 8.43 0 0 8.04 39 12.4 54.8 20.2-9.3 42.6-48.4 27-63.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m180 60.9-37.2-16.7c-20.4-9.17-39.6-17.7-42.5-19-70.9 67-72.3 148-76.9 219 17.9-14.5 39-22.4 56.8-3.32 27 29-7.25 85.7-52.7 100 12 38.2 31.8 72 59.1 103 26.2-30 62.8-34.6 84.7-12.2 41.1 42 6.77 91.8-47.1 91.7 50.5 46.5 112 79.8 176 108 63.8-28.4 125-61.7 176-108-53.8 0.102-88.1-49.7-47.1-91.7 21.9-22.4 58.5-17.7 84.7 12.2 27.4-30.7 47.1-64.5 59.1-103-45.4-14.7-79.7-71.5-52.7-100 17.8-19.1 38.8-11.2 56.8 3.32-4.59-70.1-5.96-152-76.9-219-2.94 1.28-22.1 9.83-42.5 19l-37.2 16.7zM418 264c-16.6-17.6-78.5-30.6-118-30.6s-101 13-118 30.6c28.3 25.1 63.4 42.9 118 42.9 54.6 0 89.7-17.8 118-42.9zm69.9-3.11c0 86.9-79.2 144-188 144s-188-56.9-188-144c0-86.5 77.2-142 188-142s188 55.6 188 142z"/>
|
||||||
|
<path id="ring" fill="white" d="m472 296c16.1-103-66.7-163-172-163-105 0-188 59.7-172 163 33.9-52.1 85-75.2 172-75.6 87.1 0.363 138 23.5 172 75.6zm-336 15.7c9.08-14.9 19.5-28.8 32.5-40.5l9.95 9.13c24.8 22.8 78.3 40.7 121 40.7 43.1 0 96.6-17.9 121-40.7l9.95-9.13c12.9 11.8 23.4 25.6 32.5 40.5-38.8 54.2-81.3 79.2-164 79.2s-125-25-164-79.2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
13
img/setSymbols/official/ltc-r.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="649" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#807241" offset="0"/>
|
||||||
|
<stop stop-color="#e1c47e" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m192 41.3-99.1-41.3c-83.9 55.6-99.1 203-91.7 281l11.4-8.31c2.56 18.5 6.19 35.3 11.7 49.4l-18.4 4.2c5.04 45.1 46.9 109 79 145l8.6-7.38 37.4 40.9c-8.04 2.37-23 3.79-38.3 3.99 19.9 45.9 129 114 207 140 77.9-26.2 187-94.3 207-140-15.3-0.199-30.2-1.62-38.3-3.99l37.4-40.9 8.6 7.38c32.2-35.5 74-99.5 79-145l-18.4-4.2c5.47-14.1 9.09-31 11.7-49.4l11.4 8.31c7.4-77.7-7.8-226-91.7-281l-99.1 41.3z"/>
|
||||||
|
<path id="background" fill="#807241" d="m438 445c23.3-14.7 37.7-11.2 55.8 1.99-15.8 17.9-31.5 35.9-46.9 54.2-22.2-14-25.4-39.2-8.89-56.2zm92.4-196c15.7-15 27.2-1.45 39.4 8.43 0 0-8.04 39-12.4 54.8-20.2-9.3-42.6-48.4-27-63.3zm-369 196c-23.3-14.7-37.7-11.2-55.8 1.99 15.8 17.9 31.5 35.9 46.9 54.2 22.2-14 25.4-39.2 8.89-56.2zm-92.4-196c-15.7-15-27.2-1.45-39.4 8.43 0 0 8.04 39 12.4 54.8 20.2-9.3 42.6-48.4 27-63.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m180 60.9-37.2-16.7c-20.4-9.17-39.6-17.7-42.5-19-70.9 67-72.3 148-76.9 219 17.9-14.5 39-22.4 56.8-3.32 27 29-7.25 85.7-52.7 100 12 38.2 31.8 72 59.1 103 26.2-30 62.8-34.6 84.7-12.2 41.1 42 6.77 91.8-47.1 91.7 50.5 46.5 112 79.8 176 108 63.8-28.4 125-61.7 176-108-53.8 0.102-88.1-49.7-47.1-91.7 21.9-22.4 58.5-17.7 84.7 12.2 27.4-30.7 47.1-64.5 59.1-103-45.4-14.7-79.7-71.5-52.7-100 17.8-19.1 38.8-11.2 56.8 3.32-4.59-70.1-5.96-152-76.9-219-2.94 1.28-22.1 9.83-42.5 19l-37.2 16.7zM418 264c-16.6-17.6-78.5-30.6-118-30.6s-101 13-118 30.6c28.3 25.1 63.4 42.9 118 42.9 54.6 0 89.7-17.8 118-42.9zm69.9-3.11c0 86.9-79.2 144-188 144s-188-56.9-188-144c0-86.5 77.2-142 188-142s188 55.6 188 142z"/>
|
||||||
|
<path id="ring" fill="white" d="m472 296c16.1-103-66.7-163-172-163-105 0-188 59.7-172 163 33.9-52.1 85-75.2 172-75.6 87.1 0.363 138 23.5 172 75.6zm-336 15.7c9.08-14.9 19.5-28.8 32.5-40.5l9.95 9.13c24.8 22.8 78.3 40.7 121 40.7 43.1 0 96.6-17.9 121-40.7l9.95-9.13c12.9 11.8 23.4 25.6 32.5 40.5-38.8 54.2-81.3 79.2-164 79.2s-125-25-164-79.2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
14
img/setSymbols/official/ltc-s.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="649" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0"/>
|
||||||
|
<stop stop-color="#bf99c3" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m192 41.3-99.1-41.3c-83.9 55.6-99.1 203-91.7 281l11.4-8.31c2.56 18.5 6.19 35.3 11.7 49.4l-18.4 4.2c5.04 45.1 46.9 109 79 145l8.6-7.38 37.4 40.9c-8.04 2.37-23 3.79-38.3 3.99 19.9 45.9 129 114 207 140 77.9-26.2 187-94.3 207-140-15.3-0.199-30.2-1.62-38.3-3.99l37.4-40.9 8.6 7.38c32.2-35.5 74-99.5 79-145l-18.4-4.2c5.47-14.1 9.09-31 11.7-49.4l11.4 8.31c7.4-77.7-7.8-226-91.7-281l-99.1 41.3z"/>
|
||||||
|
<path id="background" fill="#612c75" d="m438 445c23.3-14.7 37.7-11.2 55.8 1.99-15.8 17.9-31.5 35.9-46.9 54.2-22.2-14-25.4-39.2-8.89-56.2zm92.4-196c15.7-15 27.2-1.45 39.4 8.43 0 0-8.04 39-12.4 54.8-20.2-9.3-42.6-48.4-27-63.3zm-369 196c-23.3-14.7-37.7-11.2-55.8 1.99 15.8 17.9 31.5 35.9 46.9 54.2 22.2-14 25.4-39.2 8.89-56.2zm-92.4-196c-15.7-15-27.2-1.45-39.4 8.43 0 0 8.04 39 12.4 54.8 20.2-9.3 42.6-48.4 27-63.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m180 60.9-37.2-16.7c-20.4-9.17-39.6-17.7-42.5-19-70.9 67-72.3 148-76.9 219 17.9-14.5 39-22.4 56.8-3.32 27 29-7.25 85.7-52.7 100 12 38.2 31.8 72 59.1 103 26.2-30 62.8-34.6 84.7-12.2 41.1 42 6.77 91.8-47.1 91.7 50.5 46.5 112 79.8 176 108 63.8-28.4 125-61.7 176-108-53.8 0.102-88.1-49.7-47.1-91.7 21.9-22.4 58.5-17.7 84.7 12.2 27.4-30.7 47.1-64.5 59.1-103-45.4-14.7-79.7-71.5-52.7-100 17.8-19.1 38.8-11.2 56.8 3.32-4.59-70.1-5.96-152-76.9-219-2.94 1.28-22.1 9.83-42.5 19l-37.2 16.7z"/>
|
||||||
|
<path id="edge" fill="#612c75" d="m418 264c-16.6-17.6-78.5-30.6-118-30.6s-101 13-118 30.6c28.3 25.1 63.4 42.9 118 42.9 54.6 0 89.7-17.8 118-42.9zm69.9-3.11c0 86.9-79.2 144-188 144s-188-56.9-188-144c0-86.5 77.2-142 188-142s188 55.6 188 142z"/>
|
||||||
|
<path id="ring" fill="white" d="m472 296c16.1-103-66.7-163-172-163-105 0-188 59.7-172 163 33.9-52.1 85-75.2 172-75.6 87.1 0.363 138 23.5 172 75.6zm-336 15.7c9.08-14.9 19.5-28.8 32.5-40.5l9.95 9.13c24.8 22.8 78.3 40.7 121 40.7 43.1 0 96.6-17.9 121-40.7l9.95-9.13c12.9 11.8 23.4 25.6 32.5 40.5-38.8 54.2-81.3 79.2-164 79.2s-125-25-164-79.2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
13
img/setSymbols/official/ltc-u.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="649" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#596771" offset="0"/>
|
||||||
|
<stop stop-color="#c3e2ee" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m192 41.3-99.1-41.3c-83.9 55.6-99.1 203-91.7 281l11.4-8.31c2.56 18.5 6.19 35.3 11.7 49.4l-18.4 4.2c5.04 45.1 46.9 109 79 145l8.6-7.38 37.4 40.9c-8.04 2.37-23 3.79-38.3 3.99 19.9 45.9 129 114 207 140 77.9-26.2 187-94.3 207-140-15.3-0.199-30.2-1.62-38.3-3.99l37.4-40.9 8.6 7.38c32.2-35.5 74-99.5 79-145l-18.4-4.2c5.47-14.1 9.09-31 11.7-49.4l11.4 8.31c7.4-77.7-7.8-226-91.7-281l-99.1 41.3z"/>
|
||||||
|
<path id="background" fill="#596771" d="m438 445c23.3-14.7 37.7-11.2 55.8 1.99-15.8 17.9-31.5 35.9-46.9 54.2-22.2-14-25.4-39.2-8.89-56.2zm92.4-196c15.7-15 27.2-1.45 39.4 8.43 0 0-8.04 39-12.4 54.8-20.2-9.3-42.6-48.4-27-63.3zm-369 196c-23.3-14.7-37.7-11.2-55.8 1.99 15.8 17.9 31.5 35.9 46.9 54.2 22.2-14 25.4-39.2 8.89-56.2zm-92.4-196c-15.7-15-27.2-1.45-39.4 8.43 0 0 8.04 39 12.4 54.8 20.2-9.3 42.6-48.4 27-63.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m180 60.9-37.2-16.7c-20.4-9.17-39.6-17.7-42.5-19-70.9 67-72.3 148-76.9 219 17.9-14.5 39-22.4 56.8-3.32 27 29-7.25 85.7-52.7 100 12 38.2 31.8 72 59.1 103 26.2-30 62.8-34.6 84.7-12.2 41.1 42 6.77 91.8-47.1 91.7 50.5 46.5 112 79.8 176 108 63.8-28.4 125-61.7 176-108-53.8 0.102-88.1-49.7-47.1-91.7 21.9-22.4 58.5-17.7 84.7 12.2 27.4-30.7 47.1-64.5 59.1-103-45.4-14.7-79.7-71.5-52.7-100 17.8-19.1 38.8-11.2 56.8 3.32-4.59-70.1-5.96-152-76.9-219-2.94 1.28-22.1 9.83-42.5 19l-37.2 16.7zM418 264c-16.6-17.6-78.5-30.6-118-30.6s-101 13-118 30.6c28.3 25.1 63.4 42.9 118 42.9 54.6 0 89.7-17.8 118-42.9zm69.9-3.11c0 86.9-79.2 144-188 144s-188-56.9-188-144c0-86.5 77.2-142 188-142s188 55.6 188 142z"/>
|
||||||
|
<path id="ring" fill="white" d="m472 296c16.1-103-66.7-163-172-163-105 0-188 59.7-172 163 33.9-52.1 85-75.2 172-75.6 87.1 0.363 138 23.5 172 75.6zm-336 15.7c9.08-14.9 19.5-28.8 32.5-40.5l9.95 9.13c24.8 22.8 78.3 40.7 121 40.7 43.1 0 96.6-17.9 121-40.7l9.95-9.13c12.9 11.8 23.4 25.6 32.5 40.5-38.8 54.2-81.3 79.2-164 79.2s-125-25-164-79.2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
5
img/setSymbols/official/ltr-c.svg
Normal file
After Width: | Height: | Size: 8.2 KiB |
12
img/setSymbols/official/ltr-m.svg
Normal file
After Width: | Height: | Size: 8.4 KiB |
12
img/setSymbols/official/ltr-r.svg
Normal file
After Width: | Height: | Size: 8.4 KiB |
12
img/setSymbols/official/ltr-s.svg
Normal file
After Width: | Height: | Size: 8.4 KiB |
12
img/setSymbols/official/ltr-u.svg
Normal file
After Width: | Height: | Size: 8.4 KiB |
5
img/setSymbols/official/mat-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="594" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="outline" fill="white" d="m122 537 127-87.4 50.8 48.8 50.8-48.8 127 87.4c-56 38.3-115 57.4-178 57.4s-122-19.1-178-57.4zm214-239-35.8-36.6-35.8 36.6 35.8 35zm-275-177 85.7 126-49.1 51.6 49.1 49.1-85.7 128c-80.4-118-80.4-236 0-355zm479 0c80.4 118 80.4 236 0 355l-85.7-129 49.9-48.3-49.9-51.6zm-290 25-127-88.2c56-38.3 115-57.4 178-57.4l1.88 0.00499c62 0.379 121 19.5 176 57.4l-127 88.2-50.8-50.8zm1.66 275-245 171 169-247-45.8-46.6 45.8-49.1-169-245 245 172 49.1-50.8 49.1 50.8 245-172-169 245 47.4 49.1-47.4 46.6 169 247-245-171-49.1 48.3z"/>
|
||||||
|
<path id="body" fill="black" d="m301 240 57 58.3-58.4 57-58.4-57 58.4-59.8zm-106 10.3-44.3 47.4 44.3 45.1-127 185 184-129 47.4 46.6 47.4-46.6 184 129-127-186 45.7-44.9-45.5-47.1 126-183-183 129-47.1-48.7-47.1 48.7-183-129zm387 47.7a282 282 0 0 0-42.8-149l-66.7 96.3 52.6 52.6-52.6 52.6 66.8 96.4a282 282 0 0 0 42.7-149zm-283 282a282 282 0 0 0 149-42.8l-96.3-66.7-52.6 52.6-52.6-52.6-96.4 66.8a282 282 0 0 0 149 42.7zm-283-282a282 282 0 0 0 42.8 149l66.7-96.3-52.6-52.6 52.6-52.6-66.8-96.4a282 282 0 0 0-42.7 149zm283-283a282 282 0 0 0-149 42.8l96.3 66.7 52.6-52.6 52.6 52.6 96.4-66.8a282 282 0 0 0-149-42.7z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
11
img/setSymbols/official/mat-m.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="594" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" y1="1" y2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b2341a" offset="0"/>
|
||||||
|
<stop stop-color="#f59700" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m122 537 127-87.4 50.8 48.8 50.8-48.8 127 87.4c-56 38.3-115 57.4-178 57.4s-122-19.1-178-57.4zm214-239-35.8-36.6-35.8 36.6 35.8 35zm-275-177 85.7 126-49.1 51.6 49.1 49.1-85.7 128c-80.4-118-80.4-236 0-355zm479 0c80.4 118 80.4 236 0 355l-85.7-129 49.9-48.3-49.9-51.6zm-290 25-127-88.2c56-38.3 115-57.4 178-57.4l1.88 0.00499c62 0.379 121 19.5 176 57.4l-127 88.2-50.8-50.8zm1.66 275-245 171 169-247-45.8-46.6 45.8-49.1-169-245 245 172 49.1-50.8 49.1 50.8 245-172-169 245 47.4 49.1-47.4 46.6 169 247-245-171-49.1 48.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m301 240 57 58.3-58.4 57-58.4-57 58.4-59.8zm-106 10.3-44.3 47.4 44.3 45.1-127 185 184-129 47.4 46.6 47.4-46.6 184 129-127-186 45.7-44.9-45.5-47.1 126-183-183 129-47.1-48.7-47.1 48.7-183-129zm387 47.7a282 282 0 0 0-42.8-149l-66.7 96.3 52.6 52.6-52.6 52.6 66.8 96.4a282 282 0 0 0 42.7-149zm-283 282a282 282 0 0 0 149-42.8l-96.3-66.7-52.6 52.6-52.6-52.6-96.4 66.8a282 282 0 0 0 149 42.7zm-283-282a282 282 0 0 0 42.8 149l66.7-96.3-52.6-52.6 52.6-52.6-66.8-96.4a282 282 0 0 0-42.7 149zm283-283a282 282 0 0 0-149 42.8l96.3 66.7 52.6-52.6 52.6 52.6 96.4-66.8a282 282 0 0 0-149-42.7z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
11
img/setSymbols/official/mat-r.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="594" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" y1="1" y2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#807241" offset="0"/>
|
||||||
|
<stop stop-color="#e1c47e" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m122 537 127-87.4 50.8 48.8 50.8-48.8 127 87.4c-56 38.3-115 57.4-178 57.4s-122-19.1-178-57.4zm214-239-35.8-36.6-35.8 36.6 35.8 35zm-275-177 85.7 126-49.1 51.6 49.1 49.1-85.7 128c-80.4-118-80.4-236 0-355zm479 0c80.4 118 80.4 236 0 355l-85.7-129 49.9-48.3-49.9-51.6zm-290 25-127-88.2c56-38.3 115-57.4 178-57.4l1.88 0.00499c62 0.379 121 19.5 176 57.4l-127 88.2-50.8-50.8zm1.66 275-245 171 169-247-45.8-46.6 45.8-49.1-169-245 245 172 49.1-50.8 49.1 50.8 245-172-169 245 47.4 49.1-47.4 46.6 169 247-245-171-49.1 48.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m301 240 57 58.3-58.4 57-58.4-57 58.4-59.8zm-106 10.3-44.3 47.4 44.3 45.1-127 185 184-129 47.4 46.6 47.4-46.6 184 129-127-186 45.7-44.9-45.5-47.1 126-183-183 129-47.1-48.7-47.1 48.7-183-129zm387 47.7a282 282 0 0 0-42.8-149l-66.7 96.3 52.6 52.6-52.6 52.6 66.8 96.4a282 282 0 0 0 42.7-149zm-283 282a282 282 0 0 0 149-42.8l-96.3-66.7-52.6 52.6-52.6-52.6-96.4 66.8a282 282 0 0 0 149 42.7zm-283-282a282 282 0 0 0 42.8 149l66.7-96.3-52.6-52.6 52.6-52.6-66.8-96.4a282 282 0 0 0-42.7 149zm283-283a282 282 0 0 0-149 42.8l96.3 66.7 52.6-52.6 52.6 52.6 96.4-66.8a282 282 0 0 0-149-42.7z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
11
img/setSymbols/official/mat-s.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="594" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" y1="1" y2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0"/>
|
||||||
|
<stop stop-color="#bf99c3" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m122 537 127-87.4 50.8 48.8 50.8-48.8 127 87.4c-56 38.3-115 57.4-178 57.4s-122-19.1-178-57.4zm214-239-35.8-36.6-35.8 36.6 35.8 35zm-275-177 85.7 126-49.1 51.6 49.1 49.1-85.7 128c-80.4-118-80.4-236 0-355zm479 0c80.4 118 80.4 236 0 355l-85.7-129 49.9-48.3-49.9-51.6zm-290 25-127-88.2c56-38.3 115-57.4 178-57.4l1.88 0.00499c62 0.379 121 19.5 176 57.4l-127 88.2-50.8-50.8zm1.66 275-245 171 169-247-45.8-46.6 45.8-49.1-169-245 245 172 49.1-50.8 49.1 50.8 245-172-169 245 47.4 49.1-47.4 46.6 169 247-245-171-49.1 48.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m301 240 57 58.3-58.4 57-58.4-57 58.4-59.8zm-106 10.3-44.3 47.4 44.3 45.1-127 185 184-129 47.4 46.6 47.4-46.6 184 129-127-186 45.7-44.9-45.5-47.1 126-183-183 129-47.1-48.7-47.1 48.7-183-129zm387 47.7a282 282 0 0 0-42.8-149l-66.7 96.3 52.6 52.6-52.6 52.6 66.8 96.4a282 282 0 0 0 42.7-149zm-283 282a282 282 0 0 0 149-42.8l-96.3-66.7-52.6 52.6-52.6-52.6-96.4 66.8a282 282 0 0 0 149 42.7zm-283-282a282 282 0 0 0 42.8 149l66.7-96.3-52.6-52.6 52.6-52.6-66.8-96.4a282 282 0 0 0-42.7 149zm283-283a282 282 0 0 0-149 42.8l96.3 66.7 52.6-52.6 52.6 52.6 96.4-66.8a282 282 0 0 0-149-42.7z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
11
img/setSymbols/official/mat-u.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="594" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" y1="1" y2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#596771" offset="0"/>
|
||||||
|
<stop stop-color="#c3e2ee" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m122 537 127-87.4 50.8 48.8 50.8-48.8 127 87.4c-56 38.3-115 57.4-178 57.4s-122-19.1-178-57.4zm214-239-35.8-36.6-35.8 36.6 35.8 35zm-275-177 85.7 126-49.1 51.6 49.1 49.1-85.7 128c-80.4-118-80.4-236 0-355zm479 0c80.4 118 80.4 236 0 355l-85.7-129 49.9-48.3-49.9-51.6zm-290 25-127-88.2c56-38.3 115-57.4 178-57.4l1.88 0.00499c62 0.379 121 19.5 176 57.4l-127 88.2-50.8-50.8zm1.66 275-245 171 169-247-45.8-46.6 45.8-49.1-169-245 245 172 49.1-50.8 49.1 50.8 245-172-169 245 47.4 49.1-47.4 46.6 169 247-245-171-49.1 48.3z"/>
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m301 240 57 58.3-58.4 57-58.4-57 58.4-59.8zm-106 10.3-44.3 47.4 44.3 45.1-127 185 184-129 47.4 46.6 47.4-46.6 184 129-127-186 45.7-44.9-45.5-47.1 126-183-183 129-47.1-48.7-47.1 48.7-183-129zm387 47.7a282 282 0 0 0-42.8-149l-66.7 96.3 52.6 52.6-52.6 52.6 66.8 96.4a282 282 0 0 0 42.7-149zm-283 282a282 282 0 0 0 149-42.8l-96.3-66.7-52.6 52.6-52.6-52.6-96.4 66.8a282 282 0 0 0 149 42.7zm-283-282a282 282 0 0 0 42.8 149l66.7-96.3-52.6-52.6 52.6-52.6-66.8-96.4a282 282 0 0 0-42.7 149zm283-283a282 282 0 0 0-149 42.8l96.3 66.7 52.6-52.6 52.6 52.6 96.4-66.8a282 282 0 0 0-149-42.7z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
5
img/setSymbols/official/moc-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="605" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="outline" fill="white" d="m197 76.1-21.3 0.0633c-19.8 0.0597-39.6-6.62-53.3-19.8l-8.13-7.85-114 88.7 8.89 10.4c29.4 34.4 44.4 80.1 46.7 129l2.95 63.2c-1.14 5.37-2.23 10.8-3.24 16.2-8.83-10.4-17.7-25.5-28.3-48.8l-21.9-48.2-3.07 52.8c-5.68 97.7 3.27 148 27.7 214l0.0265 0.0694 0.0286 0.0694 11.3 29.2 13.2-26.6c12.6-25.5 25.4-51.2 39.5-75.9 95.6 8.95 159 76.2 206 152 46.6-75.4 110-143 206-152 14.1 24.7 26.9 50.4 39.5 75.9l13.2 26.6 11.3-29.2 0.0265-0.0694c24.4-65.4 33.4-116 27.7-214l-3.08-52.8-21.9 48.2c-10.6 23.4-19.4 38.4-28.3 48.8-1.01-5.46-2.09-10.9-3.24-16.2l2.95-63.2c2.28-49 17.3-94.6 46.7-129l8.89-10.4-114-88.7-8.13 7.85c-13.7 13.2-33.5 19.9-53.3 19.8l-21.3-0.0633c-35.2-33.1-64.8-54.2-103-76.1-38.2 21.7-76 49.8-103 76.1z"/>
|
||||||
|
<path id="body" fill="black" d="m374 495c-17-37.7-31.6-79.2-25.6-121 1.78-19.9 14.3-37.8 25.4-52.4-14-5.07-29.1-6.67-43.6-9.87 31.4-29 31.5-40.9 31.5-57.5 0-29.5-23.9-61.6-61.4-61.6-37.5 0-61.4 32.1-61.4 61.6 0 16.7 0.113 28.6 31.5 57.5-14.5 3.2-29.6 4.8-43.6 9.87 11.1 14.5 23.6 32.5 25.4 52.4 5.94 41.9-8.61 83.4-25.6 121 9.19 5.97 51 48 73.7 84.6 22.8-36.6 64.5-78.6 73.7-84.6zm119-54.7c-13.4-19-25.4-39.5-41.3-56.4-35.5 19.1-56 59.4-60.1 97.9 32.2-22.9 75.2-39 101-41.5zm-52.7-70.5c-14.9-13.2-29.1-29.7-47.3-38.1-43.1 24.9-27.1 87.8-16.2 125 14.3-46 35.7-70.9 63.5-86.9zm141-231-94.7-73.4c-16.5 16-39.6 23.5-62.4 23.5 49.1 53.4 83.5 119 107 187 2.39-51.2 18.2-99.8 49.8-137zm-474 301c13.4-19 25.4-39.5 41.3-56.4 35.5 19.1 56 59.4 60.1 97.9-32.2-22.9-75.2-39-101-41.5zm52.7-70.5c14.9-13.2 29.1-29.7 47.3-38.1 43.1 24.9 27.1 87.8 16.2 125-14.3-46-35.7-70.9-63.5-86.9zm-141-231 94.7-73.4c16.5 16 39.6 23.5 62.4 23.5-49.1 53.4-83.5 119-107 187-2.39-51.2-18.2-99.8-49.8-137z M558 521c24.1-64.3 32.5-112 26.9-208-17.3 38.2-31.3 57.1-49 68.9-24.3-166-111-294-227-362v154c44.3 11.9 77 40.3 69.9 97.2 17.6-20.8 23.3-48.5 23.3-84.8 13.2 39.6 5.89 86.6-20.8 119 27.3 11.5 51.9 30.8 72.4 52.7 45.8 46.9 75.4 107 104 165zm-516 0c-24.1-64.3-32.5-112-26.9-208 17.3 38.2 31.3 57.1 49 68.9 24.3-166 111-294 227-362v154c-44.3 11.9-77 40.3-69.9 97.2-17.6-20.8-23.3-48.5-23.3-84.8-13.2 39.6-5.89 86.6 20.8 119-27.3 11.5-51.9 30.8-72.4 52.7-45.8 46.9-75.4 107-104 165z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
12
img/setSymbols/official/moc-m.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="605" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b2341a" offset="0"/>
|
||||||
|
<stop stop-color="#f59700" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m197 76.1-21.3 0.0633c-19.8 0.0597-39.6-6.62-53.3-19.8l-8.13-7.85-114 88.7 8.89 10.4c29.4 34.4 44.4 80.1 46.7 129l2.95 63.2c-1.14 5.37-2.23 10.8-3.24 16.2-8.83-10.4-17.7-25.5-28.3-48.8l-21.9-48.2-3.07 52.8c-5.68 97.7 3.27 148 27.7 214l0.0265 0.0694 0.0286 0.0694 11.3 29.2 13.2-26.6c12.6-25.5 25.4-51.2 39.5-75.9 95.6 8.95 159 76.2 206 152 46.6-75.4 110-143 206-152 14.1 24.7 26.9 50.4 39.5 75.9l13.2 26.6 11.3-29.2 0.0265-0.0694c24.4-65.4 33.4-116 27.7-214l-3.08-52.8-21.9 48.2c-10.6 23.4-19.4 38.4-28.3 48.8-1.01-5.46-2.09-10.9-3.24-16.2l2.95-63.2c2.28-49 17.3-94.6 46.7-129l8.89-10.4-114-88.7-8.13 7.85c-13.7 13.2-33.5 19.9-53.3 19.8l-21.3-0.0633c-35.2-33.1-64.8-54.2-103-76.1-38.2 21.7-76 49.8-103 76.1z"/>
|
||||||
|
<path id="shield" fill="url(#gradient-body)" d="m374 495c-17-37.7-31.6-79.2-25.6-121 1.78-19.9 14.3-37.8 25.4-52.4-14-5.07-29.1-6.67-43.6-9.87 31.4-29 31.5-40.9 31.5-57.5 0-29.5-23.9-61.6-61.4-61.6-37.5 0-61.4 32.1-61.4 61.6 0 16.7 0.113 28.6 31.5 57.5-14.5 3.2-29.6 4.8-43.6 9.87 11.1 14.5 23.6 32.5 25.4 52.4 5.94 41.9-8.61 83.4-25.6 121 9.19 5.97 51 48 73.7 84.6 22.8-36.6 64.5-78.6 73.7-84.6zm119-54.7c-13.4-19-25.4-39.5-41.3-56.4-35.5 19.1-56 59.4-60.1 97.9 32.2-22.9 75.2-39 101-41.5zm-52.7-70.5c-14.9-13.2-29.1-29.7-47.3-38.1-43.1 24.9-27.1 87.8-16.2 125 14.3-46 35.7-70.9 63.5-86.9zm141-231-94.7-73.4c-16.5 16-39.6 23.5-62.4 23.5 49.1 53.4 83.5 119 107 187 2.39-51.2 18.2-99.8 49.8-137zm-474 301c13.4-19 25.4-39.5 41.3-56.4 35.5 19.1 56 59.4 60.1 97.9-32.2-22.9-75.2-39-101-41.5zm52.7-70.5c14.9-13.2 29.1-29.7 47.3-38.1 43.1 24.9 27.1 87.8 16.2 125-14.3-46-35.7-70.9-63.5-86.9zm-141-231 94.7-73.4c16.5 16 39.6 23.5 62.4 23.5-49.1 53.4-83.5 119-107 187-2.39-51.2-18.2-99.8-49.8-137z"/>
|
||||||
|
<path id="mask" fill="white" d="m558 521c24.1-64.3 32.5-112 26.9-208-17.3 38.2-31.3 57.1-49 68.9-24.3-166-111-294-227-362v154c44.3 11.9 77 40.3 69.9 97.2 17.6-20.8 23.3-48.5 23.3-84.8 13.2 39.6 5.89 86.6-20.8 119 27.3 11.5 51.9 30.8 72.4 52.7 45.8 46.9 75.4 107 104 165zm-516 0c-24.1-64.3-32.5-112-26.9-208 17.3 38.2 31.3 57.1 49 68.9 24.3-166 111-294 227-362v154c-44.3 11.9-77 40.3-69.9 97.2-17.6-20.8-23.3-48.5-23.3-84.8-13.2 39.6-5.89 86.6 20.8 119-27.3 11.5-51.9 30.8-72.4 52.7-45.8 46.9-75.4 107-104 165z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
12
img/setSymbols/official/moc-r.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="605" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#807241" offset="0"/>
|
||||||
|
<stop stop-color="#e1c47e" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m197 76.1-21.3 0.0633c-19.8 0.0597-39.6-6.62-53.3-19.8l-8.13-7.85-114 88.7 8.89 10.4c29.4 34.4 44.4 80.1 46.7 129l2.95 63.2c-1.14 5.37-2.23 10.8-3.24 16.2-8.83-10.4-17.7-25.5-28.3-48.8l-21.9-48.2-3.07 52.8c-5.68 97.7 3.27 148 27.7 214l0.0265 0.0694 0.0286 0.0694 11.3 29.2 13.2-26.6c12.6-25.5 25.4-51.2 39.5-75.9 95.6 8.95 159 76.2 206 152 46.6-75.4 110-143 206-152 14.1 24.7 26.9 50.4 39.5 75.9l13.2 26.6 11.3-29.2 0.0265-0.0694c24.4-65.4 33.4-116 27.7-214l-3.08-52.8-21.9 48.2c-10.6 23.4-19.4 38.4-28.3 48.8-1.01-5.46-2.09-10.9-3.24-16.2l2.95-63.2c2.28-49 17.3-94.6 46.7-129l8.89-10.4-114-88.7-8.13 7.85c-13.7 13.2-33.5 19.9-53.3 19.8l-21.3-0.0633c-35.2-33.1-64.8-54.2-103-76.1-38.2 21.7-76 49.8-103 76.1z"/>
|
||||||
|
<path id="shield" fill="url(#gradient-body)" d="m374 495c-17-37.7-31.6-79.2-25.6-121 1.78-19.9 14.3-37.8 25.4-52.4-14-5.07-29.1-6.67-43.6-9.87 31.4-29 31.5-40.9 31.5-57.5 0-29.5-23.9-61.6-61.4-61.6-37.5 0-61.4 32.1-61.4 61.6 0 16.7 0.113 28.6 31.5 57.5-14.5 3.2-29.6 4.8-43.6 9.87 11.1 14.5 23.6 32.5 25.4 52.4 5.94 41.9-8.61 83.4-25.6 121 9.19 5.97 51 48 73.7 84.6 22.8-36.6 64.5-78.6 73.7-84.6zm119-54.7c-13.4-19-25.4-39.5-41.3-56.4-35.5 19.1-56 59.4-60.1 97.9 32.2-22.9 75.2-39 101-41.5zm-52.7-70.5c-14.9-13.2-29.1-29.7-47.3-38.1-43.1 24.9-27.1 87.8-16.2 125 14.3-46 35.7-70.9 63.5-86.9zm141-231-94.7-73.4c-16.5 16-39.6 23.5-62.4 23.5 49.1 53.4 83.5 119 107 187 2.39-51.2 18.2-99.8 49.8-137zm-474 301c13.4-19 25.4-39.5 41.3-56.4 35.5 19.1 56 59.4 60.1 97.9-32.2-22.9-75.2-39-101-41.5zm52.7-70.5c14.9-13.2 29.1-29.7 47.3-38.1 43.1 24.9 27.1 87.8 16.2 125-14.3-46-35.7-70.9-63.5-86.9zm-141-231 94.7-73.4c16.5 16 39.6 23.5 62.4 23.5-49.1 53.4-83.5 119-107 187-2.39-51.2-18.2-99.8-49.8-137z"/>
|
||||||
|
<path id="mask" fill="white" d="m558 521c24.1-64.3 32.5-112 26.9-208-17.3 38.2-31.3 57.1-49 68.9-24.3-166-111-294-227-362v154c44.3 11.9 77 40.3 69.9 97.2 17.6-20.8 23.3-48.5 23.3-84.8 13.2 39.6 5.89 86.6-20.8 119 27.3 11.5 51.9 30.8 72.4 52.7 45.8 46.9 75.4 107 104 165zm-516 0c-24.1-64.3-32.5-112-26.9-208 17.3 38.2 31.3 57.1 49 68.9 24.3-166 111-294 227-362v154c-44.3 11.9-77 40.3-69.9 97.2-17.6-20.8-23.3-48.5-23.3-84.8-13.2 39.6-5.89 86.6 20.8 119-27.3 11.5-51.9 30.8-72.4 52.7-45.8 46.9-75.4 107-104 165z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
13
img/setSymbols/official/moc-s.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="606" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0"/>
|
||||||
|
<stop stop-color="#bf99c3" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m300 0-4.74 2.69c-35.9 20.3-71.1 46.3-97.2 71.4l-16.5 0.0484c-16.7 0.0504-33.3-5.72-44.2-16.2l-13.7-13.2-124 95.8 15 17.5c26.4 30.9 40.2 72.4 42.3 117l2.21 47.4c-3.52-6.4-7.2-13.6-11.2-22.5l-36.8-81.2-5.18 89c-5.47 94 3.41 145 27 208l0.013 0.0335 0.0801 0.211 0.0354 0.0857 18.6 48 22.2-44.9c11.1-22.4 22.3-44.8 34.4-66.3 83.7 10.4 140 70.2 183 140l8.13 13.1 8.09-13.1c42.7-69.1 99.4-129 183-140 12.1 21.6 23.3 43.9 34.4 66.4l22.2 44.9 18.6-48.2 0.0448-0.117 0.0112-0.0317c23.6-63.2 32.5-114 27-208l-5.18-89-36.8 81.2c-4.03 8.9-7.71 16.1-11.2 22.5l2.21-47.4c2.1-45 15.9-86.5 42.3-117l15-17.5-124-95.8-13.7 13.2c-10.9 10.5-27.4 16.3-44.2 16.2l-16.7-0.0484c-32.8-30.4-61.3-50.8-97-71.4zm-0.114 22.1c33.5 19.7 60.1 38.8 91.7 68.5l2.74 2.58 24.1 0.0708c21.1 0.0635 42.3-6.91 57.5-21.6v0.0019l1.82-1.76 94.8 73.4-1.99 2.33c-29.7 34.8-44.6 80.5-46.8 129l-2.87 61.6 0.255 1.2c1.08 5.05 2.09 10.1 3.04 15.2l3.67 19.8 13-15.4c9.31-11 18.1-26.1 28.4-48.8l4.89-10.8 0.688 11.8c5.38 92.4-2.83 138-25.8 200l-0.0168 0.0466c-2e-3 6e-3 -4e-3 0.0111-6e-3 0.0168l-2.95 7.61-2.94-5.96c-12-24.4-24.4-49.1-38-72.9l-3.05-5.34-6.12 0.567c-90 8.34-151 68.8-196 137-45-68.4-106-128-196-137l-6.13-0.572-3.05 5.34c-13.6 23.9-25.9 48.6-38 72.9l-2.94 5.96-2.97-7.68-0.0074-0.0205-0.0112-0.0279c-23-61.5-31.2-108-25.8-200l0.688-11.8 4.89 10.8c10.3 22.7 19.1 37.8 28.4 48.8l13 15.4 3.67-19.8c0.947-5.12 1.96-10.2 3.04-15.2l0.255-1.2-2.87-61.6c-2.26-48.4-17.1-94.1-46.8-129l-1.99-2.33 94.8-73.4 1.82 1.76v-0.0019c15.2 14.7 36.4 21.6 57.5 21.6l24.2-0.0708 2.77-2.73c23.7-23.3 57.2-48.5 91.4-68.3z"/>
|
||||||
|
<path id="edge" fill="#612c75" d="m202 83.6-20.3 0.0604c-18.9 0.057-37.8-6.31-50.8-18.9l-7.76-7.49-109 84.6 8.48 9.94c28 32.9 42.4 76.4 44.6 123l2.81 60.3c-1.09 5.13-2.12 10.3-3.09 15.5-8.42-9.96-16.9-24.3-27-46.6l-20.9-46-2.93 50.4c-5.42 93.2 3.12 142 26.4 204l0.0253 0.0662 0.0273 0.0662 10.8 27.8 12.6-25.4c12-24.4 24.3-48.9 37.7-72.4 91.2 8.54 152 72.7 197 145 44.4-72 105-137 197-145 13.4 23.5 25.7 48.1 37.7 72.4l12.6 25.4 10.8-27.9 0.0253-0.0662c23.3-62.4 31.9-111 26.4-204l-2.93-50.4-20.9 46c-10.1 22.3-18.6 36.6-27 46.6-0.964-5.21-2-10.4-3.09-15.5l2.81-60.3c2.18-46.7 16.5-90.3 44.6-123l8.48-9.94-109-84.6-7.76 7.49c-13 12.6-31.9 18.9-50.8 18.9l-20.3-0.0604c-33.6-31.5-61.8-51.7-98.1-72.6-36.5 20.7-72.5 47.5-98.1 72.6z"/>
|
||||||
|
<path id="shield" fill="url(#gradient-body)" d="m370 484c-16.3-35.9-30.1-75.6-24.5-116 1.7-19 13.7-36.1 24.3-50-13.3-4.83-27.7-6.36-41.6-9.42 29.9-27.6 30-39 30-54.9 0-28.1-22.8-58.8-58.6-58.8-35.8 0-58.6 30.7-58.6 58.8 0 15.9 0.108 27.3 30 54.9-13.9 3.05-28.3 4.58-41.6 9.42 10.6 13.9 22.6 31 24.3 50 5.67 40-8.22 79.6-24.5 116 8.77 5.69 48.6 45.8 70.3 80.7 21.7-34.9 61.6-75 70.3-80.7zm114-52.2c-12.8-18.1-24.2-37.7-39.4-53.8-33.9 18.2-53.4 56.6-57.4 93.4 30.7-21.8 71.8-37.3 96.8-39.6zm-50.3-67.3c-14.2-12.6-27.8-28.3-45.1-36.4-41.2 23.8-25.9 83.7-15.4 119 13.6-43.9 34.1-67.7 60.6-82.9zm134-220-90.4-70c-15.8 15.2-37.8 22.4-59.5 22.4 46.9 51 79.7 113 102 178 2.28-48.9 17.3-95.3 47.5-131zm-453 288c12.8-18.1 24.2-37.7 39.4-53.8 33.9 18.2 53.4 56.6 57.4 93.4-30.7-21.8-71.8-37.3-96.8-39.6zm50.3-67.3c14.2-12.6 27.8-28.3 45.1-36.4 41.2 23.8 25.9 83.7 15.4 119-13.6-43.9-34.1-67.7-60.6-82.9zm-134-220 90.4-70c15.8 15.2 37.8 22.4 59.5 22.4-46.9 51-79.7 113-102 178-2.28-48.9-17.3-95.3-47.5-131z"/>
|
||||||
|
<path id="mask" fill="white" d="m546 508c22.9-61.4 31-107 25.7-199-16.5 36.5-29.9 54.5-46.8 65.7-23.2-158-106-281-217-345v147c42.3 11.3 73.5 38.4 66.7 92.7 16.8-19.8 22.3-46.3 22.3-80.9 12.6 37.8 5.62 82.6-19.9 113 26.1 11 49.5 29.4 69.1 50.3 43.7 44.7 72 102 99.1 157zm-492 0c-22.9-61.4-31-107-25.7-199 16.5 36.5 29.9 54.5 46.8 65.7 23.2-158 106-281 217-345v147c-42.3 11.3-73.5 38.4-66.7 92.7-16.8-19.8-22.3-46.3-22.3-80.9-12.6 37.8-5.62 82.6 19.9 113-26.1 11-49.5 29.4-69.1 50.3-43.7 44.7-72 102-99.1 157z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
12
img/setSymbols/official/moc-u.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="605" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x2=".5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#596771" offset="0"/>
|
||||||
|
<stop stop-color="#c3e2ee" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m197 76.1-21.3 0.0633c-19.8 0.0597-39.6-6.62-53.3-19.8l-8.13-7.85-114 88.7 8.89 10.4c29.4 34.4 44.4 80.1 46.7 129l2.95 63.2c-1.14 5.37-2.23 10.8-3.24 16.2-8.83-10.4-17.7-25.5-28.3-48.8l-21.9-48.2-3.07 52.8c-5.68 97.7 3.27 148 27.7 214l0.0265 0.0694 0.0286 0.0694 11.3 29.2 13.2-26.6c12.6-25.5 25.4-51.2 39.5-75.9 95.6 8.95 159 76.2 206 152 46.6-75.4 110-143 206-152 14.1 24.7 26.9 50.4 39.5 75.9l13.2 26.6 11.3-29.2 0.0265-0.0694c24.4-65.4 33.4-116 27.7-214l-3.08-52.8-21.9 48.2c-10.6 23.4-19.4 38.4-28.3 48.8-1.01-5.46-2.09-10.9-3.24-16.2l2.95-63.2c2.28-49 17.3-94.6 46.7-129l8.89-10.4-114-88.7-8.13 7.85c-13.7 13.2-33.5 19.9-53.3 19.8l-21.3-0.0633c-35.2-33.1-64.8-54.2-103-76.1-38.2 21.7-76 49.8-103 76.1z"/>
|
||||||
|
<path id="shield" fill="url(#gradient-body)" d="m374 495c-17-37.7-31.6-79.2-25.6-121 1.78-19.9 14.3-37.8 25.4-52.4-14-5.07-29.1-6.67-43.6-9.87 31.4-29 31.5-40.9 31.5-57.5 0-29.5-23.9-61.6-61.4-61.6-37.5 0-61.4 32.1-61.4 61.6 0 16.7 0.113 28.6 31.5 57.5-14.5 3.2-29.6 4.8-43.6 9.87 11.1 14.5 23.6 32.5 25.4 52.4 5.94 41.9-8.61 83.4-25.6 121 9.19 5.97 51 48 73.7 84.6 22.8-36.6 64.5-78.6 73.7-84.6zm119-54.7c-13.4-19-25.4-39.5-41.3-56.4-35.5 19.1-56 59.4-60.1 97.9 32.2-22.9 75.2-39 101-41.5zm-52.7-70.5c-14.9-13.2-29.1-29.7-47.3-38.1-43.1 24.9-27.1 87.8-16.2 125 14.3-46 35.7-70.9 63.5-86.9zm141-231-94.7-73.4c-16.5 16-39.6 23.5-62.4 23.5 49.1 53.4 83.5 119 107 187 2.39-51.2 18.2-99.8 49.8-137zm-474 301c13.4-19 25.4-39.5 41.3-56.4 35.5 19.1 56 59.4 60.1 97.9-32.2-22.9-75.2-39-101-41.5zm52.7-70.5c14.9-13.2 29.1-29.7 47.3-38.1 43.1 24.9 27.1 87.8 16.2 125-14.3-46-35.7-70.9-63.5-86.9zm-141-231 94.7-73.4c16.5 16 39.6 23.5 62.4 23.5-49.1 53.4-83.5 119-107 187-2.39-51.2-18.2-99.8-49.8-137z"/>
|
||||||
|
<path id="mask" fill="white" d="m558 521c24.1-64.3 32.5-112 26.9-208-17.3 38.2-31.3 57.1-49 68.9-24.3-166-111-294-227-362v154c44.3 11.9 77 40.3 69.9 97.2 17.6-20.8 23.3-48.5 23.3-84.8 13.2 39.6 5.89 86.6-20.8 119 27.3 11.5 51.9 30.8 72.4 52.7 45.8 46.9 75.4 107 104 165zm-516 0c-24.1-64.3-32.5-112-26.9-208 17.3 38.2 31.3 57.1 49 68.9 24.3-166 111-294 227-362v154c-44.3 11.9-77 40.3-69.9 97.2-17.6-20.8-23.3-48.5-23.3-84.8-13.2 39.6-5.89 86.6 20.8 119-27.3 11.5-51.9 30.8-72.4 52.7-45.8 46.9-75.4 107-104 165z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
6
img/setSymbols/official/mom-c.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="437.62799">
|
||||||
|
<path id="outline" fill="white" d="M 297,0.558 244,81.8 c 13.6,-4.21 29.7,-6.5 42.7,-6.61 16.5,0.0018 32.9,2.84 48.4,8.4 L 362,13.8 C 341,6.23 318,1.56 297,0.558 Z m 189,127 -30.7,41.4 -32.7,1.03 c 5.75,15.8 8.69,32.5 8.69,49.3 -0.0438,7.51 -0.675,15 -1.89,22.4 l 65.9,45.4 c 8.06,-23.7 11.2,-45 10.9,-67.8 -0.145,-36.7 -5.87,-63.2 -20.2,-91.7 z M 143,229 84.3,302 c 9.61,22.4 22.6,43.9 38,61.3 l 12.2,-46.8 26.6,11.6 9.95,-23.4 c -16,-25.4 -26,-49.4 -27.9,-76.1 z m 40.9,91 -17.1,33.2 -18.5,-8.48 -8.49,36.8 c 23.2,19.8 50.1,36.3 77.2,45.1 v -81.5 c -14.5,-6.89 -24,-16.3 -33.1,-25.1 z m 174,24.3 c -39.5,20.1 -81.2,24 -120,10.2 v 78 c 72.3,13.4 129,-2.17 185,-41.8 z M 380,21.2 353,91.3 c 28.8,15.3 46.8,33.7 60.9,60.2 h 30.8 l 32.4,-40.5 c -24.5,-41.1 -52.5,-70.9 -96.9,-89.7 z m 99.4,385 -193,-134 -36.4,-16.7 -50.4,-35.9 -1.08,69.1 -52.9,-96.5 -68.1,88.9 -9.08,-48.6 60.2,-77.6 -15.3,-25.3 L 27.3,68.9 13.6,68.6 0,68.3 2.94,18.5 46.2,1.6 57.1,28.1 152,92.7 173,92.4 224,6.9 275,0 l -62.3,96.9 111,15.9 -65.7,23 58.2,39.7 25.9,27.2 L 532,338 600,438 Z" />
|
||||||
|
<path id="body" fill="black" d="m 303,8.54 c 16.3,1.25 32.3,4.37 47.9,9.31 l -21.4,55.1 c -13.8,-4.04 -28.1,-6.11 -42.4,-6.16 -7.68,0.0475 -15.3,0.676 -22.9,1.88 z m 83.1,24.1 c 33.3,17.7 61.2,43.9 80.9,76 l -26.7,33.4 H 418 C 405,120 386,101 364,88.1 Z m 98.6,112 c 9,23.8 13.6,49 13.7,74.5 -0.0684,18.1 -2.47,36.2 -7.15,53.7 l -52.9,-36.5 c 0.695,-5.73 1.06,-11.5 1.11,-17.3 -0.034,-13.6 -1.88,-27.1 -5.49,-40.2 l 26,-0.818 z M 138,251 c 4.11,19.4 12,37.7 23.1,54.1 l -4.69,11 -28,-12.2 -10.9,41.7 c -9.23,-12.4 -17.1,-25.8 -23.4,-40 z m 49.4,83.7 c 6.39,5.55 13.2,10.6 20.4,15 v 65.6 c -21,-8.48 -40.5,-20.3 -57.7,-34.9 l 5.06,-21.9 16.2,7.41 z m 169,20.3 52,37.2 c -53.6,31.3 -105,45.3 -161,34.8 v -60.5 c 36.5,9.83 78.2,3.84 109,-11.5 z m -163,-232 16.7,26.2 83.7,-34.4 -85.6,-11.8 z m -43.1,61.1 42,76.4 0.0647,-90.5 -26,-4.51 z M 8.66,59.1 10.4,25.6 40.4,12.9 48.9,29.8 24.8,59.6 Z M 579,423 525,343 335,210 l -27.4,-27.7 -59.2,-42.6 -35,15.2 11.4,19.4 -24.4,-3.29 -0.248,38 54.9,39.3 36.9,16.4 193,135 z m -416,-265 49.1,8.73 -27.3,-43.8 72.3,-112 -27.8,3.3 -53.7,88 h -24.4 l -7.69,17.3 -16.4,12.6 12.9,21.1 -61.9,80.4 4.22,26.1 z m 146,61.2 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z m -42.2,-29.8 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z" />
|
||||||
|
<path id="detailing" fill="black" d="m 301,219 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z m -42.2,-29.8 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z M 136,113 143,98.9 54.1,38 34.6,64 37.8,64.8 123,125 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
12
img/setSymbols/official/mom-m.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="437.62799">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="165" y1="392" x2="286" y2="219" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#b2341a" />
|
||||||
|
<stop offset="0.9" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 297,0.558 244,81.8 c 13.6,-4.21 29.7,-6.5 42.7,-6.61 16.5,0.0018 32.9,2.84 48.4,8.4 L 362,13.8 C 341,6.23 318,1.56 297,0.558 Z m 189,127 -30.7,41.4 -32.7,1.03 c 5.75,15.8 8.69,32.5 8.69,49.3 -0.0438,7.51 -0.675,15 -1.89,22.4 l 65.9,45.4 c 8.06,-23.7 11.2,-45 10.9,-67.8 -0.145,-36.7 -5.87,-63.2 -20.2,-91.7 z M 143,229 84.3,302 c 9.61,22.4 22.6,43.9 38,61.3 l 12.2,-46.8 26.6,11.6 9.95,-23.4 c -16,-25.4 -26,-49.4 -27.9,-76.1 z m 40.9,91 -17.1,33.2 -18.5,-8.48 -8.49,36.8 c 23.2,19.8 50.1,36.3 77.2,45.1 v -81.5 c -14.5,-6.89 -24,-16.3 -33.1,-25.1 z m 174,24.3 c -39.5,20.1 -81.2,24 -120,10.2 v 78 c 72.3,13.4 129,-2.17 185,-41.8 z M 380,21.2 353,91.3 c 28.8,15.3 46.8,33.7 60.9,60.2 h 30.8 l 32.4,-40.5 c -24.5,-41.1 -52.5,-70.9 -96.9,-89.7 z m 99.4,385 -193,-134 -36.4,-16.7 -50.4,-35.9 -1.08,69.1 -52.9,-96.5 -68.1,88.9 -9.08,-48.6 60.2,-77.6 -15.3,-25.3 L 27.3,68.9 13.6,68.6 0,68.3 2.94,18.5 46.2,1.6 57.1,28.1 152,92.7 173,92.4 224,6.9 275,0 l -62.3,96.9 111,15.9 -65.7,23 58.2,39.7 25.9,27.2 L 532,338 600,438 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 303,8.54 c 16.3,1.25 32.3,4.37 47.9,9.31 l -21.4,55.1 c -13.8,-4.04 -28.1,-6.11 -42.4,-6.16 -7.68,0.0475 -15.3,0.676 -22.9,1.88 z m 83.1,24.1 c 33.3,17.7 61.2,43.9 80.9,76 l -26.7,33.4 H 418 C 405,120 386,101 364,88.1 Z m 98.6,112 c 9,23.8 13.6,49 13.7,74.5 -0.0684,18.1 -2.47,36.2 -7.15,53.7 l -52.9,-36.5 c 0.695,-5.73 1.06,-11.5 1.11,-17.3 -0.034,-13.6 -1.88,-27.1 -5.49,-40.2 l 26,-0.818 z M 138,251 c 4.11,19.4 12,37.7 23.1,54.1 l -4.69,11 -28,-12.2 -10.9,41.7 c -9.23,-12.4 -17.1,-25.8 -23.4,-40 z m 49.4,83.7 c 6.39,5.55 13.2,10.6 20.4,15 v 65.6 c -21,-8.48 -40.5,-20.3 -57.7,-34.9 l 5.06,-21.9 16.2,7.41 z m 169,20.3 52,37.2 c -53.6,31.3 -105,45.3 -161,34.8 v -60.5 c 36.5,9.83 78.2,3.84 109,-11.5 z m -163,-232 16.7,26.2 83.7,-34.4 -85.6,-11.8 z m -43.1,61.1 42,76.4 0.0647,-90.5 -26,-4.51 z M 8.66,59.1 10.4,25.6 40.4,12.9 48.9,29.8 24.8,59.6 Z M 579,423 525,343 335,210 l -27.4,-27.7 -59.2,-42.6 -35,15.2 11.4,19.4 -24.4,-3.29 -0.248,38 54.9,39.3 36.9,16.4 193,135 z m -416,-265 49.1,8.73 -27.3,-43.8 72.3,-112 -27.8,3.3 -53.7,88 h -24.4 l -7.69,17.3 -16.4,12.6 12.9,21.1 -61.9,80.4 4.22,26.1 z m 146,61.2 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z m -42.2,-29.8 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z" />
|
||||||
|
<path id="detailing" fill="#b2341a" d="m 301,219 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z m -42.2,-29.8 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z M 136,113 143,98.9 54.1,38 34.6,64 37.8,64.8 123,125 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
12
img/setSymbols/official/mom-r.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="437.62799">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="165" y1="392" x2="286" y2="219" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#807241" />
|
||||||
|
<stop offset="0.9" stop-color="#e1c47e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 297,0.558 244,81.8 c 13.6,-4.21 29.7,-6.5 42.7,-6.61 16.5,0.0018 32.9,2.84 48.4,8.4 L 362,13.8 C 341,6.23 318,1.56 297,0.558 Z m 189,127 -30.7,41.4 -32.7,1.03 c 5.75,15.8 8.69,32.5 8.69,49.3 -0.0438,7.51 -0.675,15 -1.89,22.4 l 65.9,45.4 c 8.06,-23.7 11.2,-45 10.9,-67.8 -0.145,-36.7 -5.87,-63.2 -20.2,-91.7 z M 143,229 84.3,302 c 9.61,22.4 22.6,43.9 38,61.3 l 12.2,-46.8 26.6,11.6 9.95,-23.4 c -16,-25.4 -26,-49.4 -27.9,-76.1 z m 40.9,91 -17.1,33.2 -18.5,-8.48 -8.49,36.8 c 23.2,19.8 50.1,36.3 77.2,45.1 v -81.5 c -14.5,-6.89 -24,-16.3 -33.1,-25.1 z m 174,24.3 c -39.5,20.1 -81.2,24 -120,10.2 v 78 c 72.3,13.4 129,-2.17 185,-41.8 z M 380,21.2 353,91.3 c 28.8,15.3 46.8,33.7 60.9,60.2 h 30.8 l 32.4,-40.5 c -24.5,-41.1 -52.5,-70.9 -96.9,-89.7 z m 99.4,385 -193,-134 -36.4,-16.7 -50.4,-35.9 -1.08,69.1 -52.9,-96.5 -68.1,88.9 -9.08,-48.6 60.2,-77.6 -15.3,-25.3 L 27.3,68.9 13.6,68.6 0,68.3 2.94,18.5 46.2,1.6 57.1,28.1 152,92.7 173,92.4 224,6.9 275,0 l -62.3,96.9 111,15.9 -65.7,23 58.2,39.7 25.9,27.2 L 532,338 600,438 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 303,8.54 c 16.3,1.25 32.3,4.37 47.9,9.31 l -21.4,55.1 c -13.8,-4.04 -28.1,-6.11 -42.4,-6.16 -7.68,0.0475 -15.3,0.676 -22.9,1.88 z m 83.1,24.1 c 33.3,17.7 61.2,43.9 80.9,76 l -26.7,33.4 H 418 C 405,120 386,101 364,88.1 Z m 98.6,112 c 9,23.8 13.6,49 13.7,74.5 -0.0684,18.1 -2.47,36.2 -7.15,53.7 l -52.9,-36.5 c 0.695,-5.73 1.06,-11.5 1.11,-17.3 -0.034,-13.6 -1.88,-27.1 -5.49,-40.2 l 26,-0.818 z M 138,251 c 4.11,19.4 12,37.7 23.1,54.1 l -4.69,11 -28,-12.2 -10.9,41.7 c -9.23,-12.4 -17.1,-25.8 -23.4,-40 z m 49.4,83.7 c 6.39,5.55 13.2,10.6 20.4,15 v 65.6 c -21,-8.48 -40.5,-20.3 -57.7,-34.9 l 5.06,-21.9 16.2,7.41 z m 169,20.3 52,37.2 c -53.6,31.3 -105,45.3 -161,34.8 v -60.5 c 36.5,9.83 78.2,3.84 109,-11.5 z m -163,-232 16.7,26.2 83.7,-34.4 -85.6,-11.8 z m -43.1,61.1 42,76.4 0.0647,-90.5 -26,-4.51 z M 8.66,59.1 10.4,25.6 40.4,12.9 48.9,29.8 24.8,59.6 Z M 579,423 525,343 335,210 l -27.4,-27.7 -59.2,-42.6 -35,15.2 11.4,19.4 -24.4,-3.29 -0.248,38 54.9,39.3 36.9,16.4 193,135 z m -416,-265 49.1,8.73 -27.3,-43.8 72.3,-112 -27.8,3.3 -53.7,88 h -24.4 l -7.69,17.3 -16.4,12.6 12.9,21.1 -61.9,80.4 4.22,26.1 z m 146,61.2 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z m -42.2,-29.8 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z" />
|
||||||
|
<path id="detailing" fill="#807241" d="m 301,219 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z m -42.2,-29.8 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z M 136,113 143,98.9 54.1,38 34.6,64 37.8,64.8 123,125 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
12
img/setSymbols/official/mom-s.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="437.62799">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="165" y1="392" x2="286" y2="219" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="M 297,0.558 244,81.8 c 13.6,-4.21 29.7,-6.5 42.7,-6.61 16.5,0.0018 32.9,2.84 48.4,8.4 L 362,13.8 C 341,6.23 318,1.56 297,0.558 Z m 189,127 -30.7,41.4 -32.7,1.03 c 5.75,15.8 8.69,32.5 8.69,49.3 -0.0438,7.51 -0.675,15 -1.89,22.4 l 65.9,45.4 c 8.06,-23.7 11.2,-45 10.9,-67.8 -0.145,-36.7 -5.87,-63.2 -20.2,-91.7 z M 143,229 84.3,302 c 9.61,22.4 22.6,43.9 38,61.3 l 12.2,-46.8 26.6,11.6 9.95,-23.4 c -16,-25.4 -26,-49.4 -27.9,-76.1 z m 40.9,91 -17.1,33.2 -18.5,-8.48 -8.49,36.8 c 23.2,19.8 50.1,36.3 77.2,45.1 v -81.5 c -14.5,-6.89 -24,-16.3 -33.1,-25.1 z m 174,24.3 c -39.5,20.1 -81.2,24 -120,10.2 v 78 c 72.3,13.4 129,-2.17 185,-41.8 z M 380,21.2 353,91.3 c 28.8,15.3 46.8,33.7 60.9,60.2 h 30.8 l 32.4,-40.5 c -24.5,-41.1 -52.5,-70.9 -96.9,-89.7 z m 99.4,385 -193,-134 -36.4,-16.7 -50.4,-35.9 -1.08,69.1 -52.9,-96.5 -68.1,88.9 -9.08,-48.6 60.2,-77.6 -15.3,-25.3 L 27.3,68.9 13.6,68.6 0,68.3 2.94,18.5 46.2,1.6 57.1,28.1 152,92.7 173,92.4 224,6.9 275,0 l -62.3,96.9 111,15.9 -65.7,23 58.2,39.7 25.9,27.2 L 532,338 600,438 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 303,8.54 c 16.3,1.25 32.3,4.37 47.9,9.31 l -21.4,55.1 c -13.8,-4.04 -28.1,-6.11 -42.4,-6.16 -7.68,0.0475 -15.3,0.676 -22.9,1.88 z m 83.1,24.1 c 33.3,17.7 61.2,43.9 80.9,76 l -26.7,33.4 H 418 C 405,120 386,101 364,88.1 Z m 98.6,112 c 9,23.8 13.6,49 13.7,74.5 -0.0684,18.1 -2.47,36.2 -7.15,53.7 l -52.9,-36.5 c 0.695,-5.73 1.06,-11.5 1.11,-17.3 -0.034,-13.6 -1.88,-27.1 -5.49,-40.2 l 26,-0.818 z M 138,251 c 4.11,19.4 12,37.7 23.1,54.1 l -4.69,11 -28,-12.2 -10.9,41.7 c -9.23,-12.4 -17.1,-25.8 -23.4,-40 z m 49.4,83.7 c 6.39,5.55 13.2,10.6 20.4,15 v 65.6 c -21,-8.48 -40.5,-20.3 -57.7,-34.9 l 5.06,-21.9 16.2,7.41 z m 169,20.3 52,37.2 c -53.6,31.3 -105,45.3 -161,34.8 v -60.5 c 36.5,9.83 78.2,3.84 109,-11.5 z m -163,-232 16.7,26.2 83.7,-34.4 -85.6,-11.8 z m -43.1,61.1 42,76.4 0.0647,-90.5 -26,-4.51 z M 8.66,59.1 10.4,25.6 40.4,12.9 48.9,29.8 24.8,59.6 Z M 579,423 525,343 335,210 l -27.4,-27.7 -59.2,-42.6 -35,15.2 11.4,19.4 -24.4,-3.29 -0.248,38 54.9,39.3 36.9,16.4 193,135 z m -416,-265 49.1,8.73 -27.3,-43.8 72.3,-112 -27.8,3.3 -53.7,88 h -24.4 l -7.69,17.3 -16.4,12.6 12.9,21.1 -61.9,80.4 4.22,26.1 z m 146,61.2 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z m -42.2,-29.8 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z" />
|
||||||
|
<path id="detailing" fill="#612c75" d="m 301,219 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z m -42.2,-29.8 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z M 136,113 143,98.9 54.1,38 34.6,64 37.8,64.8 123,125 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
12
img/setSymbols/official/mom-u.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="437.62799">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="165" y1="392" x2="286" y2="219" gradientUnits="userSpaceOnUse" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#596771" />
|
||||||
|
<stop offset="0.9" stop-color="#c3e2ee" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="M 297,0.558 244,81.8 c 13.6,-4.21 29.7,-6.5 42.7,-6.61 16.5,0.0018 32.9,2.84 48.4,8.4 L 362,13.8 C 341,6.23 318,1.56 297,0.558 Z m 189,127 -30.7,41.4 -32.7,1.03 c 5.75,15.8 8.69,32.5 8.69,49.3 -0.0438,7.51 -0.675,15 -1.89,22.4 l 65.9,45.4 c 8.06,-23.7 11.2,-45 10.9,-67.8 -0.145,-36.7 -5.87,-63.2 -20.2,-91.7 z M 143,229 84.3,302 c 9.61,22.4 22.6,43.9 38,61.3 l 12.2,-46.8 26.6,11.6 9.95,-23.4 c -16,-25.4 -26,-49.4 -27.9,-76.1 z m 40.9,91 -17.1,33.2 -18.5,-8.48 -8.49,36.8 c 23.2,19.8 50.1,36.3 77.2,45.1 v -81.5 c -14.5,-6.89 -24,-16.3 -33.1,-25.1 z m 174,24.3 c -39.5,20.1 -81.2,24 -120,10.2 v 78 c 72.3,13.4 129,-2.17 185,-41.8 z M 380,21.2 353,91.3 c 28.8,15.3 46.8,33.7 60.9,60.2 h 30.8 l 32.4,-40.5 c -24.5,-41.1 -52.5,-70.9 -96.9,-89.7 z m 99.4,385 -193,-134 -36.4,-16.7 -50.4,-35.9 -1.08,69.1 -52.9,-96.5 -68.1,88.9 -9.08,-48.6 60.2,-77.6 -15.3,-25.3 L 27.3,68.9 13.6,68.6 0,68.3 2.94,18.5 46.2,1.6 57.1,28.1 152,92.7 173,92.4 224,6.9 275,0 l -62.3,96.9 111,15.9 -65.7,23 58.2,39.7 25.9,27.2 L 532,338 600,438 Z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 303,8.54 c 16.3,1.25 32.3,4.37 47.9,9.31 l -21.4,55.1 c -13.8,-4.04 -28.1,-6.11 -42.4,-6.16 -7.68,0.0475 -15.3,0.676 -22.9,1.88 z m 83.1,24.1 c 33.3,17.7 61.2,43.9 80.9,76 l -26.7,33.4 H 418 C 405,120 386,101 364,88.1 Z m 98.6,112 c 9,23.8 13.6,49 13.7,74.5 -0.0684,18.1 -2.47,36.2 -7.15,53.7 l -52.9,-36.5 c 0.695,-5.73 1.06,-11.5 1.11,-17.3 -0.034,-13.6 -1.88,-27.1 -5.49,-40.2 l 26,-0.818 z M 138,251 c 4.11,19.4 12,37.7 23.1,54.1 l -4.69,11 -28,-12.2 -10.9,41.7 c -9.23,-12.4 -17.1,-25.8 -23.4,-40 z m 49.4,83.7 c 6.39,5.55 13.2,10.6 20.4,15 v 65.6 c -21,-8.48 -40.5,-20.3 -57.7,-34.9 l 5.06,-21.9 16.2,7.41 z m 169,20.3 52,37.2 c -53.6,31.3 -105,45.3 -161,34.8 v -60.5 c 36.5,9.83 78.2,3.84 109,-11.5 z m -163,-232 16.7,26.2 83.7,-34.4 -85.6,-11.8 z m -43.1,61.1 42,76.4 0.0647,-90.5 -26,-4.51 z M 8.66,59.1 10.4,25.6 40.4,12.9 48.9,29.8 24.8,59.6 Z M 579,423 525,343 335,210 l -27.4,-27.7 -59.2,-42.6 -35,15.2 11.4,19.4 -24.4,-3.29 -0.248,38 54.9,39.3 36.9,16.4 193,135 z m -416,-265 49.1,8.73 -27.3,-43.8 72.3,-112 -27.8,3.3 -53.7,88 h -24.4 l -7.69,17.3 -16.4,12.6 12.9,21.1 -61.9,80.4 4.22,26.1 z m 146,61.2 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z m -42.2,-29.8 c 0,12.3 -10,22.3 -22.3,22.3 -12.3,0 -22.3,-10 -22.3,-22.3 0,-12.3 10,-22.3 22.3,-22.3 12.3,0 22.3,10 22.3,22.3 z" />
|
||||||
|
<path id="detailing" fill="#596771" d="m 301,219 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z m -42.2,-29.8 c 0,8.09 -6.56,14.6 -14.6,14.6 -8.09,0 -14.6,-6.56 -14.6,-14.6 0,-8.09 6.56,-14.6 14.6,-14.6 8.09,0 14.6,6.56 14.6,14.6 z M 136,113 143,98.9 54.1,38 34.6,64 37.8,64.8 123,125 Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
5
img/setSymbols/official/mul-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="381" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="outline" fill="white" d="m284 0-2.57 0.92c-52.2 16.6-76.6 41-98 60.4l-23-32.4c-58.8 64.3-90.8 62.1-148 26.2-2.21 41.1-14.3 80.7-12.1 117 1.25 20.3 15 30.7 29.9 41.3 27.7 19.8 53.1 35.8 82.6 47.7l-39.6 41 101 78.7c30.3-38 64.5-43.6 110-43.8v-56.3c-45-7.56-78.1-46.4-78.3-92.1 0.221-45.6 33.3-84.5 78.3-92.1zm31.5 0.0864v96.2c45 7.77 77.8 46.8 77.8 92.4-0.0215 45.6-32.9 84.6-77.8 92.4v56c52.3-0.29 80 9.4 110 43.7l101-78.6-39.6-41c28.4-11.7 55.7-26.6 80-45.5 18.7-14.1 34.3-27.7 32.6-52-2.24-36.9-7.76-74.8-12.2-109-65.1 40.8-94.3 30.2-148-25.8l-23.1 32.1c-25.2-30-65.6-48.6-100-61.2zm49.2 189c0 36-29.2 65.2-65.2 65.2-36 0-65.2-29.2-65.2-65.2 0-36 29.2-65.2 65.2-65.2 36 0 65.2 29.2 65.2 65.2z" />
|
||||||
|
<path id="body" fill="black" d="m354 189c0 29.8-24.2 54-54 54-29.8 0-54-24.2-54-54 0-29.8 24.2-54 54-54 29.8 0 54 24.2 54 54zm-81.1-172v71.4c-47.6 16.4-73.5 47.6-77.6 93.6-3.28 51.7 22.6 87.9 77.6 108v35.7c-43.5 0-76.8 13.1-99.8 39.4l-82.5-64.1 34.5-35.7c24.6 6.57 48 9.85 70.2 9.85-66.5-15.6-119-40.6-159-71.4-15.6-11.9-24.6-22.6-24.6-35.7s3.28-44.3 9.85-93.6c46.8 29.6 92.8 20.5 138-27.1l14.8 20.9c5.03 7.13 13 7.29 19.7 0 20.5-22.3 46-40.2 78.8-51.7zm54.6 0c32.8 11.5 58.4 29.4 78.8 51.7 6.68 7.29 14.7 7.13 19.7 0l14.8-20.9c45.2 47.6 91.1 56.7 138 27.1 6.57 49.3 9.85 80.5 9.85 93.6s-9.07 23.8-24.6 35.7c-40.3 30.8-92.4 55.8-159 71.4 22.2 0 45.6-3.28 70.2-9.85l34.5 35.7-82.5 64.1c-23-26.3-56.2-39.4-99.8-39.4v-35.7c55-20.5 80.9-56.7 77.6-108-4.1-46-30-77.2-77.6-93.6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
11
img/setSymbols/official/mul-m.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="381" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#b2341a" offset="0"/>
|
||||||
|
<stop stop-color="#f59700" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m284 0-2.57 0.92c-52.2 16.6-76.6 41-98 60.4l-23-32.4c-58.8 64.3-90.8 62.1-148 26.2-2.21 41.1-14.3 80.7-12.1 117 1.25 20.3 15 30.7 29.9 41.3 27.7 19.8 53.1 35.8 82.6 47.7l-39.6 41 101 78.7c30.3-38 64.5-43.6 110-43.8v-56.3c-45-7.56-78.1-46.4-78.3-92.1 0.221-45.6 33.3-84.5 78.3-92.1zm31.5 0.0864v96.2c45 7.77 77.8 46.8 77.8 92.4-0.0215 45.6-32.9 84.6-77.8 92.4v56c52.3-0.29 80 9.4 110 43.7l101-78.6-39.6-41c28.4-11.7 55.7-26.6 80-45.5 18.7-14.1 34.3-27.7 32.6-52-2.24-36.9-7.76-74.8-12.2-109-65.1 40.8-94.3 30.2-148-25.8l-23.1 32.1c-25.2-30-65.6-48.6-100-61.2zm49.2 189c0 36-29.2 65.2-65.2 65.2-36 0-65.2-29.2-65.2-65.2 0-36 29.2-65.2 65.2-65.2 36 0 65.2 29.2 65.2 65.2z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m354 189c0 29.8-24.2 54-54 54-29.8 0-54-24.2-54-54 0-29.8 24.2-54 54-54 29.8 0 54 24.2 54 54zm-81.1-172v71.4c-47.6 16.4-73.5 47.6-77.6 93.6-3.28 51.7 22.6 87.9 77.6 108v35.7c-43.5 0-76.8 13.1-99.8 39.4l-82.5-64.1 34.5-35.7c24.6 6.57 48 9.85 70.2 9.85-66.5-15.6-119-40.6-159-71.4-15.6-11.9-24.6-22.6-24.6-35.7s3.28-44.3 9.85-93.6c46.8 29.6 92.8 20.5 138-27.1l14.8 20.9c5.03 7.13 13 7.29 19.7 0 20.5-22.3 46-40.2 78.8-51.7zm54.6 0c32.8 11.5 58.4 29.4 78.8 51.7 6.68 7.29 14.7 7.13 19.7 0l14.8-20.9c45.2 47.6 91.1 56.7 138 27.1 6.57 49.3 9.85 80.5 9.85 93.6s-9.07 23.8-24.6 35.7c-40.3 30.8-92.4 55.8-159 71.4 22.2 0 45.6-3.28 70.2-9.85l34.5 35.7-82.5 64.1c-23-26.3-56.2-39.4-99.8-39.4v-35.7c55-20.5 80.9-56.7 77.6-108-4.1-46-30-77.2-77.6-93.6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
11
img/setSymbols/official/mul-r.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="381" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#807241" offset="0"/>
|
||||||
|
<stop stop-color="#e1c47e" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m284 0-2.57 0.92c-52.2 16.6-76.6 41-98 60.4l-23-32.4c-58.8 64.3-90.8 62.1-148 26.2-2.21 41.1-14.3 80.7-12.1 117 1.25 20.3 15 30.7 29.9 41.3 27.7 19.8 53.1 35.8 82.6 47.7l-39.6 41 101 78.7c30.3-38 64.5-43.6 110-43.8v-56.3c-45-7.56-78.1-46.4-78.3-92.1 0.221-45.6 33.3-84.5 78.3-92.1zm31.5 0.0864v96.2c45 7.77 77.8 46.8 77.8 92.4-0.0215 45.6-32.9 84.6-77.8 92.4v56c52.3-0.29 80 9.4 110 43.7l101-78.6-39.6-41c28.4-11.7 55.7-26.6 80-45.5 18.7-14.1 34.3-27.7 32.6-52-2.24-36.9-7.76-74.8-12.2-109-65.1 40.8-94.3 30.2-148-25.8l-23.1 32.1c-25.2-30-65.6-48.6-100-61.2zm49.2 189c0 36-29.2 65.2-65.2 65.2-36 0-65.2-29.2-65.2-65.2 0-36 29.2-65.2 65.2-65.2 36 0 65.2 29.2 65.2 65.2z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m354 189c0 29.8-24.2 54-54 54-29.8 0-54-24.2-54-54 0-29.8 24.2-54 54-54 29.8 0 54 24.2 54 54zm-81.1-172v71.4c-47.6 16.4-73.5 47.6-77.6 93.6-3.28 51.7 22.6 87.9 77.6 108v35.7c-43.5 0-76.8 13.1-99.8 39.4l-82.5-64.1 34.5-35.7c24.6 6.57 48 9.85 70.2 9.85-66.5-15.6-119-40.6-159-71.4-15.6-11.9-24.6-22.6-24.6-35.7s3.28-44.3 9.85-93.6c46.8 29.6 92.8 20.5 138-27.1l14.8 20.9c5.03 7.13 13 7.29 19.7 0 20.5-22.3 46-40.2 78.8-51.7zm54.6 0c32.8 11.5 58.4 29.4 78.8 51.7 6.68 7.29 14.7 7.13 19.7 0l14.8-20.9c45.2 47.6 91.1 56.7 138 27.1 6.57 49.3 9.85 80.5 9.85 93.6s-9.07 23.8-24.6 35.7c-40.3 30.8-92.4 55.8-159 71.4 22.2 0 45.6-3.28 70.2-9.85l34.5 35.7-82.5 64.1c-23-26.3-56.2-39.4-99.8-39.4v-35.7c55-20.5 80.9-56.7 77.6-108-4.1-46-30-77.2-77.6-93.6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
11
img/setSymbols/official/mul-s.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="381" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#612c75" offset="0"/>
|
||||||
|
<stop stop-color="#bf99c3" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="white" d="m284 0-2.57 0.92c-52.2 16.6-76.6 41-98 60.4l-23-32.4c-58.8 64.3-90.8 62.1-148 26.2-2.21 41.1-14.3 80.7-12.1 117 1.25 20.3 15 30.7 29.9 41.3 27.7 19.8 53.1 35.8 82.6 47.7l-39.6 41 101 78.7c30.3-38 64.5-43.6 110-43.8v-56.3c-45-7.56-78.1-46.4-78.3-92.1 0.221-45.6 33.3-84.5 78.3-92.1zm31.5 0.0864v96.2c45 7.77 77.8 46.8 77.8 92.4-0.0215 45.6-32.9 84.6-77.8 92.4v56c52.3-0.29 80 9.4 110 43.7l101-78.6-39.6-41c28.4-11.7 55.7-26.6 80-45.5 18.7-14.1 34.3-27.7 32.6-52-2.24-36.9-7.76-74.8-12.2-109-65.1 40.8-94.3 30.2-148-25.8l-23.1 32.1c-25.2-30-65.6-48.6-100-61.2zm49.2 189c0 36-29.2 65.2-65.2 65.2-36 0-65.2-29.2-65.2-65.2 0-36 29.2-65.2 65.2-65.2 36 0 65.2 29.2 65.2 65.2z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m354 189c0 29.8-24.2 54-54 54-29.8 0-54-24.2-54-54 0-29.8 24.2-54 54-54 29.8 0 54 24.2 54 54zm-81.1-172v71.4c-47.6 16.4-73.5 47.6-77.6 93.6-3.28 51.7 22.6 87.9 77.6 108v35.7c-43.5 0-76.8 13.1-99.8 39.4l-82.5-64.1 34.5-35.7c24.6 6.57 48 9.85 70.2 9.85-66.5-15.6-119-40.6-159-71.4-15.6-11.9-24.6-22.6-24.6-35.7s3.28-44.3 9.85-93.6c46.8 29.6 92.8 20.5 138-27.1l14.8 20.9c5.03 7.13 13 7.29 19.7 0 20.5-22.3 46-40.2 78.8-51.7zm54.6 0c32.8 11.5 58.4 29.4 78.8 51.7 6.68 7.29 14.7 7.13 19.7 0l14.8-20.9c45.2 47.6 91.1 56.7 138 27.1 6.57 49.3 9.85 80.5 9.85 93.6s-9.07 23.8-24.6 35.7c-40.3 30.8-92.4 55.8-159 71.4 22.2 0 45.6-3.28 70.2-9.85l34.5 35.7-82.5 64.1c-23-26.3-56.2-39.4-99.8-39.4v-35.7c55-20.5 80.9-56.7 77.6-108-4.1-46-30-77.2-77.6-93.6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
11
img/setSymbols/official/mul-u.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="600" height="381" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<linearGradient id="gradient-body" x1="0" x2="0.5" spreadMethod="reflect">
|
||||||
|
<stop stop-color="#596771" offset="0"/>
|
||||||
|
<stop stop-color="#c3e2ee" offset=".9"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m284 0-2.57 0.92c-52.2 16.6-76.6 41-98 60.4l-23-32.4c-58.8 64.3-90.8 62.1-148 26.2-2.21 41.1-14.3 80.7-12.1 117 1.25 20.3 15 30.7 29.9 41.3 27.7 19.8 53.1 35.8 82.6 47.7l-39.6 41 101 78.7c30.3-38 64.5-43.6 110-43.8v-56.3c-45-7.56-78.1-46.4-78.3-92.1 0.221-45.6 33.3-84.5 78.3-92.1zm31.5 0.0864v96.2c45 7.77 77.8 46.8 77.8 92.4-0.0215 45.6-32.9 84.6-77.8 92.4v56c52.3-0.29 80 9.4 110 43.7l101-78.6-39.6-41c28.4-11.7 55.7-26.6 80-45.5 18.7-14.1 34.3-27.7 32.6-52-2.24-36.9-7.76-74.8-12.2-109-65.1 40.8-94.3 30.2-148-25.8l-23.1 32.1c-25.2-30-65.6-48.6-100-61.2zm49.2 189c0 36-29.2 65.2-65.2 65.2-36 0-65.2-29.2-65.2-65.2 0-36 29.2-65.2 65.2-65.2 36 0 65.2 29.2 65.2 65.2z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m354 189c0 29.8-24.2 54-54 54-29.8 0-54-24.2-54-54 0-29.8 24.2-54 54-54 29.8 0 54 24.2 54 54zm-81.1-172v71.4c-47.6 16.4-73.5 47.6-77.6 93.6-3.28 51.7 22.6 87.9 77.6 108v35.7c-43.5 0-76.8 13.1-99.8 39.4l-82.5-64.1 34.5-35.7c24.6 6.57 48 9.85 70.2 9.85-66.5-15.6-119-40.6-159-71.4-15.6-11.9-24.6-22.6-24.6-35.7s3.28-44.3 9.85-93.6c46.8 29.6 92.8 20.5 138-27.1l14.8 20.9c5.03 7.13 13 7.29 19.7 0 20.5-22.3 46-40.2 78.8-51.7zm54.6 0c32.8 11.5 58.4 29.4 78.8 51.7 6.68 7.29 14.7 7.13 19.7 0l14.8-20.9c45.2 47.6 91.1 56.7 138 27.1 6.57 49.3 9.85 80.5 9.85 93.6s-9.07 23.8-24.6 35.7c-40.3 30.8-92.4 55.8-159 71.4 22.2 0 45.6-3.28 70.2-9.85l34.5 35.7-82.5 64.1c-23-26.3-56.2-39.4-99.8-39.4v-35.7c55-20.5 80.9-56.7 77.6-108-4.1-46-30-77.2-77.6-93.6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
8
img/setSymbols/official/onc-c.svg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="671.29706">
|
||||||
|
<path id="backdrop" fill="black" d="m 529.5,179.1 c -2.236,-8.443 -3.865,-17.1 -4.076,-25.85 -0.0205,-8.959 0.8677,-16.32 3.939,-24.21 3.866,-10.7 11.43,-16.55 19.38,-23.64 L 487.2,64.71 113,65.42 C 92.76,78.77 72.53,92.11 52.3,105.5 c 3.263,2.499 5.846,4.522 8.64,7.202 6.902,8.101 11.51,15.8 13.5,24.88 2.722,14.3 0.8416,27.96 -2.665,41.39 L 95.21,442.9 c 4.585,21.67 9.168,43.35 13.76,65.02 13.1,5.813 25.82,12.48 38.07,19.92 24.71,14.96 47.68,32.77 69.14,52.12 32.91,30.98 59.38,59.95 84.46,91.32 24.18,-30.39 50.07,-59.48 78.57,-85.93 18.79,-17.35 39.05,-33.72 58.69,-47.04 18.48,-12.31 35.65,-21.95 54.42,-30.38 4.783,-22.61 9.567,-45.22 14.35,-67.83 z" />
|
||||||
|
<path id="outline" fill="white" d="m 420.6,0 c -0.245,0.1559 -0.4901,0.3119 -0.7351,0.4678 C 397.8,15.66 372.1,24.76 346.8,29 315.7,33.69 282.9,34.01 253.1,28.77 226.5,24.7 202.4,13.3 180.2,0.05164 L 81.66,48.44 c 18.44,16.7 39.04,33.09 42.36,58.8 2.214,24.87 -9.169,49.76 -32.24,58.26 C 57.4,177.1 34.32,167.6 0,158.8 L 70.86,442.1 c 96.55,39.22 161.1,98.9 229.8,169.1 88.43,-85.3 112.8,-118.5 229.8,-169.5 0.9136,-3.137 0.9523,-3.241 2.091,-7.943 3.269,-13.46 6.599,-26.91 9.892,-40.37 L 600,158.9 c -27.66,7.578 -54.2,16.63 -82.09,9.255 -28.54,-8.087 -42.85,-30.63 -40.9,-58.68 3.052,-26.38 26.8,-46.68 42.37,-61.19 z" />
|
||||||
|
<path id="body" fill="black" d="m 317.3,572.1 c 72.35,-72.07 139,-119.2 199.9,-141.4 l 61.43,-250 c -29.81,8.813 -56.64,7.776 -80.48,-3.11 -19.05,-9.331 -34.21,-29.55 -36.55,-55.99 -2.645,-26.9 9.331,-50.16 30.72,-69.21 L 421.6,17.8 C 393.3,36.03 357.6,45.96 314.8,47.75 L 300.6,51 286.5,47.74 C 243.6,45.95 208,36.03 179.7,17.8 l -70.76,34.6 c 21.38,19.05 33.36,42.31 30.72,69.21 -2.333,26.44 -17.5,46.66 -36.55,55.99 -23.85,10.89 -50.67,11.92 -80.48,3.11 L 84.07,430.7 c 60.94,22.16 127.6,69.31 199.9,141.4 z" />
|
||||||
|
<path id="boss-outline" fill="black" d="m 286.5,47.74 c -6.119,31.83 -12.23,63.66 -18.35,95.5 -22.33,4.231 -44.04,12.65 -62.66,25.81 -17.14,12.08 -31.51,27.95 -42.33,45.88 -8.826,14.5 -15.66,30.19 -20.48,46.45 -5.511,19.09 -7.559,39.29 -5.124,59.05 2.402,19.93 9.152,39.23 18.99,56.69 8.393,14.99 18.8,28.8 30.52,41.35 6.868,6.961 14.59,13.04 22.72,18.46 15.64,10.32 33.18,17.62 51.36,22.07 2.167,0.5355 4.342,1.042 6.528,1.496 5.459,37.19 10.92,74.39 16.38,111.6 l 16.62,16.86 16.62,-16.86 c 5.461,-37.19 10.92,-74.39 16.38,-111.6 20.97,-4.42 41.33,-12.36 59.12,-24.41 10.21,-6.871 19.68,-14.93 27.58,-24.39 14.8,-17.21 27.33,-36.61 35.27,-57.95 7.531,-20.24 10.62,-42.19 8.507,-63.71 -1.742,-18.54 -7.074,-36.63 -14.7,-53.59 -8.765,-19.68 -20.76,-38.08 -36.29,-53.09 -13.69,-13.25 -30.02,-23.74 -47.72,-30.79 -10.4,-4.178 -21.24,-7.252 -32.25,-9.345 -6.113,-31.83 -12.23,-63.66 -18.34,-95.49 L 300.6,48.13 Z m 50.71,169.3 c 0.3508,0.1483 0.7017,0.2967 1.053,0.445 6.582,2.846 12.91,6.298 18.79,10.41 1.094,0.7684 2.307,1.654 3.416,2.511 9.321,7.194 17.25,16.2 23.17,26.37 1.89,3.128 3.371,6.572 4.637,9.937 1.618,4.19 2.992,8.475 4.073,12.84 0.2717,1.12 0.5735,2.413 0.8247,3.607 0.7843,3.735 1.35,7.516 1.674,11.32 0.0245,0.3134 0.066,0.9309 0.0972,1.361 0.8123,11.79 -0.9102,23.72 -4.833,34.86 -0.497,1.431 -0.9963,2.752 -1.569,4.192 -0.7856,1.959 -1.716,4.083 -2.675,6.075 -5.532,11.62 -13.15,22.34 -22.88,30.81 -7.073,6.2 -15.15,11.22 -23.75,15.01 -0.5926,0.2583 -1.362,0.5978 -2.031,0.8703 1.025,-56.87 1.024,-113.8 0.003,-170.6 z m -73.09,0.0197 c -0.0278,1.589 -0.0557,3.178 -0.0835,4.767 -0.8993,55.28 -0.9092,110.6 0.0987,165.8 -5.087,-2.131 -10.01,-4.666 -14.68,-7.595 -1.18,-0.7483 -2.48,-1.61 -3.674,-2.451 -5.006,-3.523 -9.647,-7.566 -13.81,-12.05 -0.9162,-0.9857 -1.919,-2.118 -2.828,-3.196 -4.005,-4.768 -7.579,-10.01 -10.58,-15.4 -2.97,-5.334 -5.524,-11.07 -7.551,-16.95 -0.3829,-1.094 -0.735,-2.185 -1.048,-3.237 -1.53,-5.071 -2.633,-10.39 -3.221,-15.58 -0.1539,-1.361 -0.2866,-2.886 -0.3675,-4.152 -0.0544,-1.068 -0.1179,-2.054 -0.1352,-3.042 -0.2107,-7.186 0.5586,-14.51 2.058,-21.45 1.655,-7.621 4.193,-15.04 7.419,-22.14 1.943,-3.938 4.379,-7.61 6.909,-11.19 1.441,-1.995 3.006,-3.985 4.565,-5.799 8.303,-9.72 18.67,-17.62 30.13,-23.27 2.233,-1.111 4.502,-2.145 6.801,-3.112 z" />
|
||||||
|
<path id="boss" fill="white" d="m 280,155.4 c -57.54,8.035 -97.2,39.79 -119,95.26 -21.77,55.47 -9.85,108.1 35.77,157.9 21.51,21.25 49.25,34.6 83.2,40.05 L 300.6,589 321.2,448.6 c 33.96,-5.443 61.69,-18.79 83.2,-40.05 45.62,-49.77 57.54,-102.4 35.77,-157.9 -21.77,-55.47 -61.43,-87.22 -119,-95.26 L 300.6,48.13 Z m -1.555,41.99 c -1.555,69.98 -1.555,139.8 0,209.6 -34.99,-8.554 -60.01,-28.12 -75.04,-58.71 -15.03,-30.59 -15.03,-62.21 0,-94.87 15.29,-28.25 40.31,-46.92 75.04,-55.99 z m 44.32,0 c 34.73,9.072 59.75,27.74 75.04,55.99 15.03,32.66 15.03,64.28 0,94.87 -15.03,30.59 -40.05,50.16 -75.04,58.71 1.555,-69.73 1.555,-139.6 0,-209.6 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
14
img/setSymbols/official/onc-m.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="671.29706">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#b2341a" />
|
||||||
|
<stop offset="0.9" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="backdrop" fill="black" d="m 529.5,179.1 c -2.236,-8.443 -3.865,-17.1 -4.076,-25.85 -0.0205,-8.959 0.8677,-16.32 3.939,-24.21 3.866,-10.7 11.43,-16.55 19.38,-23.64 L 487.2,64.71 113,65.42 C 92.76,78.77 72.53,92.11 52.3,105.5 c 3.263,2.499 5.846,4.522 8.64,7.202 6.902,8.101 11.51,15.8 13.5,24.88 2.722,14.3 0.8416,27.96 -2.665,41.39 L 95.21,442.9 c 4.585,21.67 9.168,43.35 13.76,65.02 13.1,5.813 25.82,12.48 38.07,19.92 24.71,14.96 47.68,32.77 69.14,52.12 32.91,30.98 59.38,59.95 84.46,91.32 24.18,-30.39 50.07,-59.48 78.57,-85.93 18.79,-17.35 39.05,-33.72 58.69,-47.04 18.48,-12.31 35.65,-21.95 54.42,-30.38 4.783,-22.61 9.567,-45.22 14.35,-67.83 z" />
|
||||||
|
<path id="outline" fill="black" d="m 420.6,0 c -0.245,0.1559 -0.4901,0.3119 -0.7351,0.4678 C 397.8,15.66 372.1,24.76 346.8,29 315.7,33.69 282.9,34.01 253.1,28.77 226.5,24.7 202.4,13.3 180.2,0.05164 L 81.66,48.44 c 18.44,16.7 39.04,33.09 42.36,58.8 2.214,24.87 -9.169,49.76 -32.24,58.26 C 57.4,177.1 34.32,167.6 0,158.8 L 70.86,442.1 c 96.55,39.22 161.1,98.9 229.8,169.1 88.43,-85.3 112.8,-118.5 229.8,-169.5 0.9136,-3.137 0.9523,-3.241 2.091,-7.943 3.269,-13.46 6.599,-26.91 9.892,-40.37 L 600,158.9 c -27.66,7.578 -54.2,16.63 -82.09,9.255 -28.54,-8.087 -42.85,-30.63 -40.9,-58.68 3.052,-26.38 26.8,-46.68 42.37,-61.19 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 317.3,572.1 c 72.35,-72.07 139,-119.2 199.9,-141.4 l 61.43,-250 c -29.81,8.813 -56.64,7.776 -80.48,-3.11 -19.05,-9.331 -34.21,-29.55 -36.55,-55.99 -2.645,-26.9 9.331,-50.16 30.72,-69.21 L 421.6,17.8 C 393.3,36.03 357.6,45.96 314.8,47.75 L 300.6,51 286.5,47.74 C 243.6,45.95 208,36.03 179.7,17.8 l -70.76,34.6 c 21.38,19.05 33.36,42.31 30.72,69.21 -2.333,26.44 -17.5,46.66 -36.55,55.99 -23.85,10.89 -50.67,11.92 -80.48,3.11 L 84.07,430.7 c 60.94,22.16 127.6,69.31 199.9,141.4 z" />
|
||||||
|
<path id="boss-outline" fill="black" d="m 286.5,47.74 c -6.119,31.83 -12.23,63.66 -18.35,95.5 -22.33,4.231 -44.04,12.65 -62.66,25.81 -17.14,12.08 -31.51,27.95 -42.33,45.88 -8.826,14.5 -15.66,30.19 -20.48,46.45 -5.511,19.09 -7.559,39.29 -5.124,59.05 2.402,19.93 9.152,39.23 18.99,56.69 8.393,14.99 18.8,28.8 30.52,41.35 6.868,6.961 14.59,13.04 22.72,18.46 15.64,10.32 33.18,17.62 51.36,22.07 2.167,0.5355 4.342,1.042 6.528,1.496 5.459,37.19 10.92,74.39 16.38,111.6 l 16.62,16.86 16.62,-16.86 c 5.461,-37.19 10.92,-74.39 16.38,-111.6 20.97,-4.42 41.33,-12.36 59.12,-24.41 10.21,-6.871 19.68,-14.93 27.58,-24.39 14.8,-17.21 27.33,-36.61 35.27,-57.95 7.531,-20.24 10.62,-42.19 8.507,-63.71 -1.742,-18.54 -7.074,-36.63 -14.7,-53.59 -8.765,-19.68 -20.76,-38.08 -36.29,-53.09 -13.69,-13.25 -30.02,-23.74 -47.72,-30.79 -10.4,-4.178 -21.24,-7.252 -32.25,-9.345 -6.113,-31.83 -12.23,-63.66 -18.34,-95.49 L 300.6,48.13 Z m 50.71,169.3 c 0.3508,0.1483 0.7017,0.2967 1.053,0.445 6.582,2.846 12.91,6.298 18.79,10.41 1.094,0.7684 2.307,1.654 3.416,2.511 9.321,7.194 17.25,16.2 23.17,26.37 1.89,3.128 3.371,6.572 4.637,9.937 1.618,4.19 2.992,8.475 4.073,12.84 0.2717,1.12 0.5735,2.413 0.8247,3.607 0.7843,3.735 1.35,7.516 1.674,11.32 0.0245,0.3134 0.066,0.9309 0.0972,1.361 0.8123,11.79 -0.9102,23.72 -4.833,34.86 -0.497,1.431 -0.9963,2.752 -1.569,4.192 -0.7856,1.959 -1.716,4.083 -2.675,6.075 -5.532,11.62 -13.15,22.34 -22.88,30.81 -7.073,6.2 -15.15,11.22 -23.75,15.01 -0.5926,0.2583 -1.362,0.5978 -2.031,0.8703 1.025,-56.87 1.024,-113.8 0.003,-170.6 z m -73.09,0.0197 c -0.0278,1.589 -0.0557,3.178 -0.0835,4.767 -0.8993,55.28 -0.9092,110.6 0.0987,165.8 -5.087,-2.131 -10.01,-4.666 -14.68,-7.595 -1.18,-0.7483 -2.48,-1.61 -3.674,-2.451 -5.006,-3.523 -9.647,-7.566 -13.81,-12.05 -0.9162,-0.9857 -1.919,-2.118 -2.828,-3.196 -4.005,-4.768 -7.579,-10.01 -10.58,-15.4 -2.97,-5.334 -5.524,-11.07 -7.551,-16.95 -0.3829,-1.094 -0.735,-2.185 -1.048,-3.237 -1.53,-5.071 -2.633,-10.39 -3.221,-15.58 -0.1539,-1.361 -0.2866,-2.886 -0.3675,-4.152 -0.0544,-1.068 -0.1179,-2.054 -0.1352,-3.042 -0.2107,-7.186 0.5586,-14.51 2.058,-21.45 1.655,-7.621 4.193,-15.04 7.419,-22.14 1.943,-3.938 4.379,-7.61 6.909,-11.19 1.441,-1.995 3.006,-3.985 4.565,-5.799 8.303,-9.72 18.67,-17.62 30.13,-23.27 2.233,-1.111 4.502,-2.145 6.801,-3.112 z" />
|
||||||
|
<path id="boss" fill="white" d="m 280,155.4 c -57.54,8.035 -97.2,39.79 -119,95.26 -21.77,55.47 -9.85,108.1 35.77,157.9 21.51,21.25 49.25,34.6 83.2,40.05 L 300.6,589 321.2,448.6 c 33.96,-5.443 61.69,-18.79 83.2,-40.05 45.62,-49.77 57.54,-102.4 35.77,-157.9 -21.77,-55.47 -61.43,-87.22 -119,-95.26 L 300.6,48.13 Z m -1.555,41.99 c -1.555,69.98 -1.555,139.8 0,209.6 -34.99,-8.554 -60.01,-28.12 -75.04,-58.71 -15.03,-30.59 -15.03,-62.21 0,-94.87 15.29,-28.25 40.31,-46.92 75.04,-55.99 z m 44.32,0 c 34.73,9.072 59.75,27.74 75.04,55.99 15.03,32.66 15.03,64.28 0,94.87 -15.03,30.59 -40.05,50.16 -75.04,58.71 1.555,-69.73 1.555,-139.6 0,-209.6 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.0 KiB |
14
img/setSymbols/official/onc-r.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="671.29706">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#807241" />
|
||||||
|
<stop offset="0.9" stop-color="#e1c47e" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="backdrop" fill="black" d="m 529.5,179.1 c -2.236,-8.443 -3.865,-17.1 -4.076,-25.85 -0.0205,-8.959 0.8677,-16.32 3.939,-24.21 3.866,-10.7 11.43,-16.55 19.38,-23.64 L 487.2,64.71 113,65.42 C 92.76,78.77 72.53,92.11 52.3,105.5 c 3.263,2.499 5.846,4.522 8.64,7.202 6.902,8.101 11.51,15.8 13.5,24.88 2.722,14.3 0.8416,27.96 -2.665,41.39 L 95.21,442.9 c 4.585,21.67 9.168,43.35 13.76,65.02 13.1,5.813 25.82,12.48 38.07,19.92 24.71,14.96 47.68,32.77 69.14,52.12 32.91,30.98 59.38,59.95 84.46,91.32 24.18,-30.39 50.07,-59.48 78.57,-85.93 18.79,-17.35 39.05,-33.72 58.69,-47.04 18.48,-12.31 35.65,-21.95 54.42,-30.38 4.783,-22.61 9.567,-45.22 14.35,-67.83 z" />
|
||||||
|
<path id="outline" fill="black" d="m 420.6,0 c -0.245,0.1559 -0.4901,0.3119 -0.7351,0.4678 C 397.8,15.66 372.1,24.76 346.8,29 315.7,33.69 282.9,34.01 253.1,28.77 226.5,24.7 202.4,13.3 180.2,0.05164 L 81.66,48.44 c 18.44,16.7 39.04,33.09 42.36,58.8 2.214,24.87 -9.169,49.76 -32.24,58.26 C 57.4,177.1 34.32,167.6 0,158.8 L 70.86,442.1 c 96.55,39.22 161.1,98.9 229.8,169.1 88.43,-85.3 112.8,-118.5 229.8,-169.5 0.9136,-3.137 0.9523,-3.241 2.091,-7.943 3.269,-13.46 6.599,-26.91 9.892,-40.37 L 600,158.9 c -27.66,7.578 -54.2,16.63 -82.09,9.255 -28.54,-8.087 -42.85,-30.63 -40.9,-58.68 3.052,-26.38 26.8,-46.68 42.37,-61.19 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 317.3,572.1 c 72.35,-72.07 139,-119.2 199.9,-141.4 l 61.43,-250 c -29.81,8.813 -56.64,7.776 -80.48,-3.11 -19.05,-9.331 -34.21,-29.55 -36.55,-55.99 -2.645,-26.9 9.331,-50.16 30.72,-69.21 L 421.6,17.8 C 393.3,36.03 357.6,45.96 314.8,47.75 L 300.6,51 286.5,47.74 C 243.6,45.95 208,36.03 179.7,17.8 l -70.76,34.6 c 21.38,19.05 33.36,42.31 30.72,69.21 -2.333,26.44 -17.5,46.66 -36.55,55.99 -23.85,10.89 -50.67,11.92 -80.48,3.11 L 84.07,430.7 c 60.94,22.16 127.6,69.31 199.9,141.4 z" />
|
||||||
|
<path id="boss-outline" fill="black" d="m 286.5,47.74 c -6.119,31.83 -12.23,63.66 -18.35,95.5 -22.33,4.231 -44.04,12.65 -62.66,25.81 -17.14,12.08 -31.51,27.95 -42.33,45.88 -8.826,14.5 -15.66,30.19 -20.48,46.45 -5.511,19.09 -7.559,39.29 -5.124,59.05 2.402,19.93 9.152,39.23 18.99,56.69 8.393,14.99 18.8,28.8 30.52,41.35 6.868,6.961 14.59,13.04 22.72,18.46 15.64,10.32 33.18,17.62 51.36,22.07 2.167,0.5355 4.342,1.042 6.528,1.496 5.459,37.19 10.92,74.39 16.38,111.6 l 16.62,16.86 16.62,-16.86 c 5.461,-37.19 10.92,-74.39 16.38,-111.6 20.97,-4.42 41.33,-12.36 59.12,-24.41 10.21,-6.871 19.68,-14.93 27.58,-24.39 14.8,-17.21 27.33,-36.61 35.27,-57.95 7.531,-20.24 10.62,-42.19 8.507,-63.71 -1.742,-18.54 -7.074,-36.63 -14.7,-53.59 -8.765,-19.68 -20.76,-38.08 -36.29,-53.09 -13.69,-13.25 -30.02,-23.74 -47.72,-30.79 -10.4,-4.178 -21.24,-7.252 -32.25,-9.345 -6.113,-31.83 -12.23,-63.66 -18.34,-95.49 L 300.6,48.13 Z m 50.71,169.3 c 0.3508,0.1483 0.7017,0.2967 1.053,0.445 6.582,2.846 12.91,6.298 18.79,10.41 1.094,0.7684 2.307,1.654 3.416,2.511 9.321,7.194 17.25,16.2 23.17,26.37 1.89,3.128 3.371,6.572 4.637,9.937 1.618,4.19 2.992,8.475 4.073,12.84 0.2717,1.12 0.5735,2.413 0.8247,3.607 0.7843,3.735 1.35,7.516 1.674,11.32 0.0245,0.3134 0.066,0.9309 0.0972,1.361 0.8123,11.79 -0.9102,23.72 -4.833,34.86 -0.497,1.431 -0.9963,2.752 -1.569,4.192 -0.7856,1.959 -1.716,4.083 -2.675,6.075 -5.532,11.62 -13.15,22.34 -22.88,30.81 -7.073,6.2 -15.15,11.22 -23.75,15.01 -0.5926,0.2583 -1.362,0.5978 -2.031,0.8703 1.025,-56.87 1.024,-113.8 0.003,-170.6 z m -73.09,0.0197 c -0.0278,1.589 -0.0557,3.178 -0.0835,4.767 -0.8993,55.28 -0.9092,110.6 0.0987,165.8 -5.087,-2.131 -10.01,-4.666 -14.68,-7.595 -1.18,-0.7483 -2.48,-1.61 -3.674,-2.451 -5.006,-3.523 -9.647,-7.566 -13.81,-12.05 -0.9162,-0.9857 -1.919,-2.118 -2.828,-3.196 -4.005,-4.768 -7.579,-10.01 -10.58,-15.4 -2.97,-5.334 -5.524,-11.07 -7.551,-16.95 -0.3829,-1.094 -0.735,-2.185 -1.048,-3.237 -1.53,-5.071 -2.633,-10.39 -3.221,-15.58 -0.1539,-1.361 -0.2866,-2.886 -0.3675,-4.152 -0.0544,-1.068 -0.1179,-2.054 -0.1352,-3.042 -0.2107,-7.186 0.5586,-14.51 2.058,-21.45 1.655,-7.621 4.193,-15.04 7.419,-22.14 1.943,-3.938 4.379,-7.61 6.909,-11.19 1.441,-1.995 3.006,-3.985 4.565,-5.799 8.303,-9.72 18.67,-17.62 30.13,-23.27 2.233,-1.111 4.502,-2.145 6.801,-3.112 z" />
|
||||||
|
<path id="boss" fill="white" d="m 280,155.4 c -57.54,8.035 -97.2,39.79 -119,95.26 -21.77,55.47 -9.85,108.1 35.77,157.9 21.51,21.25 49.25,34.6 83.2,40.05 L 300.6,589 321.2,448.6 c 33.96,-5.443 61.69,-18.79 83.2,-40.05 45.62,-49.77 57.54,-102.4 35.77,-157.9 -21.77,-55.47 -61.43,-87.22 -119,-95.26 L 300.6,48.13 Z m -1.555,41.99 c -1.555,69.98 -1.555,139.8 0,209.6 -34.99,-8.554 -60.01,-28.12 -75.04,-58.71 -15.03,-30.59 -15.03,-62.21 0,-94.87 15.29,-28.25 40.31,-46.92 75.04,-55.99 z m 44.32,0 c 34.73,9.072 59.75,27.74 75.04,55.99 15.03,32.66 15.03,64.28 0,94.87 -15.03,30.59 -40.05,50.16 -75.04,58.71 1.555,-69.73 1.555,-139.6 0,-209.6 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.0 KiB |
14
img/setSymbols/official/onc-s.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="671.29706">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#612c75" />
|
||||||
|
<stop offset="0.9" stop-color="#bf99c3" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="backdrop" fill="black" d="m 529.5,179.1 c -2.236,-8.443 -3.865,-17.1 -4.076,-25.85 -0.0205,-8.959 0.8677,-16.32 3.939,-24.21 3.866,-10.7 11.43,-16.55 19.38,-23.64 L 487.2,64.71 113,65.42 C 92.76,78.77 72.53,92.11 52.3,105.5 c 3.263,2.499 5.846,4.522 8.64,7.202 6.902,8.101 11.51,15.8 13.5,24.88 2.722,14.3 0.8416,27.96 -2.665,41.39 L 95.21,442.9 c 4.585,21.67 9.168,43.35 13.76,65.02 13.1,5.813 25.82,12.48 38.07,19.92 24.71,14.96 47.68,32.77 69.14,52.12 32.91,30.98 59.38,59.95 84.46,91.32 24.18,-30.39 50.07,-59.48 78.57,-85.93 18.79,-17.35 39.05,-33.72 58.69,-47.04 18.48,-12.31 35.65,-21.95 54.42,-30.38 4.783,-22.61 9.567,-45.22 14.35,-67.83 z" />
|
||||||
|
<path id="outline" fill="black" d="m 420.6,0 c -0.245,0.1559 -0.4901,0.3119 -0.7351,0.4678 C 397.8,15.66 372.1,24.76 346.8,29 315.7,33.69 282.9,34.01 253.1,28.77 226.5,24.7 202.4,13.3 180.2,0.05164 L 81.66,48.44 c 18.44,16.7 39.04,33.09 42.36,58.8 2.214,24.87 -9.169,49.76 -32.24,58.26 C 57.4,177.1 34.32,167.6 0,158.8 L 70.86,442.1 c 96.55,39.22 161.1,98.9 229.8,169.1 88.43,-85.3 112.8,-118.5 229.8,-169.5 0.9136,-3.137 0.9523,-3.241 2.091,-7.943 3.269,-13.46 6.599,-26.91 9.892,-40.37 L 600,158.9 c -27.66,7.578 -54.2,16.63 -82.09,9.255 -28.54,-8.087 -42.85,-30.63 -40.9,-58.68 3.052,-26.38 26.8,-46.68 42.37,-61.19 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 317.3,572.1 c 72.35,-72.07 139,-119.2 199.9,-141.4 l 61.43,-250 c -29.81,8.813 -56.64,7.776 -80.48,-3.11 -19.05,-9.331 -34.21,-29.55 -36.55,-55.99 -2.645,-26.9 9.331,-50.16 30.72,-69.21 L 421.6,17.8 C 393.3,36.03 357.6,45.96 314.8,47.75 L 300.6,51 286.5,47.74 C 243.6,45.95 208,36.03 179.7,17.8 l -70.76,34.6 c 21.38,19.05 33.36,42.31 30.72,69.21 -2.333,26.44 -17.5,46.66 -36.55,55.99 -23.85,10.89 -50.67,11.92 -80.48,3.11 L 84.07,430.7 c 60.94,22.16 127.6,69.31 199.9,141.4 z" />
|
||||||
|
<path id="boss-outline" fill="black" d="m 286.5,47.74 c -6.119,31.83 -12.23,63.66 -18.35,95.5 -22.33,4.231 -44.04,12.65 -62.66,25.81 -17.14,12.08 -31.51,27.95 -42.33,45.88 -8.826,14.5 -15.66,30.19 -20.48,46.45 -5.511,19.09 -7.559,39.29 -5.124,59.05 2.402,19.93 9.152,39.23 18.99,56.69 8.393,14.99 18.8,28.8 30.52,41.35 6.868,6.961 14.59,13.04 22.72,18.46 15.64,10.32 33.18,17.62 51.36,22.07 2.167,0.5355 4.342,1.042 6.528,1.496 5.459,37.19 10.92,74.39 16.38,111.6 l 16.62,16.86 16.62,-16.86 c 5.461,-37.19 10.92,-74.39 16.38,-111.6 20.97,-4.42 41.33,-12.36 59.12,-24.41 10.21,-6.871 19.68,-14.93 27.58,-24.39 14.8,-17.21 27.33,-36.61 35.27,-57.95 7.531,-20.24 10.62,-42.19 8.507,-63.71 -1.742,-18.54 -7.074,-36.63 -14.7,-53.59 -8.765,-19.68 -20.76,-38.08 -36.29,-53.09 -13.69,-13.25 -30.02,-23.74 -47.72,-30.79 -10.4,-4.178 -21.24,-7.252 -32.25,-9.345 -6.113,-31.83 -12.23,-63.66 -18.34,-95.49 L 300.6,48.13 Z m 50.71,169.3 c 0.3508,0.1483 0.7017,0.2967 1.053,0.445 6.582,2.846 12.91,6.298 18.79,10.41 1.094,0.7684 2.307,1.654 3.416,2.511 9.321,7.194 17.25,16.2 23.17,26.37 1.89,3.128 3.371,6.572 4.637,9.937 1.618,4.19 2.992,8.475 4.073,12.84 0.2717,1.12 0.5735,2.413 0.8247,3.607 0.7843,3.735 1.35,7.516 1.674,11.32 0.0245,0.3134 0.066,0.9309 0.0972,1.361 0.8123,11.79 -0.9102,23.72 -4.833,34.86 -0.497,1.431 -0.9963,2.752 -1.569,4.192 -0.7856,1.959 -1.716,4.083 -2.675,6.075 -5.532,11.62 -13.15,22.34 -22.88,30.81 -7.073,6.2 -15.15,11.22 -23.75,15.01 -0.5926,0.2583 -1.362,0.5978 -2.031,0.8703 1.025,-56.87 1.024,-113.8 0.003,-170.6 z m -73.09,0.0197 c -0.0278,1.589 -0.0557,3.178 -0.0835,4.767 -0.8993,55.28 -0.9092,110.6 0.0987,165.8 -5.087,-2.131 -10.01,-4.666 -14.68,-7.595 -1.18,-0.7483 -2.48,-1.61 -3.674,-2.451 -5.006,-3.523 -9.647,-7.566 -13.81,-12.05 -0.9162,-0.9857 -1.919,-2.118 -2.828,-3.196 -4.005,-4.768 -7.579,-10.01 -10.58,-15.4 -2.97,-5.334 -5.524,-11.07 -7.551,-16.95 -0.3829,-1.094 -0.735,-2.185 -1.048,-3.237 -1.53,-5.071 -2.633,-10.39 -3.221,-15.58 -0.1539,-1.361 -0.2866,-2.886 -0.3675,-4.152 -0.0544,-1.068 -0.1179,-2.054 -0.1352,-3.042 -0.2107,-7.186 0.5586,-14.51 2.058,-21.45 1.655,-7.621 4.193,-15.04 7.419,-22.14 1.943,-3.938 4.379,-7.61 6.909,-11.19 1.441,-1.995 3.006,-3.985 4.565,-5.799 8.303,-9.72 18.67,-17.62 30.13,-23.27 2.233,-1.111 4.502,-2.145 6.801,-3.112 z" />
|
||||||
|
<path id="boss" fill="white" d="m 280,155.4 c -57.54,8.035 -97.2,39.79 -119,95.26 -21.77,55.47 -9.85,108.1 35.77,157.9 21.51,21.25 49.25,34.6 83.2,40.05 L 300.6,589 321.2,448.6 c 33.96,-5.443 61.69,-18.79 83.2,-40.05 45.62,-49.77 57.54,-102.4 35.77,-157.9 -21.77,-55.47 -61.43,-87.22 -119,-95.26 L 300.6,48.13 Z m -1.555,41.99 c -1.555,69.98 -1.555,139.8 0,209.6 -34.99,-8.554 -60.01,-28.12 -75.04,-58.71 -15.03,-30.59 -15.03,-62.21 0,-94.87 15.29,-28.25 40.31,-46.92 75.04,-55.99 z m 44.32,0 c 34.73,9.072 59.75,27.74 75.04,55.99 15.03,32.66 15.03,64.28 0,94.87 -15.03,30.59 -40.05,50.16 -75.04,58.71 1.555,-69.73 1.555,-139.6 0,-209.6 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.0 KiB |
14
img/setSymbols/official/onc-u.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="671.29706">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#596771" />
|
||||||
|
<stop offset="0.9" stop-color="#c3e2ee" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="backdrop" fill="black" d="m 529.5,179.1 c -2.236,-8.443 -3.865,-17.1 -4.076,-25.85 -0.0205,-8.959 0.8677,-16.32 3.939,-24.21 3.866,-10.7 11.43,-16.55 19.38,-23.64 L 487.2,64.71 113,65.42 C 92.76,78.77 72.53,92.11 52.3,105.5 c 3.263,2.499 5.846,4.522 8.64,7.202 6.902,8.101 11.51,15.8 13.5,24.88 2.722,14.3 0.8416,27.96 -2.665,41.39 L 95.21,442.9 c 4.585,21.67 9.168,43.35 13.76,65.02 13.1,5.813 25.82,12.48 38.07,19.92 24.71,14.96 47.68,32.77 69.14,52.12 32.91,30.98 59.38,59.95 84.46,91.32 24.18,-30.39 50.07,-59.48 78.57,-85.93 18.79,-17.35 39.05,-33.72 58.69,-47.04 18.48,-12.31 35.65,-21.95 54.42,-30.38 4.783,-22.61 9.567,-45.22 14.35,-67.83 z" />
|
||||||
|
<path id="outline" fill="black" d="m 420.6,0 c -0.245,0.1559 -0.4901,0.3119 -0.7351,0.4678 C 397.8,15.66 372.1,24.76 346.8,29 315.7,33.69 282.9,34.01 253.1,28.77 226.5,24.7 202.4,13.3 180.2,0.05164 L 81.66,48.44 c 18.44,16.7 39.04,33.09 42.36,58.8 2.214,24.87 -9.169,49.76 -32.24,58.26 C 57.4,177.1 34.32,167.6 0,158.8 L 70.86,442.1 c 96.55,39.22 161.1,98.9 229.8,169.1 88.43,-85.3 112.8,-118.5 229.8,-169.5 0.9136,-3.137 0.9523,-3.241 2.091,-7.943 3.269,-13.46 6.599,-26.91 9.892,-40.37 L 600,158.9 c -27.66,7.578 -54.2,16.63 -82.09,9.255 -28.54,-8.087 -42.85,-30.63 -40.9,-58.68 3.052,-26.38 26.8,-46.68 42.37,-61.19 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 317.3,572.1 c 72.35,-72.07 139,-119.2 199.9,-141.4 l 61.43,-250 c -29.81,8.813 -56.64,7.776 -80.48,-3.11 -19.05,-9.331 -34.21,-29.55 -36.55,-55.99 -2.645,-26.9 9.331,-50.16 30.72,-69.21 L 421.6,17.8 C 393.3,36.03 357.6,45.96 314.8,47.75 L 300.6,51 286.5,47.74 C 243.6,45.95 208,36.03 179.7,17.8 l -70.76,34.6 c 21.38,19.05 33.36,42.31 30.72,69.21 -2.333,26.44 -17.5,46.66 -36.55,55.99 -23.85,10.89 -50.67,11.92 -80.48,3.11 L 84.07,430.7 c 60.94,22.16 127.6,69.31 199.9,141.4 z" />
|
||||||
|
<path id="boss-outline" fill="black" d="m 286.5,47.74 c -6.119,31.83 -12.23,63.66 -18.35,95.5 -22.33,4.231 -44.04,12.65 -62.66,25.81 -17.14,12.08 -31.51,27.95 -42.33,45.88 -8.826,14.5 -15.66,30.19 -20.48,46.45 -5.511,19.09 -7.559,39.29 -5.124,59.05 2.402,19.93 9.152,39.23 18.99,56.69 8.393,14.99 18.8,28.8 30.52,41.35 6.868,6.961 14.59,13.04 22.72,18.46 15.64,10.32 33.18,17.62 51.36,22.07 2.167,0.5355 4.342,1.042 6.528,1.496 5.459,37.19 10.92,74.39 16.38,111.6 l 16.62,16.86 16.62,-16.86 c 5.461,-37.19 10.92,-74.39 16.38,-111.6 20.97,-4.42 41.33,-12.36 59.12,-24.41 10.21,-6.871 19.68,-14.93 27.58,-24.39 14.8,-17.21 27.33,-36.61 35.27,-57.95 7.531,-20.24 10.62,-42.19 8.507,-63.71 -1.742,-18.54 -7.074,-36.63 -14.7,-53.59 -8.765,-19.68 -20.76,-38.08 -36.29,-53.09 -13.69,-13.25 -30.02,-23.74 -47.72,-30.79 -10.4,-4.178 -21.24,-7.252 -32.25,-9.345 -6.113,-31.83 -12.23,-63.66 -18.34,-95.49 L 300.6,48.13 Z m 50.71,169.3 c 0.3508,0.1483 0.7017,0.2967 1.053,0.445 6.582,2.846 12.91,6.298 18.79,10.41 1.094,0.7684 2.307,1.654 3.416,2.511 9.321,7.194 17.25,16.2 23.17,26.37 1.89,3.128 3.371,6.572 4.637,9.937 1.618,4.19 2.992,8.475 4.073,12.84 0.2717,1.12 0.5735,2.413 0.8247,3.607 0.7843,3.735 1.35,7.516 1.674,11.32 0.0245,0.3134 0.066,0.9309 0.0972,1.361 0.8123,11.79 -0.9102,23.72 -4.833,34.86 -0.497,1.431 -0.9963,2.752 -1.569,4.192 -0.7856,1.959 -1.716,4.083 -2.675,6.075 -5.532,11.62 -13.15,22.34 -22.88,30.81 -7.073,6.2 -15.15,11.22 -23.75,15.01 -0.5926,0.2583 -1.362,0.5978 -2.031,0.8703 1.025,-56.87 1.024,-113.8 0.003,-170.6 z m -73.09,0.0197 c -0.0278,1.589 -0.0557,3.178 -0.0835,4.767 -0.8993,55.28 -0.9092,110.6 0.0987,165.8 -5.087,-2.131 -10.01,-4.666 -14.68,-7.595 -1.18,-0.7483 -2.48,-1.61 -3.674,-2.451 -5.006,-3.523 -9.647,-7.566 -13.81,-12.05 -0.9162,-0.9857 -1.919,-2.118 -2.828,-3.196 -4.005,-4.768 -7.579,-10.01 -10.58,-15.4 -2.97,-5.334 -5.524,-11.07 -7.551,-16.95 -0.3829,-1.094 -0.735,-2.185 -1.048,-3.237 -1.53,-5.071 -2.633,-10.39 -3.221,-15.58 -0.1539,-1.361 -0.2866,-2.886 -0.3675,-4.152 -0.0544,-1.068 -0.1179,-2.054 -0.1352,-3.042 -0.2107,-7.186 0.5586,-14.51 2.058,-21.45 1.655,-7.621 4.193,-15.04 7.419,-22.14 1.943,-3.938 4.379,-7.61 6.909,-11.19 1.441,-1.995 3.006,-3.985 4.565,-5.799 8.303,-9.72 18.67,-17.62 30.13,-23.27 2.233,-1.111 4.502,-2.145 6.801,-3.112 z" />
|
||||||
|
<path id="boss" fill="white" d="m 280,155.4 c -57.54,8.035 -97.2,39.79 -119,95.26 -21.77,55.47 -9.85,108.1 35.77,157.9 21.51,21.25 49.25,34.6 83.2,40.05 L 300.6,589 321.2,448.6 c 33.96,-5.443 61.69,-18.79 83.2,-40.05 45.62,-49.77 57.54,-102.4 35.77,-157.9 -21.77,-55.47 -61.43,-87.22 -119,-95.26 L 300.6,48.13 Z m -1.555,41.99 c -1.555,69.98 -1.555,139.8 0,209.6 -34.99,-8.554 -60.01,-28.12 -75.04,-58.71 -15.03,-30.59 -15.03,-62.21 0,-94.87 15.29,-28.25 40.31,-46.92 75.04,-55.99 z m 44.32,0 c 34.73,9.072 59.75,27.74 75.04,55.99 15.03,32.66 15.03,64.28 0,94.87 -15.03,30.59 -40.05,50.16 -75.04,58.71 1.555,-69.73 1.555,-139.6 0,-209.6 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.0 KiB |
5
img/setSymbols/official/one-c.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="601.42609">
|
||||||
|
<path id="outline" fill="white" d="m 289,0 -6.49,121 c -67.8,8.65 -116,44 -145,106 -38.9,99.5 8.65,167 30.3,190 26,30.3 62.7,54.1 115,60.6 l 4.33,123 C 173,587 91.7,537 42.6,452 -48.2,288 21,141 112,64.9 165,21.6 224,0 289,0 Z m -8.65,154 c -2.89,86.5 -2.89,184 0,292 -49,-10.1 -84.4,-33.9 -106,-71.4 -26,-38.9 -23.8,-110 0,-149 27.4,-43.3 62.7,-67.1 106,-71.4 z M 311,0 l 6.49,121 c 67.8,8.65 116,44 145,106 38.9,99.5 -8.65,167 -30.3,190 -26,30.3 -62.7,54.1 -115,60.6 l -4.33,123 C 427,587 508,537 557,452 648,288 579,141 488,64.9 435,21.6 376,0 311,0 Z m 8.65,154 c 2.89,86.5 2.89,184 0,292 49,-10.1 84.4,-33.9 106,-71.4 26,-38.9 23.8,-110 0,-149 -27.4,-43.3 -62.7,-67.1 -106,-71.4 z" />
|
||||||
|
<path id="body" fill="black" d="m 339,102 c 56.1,14.7 94.8,38.5 125,82.8 55.4,86.8 43.7,189 -25.9,259 -26.9,27 -61.8,45.7 -99.1,53.4 0.166,2.5 -0.269,4.97 -0.25,7.46 -0.821,23.5 -1.64,46.9 -2.46,70.4 C 412,561 473,539 525,467 591,377 596,247 542,163 483,69 407,31.3 335,23.5 c 1.4,26.1 2.8,52.3 4.2,78.4 z M 265,23.6 C 203,29.6 145,60.7 104,103 54.3,155 23.9,221 22.5,292 c -0.433,84.1 36.6,169 101,222 0.855,0.693 2.01,1.61 2.98,2.39 44.4,32.3 84.9,48.6 135,58.5 0.43,-0.0857 1.8,0.667 1.89,0.0974 -0.861,-24.3 -1.71,-48.7 -2.57,-73.1 -0.0525,-1.5 -0.105,-2.99 -0.157,-4.49 C 206,482 165,455 135,412 85.3,333 91.1,241 146,171 c 34.7,-38.3 68.9,-59.4 115,-69.1 1.4,-26.1 2.8,-52.3 4.2,-78.4 -0.229,0.021 -0.458,0.0419 -0.687,0.0629 z M 204,222 c -36.7,48.5 -31.4,97.7 -16.4,130 14.7,32.5 36.8,51.4 69.5,64 -1.74,-78 -2.08,-156 -0.126,-234 -24.3,10.4 -40.8,24.8 -53,40.2 z m 138,-35.9 c 1.78,76.6 1.47,153 -0.239,230 34.5,-15.3 61,-38.2 72.7,-72 13.7,-41.3 7.35,-81.8 -9.02,-107 -16.4,-25.1 -39.5,-46.4 -63.6,-55.2 0.0385,1.49 0.0777,3.01 0.111,4.28 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
11
img/setSymbols/official/one-m.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="600" height="601.42609">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="gradient-body" x1="0" y1="0" x2="0.5" y2="0" spreadMethod="reflect">
|
||||||
|
<stop offset="0" stop-color="#b2341a" />
|
||||||
|
<stop offset="0.9" stop-color="#f59700" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<path id="outline" fill="black" d="m 289,0 -6.49,121 c -67.8,8.65 -116,44 -145,106 -38.9,99.5 8.65,167 30.3,190 26,30.3 62.7,54.1 115,60.6 l 4.33,123 C 173,587 91.7,537 42.6,452 -48.2,288 21,141 112,64.9 165,21.6 224,0 289,0 Z m -8.65,154 c -2.89,86.5 -2.89,184 0,292 -49,-10.1 -84.4,-33.9 -106,-71.4 -26,-38.9 -23.8,-110 0,-149 27.4,-43.3 62.7,-67.1 106,-71.4 z M 311,0 l 6.49,121 c 67.8,8.65 116,44 145,106 38.9,99.5 -8.65,167 -30.3,190 -26,30.3 -62.7,54.1 -115,60.6 l -4.33,123 C 427,587 508,537 557,452 648,288 579,141 488,64.9 435,21.6 376,0 311,0 Z m 8.65,154 c 2.89,86.5 2.89,184 0,292 49,-10.1 84.4,-33.9 106,-71.4 26,-38.9 23.8,-110 0,-149 -27.4,-43.3 -62.7,-67.1 -106,-71.4 z" />
|
||||||
|
<path id="body" fill="url(#gradient-body)" d="m 339,102 c 56.1,14.7 94.8,38.5 125,82.8 55.4,86.8 43.7,189 -25.9,259 -26.9,27 -61.8,45.7 -99.1,53.4 0.166,2.5 -0.269,4.97 -0.25,7.46 -0.821,23.5 -1.64,46.9 -2.46,70.4 C 412,561 473,539 525,467 591,377 596,247 542,163 483,69 407,31.3 335,23.5 c 1.4,26.1 2.8,52.3 4.2,78.4 z M 265,23.6 C 203,29.6 145,60.7 104,103 54.3,155 23.9,221 22.5,292 c -0.433,84.1 36.6,169 101,222 0.855,0.693 2.01,1.61 2.98,2.39 44.4,32.3 84.9,48.6 135,58.5 0.43,-0.0857 1.8,0.667 1.89,0.0974 -0.861,-24.3 -1.71,-48.7 -2.57,-73.1 -0.0525,-1.5 -0.105,-2.99 -0.157,-4.49 C 206,482 165,455 135,412 85.3,333 91.1,241 146,171 c 34.7,-38.3 68.9,-59.4 115,-69.1 1.4,-26.1 2.8,-52.3 4.2,-78.4 -0.229,0.021 -0.458,0.0419 -0.687,0.0629 z M 204,222 c -36.7,48.5 -31.4,97.7 -16.4,130 14.7,32.5 36.8,51.4 69.5,64 -1.74,-78 -2.08,-156 -0.126,-234 -24.3,10.4 -40.8,24.8 -53,40.2 z m 138,-35.9 c 1.78,76.6 1.47,153 -0.239,230 34.5,-15.3 61,-38.2 72.7,-72 13.7,-41.3 7.35,-81.8 -9.02,-107 -16.4,-25.1 -39.5,-46.4 -63.6,-55.2 0.0385,1.49 0.0777,3.01 0.111,4.28 z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.1 KiB |