[ENG-971] More File Icons (code extensions) (#1217)

* added bearded icons

* implemented bearded icons

* Made separate `LayeredFileIcon` component

* Delete index.tsx

* Update LayeredFileIcon.tsx

* Update LayeredFileIcon.tsx

* Update Thumb.tsx

* modified `generate.mjs` file

modified `generate.mjs` file to automatically generate index file for our icons

* Automatically generated by `generate.mjs` script

auto generate files are also included in code, so i also included it

* `bearded-icons` in `ext` folder

* Update LayeredFileIcon.tsx

* Update LayeredFileIcon.tsx

* formatted LayeredFileIcon.tsx

* Update Thumb.tsx

* added more icons to utilize

* made seperate file for `IconMapping`

* fixed typescript error by `Record<string, React.ReactElement>`

* More fixes in typescript

BTW, I am still learning TypeScript, but I know at least how much is required to get my work complete.

* moved icons to `assets/svgs/ext`

* added `kind !== 'Code'`

* Update Thumb.tsx

* Enable LayeredFileIcon for any file icon
 - Change IconMapping to define layered icons by kind/extension, instead of just extensions
 - Always render LayeredFileIcon component and determine whether the layered icon should or not be rendered internally
 - Format code

* Using our own name conventions

* `getLayeredIcon` implementation

* using our own directory structure

* directory structure

* fix 1

* fixed relative import

* `getLayeredIcon` utility implementation

* for our `kind`/`extention`.svg folder structure

* improvements in `getLayeredIcon`

* added icons in `Code`

* Delete IconMapping.tsx

* fixed imports

* fix typescript, mobile svg handling etc

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
Co-authored-by: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
This commit is contained in:
Aditya 2023-08-22 20:15:31 +05:30 committed by GitHub
parent 7d2136627c
commit e4b03619d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
331 changed files with 1038 additions and 4 deletions

5
apps/mobile/.svgrrc.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
icon: true,
typescript: true,
svgProps: { fill: 'currentColor' }
};

View file

@ -1,8 +1,8 @@
declare module '*.svg' {
import React from 'react';
import { SvgProps } from 'react-native-svg';
const content: React.FC<SvgProps>;
export default content;
// TODO: This is probably not working as intended
export const ReactComponent: React.FC<SVGProps<SVGSVGElement>>;
}
declare module '*.png' {

View file

@ -0,0 +1,26 @@
import { type ImgHTMLAttributes } from 'react';
import { type ObjectKindKey } from '@sd/client';
import { getLayeredIcon } from '@sd/assets/util';
interface LayeredFileIconProps extends ImgHTMLAttributes<HTMLImageElement> {
kind: ObjectKindKey;
extension: string | null;
}
const LayeredFileIcon = ({ kind, extension, ...props }: LayeredFileIconProps) => {
const iconImg = <img {...props} />;
const IconComponent = extension ? getLayeredIcon(kind, extension) : null;
return IconComponent == null ? (
iconImg
) : (
<div className="relative">
{iconImg}
<div className="absolute bottom-0 right-0 flex h-full w-full items-end justify-end pb-4 pr-2">
<IconComponent viewBox="0 0 16 16" height="40%" width="40%" />
</div>
</div>
);
};
export default LayeredFileIcon;

View file

@ -20,6 +20,7 @@ import { pdfViewerEnabled } from '~/util/pdfViewer';
import { useExplorerContext } from '../Context';
import { getExplorerStore } from '../store';
import { useExplorerItemData } from '../util';
import LayeredFileIcon from './LayeredFileIcon';
import classes from './Thumb.module.scss';
const THUMB_TYPE = {
@ -279,8 +280,10 @@ export const FileThumb = memo((props: ThumbProps) => {
default:
return (
<img
<LayeredFileIcon
src={src}
kind={itemData.kind}
extension={itemData.extension}
onLoad={onLoad}
onError={() => setLoaded(false)}
decoding={props.size ? 'async' : 'sync'}

View file

@ -13,7 +13,7 @@ import { dirname, join } from 'path';
import prettier from 'prettier';
import { fileURLToPath } from 'url';
const assetFolders = ['icons', 'images', 'svgs/brands'];
const assetFolders = ['icons', 'images', 'svgs/brands', 'svgs/ext/Extras', 'svgs/ext/Code'];
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#dd0031}</style></defs><path d="M6.86 8.58h2.05L7.89 6.11 6.86 8.58z" class="cls-1"/><path d="m7.89 2.22-5.61 2 .85 7.42 4.76 2.64 4.75-2.64.86-7.42Zm3.5 9.2h-1.31l-.7-1.76h-3l-.71 1.76H4.39l3.5-7.87 3.5 7.87Z" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 353 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#9A968B" fill-rule="evenodd" d="M6.616 2.266c-.318.297-.694.53-2.007 1.56C2.907 5.16 1.217 6.844 1.217 9.067c0 2.467 1.77 4.933 6.488 4.933 4.864 0 7.078-1.85 7.078-4.933 0-2.466-1.622-4.008-3.392-5.24-.29-.203-.61-.41-.938-.62C9.448 2.557 8.353 1.851 7.705 1c-.621.752-.836 1.029-1.09 1.266Zm3.645 7.212a1.13 1.13 0 1 0 0-2.26 1.13 1.13 0 0 0 0 2.26Zm-4.522 0a1.13 1.13 0 1 0 0-2.26 1.13 1.13 0 0 0 0 2.26Zm1.13 1.13c0 .377.227 1.131 1.131 1.131s1.13-.754 1.13-1.13H6.87Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 589 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#6A83FF" d="M12.85 4.52 8.71 2.13a1.34 1.34 0 0 0-1.34 0L3.23 4.52a1.33 1.33 0 0 0-.67 1.15v4.78a1.35 1.35 0 0 0 .67 1.16L7.37 14a1.34 1.34 0 0 0 1.34 0l4.14-2.39a1.35 1.35 0 0 0 .67-1.16V5.67a1.33 1.33 0 0 0-.67-1.15ZM8 10a2 2 0 0 0 1.41-.59l1.42 1.42a4 4 0 1 1 0-5.66L9.41 6.59A2 2 0 0 0 8 6a2 2 0 1 0 0 4Z"/></svg>

After

Width:  |  Height:  |  Size: 405 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#71D168" d="M6.208 11.087a.3.3 0 0 1 .27-.037l6.836 2.366c.32.111.24.584-.098.584H2.96a.3.3 0 0 1-.17-.547l3.418-2.366Z"/><path fill="#ED6161" d="M9.749 10.71a.3.3 0 0 1-.175-.227L8.368 2.738c-.052-.334.4-.486.56-.188l5.08 9.466a.3.3 0 0 1-.387.416L9.75 10.711Z"/><path fill="#6895D8" d="M7.977 7.801a.3.3 0 0 1-.116.265l-5.65 4.346c-.259.2-.605-.103-.442-.387l5.214-9.126a.3.3 0 0 1 .56.122l.434 4.78Z"/></svg>

After

Width:  |  Height:  |  Size: 499 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#C47CFC" fill-rule="evenodd" d="m8.71 2.13 4.14 2.39a1.33 1.33 0 0 1 .67 1.15v4.78a1.35 1.35 0 0 1-.67 1.16L8.71 14a1.34 1.34 0 0 1-1.34 0l-4.14-2.39a1.35 1.35 0 0 1-.67-1.16V5.67a1.33 1.33 0 0 1 .67-1.15l4.14-2.39a1.34 1.34 0 0 1 1.34 0Zm.79 8.624V8.75h-2v-1.5h2V5.254H11V7.25h2v1.5h-2v2h-.25l.004.004H9.5Zm-1-6.723a4 4 0 1 0 0 7.938V9.934a2 2 0 1 1 0-3.869V4.032Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 482 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#BA43AF" d="M12.85 4.52 8.71 2.13a1.34 1.34 0 0 0-1.34 0L3.23 4.52a1.33 1.33 0 0 0-.67 1.15v4.78a1.35 1.35 0 0 0 .67 1.16L7.37 14a1.34 1.34 0 0 0 1.34 0l4.14-2.39a1.35 1.35 0 0 0 .67-1.16V5.67a1.33 1.33 0 0 0-.67-1.15ZM11.5 7.33h-1.32l-.32 1.39h1.28v1H9.63l-.36 1.58H8l.37-1.58h-1.6l-.37 1.57H5.12l.36-1.58h-1v-1h1.23L6 7.33H4.86v-1h1.39l.36-1.58H7.9l-.36 1.6h1.58l.36-1.58h1.29l-.37 1.58h1.1v.98ZM7 8.72h1.57l.32-1.39H7.31L7 8.72Zm.32-1.39L7 8.72h1.57l.32-1.39H7.32Zm0 0L7 8.72h1.57l.32-1.39H7.32Z"/></svg>

After

Width:  |  Height:  |  Size: 595 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><path d="M3.5 2.5v2h7V6h-7v2h7v2.5L8 12l-2.5-1.5v-1h-2v2L8 14l4.5-2.5v-9h-9z" style="fill:#0086f1"/></svg>

After

Width:  |  Height:  |  Size: 188 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#03589C" d="M13.151 7.015v4.72h-2l-.06-.07-7.41-7.43H10.291c.093.031.18.075.26.13l.12.1 2.41 2.48.07.07Z"/><path fill="#41C4FF" d="m10.681 4.565-.12-.1a1.05 1.05 0 0 0-.26-.13h-6.62l3.58-1.92a1.4 1.4 0 0 1 .68-.15c.314.022.61.157.83.38l1.91 1.92Z"/><path fill="#2CB7F6" d="m11.111 11.735-3.54-1.17-3.25 1.17-.23-.22-.07-.08a1.589 1.589 0 0 1-.29-.38 1.44 1.44 0 0 1-.05-.55v-6.28l7.43 7.51Z"/><path fill="#02589B" d="m3.871 11.225-1.81-1.79a1.36 1.36 0 0 1-.38-.91v-.27l.08-.2 1.92-3.83v6.28a1.34 1.34 0 0 0 .08.48.85.85 0 0 0 .11.24Z"/><path fill="#2CB7F6" d="M11.111 11.695h-6.79l3.25-1.13 3.54 1.13Z"/><path fill="#41C4FF" d="M11.111 11.695v2.04h-4.75l-2.04-2.04h6.79Z"/></svg>

After

Width:  |  Height:  |  Size: 768 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#34CBCE" d="M6.16 8.88H4.53l.352-1.354C6 7.5 6.915 7.51 7.66 7.51a.14.14 0 0 0 .16-.12 3.8 3.8 0 0 1 2.89-2.46 3.13 3.13 0 0 1 3.45 1.52l.08.15a3.3 3.3 0 0 1-.21 3 4.09 4.09 0 0 1-1.82 1.57 3.198 3.198 0 0 1-4.47-1.81c-.88 1.89-3.5 2.83-5.2 1.45-2.478-1.945-.45-6.099 2.396-6.099 1.008 0 2.496.401 3.064 1.889-.51.18-1 .26-1.54.43-.377-.43-.816-.582-1.376-.585A1.77 1.77 0 0 0 3.31 8.11a1.49 1.49 0 0 0 2.85.77Zm5.18-2.44c-1.83-.07-2.79 2.82-.77 3.33 2.02.51 3.22-3.12.77-3.33Z"/></svg>

After

Width:  |  Height:  |  Size: 574 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E44D26" d="M3 7.5v2L7 13v-2L4 8.5 7 6V4L3 7.5ZM9 4v2l3 2.5L9 11v2l4-3.5v-2L9 4Z"/></svg>

After

Width:  |  Height:  |  Size: 177 B

View file

@ -0,0 +1,41 @@
/*
* This file was automatically generated by a script.
* To regenerate this file, run: pnpm assets gen
*/
import { ReactComponent as angular } from './angular.svg';
import { ReactComponent as bun } from './bun.svg';
import { ReactComponent as c } from './c.svg';
import { ReactComponent as cmake } from './cmake.svg';
import { ReactComponent as cpp } from './cpp.svg';
import { ReactComponent as csharp } from './csharp.svg';
import { ReactComponent as css } from './css.svg';
import { ReactComponent as dartlang } from './dartlang.svg';
import { ReactComponent as go } from './go.svg';
import { ReactComponent as html } from './html.svg';
import { ReactComponent as java } from './java.svg';
import { ReactComponent as js } from './js.svg';
import { ReactComponent as kotlin } from './kotlin.svg';
import { ReactComponent as php } from './php.svg';
import { ReactComponent as py } from './py.svg';
import { ReactComponent as ts } from './ts.svg';
import { ReactComponent as vue } from './vue.svg';
export {
angular,
bun,
c,
cmake,
cpp,
csharp,
css,
dartlang,
go,
html,
java,
js,
kotlin,
php,
py,
ts,
vue
};

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CE3939" fill-rule="evenodd" d="M6.103 5.58A1.46 1.46 0 0 1 6 5a1.74 1.74 0 0 1 .65-1.35C6.89 3.4 7 3.28 7 3a.47.47 0 0 0-.5-.5v-1A1.46 1.46 0 0 1 8 3a1.74 1.74 0 0 1-.65 1.35C7.11 4.6 7 4.72 7 5a.47.47 0 0 0 .5.5v1a1.46 1.46 0 0 1-1.397-.92ZM5 5.5v1A1.46 1.46 0 0 1 3.5 5a1.74 1.74 0 0 1 .65-1.35c.24-.25.35-.37.35-.65h1a1.74 1.74 0 0 1-.65 1.35c-.24.25-.35.37-.35.65a.47.47 0 0 0 .5.5ZM2.5 7h9.38v.02a2.24 2.24 0 0 1 0 4.48h-.85a4.5 4.5 0 0 1-8.53-2V7Zm8.88 3.49h.5v.01a1.25 1.25 0 0 0 0-2.5h-.5v2.49ZM10 6.5v-1a.47.47 0 0 1-.5-.5c0-.28.11-.4.35-.65A1.74 1.74 0 0 0 10.5 3h-1c0 .28-.11.4-.35.65A1.74 1.74 0 0 0 8.5 5 1.46 1.46 0 0 0 10 6.5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 759 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#FBB03B" d="M5.957 10.63a.552.552 0 0 0 .46-.198.888.888 0 0 0 .156-.568V6.261h1.056v3.603c.002.311-.067.62-.202.9a1.373 1.373 0 0 1-.588.595c-.285.142-.6.213-.92.208a1.983 1.983 0 0 1-.918-.19 1.498 1.498 0 0 1-.607-.531l.827-.559a.915.915 0 0 0 .708.343m4.807-4.432c.2-.001.401.02.597.063a3.437 3.437 0 0 1 1.14.486l-.432.847c-.2-.138-.42-.247-.652-.324a1.871 1.871 0 0 0-.653-.117 1.318 1.318 0 0 0-.717.153.474.474 0 0 0-.257.423.498.498 0 0 0 .128.36.922.922 0 0 0 .331.199c.138 0 .322.08.552.135h.147c.292.051.578.13.855.234.23.097.43.252.579.45.176.268.256.584.23.901.013.317-.07.63-.24.901-.172.25-.42.442-.707.55a2.92 2.92 0 0 1-1.112.189c-.254 0-.507-.027-.754-.081a2.998 2.998 0 0 1-.699-.217 2.49 2.49 0 0 1-.579-.36l.47-.82c.217.17.462.3.725.388.27.09.552.135.837.135.267.014.534-.042.772-.162a.536.536 0 0 0 .25-.647.457.457 0 0 0-.094-.155.748.748 0 0 0-.322-.18l-.505-.108h-.12c-.312-.041-.62-.11-.919-.208a1.316 1.316 0 0 1-.597-.513 1.402 1.402 0 0 1-.248-.9 1.57 1.57 0 0 1 .23-.902c.163-.25.4-.444.68-.558.346-.125.715-.18 1.084-.162ZM13.034 3H2.924a.929.929 0 0 0-.65.264.892.892 0 0 0-.27.637v8.107a.884.884 0 0 0 .235.696.92.92 0 0 0 .685.295h10.11a.936.936 0 0 0 .697-.263.9.9 0 0 0 .268-.683V3.946a.887.887 0 0 0-.285-.654.922.922 0 0 0-.68-.247"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="url(#a)" d="M2 3v5l6-6H3a1 1 0 0 0-1 1Z"/><path fill="url(#b)" fill-rule="evenodd" d="M8 2 2 8v5c0 .276.112.526.293.707L4 12l4-4 5.146-5.146A.5.5 0 0 0 12.793 2H8Z" clip-rule="evenodd"/><path fill="url(#c)" fill-rule="evenodd" d="M2.293 13.707A.997.997 0 0 0 3 14h9.793a.5.5 0 0 0 .353-.854L8 8l-4 4-1.707 1.707Z" clip-rule="evenodd"/><defs><linearGradient id="a" x1="2" x2="8" y1="7.5" y2="2" gradientUnits="userSpaceOnUse"><stop stop-color="#2A82B5"/><stop offset="1" stop-color="#32ADF4"/></linearGradient><linearGradient id="b" x1="13" x2="2" y1="2" y2="13" gradientUnits="userSpaceOnUse"><stop stop-color="#F88909"/><stop offset="1" stop-color="#C858B7"/></linearGradient><linearGradient id="c" x1="10.5" x2="2.5" y1="10.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#7970E2"/><stop offset="1" stop-color="#5C52CD"/></linearGradient></defs></svg>

After

Width:  |  Height:  |  Size: 953 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><path d="M15 7c0-3-3.5-3-3.5-3H8.89C9.38 5.18 8 7 8 7h-.5a5.61 5.61 0 0 0 .5-.74A2.91 2.91 0 0 0 8.4 4v-.08c-.25-.5-.87-.87-2.11-.91H6C2.68 3 1.82 5.2 1.6 6.34a2.87 2.87 0 0 0-.1.66v5a.83.83 0 0 0 .61.22A2.29 2.29 0 0 0 3 12v-1.5A1.47 1.47 0 0 1 4.5 9v4a4.47 4.47 0 0 0 1.44.22A5.52 5.52 0 0 0 7.5 13v-2h3v2a4.47 4.47 0 0 0 1.44.22A5.52 5.52 0 0 0 13.5 13V9a4.52 4.52 0 0 0 .5-2.5 2.63 2.63 0 0 0-.28-1.25A2.61 2.61 0 0 1 14.5 7ZM4 6.5a.5.5 0 1 1 .5.5.5.5 0 0 1-.5-.5Z" style="fill:#748ce2"/></svg>

After

Width:  |  Height:  |  Size: 580 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#418AC9" d="M5 3.286V4h2.8v1H4.2C3.9 5 2 5.071 2 8.5 2 10.557 3.2 11 3.5 11H4V9.286C4 7.914 5.4 7.57 6 7.57h3.15c1.35 0 1.35-.857 1.35-1.285v-3C10.5 3 9.96 2 7.8 2S5 3 5 3.286Z"/><path fill="#FFD242" d="M10.5 12.714V12H7.9v-1h3.2c.267 0 2.4 0 2.4-3.429C13.5 5.514 12.167 5 11.9 5h-.4v1.714c0 1.372-1.467 1.715-2 1.715H6.2C5 8.429 5 9.286 5 9.714v3C5 13 5.98 14 7.9 14s2.6-1 2.6-1.286Z"/></svg>

After

Width:  |  Height:  |  Size: 481 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#0E8ADC" fill-rule="evenodd" d="M3 3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3Zm1.302 3.252v.955h1.462v4.297h1.01V7.207h1.462v-.955H4.302Zm6.857.009a2.67 2.67 0 0 0-.588-.063 2.714 2.714 0 0 0-1.067.171c-.276.111-.51.303-.67.55-.17.27-.252.583-.24.9-.022.32.065.637.249.901.154.2.365.35.606.432.298.103.606.172.92.208h.073l.496.108c.122.03.233.092.322.18a.44.44 0 0 1 .12.333.506.506 0 0 1-.276.469 1.467 1.467 0 0 1-.763.162c-.285 0-.567-.046-.837-.135a2.145 2.145 0 0 1-.707-.388l-.469.82c.175.14.366.257.57.351.221.098.452.174.69.226.248.046.5.07.753.071.377.01.752-.054 1.103-.189.284-.104.528-.293.698-.54.176-.268.26-.583.24-.9.018-.3-.063-.597-.23-.848a1.255 1.255 0 0 0-.57-.45 4.408 4.408 0 0 0-.846-.234h-.129a4.845 4.845 0 0 1-.551-.135.674.674 0 0 1-.322-.19.485.485 0 0 1-.138-.36.462.462 0 0 1 .258-.414 1.43 1.43 0 0 1 .717-.153c.222 0 .443.04.652.117.227.082.443.191.643.324l.433-.838a3.442 3.442 0 0 0-1.14-.486Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><path d="M1.5 3.5 8 13l6.5-9.5H11L8 8 5 3.5H1.5z" style="fill:#3fb37f"/><path d="M5 3.5h6L8 8 5 3.5z" style="fill:#34475b"/></svg>

After

Width:  |  Height:  |  Size: 212 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#7C7CFF" fill-rule="evenodd" d="M2 8c0 4.84 1.16 6 6 6s6-1.16 6-6-1.16-6-6-6-6 1.16-6 6Zm2-2V4l4.727 4L4 12v-2l2.545-2L4 6Zm7.273 4.667h-2.91c-.401 0-.727.298-.727.666 0 .368.326.667.728.667h2.909c.401 0 .727-.299.727-.667 0-.368-.326-.666-.727-.666Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 367 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#7C7CFF" fill-rule="evenodd" d="M8 14c-4.84 0-6-1.16-6-6s1.16-6 6-6 6 1.16 6 6-1.16 6-6 6ZM5 4h1v1H5V4Zm6 0h-1v3h1V4ZM4 7.5a1.5 1.5 0 0 0 1 1.415V12h1V8.915A1.5 1.5 0 1 0 4 7.5Zm6 3.415a1.5 1.5 0 1 1 1 0V12h-1v-1.085Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 334 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#3CA8C0" d="M3.905 3.002 7.208 8.76h5.735A5 5 0 0 0 8 3H3.971c-.022 0-.044 0-.066.002ZM3 4.845l2.246 3.914H3V4.845ZM3 10.461v1.568c0 .536.435.971.971.971H7.68l-1.456-2.539H3ZM9.509 12.768a5.014 5.014 0 0 0 2.844-2.307H8.185l1.324 2.307Z"/></svg>

After

Width:  |  Height:  |  Size: 333 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#7C7CFF" fill-rule="evenodd" d="m2.254 10.18 3.02-6.492C5.784 2.594 6.764 2 8 2c1.235 0 2.216.594 2.726 1.688l3.02 6.491c.137.316.254.723.254 1.076C14 12.868 12.804 14 11.098 14c-.581 0-1.043-.14-1.51-.282-.478-.146-.963-.293-1.588-.293-.618 0-1.114.148-1.602.295-.472.14-.937.28-1.496.28C3.196 14 2 12.868 2 11.255c0-.353.118-.76.255-1.076h-.001ZM8 4.82 5.02 11.2c.883-.39 1.902-.576 2.98-.576 1.04 0 2.099.186 2.942.575L7.999 4.82Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 550 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#7C7CFF" fill-rule="evenodd" d="M2 8c0 4.84 1.16 6 6 6s6-1.16 6-6-1.16-6-6-6-6 1.16-6 6Zm4.183-2.875L4.169 9.453c-.09.21-.169.482-.169.717C4 11.245 4.797 12 5.935 12c.371 0 .68-.092.994-.186l.003-.001h.002c.324-.098.655-.197 1.066-.197.416 0 .738.098 1.057.195h.002l.003.002c.31.094.617.187 1.003.187C11.203 12 12 11.245 12 10.17c0-.235-.078-.507-.17-.717L9.817 5.125C9.477 4.395 8.824 4 8 4s-1.477.396-1.817 1.125Zm-.17 5.008L8 5.88l1.96 4.253C9.4 9.873 8.693 9.749 8 9.749c-.72 0-1.399.124-1.987.384Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 619 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#399EE7" d="m9.562 3-1.59 2.763L10.538 10H14V4a1 1 0 0 0-1-1H9.562ZM8.378 3 4 10.5 6.205 14H3a1 1 0 0 1-1-1v-2l4.5-8h1.878Z"/><path fill="#399EE7" d="M7.344 14H13a1 1 0 0 0 1-1v-2H5.416l1.928 3ZM5.532 10l1.87-3.248L9.37 10H5.532Z"/></svg>

After

Width:  |  Height:  |  Size: 326 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#CC6BEE" d="M14 4.204 10.126 10.5H14V4.204ZM13.489 3.127l-2.87 4.663L7.771 3H13c.177 0 .344.046.489.127ZM6.607 3H6.5L4.812 6h3.58L6.606 3ZM4.25 7h1.723l-3.93 6.289A1 1 0 0 1 2 13v-2l2.25-4ZM2.79 13.978c.068.014.138.022.21.022h4.724L5.463 9.703 2.79 13.978ZM8.854 14H13a1 1 0 0 0 1-1v-1.5H7.539L8.855 14ZM7.012 10.5l-.936-1.779L7.152 7h1.834l1.041 1.752L8.951 10.5H7.012Z"/></svg>

After

Width:  |  Height:  |  Size: 467 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#FF9350" d="M3.632 8.098 2 11v2a1 1 0 0 0 1 1h3.465L3.632 8.098ZM7.575 14 4.23 7.034 4.98 5.7 8.965 14h-1.39Zm2.5 0h1.39L6.33 3.302l-.75 1.334L10.075 14ZM7.295 3l5.28 11H13c.318 0 .6-.148.784-.379L8.685 3h-1.39Zm2.5 0L14 11.761V4a1 1 0 0 0-1-1H9.795Z"/></svg>

After

Width:  |  Height:  |  Size: 347 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-2{fill:#f69f11}</style></defs><path d="M12.5 14h-9A1.55 1.55 0 0 1 2 12.5v-9A1.55 1.55 0 0 1 3.5 2h9a1.55 1.55 0 0 1 1.55 1.5v9A1.55 1.55 0 0 1 12.5 14Z" style="fill:#49160a"/><path d="M6.16 4.43H7l2.12 7h-1.3L6.58 6.76l-1.25 4.66H4Zm-.91 4.71h2.68v1.18H5.25ZM9.68 4.43h1.25v1.24H9.68Zm0 2h1.25v5H9.68Z" class="cls-2"/></svg>

After

Width:  |  Height:  |  Size: 439 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" fill-rule="evenodd" d="M6.029 6.393A4.75 4.75 0 1 1 10 13.75H5a3.75 3.75 0 1 1 1.029-7.357ZM10 5.75a3.25 3.25 0 0 0-2.954 1.892l-.327.71-.696-.356A2.25 2.25 0 1 0 5 12.25h5a3.25 3.25 0 0 0 0-6.5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 321 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#86B44B" fill-rule="evenodd" d="M9.376 4.814a1.407 1.407 0 0 1-1.934 1.304.701.701 0 0 0-.2-.1 1.406 1.406 0 1 1 2.134-1.204ZM5.407 8.422a4.69 4.69 0 0 1 1.107-.09l.05.298.008.05c.121.73.224 1.364.225 1.76 0 .846-.215 1.445-.552 1.776-.303.297-.848.515-1.868.278a.703.703 0 0 0-.319 1.37c1.325.308 2.42.094 3.173-.645.541-.531.819-1.254.923-2.02.344.005.802.1 1.175.357.385.264.75.745.75 1.699a.703.703 0 0 0 1.407 0c0-1.392-.573-2.318-1.36-2.859-.651-.447-1.397-.597-1.965-.603-.042-.372-.108-.78-.172-1.168a3.64 3.64 0 0 0 1.368.573c.86.17 1.902.061 2.8-.648a.703.703 0 0 0-.873-1.104c-.51.403-1.109.48-1.655.372a2.212 2.212 0 0 1-.802-.324A2.815 2.815 0 0 0 7.969 2a2.814 2.814 0 0 0-1.857 4.928 5.636 5.636 0 0 0-1.004.12c-1.079.234-2.125.874-2.507 2.27a.703.703 0 1 0 1.357.37c.205-.748.721-1.108 1.45-1.266Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 930 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#B176E6" fill-rule="evenodd" d="M2.683 10.921 5.279 2.7A1 1 0 0 1 6.233 2h3.534a1 1 0 0 1 .954.699l2.596 8.222a1 1 0 0 1-.246 1.008l-1.778 1.778a1 1 0 0 1-.707.293H5.414a1 1 0 0 1-.707-.293L2.93 11.93a1 1 0 0 1-.246-1.008Zm7.24-7.016L12 10.377a8.414 8.414 0 0 0-2.482-.875L8.166 5.374a.177.177 0 0 0-.169-.132.177.177 0 0 0-.168.132L6.493 9.5c-.884.16-1.722.46-2.493.876l2.086-6.473c.096-.324.143-.486.236-.606a.77.77 0 0 1 .311-.24C6.771 3 6.933 3 7.26 3h1.49c.326 0 .49 0 .627.058a.77.77 0 0 1 .311.24c.093.12.14.282.236.607Zm.645 6.649c-.46.243-1.376.409-2.432.409-1.296 0-2.382-.25-2.67-.586a1.217 1.217 0 0 0-.126.554s-.068.692.708 1.173c0-.25.327-.452.73-.452.691 0 .69.373.69.677v.027c0 .46.454.854 1.099 1.02a.656.656 0 0 1-.15-.406c0-.439.415-.602.898-.792.385-.152.812-.32 1.106-.656a.895.895 0 0 0 .24-.591.82.82 0 0 0-.093-.377Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 957 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#B176E6" fill-rule="evenodd" d="M4 3h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1ZM2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm7.924.905c-.095-.325-.143-.487-.236-.608a.77.77 0 0 0-.31-.24C9.238 4 9.075 4 8.75 4H7.26c-.326 0-.49 0-.627.058a.77.77 0 0 0-.31.239c-.094.12-.141.282-.237.606L4 12a8.412 8.412 0 0 1 2.493-.876L7.83 6.374a.177.177 0 0 1 .168-.132c.078 0 .147.054.17.132l1.35 4.752c.881.161 1.715.46 2.483.874L9.924 4.905Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 593 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#1D8FB7" fill-rule="evenodd" d="M5.365 10.087h.02l2.26 4.043h-4.71l.726-1.232 1.704-2.811Zm2.291 4.043 2.44-4.043h4.614l-2.334 4.043h-4.72Z" clip-rule="evenodd"/><path fill="#70D1F7" fill-rule="evenodd" d="M10.064 10.102h4.674L10.064 2H5.31l4.754 8.102Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 370 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#c24fbe}</style></defs><ellipse cx="6.36" cy="10.75" class="cls-1" rx="3.36" ry="2.75"/><path d="M8.72 3h1v7.5h-1z" class="cls-1"/><path d="M8.72 3h4v2.5h-4z" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 301 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#13A9FD" fill-rule="evenodd" d="M9.72 3h-1v5.793C8.113 8.303 7.28 8 6.36 8 4.504 8 3 9.231 3 10.75s1.504 2.75 3.36 2.75c1.856 0 3.36-1.231 3.36-2.75 0-.084-.005-.168-.014-.25h.014v-5h3V3h-3Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#4EC624" fill-rule="evenodd" d="M9.72 3h-1v5.793C8.113 8.303 7.28 8 6.36 8 4.504 8 3 9.231 3 10.75s1.504 2.75 3.36 2.75c1.856 0 3.36-1.231 3.36-2.75 0-.084-.005-.168-.014-.25h.014v-5h3V3h-3Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#EB3B30" fill-rule="evenodd" d="M9.72 3h-1v5.793C8.113 8.303 7.28 8 6.36 8 4.504 8 3 9.231 3 10.75s1.504 2.75 3.36 2.75c1.856 0 3.36-1.231 3.36-2.75 0-.084-.005-.168-.014-.25h.014v-5h3V3h-3Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E1A03D" fill-rule="evenodd" d="M9.72 3h-1v5.793C8.113 8.303 7.28 8 6.36 8 4.504 8 3 9.231 3 10.75s1.504 2.75 3.36 2.75c1.856 0 3.36-1.231 3.36-2.75 0-.084-.005-.168-.014-.25h.014v-5h3V3h-3Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="url(#a)" d="M6.329 3h3.14l-3.26 9.66a.501.501 0 0 1-.475.34H3.29a.5.5 0 0 1-.473-.66l3.037-9A.5.5 0 0 1 6.328 3Z"/><path fill="#2269A0" d="M10.892 9.479h-4.98a.23.23 0 0 0-.157.399l3.2 2.987a.503.503 0 0 0 .343.135h2.82l-1.226-3.521Z"/><path fill="url(#b)" d="M6.329 3a.497.497 0 0 0-.476.347L2.82 12.332a.5.5 0 0 0 .472.668h2.507a.537.537 0 0 0 .411-.35l.605-1.782 2.16 2.015c.09.075.204.116.322.117h2.809l-1.232-3.521H7.282L9.48 3H6.328Z"/><path fill="url(#c)" d="M10.34 3.34A.5.5 0 0 0 9.866 3h-3.5a.5.5 0 0 1 .474.34l3.037 9a.5.5 0 0 1-.474.66h3.5a.499.499 0 0 0 .474-.66l-3.037-9Z"/><defs><linearGradient id="a" x1="7.473" x2="4.212" y1="3.741" y2="13.376" gradientUnits="userSpaceOnUse"><stop stop-color="#2166B5"/><stop offset="1" stop-color="#3AA3FC"/></linearGradient><linearGradient id="b" x1="8.492" x2="7.738" y1="8.231" y2="8.486" gradientUnits="userSpaceOnUse"><stop stop-opacity="0"/><stop offset=".071" stop-opacity=".2"/><stop offset=".321" stop-opacity=".1"/><stop offset=".623" stop-opacity=".05"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="8.077" x2="11.657" y1="3.46" y2="12.998" gradientUnits="userSpaceOnUse"><stop stop-color="#5FDBFF"/><stop offset="1" stop-color="#2892DF"/></linearGradient></defs></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#f4ba00}</style></defs><path d="M2.33 13.69A48.32 48.32 0 0 0 7.1 3.47c.37-.89 1.9-1.2 1.9-1.2S5.48 11.54 2.7 15c.84-2 .52-1.68.52-1.68Z" class="cls-1"/><path d="m3.7 4.78 1.78-1.31-.42-.1a9.69 9.69 0 0 1 4.61-1.73c2.62-.21 3.78.78 3.83 1.57.1 1.94-1.68 3.56-7.39 5.34l.26-1.46s6-1.84 5.66-3.57c-.21-1.15-3-1-7 1 .31-.47 0-.37 0-.37L4 4.94Z" class="cls-1"/><path d="M6.21 8.5s4.35-1.41 4.25-.31-3.67 3.4-6.29 4.29a3.49 3.49 0 0 1-.37.58 14.85 14.85 0 0 0 4.82-2c.21.16 0 .26 0 .26s-3.14 2-5 2.26c-.11.26 0 .15 0 .15A13.66 13.66 0 0 0 11 9.92c3.15-3.3-1.41-3.41-1.41-3.41" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 714 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#2DA3F9" fill-rule="evenodd" d="M3 2v3l3.5 3L3 11v3l6.5-6L3 2Zm6 10h4a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 217 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#32B0E7" d="M11.667 9.333H6L7.333 6h2.2L10 5H8l-.667-1L8 3h2l-.467-1h-2.2L5.867 4l.6 1-4 5A2.304 2.304 0 0 0 2 11.333c0 1 .733 1.867 1.667 2 0 0 7 .667 8 .667C12.933 14 14 12.933 14 11.667c0-1.267-1.067-2.334-2.333-2.334Zm-7.667 3c-.533 0-1-.466-1-1 0-.533.467-1 1-1 .533 0 1 .467 1 1 0 .534-.467 1-1 1Zm7.667.667c-.734 0-1.334-.6-1.334-1.333 0-.734.6-1.334 1.334-1.334.733 0 1.333.6 1.333 1.334C13 12.4 12.4 13 11.667 13Z"/></svg>

After

Width:  |  Height:  |  Size: 519 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#DF9947" fill-rule="evenodd" d="m4.845 9.527.72-1.8-1.3 1.625c.205.028.4.088.58.175Zm.878.806c.176.296.277.639.277 1 0 .436-.147.844-.394 1.177.537.05 1.149.105 1.774.16.794.071 1.593.14 2.286.196a2.32 2.32 0 0 1 .087-2.533h-4.03Zm5.944-1C12.933 9.333 14 10.4 14 11.667 14 12.933 12.933 14 11.667 14h-.014c-1.048-.006-7.986-.667-7.986-.667-.934-.133-1.667-1-1.667-2 0-.185.032-.382.087-.572.083-.287.22-.56.38-.761l4-5-.6-1 1.466-2h2.2L10 3H8l-.667 1L8 5h2l-.467 1h-2.2L6 9.333h5.667Zm0 3.667C12.4 13 13 12.4 13 11.667c0-.734-.6-1.334-1.333-1.334-.734 0-1.334.6-1.334 1.334 0 .733.6 1.333 1.334 1.333Zm-8.625-1.944a.934.934 0 0 0-.042.277c0 .534.467 1 1 1 .533 0 1-.466 1-1 0-.533-.467-1-1-1-.438 0-.831.315-.958.723Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 834 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E85B5B" fill-rule="evenodd" d="M3 4.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm1.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm1.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM11 2 9 4l.5.5.5.5 1-1v3h1.5V2H11Zm-8 9 2-2h1.5v5H5v-3l-1 1-.5-.5L3 11Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 376 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><path d="M8.83 4.39a.38.38 0 0 0 0 .1v2.56L7.18 8V3.1a.28.28 0 0 0 0-.09.11.11 0 0 0 0-.05L7 2.79 4.54 1.35a.43.43 0 0 0-.41 0L1.69 2.76h-.06V2.91a.34.34 0 0 0 0 .1v8.37a.38.38 0 0 0 .2.35l4.88 2.81h.27l4.89-2.82a.4.4 0 0 0 .2-.35V8.92l2.24-1.29a.38.38 0 0 0 .2-.35V4.49a.34.34 0 0 0 0-.1l-.07-.07L12 2.92a.43.43 0 0 0-.41 0L9 4.14l-.07.08Zm2.84 1.05L10 4.49l1.64-.94 1.63.94ZM4.33 4.05 2.7 3.11l1.63-.94L6 3.11Zm-.39 6.15H4v.06l2.24 1.27v2.07l-3.95-2.35V3.81l1.64.94v5.45Zm2.43-1.74-1.08.62-.55.32V4.75l1.63-.94Zm3.26-1.41V5.19l1.63.94V8Zm1.22 1.64L6.78 11l-1.63-.9 4.07-2.35Zm-3.67 3 4.08-2.33v1.86L7.18 13.6Zm6.53-6.53v1.89L12.07 8V6.13Z" style="fill:#d32222"/></svg>

After

Width:  |  Height:  |  Size: 752 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#EEAC30" fill-rule="evenodd" d="M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12ZM4.335 9.348c.24.138 1.105-.913 1.933-2.348.828-1.435 1.306-2.71 1.067-2.848-.24-.138-1.105.913-1.933 2.348-.829 1.435-1.306 2.71-1.067 2.848ZM6 11.464c.478.276 1.761-1.05 2.866-2.964C9.971 6.587 10.478 4.812 10 4.536 9.522 4.26 8.239 5.586 7.134 7.5 6.029 9.413 5.522 11.188 6 11.464ZM10.598 9.5c-.828 1.435-1.694 2.486-1.933 2.348-.24-.138.239-1.413 1.067-2.848.829-1.435 1.694-2.486 1.933-2.348.24.138-.238 1.413-1.067 2.848Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 612 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><circle cx="8" cy="8" r="6" style="fill:#fbb03b"/><path d="M12.25 6.47a.62.62 0 0 0-.55.32A2.71 2.71 0 0 1 10.29 5a4.68 4.68 0 0 1-.11-.47 5.11 5.11 0 0 1-.07-.58 3.45 3.45 0 0 0-.89.24 3.33 3.33 0 0 1 .13-1A3.73 3.73 0 0 0 7.77 4a4.05 4.05 0 0 1-.25-1 3.81 3.81 0 0 0-1.16 1.4 3.69 3.69 0 0 1-.59-.86 3.83 3.83 0 0 0-.59 1.73 3.93 3.93 0 0 1-.83-.58 3.6 3.6 0 0 0 .07 1.81 3.81 3.81 0 0 1-1-.23 3.8 3.8 0 0 0 .71 1.66 4.23 4.23 0 0 1-1 .14 3.81 3.81 0 0 0 1.26 1.3 3.83 3.83 0 0 1-.91.51 4 4 0 0 0 1.65.75 4.11 4.11 0 0 1-.66.77 3.87 3.87 0 0 0 1.8.13 3.77 3.77 0 0 1-.34 1A3.8 3.8 0 0 0 7.66 12a4.28 4.28 0 0 1 0 1 4.69 4.69 0 0 0 2.41-3.13 3.19 3.19 0 0 0 .13-1.06v-.22a9.07 9.07 0 0 0 2.11-.76 1.11 1.11 0 0 0 .39-.35.71.71 0 0 0 .13-.4.61.61 0 0 0-.58-.61Zm-.11 1a5.56 5.56 0 0 1-1.61.62h-.18c0-.37-.07-.71-.12-1a.45.45 0 0 0 0-.88.23.23 0 0 0-.14 0 3.18 3.18 0 0 1 0-.68 2.35 2.35 0 0 0 .67 1.06 3.79 3.79 0 0 0 1.42.86ZM4.46 11.41zM3.11 8.07zM11.01 3.87z"/><path d="M10.24 8.21a1.38 1.38 0 0 1 0-.25c0-.16-.08-.69-.1-.88v-.07h.1a.34.34 0 0 0 .23-.53.43.43 0 0 0-.28-.15h-.07l.08.07a.19.19 0 0 1 .07.13.23.23 0 0 1-.11.2s0 0-.06 0a4.54 4.54 0 0 1-.1-1.38c0-.1 0-.23.07-.29v-.11V5a1.68 1.68 0 0 0 0 .27A2.65 2.65 0 0 0 11.45 7a3.9 3.9 0 0 0 .72.34l.17.07s0 .09-.13.17a6.06 6.06 0 0 1-1.58.62c-.41.09-.38.08-.39.01Z" style="fill:#fff"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path stroke="#D94851" d="M2.5 4A1.5 1.5 0 0 1 4 2.5h8A1.5 1.5 0 0 1 13.5 4v8a1.5 1.5 0 0 1-1.5 1.5H4A1.5 1.5 0 0 1 2.5 12V4Z"/><path fill="#D94851" d="M5 6a1 1 0 0 1 1-1h2v5a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6ZM12 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>

After

Width:  |  Height:  |  Size: 336 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#EF1362" d="M8 7.545h2.857L8 10.727V7.545ZM9.714 5H6.286L4 7.545 8 12l4-4.455L9.714 5Z"/><rect width="11" height="11" x="2.5" y="2.5" stroke="#EF1362" rx="1.5"/></svg>

After

Width:  |  Height:  |  Size: 255 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#DA9A1D" d="M5 13.5V10l3 1.5V15l-3-1.5ZM1 11V7.5L4 9v3.5L1 11ZM5 9V5.5L8 7v3.5L5 9Z"/><path fill="#FFCB66" d="M11 13.5V10l-3 1.5V15l3-1.5ZM15 10.833V7.5l-3 1.667V12.5l3-1.667ZM11 9V5.5L8 7v3.5L11 9ZM15 6.833V3.5l-3 1.667V8.5l3-1.667ZM8 6 5 4.5 8 3l3 1.5L8 6ZM12 4 9 2.5 12 1l3 1.5L12 4Z"/><path fill="#DA9A1D" d="M4 8 1 6.5 4 5v3Z"/></svg>

After

Width:  |  Height:  |  Size: 427 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" fill-opacity=".7" d="M5 13.5V10l3 1.5V15l-3-1.5ZM1 11V7.5L4 9v3.5L1 11ZM5 9V5.5L8 7v3.5L5 9Z"/><path fill="#909090" d="M11 13.5V10l-3 1.5V15l3-1.5ZM15 10.833V7.5l-3 1.667V12.5l3-1.667ZM11 9V5.5L8 7v3.5L11 9ZM15 6.833V3.5l-3 1.667V8.5l3-1.667ZM8 6 5 4.5 8 3l3 1.5L8 6ZM12 4 9 2.5 12 1l3 1.5L12 4Z"/><path fill="#909090" fill-opacity=".7" d="M4 8 1 6.5 4 5v3Z"/></svg>

After

Width:  |  Height:  |  Size: 463 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#46C5C5" fill-rule="evenodd" d="M8.707 2.05a1 1 0 0 0-1.414 0l-.95.95H5a1 1 0 0 0-1 1v1.343l-.95.95a1 1 0 0 0 0 1.414l.95.95V10a1 1 0 0 0 1 1h1v4l2-2 2 2v-4h1a1 1 0 0 0 1-1V8.657l.95-.95a1 1 0 0 0 0-1.414l-.95-.95V4a1 1 0 0 0-1-1H9.657l-.95-.95ZM8 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 395 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#6A83FF" fill-rule="evenodd" d="m11.5 3.74 1.35.78a1.33 1.33 0 0 1 .67 1.15v4.78a1.35 1.35 0 0 1-.67 1.16l-1.35.78V3.74ZM9.053 2.329 8.71 2.13a1.34 1.34 0 0 0-1.34 0l-.423.244v4.301h2.106V2.328ZM4.5 3.787l-1.27.733a1.33 1.33 0 0 0-.67 1.15v4.78a1.35 1.35 0 0 0 .67 1.16l1.27.733V3.787Zm2.447 9.969L7.37 14a1.34 1.34 0 0 0 1.34 0l.343-.198V9H6.947v4.756Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 470 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#33A06F" fill-rule="evenodd" d="M8 6c0-1.131.5-3 1-4l1 1.5h2.5l1-1.5c.063.19.127.378.19.562.429 1.267.81 2.39.81 3.438 0 .724-.466 1.215-1.061 1.53l.061-.03c0 1 0 4-2 4H4c0 1 1.438 1 3.5 1 4 0 5.5.5 5.5 1.5 0 .816-.667.633-2 .266-.3-.082-.633-.174-1-.266-1-.25-2.25-.25-3.438-.25-1.187 0-2.312 0-3.062-.25-1.06-.354-1.5-1-1.5-3s.5-3.5 2.5-4c1.143-.286 2.286.082 3.429.449.237.076.475.153.713.223C8.257 6.878 8 6.492 8 6Zm5.5-1c0 .333 0 1.5-2 1.5 0-1.6 1.667-1.667 2-1.5ZM9 5c0 .333 0 1.5 2 1.5C11 4.9 9.333 4.833 9 5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 634 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#F34C4C" d="M3 5V2l6.5 6L3 14v-3l3.5-3L3 5Z"/><circle cx="9" cy="13" r="1" fill="#F34C4C"/><circle cx="13" cy="13" r="1" fill="#F34C4C"/><path fill="#F34C4C" d="M9 12h4v2H9z"/></svg>

After

Width:  |  Height:  |  Size: 270 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#567ED6" d="M8.17 1C6.458 1 3.5 1.5 2 4c1.5-1 3.222-.74 4.207-.31a4.667 4.667 0 0 1 4.95 7.746c.2.042.41.064.629.064 1.772 0 3.205-1.502 3.205-3.354l.003-.009c.003-.005.006-.012.006-.016C14.984 4.195 11.928 1 8.17 1Z"/><path fill="#8FB3FD" d="M9.97 10.894a3.5 3.5 0 0 0-2.528-6.35c.786.835 1.131 2.027 1.142 3.45.008 1.14.52 2.245 1.385 2.9Z"/><path fill="#61AF30" d="M4.843 4.564a4.667 4.667 0 0 0 5.093 7.684C10.906 12.688 12 13 14 12c-1.333 2.5-4.459 3-6.17 3C4.073 15 1.017 11.805 1 7.88c0-.005.003-.012.006-.017l.003-.01c0-1.85 1.433-3.353 3.205-3.353.218 0 .428.022.629.064Z"/><path fill="#61AF30" d="M6.03 5.106c.759.575 1.246 1.495 1.36 2.482-.76.304-1.81.965-2.45 2.113a3.496 3.496 0 0 1 1.09-4.595ZM7.478 8.83c.142.98.537 1.895 1.249 2.594a3.486 3.486 0 0 1-2.963-.732c.359-.942 1.097-1.54 1.714-1.863Z"/></svg>

After

Width:  |  Height:  |  Size: 909 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><mask id="a" width="12" height="12" x="2" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#909090" d="m4.2 12.15-2-1.5a.495.495 0 0 1-.2-.4v-4.5a.496.496 0 0 1 .2-.4l2-1.5a.453.453 0 0 0-.137.4v7.5a.453.453 0 0 0 .137.4Z"/><path fill="#909090" d="M13.777 4.083a.503.503 0 0 0-.622.057l-.035.035L9.13 8l-2.208 2.117-2.042 1.958-.035.035a.486.486 0 0 1-.345.14.502.502 0 0 1-.3-.1l-2-1.5a.5.5 0 0 0 .68-.075L5.1 7.998l1.823-2.115 3.192-3.708A.492.492 0 0 1 10.492 2c.1 0 .196.028.278.083l3.008 2Z"/><path fill="#909090" d="m13.777 11.917-3 2a.506.506 0 0 1-.657-.09l-3.197-3.71L5.1 7.997 2.88 5.423a.502.502 0 0 0-.68-.072l2-1.5a.502.502 0 0 1 .486-.064c.06.024.114.06.159.104l.035.035 2.043 1.958L9.13 8l3.99 3.825.035.035a.484.484 0 0 0 .345.14.503.503 0 0 0 .277-.083Z"/><path fill="#909090" d="M14 4.5v7a.502.502 0 0 1-.223.417l-3 2A.502.502 0 0 0 11 13.5v-11a.506.506 0 0 0-.23-.418l3.008 2A.505.505 0 0 1 14 4.5Z"/></mask><g mask="url(#a)"><path fill="#909090" d="m4.2 12.15-2-1.5a.496.496 0 0 1-.2-.4v-4.5a.496.496 0 0 1 .2-.4l2-1.5a.453.453 0 0 0-.137.4v7.5a.453.453 0 0 0 .137.4Z"/><g filter="url(#b)"><path fill="#909090" d="M13.777 4.083a.502.502 0 0 0-.622.057l-.035.035-2.125 2.038L9.13 8l-2.208 2.117-2.042 1.958-.035.035a.486.486 0 0 1-.345.14.502.502 0 0 1-.3-.1l-2-1.5a.5.5 0 0 0 .68-.075L4 9.275l1.1-1.277 1.822-2.115 3.193-3.708A.493.493 0 0 1 10.492 2c.1 0 .195.028.278.083l3.007 2Z"/></g><g filter="url(#c)"><path fill="#909090" d="m13.777 11.917-3 2a.506.506 0 0 1-.657-.09l-3.198-3.71L5.1 7.997 4 6.724l-1.12-1.3a.502.502 0 0 0-.68-.073l2-1.5a.502.502 0 0 1 .486-.064c.06.024.114.06.159.104l.035.035 2.042 1.958L9.13 8l1.868 1.79 2.122 2.035.035.035a.486.486 0 0 0 .345.14.5.5 0 0 0 .277-.083Z"/></g><g filter="url(#d)"><path fill="#909090" d="M14 4.5v7a.502.502 0 0 1-.223.417l-3 2A.501.501 0 0 0 11 13.5v-11a.506.506 0 0 0-.23-.418l3.008 2A.505.505 0 0 1 14 4.5Z"/></g></g><defs><filter id="b" width="21.939" height="20.612" x="-2.981" y="-1.886" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".246"/><feGaussianBlur stdDeviation=".246"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1270_147"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1.295"/><feGaussianBlur stdDeviation="2.59"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0"/><feBlend in2="effect1_dropShadow_1270_147" result="effect2_dropShadow_1270_147"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_1270_147" result="shape"/></filter><filter id="c" width="21.939" height="20.612" x="-2.981" y="-.136" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".246"/><feGaussianBlur stdDeviation=".246"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1270_147"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1.295"/><feGaussianBlur stdDeviation="2.59"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0"/><feBlend in2="effect1_dropShadow_1270_147" result="effect2_dropShadow_1270_147"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_1270_147" result="shape"/></filter><filter id="d" width="34.316" height="42.921" x="-4.773" y="-13.46" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation=".13"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1270_147"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="7.771"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="effect1_dropShadow_1270_147" result="effect2_dropShadow_1270_147"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_1270_147" result="shape"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#50B2DD" fill-rule="evenodd" d="M3 2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Zm9.688 8V8.687h-1.279V3H8.788v1.313h1.343v4.375H8.852V10h3.835ZM5.941 3.875c1.444 0 2.344.806 2.484 2.137H7.198c-.103-.663-.572-1.029-1.256-1.029-.884 0-1.369.626-1.369 1.766v.446c0 1.14.485 1.766 1.369 1.766.69 0 1.148-.35 1.256-.992h1.228C8.291 9.269 7.392 10 5.953 10c-1.687 0-2.64-.965-2.64-2.694v-.668c0-1.724.943-2.763 2.629-2.763Z" clip-rule="evenodd"/><path fill="#CE3D40" fill-rule="evenodd" d="m8 11.5 2.25 1.5H14v.5a1 1 0 0 1-1 1H9.75L8 13.5l-1.75 1H3a1 1 0 0 1-1-1V13h3.75L8 11.5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 711 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E73440" d="m9.062 3 1.707.602-3.541 10.039-1.707-.602z"/><path fill="#F1C40F" fill-rule="evenodd" d="m5.397 5.924-1.02-1.02-3.103 3.102.001.001L1 8.283l3.376 3.376 1.02-1.02L3.04 8.28l2.357-2.357Z" clip-rule="evenodd"/><path fill="#3498DB" fill-rule="evenodd" d="m15.048 8.555.275-.275-3.376-3.376-1.02 1.02 2.356 2.357-2.357 2.357 1.02 1.021 3.103-3.102-.001-.002Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 483 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E28C4D" d="M6.868 13.974c-.475-.11-.949-.223-1.422-.336l-2.262-.541.024-.127c.036-.175.06-.352.07-.53v-.02c.066-.355.17-.703.31-1.04a.103.103 0 0 0-.009-.098 47.766 47.766 0 0 1-.603-1.247l-.013.01a.414.414 0 0 1-.246.102.274.274 0 0 1-.103-.02c-.117-.045-.155-.153-.181-.241a.701.701 0 0 0-.028-.075l-.014-.027V9.78c0-.006-.004-.011-.005-.017a.887.887 0 0 0-.044-.08.466.466 0 0 1-.09-.312c.02-.146.172-.205.285-.247l.061-.024v-.008l-.192-.524a38.83 38.83 0 0 1-.517-1.454 39.176 39.176 0 0 1-.633-2.036 7.763 7.763 0 0 1-.254-1.225.876.876 0 0 1 .057-.375c.017-.055.032-.107.042-.157v-.02a.213.213 0 0 1 .09-.108.251.251 0 0 1 .143-.037h.026a.843.843 0 0 1 .452.075c.108.052.2.125.271.215.146.162.276.336.388.518.173.28.353.56.526.833.155.243.314.49.47.743.26-.34.491-.683.734-1.045l.068-.103c.15-.207.311-.408.485-.6.127-.145.248-.282.358-.427.14-.178.353-.229.523-.27h.008a.261.261 0 0 1 .07-.009c.055.002.109.018.154.047s.089.054.133.08c.13.067.248.154.348.256l.039-.01c1.487-.394 2.575-.78 3.528-1.257a4.43 4.43 0 0 1 .388-.163.632.632 0 0 1 .208-.039.433.433 0 0 1 .165.03c.051.02.098.05.136.087a.44.44 0 0 1 .096.17.412.412 0 0 1 .01.192.972.972 0 0 1-.35.63l-.146.125c-.388.336-.794.683-1.227.993-.035.028-.033.032-.026.053.045.125.085.249.125.373a6.96 6.96 0 0 0 .321.845l.016-.008 1.576-.886c1.345-.757 2.741-1.543 4.12-2.31.104-.06.167-.097.252-.097.116 0 .182.07.274.164l.02.021.01.026.013.011c.033.023.06.053.078.087a.22.22 0 0 1 .026.11.248.248 0 0 1-.055.113.286.286 0 0 1-.106.078l-.998.583-1.034.603c-.398.24-.808.478-1.205.708l-.283.167a.844.844 0 0 1 .328.234c.146.14.287.312.287.542v.009c-.012.178-.052.38-.255.523a9.85 9.85 0 0 0-.93.84c-.107.104-.213.21-.32.31a1 1 0 0 0-.101.14l-.046.07c-.441.58-.795 1.221-1.137 1.841-.155.28-.31.57-.48.85a1.483 1.483 0 0 1-.603.56c-.29.159-.587.304-.893.437h-.008a.17.17 0 0 0-.105.063.14.14 0 0 0-.026.112c.029.273-.14.439-.31.564a.217.217 0 0 0-.047.076c-.111.266-.198.54-.258.82a7.806 7.806 0 0 1-.14.511l.053.05-.05.082c-.067.143-.149.28-.243.411l-.06.087-.107-.026Zm-2.821-1.37c.083.012.165.027.246.047.763.184 1.48.35 2.197.5l.023.005.018.01.219-.652.233-.69.007-.027a.394.394 0 0 1 .14-.226l.005-.005a.582.582 0 0 0 .19-.204.518.518 0 0 0 .064-.26.855.855 0 0 1 .026-.18 1.25 1.25 0 0 0 .018-.087c0-.076.024-.151.072-.214a.414.414 0 0 1 .193-.14 4.012 4.012 0 0 0 1.364-.917v-.01a1 1 0 0 0 .208-.259c.297-.619.697-1.183 1.046-1.679.348-.496.84-1.119 1.483-1.657a.66.66 0 0 0 .215-.36.153.153 0 0 0-.005-.1.172.172 0 0 0-.066-.08.253.253 0 0 0-.12-.042.143.143 0 0 0-.085.03c-.558.375-1.193.63-1.808.881l-.192.078-.116.049c-.255.106-.495.205-.613.433l-.012.022-.02.017a.245.245 0 0 1-.067.041l-.011.007c-.233.13-.49.22-.76.264a.558.558 0 0 1-.099.007v-.14.14a.163.163 0 0 0-.07.008c-1.416.802-2.863 1.605-4.255 2.384l-.01.006.187.36c.188.38.397.751.628 1.112a.293.293 0 0 1 .068.192.295.295 0 0 1-.076.19c-.26.323-.363.704-.465 1.132v.014ZM1.834 4.2l.04.222c.028.187.067.373.118.556.33 1.12.734 2.231 1.126 3.31l.166.46 1.729-.878a646.444 646.444 0 0 0 2-1.016h.007l-.104-.06c-.298-.174-.603-.35-.893-.554l-.045.165a.213.213 0 0 1-.07.121.255.255 0 0 1-.137.06h-.048a.383.383 0 0 1-.157-.04.343.343 0 0 1-.12-.1.389.389 0 0 0-.034-.035c-.164-.148-.139-.28-.108-.34.053-.108.098-.218.135-.33.031-.088.063-.178.103-.266v-.01c.055-.123.107-.24.256-.24.087 0 .155.046.257.11l.01.007.052.047c.398.382.867.698 1.386.933.092.05.195.078.302.085a.425.425 0 0 0 .256-.095l.016-.011a.54.54 0 0 1-.016-.041.287.287 0 0 0-.078-.13c-.26-.21-.525-.434-.834-.712L7 5.284c-.336-.3-.684-.61-.94-.992a1.165 1.165 0 0 0-.265-.312.205.205 0 0 0-.066-.044.224.224 0 0 0-.079-.018.216.216 0 0 0-.1.028.19.19 0 0 0-.07.069c-.116.189-.25.369-.381.542-.13.174-.258.344-.368.524-.111.18-.225.338-.34.498a6.875 6.875 0 0 0-.45.694.104.104 0 0 0 0 .117c.034.078.07.15.104.222.09.171.164.35.219.534.07.198-.064.28-.15.305a.285.285 0 0 1-.1.02.264.264 0 0 1-.128-.039.229.229 0 0 1-.086-.093l-.005-.007a12.128 12.128 0 0 0-.201-.303 9.26 9.26 0 0 1-.291-.447c-.155-.258-.31-.526-.46-.785-.305-.539-.622-1.094-1.009-1.597Zm6.86 1.782.319-.177c-.043-.107-.083-.215-.124-.323a10.815 10.815 0 0 0-.335-.818c-.142.07-.275.154-.396.25-.095.073-.195.141-.3.204l.836.864Zm-1.81-1.963.217.254c.09.105.178.212.27.315.089-.043.178-.08.265-.117.164-.06.319-.138.461-.233.63-.448 1.21-.895 1.777-1.368.07-.054.089-.089.085-.103v-.049h-.006a.973.973 0 0 0-.113.057l-.039.021c-.141.07-.276.14-.412.204-.43.227-.876.428-1.335.603l-.364.131c-.256.096-.531.195-.805.285Z"/></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" fill-opacity=".8" d="M6.868 13.974c-.475-.11-.949-.223-1.422-.336l-2.262-.541.024-.127c.036-.175.06-.352.07-.53v-.02c.066-.355.17-.703.31-1.04a.103.103 0 0 0-.009-.098 47.766 47.766 0 0 1-.603-1.247l-.013.01a.414.414 0 0 1-.246.102.274.274 0 0 1-.103-.02c-.117-.045-.155-.153-.181-.241a.701.701 0 0 0-.028-.075l-.014-.027V9.78c0-.006-.004-.011-.005-.017a.887.887 0 0 0-.044-.08.466.466 0 0 1-.09-.312c.02-.146.172-.205.285-.247l.061-.024v-.008l-.192-.524a38.83 38.83 0 0 1-.517-1.454 39.176 39.176 0 0 1-.633-2.036 7.763 7.763 0 0 1-.254-1.225.876.876 0 0 1 .057-.375c.017-.055.032-.107.042-.157v-.02a.213.213 0 0 1 .09-.108.251.251 0 0 1 .143-.037h.026a.843.843 0 0 1 .452.075c.108.052.2.125.271.215.146.162.276.336.388.518.173.28.353.56.526.833.155.243.314.49.47.743.26-.34.491-.683.734-1.045l.068-.103c.15-.207.311-.408.485-.6.127-.145.248-.282.358-.427.14-.178.353-.229.523-.27h.008a.261.261 0 0 1 .07-.009c.055.002.109.018.154.047s.089.054.133.08c.13.067.248.154.348.256l.039-.01c1.487-.394 2.575-.78 3.528-1.257a4.43 4.43 0 0 1 .388-.163.632.632 0 0 1 .208-.039.433.433 0 0 1 .165.03c.051.02.098.05.136.087a.44.44 0 0 1 .096.17.412.412 0 0 1 .01.192.972.972 0 0 1-.35.63l-.146.125c-.388.336-.794.683-1.227.993-.035.028-.033.032-.026.053.045.125.085.249.125.373a6.96 6.96 0 0 0 .321.845l.016-.008 1.576-.886c1.345-.757 2.741-1.543 4.12-2.31.104-.06.167-.097.252-.097.116 0 .182.07.274.164l.02.021.01.026.013.011c.033.023.06.053.078.087a.22.22 0 0 1 .026.11.248.248 0 0 1-.055.113.286.286 0 0 1-.106.078l-.998.583-1.034.603c-.398.24-.808.478-1.205.708l-.283.167a.844.844 0 0 1 .328.234c.146.14.287.312.287.542v.009c-.012.178-.052.38-.255.523a9.85 9.85 0 0 0-.93.84c-.107.104-.213.21-.32.31a1 1 0 0 0-.101.14l-.046.07c-.441.58-.795 1.221-1.137 1.841-.155.28-.31.57-.48.85a1.483 1.483 0 0 1-.603.56c-.29.159-.587.304-.893.437h-.008a.17.17 0 0 0-.105.063.14.14 0 0 0-.026.112c.029.273-.14.439-.31.564a.217.217 0 0 0-.047.076c-.111.266-.198.54-.258.82a7.806 7.806 0 0 1-.14.511l.053.05-.05.082c-.067.143-.149.28-.243.411l-.06.087-.107-.026Zm-2.821-1.37c.083.012.165.027.246.047.763.184 1.48.35 2.197.5l.023.005.018.01.219-.652.233-.69.007-.027a.394.394 0 0 1 .14-.226l.005-.005a.582.582 0 0 0 .19-.204.518.518 0 0 0 .064-.26.855.855 0 0 1 .026-.18 1.25 1.25 0 0 0 .018-.087c0-.076.024-.151.072-.214a.414.414 0 0 1 .193-.14 4.012 4.012 0 0 0 1.364-.917v-.01a1 1 0 0 0 .208-.259c.297-.619.697-1.183 1.046-1.679.348-.496.84-1.119 1.483-1.657a.66.66 0 0 0 .215-.36.153.153 0 0 0-.005-.1.172.172 0 0 0-.066-.08.253.253 0 0 0-.12-.042.143.143 0 0 0-.085.03c-.558.375-1.193.63-1.808.881l-.192.078-.116.049c-.255.106-.495.205-.613.433l-.012.022-.02.017a.245.245 0 0 1-.067.041l-.011.007c-.233.13-.49.22-.76.264a.558.558 0 0 1-.099.007v-.14.14a.163.163 0 0 0-.07.008c-1.416.802-2.863 1.605-4.255 2.384l-.01.006.187.36c.188.38.397.751.628 1.112a.293.293 0 0 1 .068.192.295.295 0 0 1-.076.19c-.26.323-.363.704-.465 1.132v.014ZM1.834 4.2l.04.222c.028.187.067.373.118.556.33 1.12.734 2.231 1.126 3.31l.166.46 1.729-.878a646.444 646.444 0 0 0 2-1.016h.007l-.104-.06c-.298-.174-.603-.35-.893-.554l-.045.165a.213.213 0 0 1-.07.121.255.255 0 0 1-.137.06h-.048a.383.383 0 0 1-.157-.04.343.343 0 0 1-.12-.1.389.389 0 0 0-.034-.035c-.164-.148-.139-.28-.108-.34.053-.108.098-.218.135-.33.031-.088.063-.178.103-.266v-.01c.055-.123.107-.24.256-.24.087 0 .155.046.257.11l.01.007.052.047c.398.382.867.698 1.386.933.092.05.195.078.302.085a.425.425 0 0 0 .256-.095l.016-.011a.54.54 0 0 1-.016-.041.287.287 0 0 0-.078-.13c-.26-.21-.525-.434-.834-.712L7 5.284c-.336-.3-.684-.61-.94-.992a1.165 1.165 0 0 0-.265-.312.205.205 0 0 0-.066-.044.224.224 0 0 0-.079-.018.216.216 0 0 0-.1.028.19.19 0 0 0-.07.069c-.116.189-.25.369-.381.542-.13.174-.258.344-.368.524-.111.18-.225.338-.34.498a6.875 6.875 0 0 0-.45.694.104.104 0 0 0 0 .117c.034.078.07.15.104.222.09.171.164.35.219.534.07.198-.064.28-.15.305a.285.285 0 0 1-.1.02.264.264 0 0 1-.128-.039.229.229 0 0 1-.086-.093l-.005-.007a12.128 12.128 0 0 0-.201-.303 9.26 9.26 0 0 1-.291-.447c-.155-.258-.31-.526-.46-.785-.305-.539-.622-1.094-1.009-1.597Zm6.86 1.782.319-.177c-.043-.107-.083-.215-.124-.323a10.815 10.815 0 0 0-.335-.818c-.142.07-.275.154-.396.25-.095.073-.195.141-.3.204l.836.864Zm-1.81-1.963.217.254c.09.105.178.212.27.315.089-.043.178-.08.265-.117.164-.06.319-.138.461-.233.63-.448 1.21-.895 1.777-1.368.07-.054.089-.089.085-.103v-.049h-.006a.973.973 0 0 0-.113.057l-.039.021c-.141.07-.276.14-.412.204-.43.227-.876.428-1.335.603l-.364.131c-.256.096-.531.195-.805.285Z"/></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#29AED2" fill-rule="evenodd" d="M7.27 2.185a1.35 1.35 0 0 1 .67-.18c.244-.021.49.023.71.13l4.14 2.39a1.33 1.33 0 0 1 .67 1.15v4.78a1.35 1.35 0 0 1-.67 1.16l-4.14 2.39a1.34 1.34 0 0 1-1.34 0l-4.14-2.39a1.35 1.35 0 0 1-.67-1.16v-4.78a1.33 1.33 0 0 1 .67-1.15l4.1-2.34Zm4.897 4.148L8 3.833 6.75 5.5l1.667 1.667 1.25 2.083c1.666-.417 2.5-1.25 2.5-2.917Zm-8.284 4.304.83.63L8 8 6.83 6.75l-2.947 3.887Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 513 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#d68012}</style></defs><circle cx="8" cy="8" r="2" class="cls-1"/><path d="M8 4.5A3.5 3.5 0 0 1 11.5 8 3.5 3.5 0 1 1 8 4.5M8 2a5.8 5.8 0 0 0-1 .09L6.34 4l-1.79-.9a4.94 4.94 0 0 0-.79.66 4.94 4.94 0 0 0-.66.79L4 6.34 2.09 7a5.94 5.94 0 0 0 0 2L4 9.66l-.9 1.79a5.88 5.88 0 0 0 1.45 1.45l1.79-.9.66 1.91a5.94 5.94 0 0 0 2.06 0l.6-1.91 1.79.89a5.88 5.88 0 0 0 1.45-1.45L12 9.66 13.91 9a5.94 5.94 0 0 0 0-2.06L12 6.34l.89-1.79a4.94 4.94 0 0 0-.66-.79 4.94 4.94 0 0 0-.79-.66L9.66 4 9 2.09A5.8 5.8 0 0 0 8 2" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 645 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" d="m14.493 10.128-4.714 4.321c-.02.017-.047.026-.066.017l-6.44-1.584c-.028-.009-.047-.026-.047-.044L1.491 6.933c-.01-.026 0-.044.019-.061l4.714-4.321c.02-.017.047-.026.066-.017l6.44 1.584c.028.009.047.026.047.044l1.725 5.905c.02.026.01.044-.01.061ZM8.176 5.426l-6.327 1.55c-.009 0-.018.017-.009.026l4.63 4.243c.009.009.028.009.028-.009l1.697-5.801c.01 0-.01-.018-.02-.01Z"/></svg>

After

Width:  |  Height:  |  Size: 477 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#BA43AF" fill-rule="evenodd" d="M8.5 2.289a1 1 0 0 0-1 0L3.304 4.71a1 1 0 0 0-.5.866v4.846a1 1 0 0 0 .5.866L7.5 13.71a1 1 0 0 0 1 0l4.196-2.422a1 1 0 0 0 .5-.866V5.577a1 1 0 0 0-.5-.866L8.5 2.29ZM4 7.333v1.334L7 11V9.5L5 8l2-1.5V5L4 7.333ZM9 5v1.5L11 8 9 9.5V11l3-2.333V7.333L9 5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 397 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><mask id="a" width="12" height="12" x="2" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#fff" d="m4.2 12.15-2-1.5a.495.495 0 0 1-.2-.4v-4.5a.496.496 0 0 1 .2-.4l2-1.5a.453.453 0 0 0-.137.4v7.5a.453.453 0 0 0 .137.4Z"/><path fill="#fff" d="M13.777 4.083a.503.503 0 0 0-.622.057l-.035.035L9.13 8l-2.208 2.117-2.042 1.958-.035.035a.486.486 0 0 1-.345.14.502.502 0 0 1-.3-.1l-2-1.5a.5.5 0 0 0 .68-.075L5.1 7.998l1.823-2.115 3.192-3.708A.492.492 0 0 1 10.492 2c.1 0 .196.028.278.083l3.008 2Z"/><path fill="#fff" d="m13.777 11.917-3 2a.506.506 0 0 1-.657-.09l-3.197-3.71L5.1 7.997 2.88 5.423a.502.502 0 0 0-.68-.072l2-1.5a.502.502 0 0 1 .486-.064c.06.024.114.06.159.104l.035.035 2.043 1.958L9.13 8l3.99 3.825.035.035a.484.484 0 0 0 .345.14.503.503 0 0 0 .277-.083Z"/><path fill="#fff" d="M14 4.5v7a.502.502 0 0 1-.223.417l-3 2A.502.502 0 0 0 11 13.5v-11a.506.506 0 0 0-.23-.418l3.008 2A.505.505 0 0 1 14 4.5Z"/></mask><g mask="url(#a)"><path fill="#583F85" d="m4.2 12.15-2-1.5a.496.496 0 0 1-.2-.4v-4.5a.496.496 0 0 1 .2-.4l2-1.5a.453.453 0 0 0-.137.4v7.5a.453.453 0 0 0 .137.4Z"/><g filter="url(#b)"><path fill="#6D4EA3" d="M13.777 4.083a.502.502 0 0 0-.622.057l-.035.035-2.125 2.038L9.13 8l-2.208 2.117-2.042 1.958-.035.035a.486.486 0 0 1-.345.14.502.502 0 0 1-.3-.1l-2-1.5a.5.5 0 0 0 .68-.075L4 9.275l1.1-1.277 1.822-2.115 3.193-3.708A.493.493 0 0 1 10.492 2c.1 0 .196.028.278.083l3.007 2Z"/></g><g filter="url(#c)"><path fill="#A377D9" d="m13.777 11.917-3 2a.506.506 0 0 1-.657-.09l-3.198-3.71L5.1 7.997 4 6.724l-1.12-1.3a.502.502 0 0 0-.68-.073l2-1.5a.502.502 0 0 1 .486-.064c.06.024.114.06.159.104l.035.035 2.042 1.958L9.13 8l1.868 1.79 2.122 2.035.035.035a.486.486 0 0 0 .345.14.5.5 0 0 0 .277-.083Z"/></g><g filter="url(#d)"><path fill="#D59DFF" d="M14 4.5v7a.502.502 0 0 1-.223.417l-3 2A.501.501 0 0 0 11 13.5v-11a.506.506 0 0 0-.23-.418l3.008 2A.505.505 0 0 1 14 4.5Z"/></g></g><defs><filter id="b" width="21.939" height="20.612" x="-2.981" y="-1.886" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".246"/><feGaussianBlur stdDeviation=".246"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_821_59"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1.295"/><feGaussianBlur stdDeviation="2.59"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0"/><feBlend in2="effect1_dropShadow_821_59" result="effect2_dropShadow_821_59"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_821_59" result="shape"/></filter><filter id="c" width="21.939" height="20.612" x="-2.981" y="-.136" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy=".246"/><feGaussianBlur stdDeviation=".246"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_821_59"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1.295"/><feGaussianBlur stdDeviation="2.59"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0"/><feBlend in2="effect1_dropShadow_821_59" result="effect2_dropShadow_821_59"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_821_59" result="shape"/></filter><filter id="d" width="34.316" height="42.921" x="-4.773" y="-13.46" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation=".13"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_821_59"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="7.771"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/><feBlend in2="effect1_dropShadow_821_59" result="effect2_dropShadow_821_59"/><feBlend in="SourceGraphic" in2="effect2_dropShadow_821_59" result="shape"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#0086f1}</style></defs><path d="M8.78 4.35a.86.86 0 0 0 0 .15H3.5v-2h5.78a3.59 3.59 0 0 0-.5 1.85ZM11.15 4.35a1.35 1.35 0 0 0 1.35 1.36v3.7A25.19 25.19 0 0 1 10.31 6h.19V4.5h-.7a.39.39 0 0 1 0-.15 2.65 2.65 0 0 1 .73-1.85h2V3a1.35 1.35 0 0 0-1.38 1.35ZM10.3 8H3.5V6h5.7q.09.21.21.45C9.67 7 10 7.51 10.3 8ZM12.5 11.05v.45L8 14l-4.5-2.5v-2h2v1L8 12l2.5-1.5V8.31c.62.94 1.17 1.66 1.21 1.71Z" class="cls-1"/><path d="M12.5 1.63a2.7 2.7 0 0 0-2 .87 2.65 2.65 0 0 0-.73 1.85.39.39 0 0 0 0 .15 4.43 4.43 0 0 0 .54 1.5 25.19 25.19 0 0 0 2.19 3.41s2.72-3.55 2.72-5.06a2.72 2.72 0 0 0-2.72-2.72Zm0 4.08a1.36 1.36 0 1 1 1.35-1.36 1.35 1.35 0 0 1-1.35 1.36Z" style="fill:#fff"/><path d="M12.5 1.63a2.7 2.7 0 0 0-2 .87 2.65 2.65 0 0 0-.73 1.85.39.39 0 0 0 0 .15 4.43 4.43 0 0 0 .54 1.5 25.19 25.19 0 0 0 2.19 3.41s2.72-3.55 2.72-5.06a2.72 2.72 0 0 0-2.72-2.72Zm0 4.08a1.36 1.36 0 1 1 1.35-1.36 1.35 1.35 0 0 1-1.35 1.36Z" style="fill:#f15a24"/></svg>

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#67CB65" d="M5 9V8h2v1H5ZM8 9V8h2v1H8ZM5 10v1h2v-1H5ZM8 10v1h2v-1H8Z"/><path fill="#67CB65" fill-rule="evenodd" d="M2 3.917C2 3.41 2.448 3 3 3h4l1.083 1h5c.553 0 1 .41 1 .917L14 13.083c0 .507-.448.917-1 .917H3c-.552 0-1-.41-1-.917V3.917ZM4.5 6a.5.5 0 0 1 .5.5V7h2v-.5a.5.5 0 0 1 1 0V7h2v-.5a.5.5 0 0 1 1 0V7h1.5a.5.5 0 0 1 0 1H11v1h1.5a.5.5 0 0 1 0 1H11v1h1.5a.5.5 0 0 1 0 1H11v.5a.5.5 0 0 1-1 0V12H8v.5a.5.5 0 0 1-1 0V12H5v.5a.5.5 0 0 1-1 0V12h-.5a.5.5 0 0 1 0-1H4v-1h-.5a.5.5 0 0 1 0-1H4V8h-.5a.5.5 0 0 1 0-1H4v-.5a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 651 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#2FAD62" fill-rule="evenodd" d="M7.906 14.485c-.328.09-.662.16-1 .21v-1.727A6.038 6.038 0 1 1 9.95 1.31c.083.024.165.055.246.086l.077.03.005.001.11.044a5.024 5.024 0 0 1 .695.346c1.913 1.123 3.048 3.436 2.905 5.701-.217 3.415-2.88 6.09-6.082 6.966ZM6.757 3.115a.663.663 0 0 0-.329-.042.734.734 0 0 0-.476.238.78.78 0 0 0-.202.504c.007.183.052.362.132.525.158.298.374.559.633.767.26.208.559.358.877.443.303-.449.158-1.248-.087-1.805a1.645 1.645 0 0 0-.276-.434.684.684 0 0 0-.272-.196ZM4.734 6.507a2.922 2.922 0 0 1-.463-.29.692.692 0 0 1-.233-.34.714.714 0 0 1-.001-.418.692.692 0 0 1 .232-.342.657.657 0 0 1 .38-.142.69.69 0 0 1 .121 0c.189.003.375.046.547.126.29.125.55.31.769.541.218.233.388.508.5.81a2.141 2.141 0 0 1-1.852.055Zm.818.932c.349-.018.795-.04 1.034.124-.078.52-.724 1.187-1.27 1.43a1.22 1.22 0 0 1-.546.125.671.671 0 0 1-.422-.088.705.705 0 0 1-.289-.33.733.733 0 0 1 .176-.824c.133-.128.29-.227.462-.29.2-.087.415-.134.632-.137.067-.002.142-.006.223-.01Zm1.183 1.446c.243-.236.529-.419.842-.538.31.48.218 1.416-.017 1.939a2.935 2.935 0 0 1-.266.477.702.702 0 0 1-.802.182.73.73 0 0 1-.332-.283.766.766 0 0 1-.118-.427c.003-.178.045-.354.121-.514.135-.316.33-.6.572-.836Zm2.643-3.812a2.234 2.234 0 0 1-.831.465v-.002c-.35-.44-.266-1.241-.03-1.803.074-.168.163-.328.267-.478a.675.675 0 0 1 .607-.251.718.718 0 0 1 .49.242c.127.142.195.33.191.524a1.304 1.304 0 0 1-.121.527 2.321 2.321 0 0 1-.573.776Zm.644 4.686c.077.164.118.344.122.527.039.602-.86.959-1.29.477-.112-.13-.201-.28-.266-.44a2.171 2.171 0 0 1 .085-1.845c.3.102.576.27.808.49.233.221.417.49.54.79Zm1.254-2.209c.162.077.316.169.462.275a.727.727 0 0 1 .212.823.7.7 0 0 1-.285.34.665.665 0 0 1-.426.094 1.356 1.356 0 0 1-.547-.125c-.286-.12-.546-.3-.762-.529a2.345 2.345 0 0 1-.496-.798 2.361 2.361 0 0 1 1.21-.217c.217.003.432.05.632.137Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#51BA8F" fill-rule="evenodd" d="M4.277 3.297a5.996 5.996 0 0 1 7.572.099A6.006 6.006 0 0 1 10.1 13.63l-.17.064.495-1.299.026-.014a5.012 5.012 0 0 0 2.554-4.59 5.016 5.016 0 0 0-2.942-4.352 5.006 5.006 0 0 0-6.785 2.895 5.018 5.018 0 0 0-.176 2.725l.016.064a5.036 5.036 0 0 0 4.878 3.89c.034 0 .068 0 .102-.002l.1-.002a.184.184 0 0 0 .16-.115l.226-.549.96-2.33-1.646-4.024h1.12l1.092 2.748 1.085-2.744h1.066l-2.73 6.645-.178.43-.083.204A1.175 1.175 0 0 1 8.237 14c-.079.005-.156.005-.238.005h-.013a6.044 6.044 0 0 1-2.551-.579l-.116-.05a6.002 6.002 0 0 1-3.158-6.75 6.005 6.005 0 0 1 2.116-3.33ZM6.83 7.059a1.05 1.05 0 0 0-.595-.172 1.036 1.036 0 0 0-.775.32 1.136 1.136 0 0 0-.318.817 1.121 1.121 0 0 0 .315.808 1.045 1.045 0 0 0 .775.319 1.03 1.03 0 0 0 .991-.646l.046-.107.958.325-.052.123a2.052 2.052 0 0 1-1.94 1.276A2.074 2.074 0 0 1 4.71 9.52a2.02 2.02 0 0 1-.619-1.497 2.033 2.033 0 0 1 .619-1.505 2.074 2.074 0 0 1 1.524-.602 2.052 2.052 0 0 1 1.942 1.277l.05.122-.954.325-.047-.103a1.052 1.052 0 0 0-.396-.478Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#FBB03B" fill-rule="evenodd" d="M4.277 3.297a5.996 5.996 0 0 1 7.572.099A6.006 6.006 0 0 1 10.1 13.63l-.17.063.495-1.299.026-.014a5.012 5.012 0 0 0 2.554-4.59 5.016 5.016 0 0 0-2.942-4.352 5.006 5.006 0 0 0-6.785 2.895 5.018 5.018 0 0 0-.176 2.725l.016.064a5.036 5.036 0 0 0 4.878 3.89c.034 0 .068 0 .102-.002l.1-.002a.185.185 0 0 0 .16-.115l.226-.549.96-2.33-1.646-4.024h1.12l1.092 2.748 1.085-2.744h1.066l-2.73 6.645-.178.43-.083.204A1.175 1.175 0 0 1 8.237 14c-.079.005-.156.005-.238.005h-.013a6.044 6.044 0 0 1-2.551-.579l-.116-.05a6.002 6.002 0 0 1-3.158-6.75 6.005 6.005 0 0 1 2.116-3.33ZM6.83 7.059a1.05 1.05 0 0 0-.595-.172 1.036 1.036 0 0 0-.775.32 1.136 1.136 0 0 0-.318.817 1.121 1.121 0 0 0 .315.808 1.045 1.045 0 0 0 .775.319 1.03 1.03 0 0 0 .991-.646l.046-.107.958.325-.052.123a2.052 2.052 0 0 1-1.94 1.276A2.074 2.074 0 0 1 4.71 9.52a2.02 2.02 0 0 1-.619-1.497 2.033 2.033 0 0 1 .619-1.505 2.074 2.074 0 0 1 1.524-.602 2.052 2.052 0 0 1 1.942 1.277l.05.122-.954.325-.047-.103a1.052 1.052 0 0 0-.396-.478Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#0E8ADC" fill-rule="evenodd" d="M4.277 3.297a5.996 5.996 0 0 1 7.572.099A6.006 6.006 0 0 1 10.1 13.63l-.17.063.495-1.299.026-.014a5.012 5.012 0 0 0 2.554-4.59 5.016 5.016 0 0 0-2.942-4.352 5.006 5.006 0 0 0-6.785 2.895 5.018 5.018 0 0 0-.176 2.725l.016.064a5.036 5.036 0 0 0 4.878 3.89c.034 0 .068 0 .102-.002l.1-.002a.185.185 0 0 0 .16-.115l.226-.549.96-2.33-1.646-4.024h1.12l1.092 2.748 1.085-2.744h1.066l-2.73 6.645-.178.43-.083.204A1.175 1.175 0 0 1 8.237 14c-.079.005-.156.005-.238.005h-.013a6.044 6.044 0 0 1-2.551-.579l-.116-.05a6.002 6.002 0 0 1-3.158-6.75 6.005 6.005 0 0 1 2.116-3.33ZM6.83 7.059a1.05 1.05 0 0 0-.595-.172 1.036 1.036 0 0 0-.775.32 1.136 1.136 0 0 0-.318.817 1.121 1.121 0 0 0 .315.808 1.045 1.045 0 0 0 .775.319 1.03 1.03 0 0 0 .991-.646l.046-.107.958.325-.052.123a2.052 2.052 0 0 1-1.94 1.276A2.074 2.074 0 0 1 4.71 9.52a2.02 2.02 0 0 1-.619-1.497 2.033 2.033 0 0 1 .619-1.505 2.074 2.074 0 0 1 1.524-.602 2.052 2.052 0 0 1 1.942 1.277l.05.122-.954.325-.047-.103a1.052 1.052 0 0 0-.396-.478Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#C1293C" fill-rule="evenodd" d="M3 12.577V3.423a.5.5 0 0 1 .5-.5h2.885c1.04 0 2.72.384 3.86 1.624a2.115 2.115 0 1 1 1.216 3.41V8c0 4.062-3.384 5.077-5.076 5.077H3.5a.5.5 0 0 1-.5-.5Zm2.538-2.038V5.462h1.354c.677 0 2.031.507 2.031 2.538 0 2.03-1.354 2.539-2.03 2.539H5.537Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 389 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#6FC278" fill-rule="evenodd" d="M13 4H8.89a.94.94 0 0 0-.69.29C7.51 5 6 6.53 5.29 7.21a1 1 0 0 0-.29.7V13a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1ZM8.667 7.3a.3.3 0 0 1 .3-.3h1.066a.3.3 0 0 1 .3.3v1.367H11.7a.3.3 0 0 1 .3.3v1.066a.3.3 0 0 1-.3.3h-1.367V11.7a.3.3 0 0 1-.3.3H8.967a.3.3 0 0 1-.3-.3v-1.367H7.3a.3.3 0 0 1-.3-.3V8.967a.3.3 0 0 1 .3-.3h1.367V7.3Z" clip-rule="evenodd"/><path fill="#C84E72" fill-rule="evenodd" d="M5.89 2H10a1 1 0 0 1 1 1H7.89a.94.94 0 0 0-.69.29C6.51 4 5 5.53 4.29 6.21a1 1 0 0 0-.29.7V12H3a1 1 0 0 1-1-1V5.91a1 1 0 0 1 .29-.7C3 4.53 4.51 3 5.2 2.29A.94.94 0 0 1 5.89 2Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 721 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#2396ec}</style></defs><path d="M7.01 4h1.5v1.5h-1.5zM5.01 4h1.5v1.5h-1.5zM5.01 6h1.5v1.5h-1.5zM7.01 6h1.5v1.5h-1.5zM9.01 6h1.5v1.5h-1.5zM3.01 6h1.5v1.5h-1.5z" class="cls-1"/><path d="M4.76 9.5a.75.75 0 0 1 0 1.5.76.76 0 0 1-.76-.73.76.76 0 0 1 .75-.73M12.51 5A2 2 0 0 0 12 7.5c0 .5-1 .5-1 .5H1s-1 5.49 4.5 5.5a8.31 8.31 0 0 0 7.5-5s2 0 2.5-1.5a2.06 2.06 0 0 0-1-.22 2.61 2.61 0 0 0-1 .22s0-1.5-1-2" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 542 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#D94851" d="M8.51 4h-1.5v1.5h1.5V4ZM6.51 4h-1.5v1.5h1.5V4ZM6.51 6h-1.5v1.5h1.5V6ZM8.51 6h-1.5v1.5h1.5V6ZM10.51 6h-1.5v1.5h1.5V6ZM4.51 6h-1.5v1.5h1.5V6Z"/><path fill="#D94851" d="M4.76 9.5a.75.75 0 0 1 0 1.5.76.76 0 0 1-.76-.73.76.76 0 0 1 .75-.73l.01-.04ZM12.51 5A2 2 0 0 0 12 7.5c0 .5-1 .5-1 .5H1s-1 5.49 4.5 5.5a8.31 8.31 0 0 0 7.5-5s2 0 2.5-1.5a2.06 2.06 0 0 0-1-.22 2.61 2.61 0 0 0-1 .22s0-1.5-1-2"/></svg>

After

Width:  |  Height:  |  Size: 498 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" d="M8.51 4h-1.5v1.5h1.5V4ZM6.51 4h-1.5v1.5h1.5V4ZM6.51 6h-1.5v1.5h1.5V6ZM8.51 6h-1.5v1.5h1.5V6ZM10.51 6h-1.5v1.5h1.5V6ZM4.51 6h-1.5v1.5h1.5V6Z"/><path fill="#909090" d="M4.76 9.5a.75.75 0 0 1 0 1.5.76.76 0 0 1-.76-.73.76.76 0 0 1 .75-.73l.01-.04ZM12.51 5A2 2 0 0 0 12 7.5c0 .5-1 .5-1 .5H1s-1 5.49 4.5 5.5a8.31 8.31 0 0 0 7.5-5s2 0 2.5-1.5a2.06 2.06 0 0 0-1-.22 2.61 2.61 0 0 0-1 .22s0-1.5-1-2"/></svg>

After

Width:  |  Height:  |  Size: 498 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#E6C44C" fill-rule="evenodd" d="M6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2c0 .19-.053.368-.145.519L11.325 9H13a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2c0-.214.067-.413.182-.576L8.746 7H7.332L5.859 9.487c.09.15.141.326.141.513v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h1.734l1.442-2.434A.995.995 0 0 1 6 6V4Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 434 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#88BA12" fill-rule="evenodd" d="M4.575 6.304a.75.75 0 0 1 .417.975l-2 5A.75.75 0 1 1 1.6 11.72l2-5a.75.75 0 0 1 .975-.417ZM8.181 4.304a.75.75 0 0 1 .418.975l-2 5a.75.75 0 1 1-1.392-.558l2-5a.75.75 0 0 1 .974-.417ZM10.278 6.304a.75.75 0 0 1 .418.975l-2 5a.75.75 0 1 1-1.392-.558l2-5a.75.75 0 0 1 .974-.417ZM13.886 4.304a.75.75 0 0 1 .417.975l-2 5a.75.75 0 0 1-1.392-.558l2-5a.75.75 0 0 1 .975-.417Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 514 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#B4B4B4" fill-rule="evenodd" d="M7.661 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.155a15.122 15.122 0 0 1-.375-1.685c-1.893.284-3.401-.372-4.092-.925a.5.5 0 1 1 .624-.78c.494.395 1.722.957 3.324.715-.05-.397-.094-.822-.134-1.281-.01-.104-.036-.115-.042-.118h-.001c-.036-.022-.125-.051-.305-.051-.17 0-.363.025-.567.057l-.074.011A3.679 3.679 0 0 1 7 9a.5.5 0 0 1-.5-.5c0-2.078.518-3.975 1.161-5.5Zm.986 0 .088.04c-.612 1.352-1.13 3.04-1.221 4.891.19-.028.417-.056.64-.056.248 0 .559.033.828.199.303.186.482.493.516.882.036.404.074.778.116 1.128a6.58 6.58 0 0 0 1.138-.518.5.5 0 0 1 .496.868 7.51 7.51 0 0 1-1.492.656c.12.73.265 1.344.443 1.91H12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8.647ZM4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm1.5 4a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0V6Zm5.5-.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 961 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#DF9947" fill-rule="evenodd" d="M13 3.2H3v9.6h10V3.2ZM3 2c-.552 0-1 .537-1 1.2v9.6c0 .663.448 1.2 1 1.2h10c.552 0 1-.537 1-1.2V3.2c0-.663-.448-1.2-1-1.2H3Z" clip-rule="evenodd"/><path fill="#DF9947" d="M8 10.5C6 8.1 3.833 7.833 3 8l-.5 5h11v-1c-1 .5-3.5.9-5.5-1.5Z"/><path fill="#DF9947" d="M10 11c-1.412-.941-1.5-2-3-3 2.5-1 6.667-.833 7 0v2.5c-.5.5-2.5 1.5-4 .5Z"/></svg>

After

Width:  |  Height:  |  Size: 461 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#DF9947" fill-rule="evenodd" d="M2 3.2C2 2.537 2.448 2 3 2h10c.552 0 1 .537 1 1.2v9.6c0 .663-.448 1.2-1 1.2H3c-.552 0-1-.537-1-1.2V3.2Zm11 4.28c-1.462-.318-4.175-.21-6 .52.761.508 1.159 1.03 1.55 1.545.38.5.755.991 1.45 1.455.971.648 2.152.456 3 .105V7.481ZM3 8c.833-.167 3 .1 5 2.5 1.721 2.066 3.813 2.057 5 1.696V13H3V8Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 439 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#EB556C" fill-rule="evenodd" d="M2 8c0 4.84 1.16 6 6 6s6-1.16 6-6-1.16-6-6-6-6 1.16-6 6Zm3.565-1.831 2.94 1.25 1.875-.58a.3.3 0 0 0 .211-.287V4.576a.3.3 0 0 0-.412-.278l-4.614 1.87Zm-.777.793v2.255a.3.3 0 0 0 .183.276l5.203 2.2a.3.3 0 0 0 .417-.277V9.614a.3.3 0 0 0-.183-.276l-5.62-2.376Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 405 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#909090" d="M14.35 7.38a3.51 3.51 0 0 1-2.46 1.33 3.84 3.84 0 0 0-.09-1.58.44.44 0 0 0 0-.1c-.07-.23-.15-.44-.24-.66 1.35-1.57 3.24-.72 2.79 1.01ZM8.33 3.65a7.54 7.54 0 0 0-2.33.2c0-1.96 3.83-3.1 2.33-.2ZM5.62 7.35c0 .65-3-.08-2.79-.83C3 6 5.5 6.5 5.62 7.35Z"/><path fill="#909090" d="M11.16 7.77C11.08 4.53 6.61 3 4.7 5.67c.73.28 1.53.76 1.66 1.59.12 1.3-1.95 1.24-2.84.85-3.71 8.53 7.7 4.54 7.64-.34ZM10.35 9c0 .08-.07.18-.12.26a.68.68 0 0 1-.17.21 1.4 1.4 0 0 1-.48.29 2.64 2.64 0 0 1-1.28.07 3.46 3.46 0 0 1-1.24-.47 1.47 1.47 0 0 1-.68-.83.77.77 0 0 1 0-.37 2.4 2.4 0 0 1 .17-.4.86.86 0 0 1 .34-.34 1.11 1.11 0 0 1 .62-.16c.22 0 .45.06.67.07.241.024.48.074.71.15a2.6 2.6 0 0 1 1.43.76.66.66 0 0 1 .03.76Z"/><path fill="#909090" d="M9.64 8.7c.35.84-3.18.29-2.41-.53.02-.29 2.15.05 2.41.53Z"/></svg>

After

Width:  |  Height:  |  Size: 890 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#AE5EDB" d="M3 7v2l4 3.5v-2L4 8l3-2.5v-2L3 7ZM9 3.5v2L12 8l-3 2.5v2L13 9V7L9 3.5Z"/></svg>

After

Width:  |  Height:  |  Size: 178 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#AE5EDB" d="M9.78 6a5.22 5.22 0 0 1-3-4C3.56 6.62 4 9.85 4 9.85a4.16 4.16 0 0 0 8.31 0A4.3 4.3 0 0 0 9.78 6Z"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><clipPath id="clip-path"><rect width="12" height="12" x="2" y="2" rx=".96" style="fill:none"/></clipPath><style>.cls-4{fill:#8cd636}.cls-5{fill:#5fb4cb}.cls-6{fill:#eea400}</style></defs><g style="clip-path:url(#clip-path)"><path d="M2 2v12l6-6-6-6z" style="fill:#596277"/><path d="m2 2 4 4 5.5-.5L8 2H2z" class="cls-4"/><path d="m8 2 6 6V2H8z" class="cls-5"/><path d="m5.5 5.5 3 3 3-3h-6z" class="cls-6"/><path d="m8 8-6 6h12L8 8z" class="cls-5"/><path d="m8.498 8.496 2.998-2.998L14 8.001 11.001 11z" class="cls-4"/><path d="m14 8-3 3 3 3V8z" class="cls-6"/></g></svg>

After

Width:  |  Height:  |  Size: 672 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#F4BF36" fill-rule="evenodd" d="M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4Zm3 0h1v1H5V4Zm6 0h-1v3h1V4ZM4 7.5a1.5 1.5 0 0 0 1 1.415V12h1V8.915A1.5 1.5 0 1 0 4 7.5Zm6 3.415a1.5 1.5 0 1 1 1 0V12h-1v-1.085Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 345 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#A432EA" fill-rule="evenodd" d="M5 3h6l4 4-7 7-7-7 4-4ZM3 7l3-3 1 1-2 2 2 2v2L3 7Zm10 0-3-3-1 1 2 2-2 2v2l4-4Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 227 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><path d="M8.12 5.42a2.16 2.16 0 0 0-2.27 1.75h4.42a2.11 2.11 0 0 0-2.15-1.75m0-2h.07A4.38 4.38 0 0 1 12.5 8a4.56 4.56 0 0 1-.09.92H5.88a2.28 2.28 0 0 0 2.45 1.62 2.43 2.43 0 0 0 1.94-.86l1.8 1a4.39 4.39 0 0 1-3.78 1.85A4.45 4.45 0 0 1 3.55 8a4.41 4.41 0 0 1 4.53-4.59m5.42-1h-11a1 1 0 0 0-1 1v9a1 1 0 0 0 1.05 1h11a1 1 0 0 0 1.05-1v-9a1 1 0 0 0-1.05-1" style="fill:#a90533"/></svg>

After

Width:  |  Height:  |  Size: 463 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#EEAC30" fill-rule="evenodd" d="M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0ZM6.69 8 4 5.202 5.155 4 9 8l-3.845 4L4 10.798 6.69 8ZM8 5.202 10.69 8 8 10.798 9.155 12 13 8 9.155 4 8 5.202Z" clip-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 293 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Calque 1" viewBox="0 0 16 16"><defs><clipPath id="a"><path d="M4.1 3.5h7.8v9H4.1v-9" style="fill:none"/></clipPath></defs><path d="m8 3.5 3.9 2.25v4.5L8 12.5l-3.9-2.25v-4.5L8 3.5m3.34-1.28H4.66L1.33 8l3.33 5.78h6.68L14.67 8l-3.33-5.78" style="fill:#6b56d0"/><path d="M5.4 6.5v3L8 11l2.6-1.5v-3L8 5 5.4 6.5z" style="fill:#8b87ff"/></svg>

After

Width:  |  Height:  |  Size: 388 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#AE5EDB" d="M6.52 4.33a7 7 0 0 0 2.83 2.59 3.26 3.26 0 0 1 2 2.93 3.175 3.175 0 0 1-6.35 0V9.7a10.14 10.14 0 0 1 1.52-5.37ZM6.79 2C3.56 6.62 4 9.85 4 9.85a4.16 4.16 0 0 0 8.31 0A4.3 4.3 0 0 0 9.78 6a5.22 5.22 0 0 1-3-4h.01Z"/><path fill="#AE5EDB" d="M6.23 7.73A6.41 6.41 0 0 0 6 9.56V9.85A2.16 2.16 0 0 0 8.18 12a2.14 2.14 0 0 0 1.91-1.19 32.778 32.778 0 0 1-3.86-3.08Z"/></svg>

After

Width:  |  Height:  |  Size: 466 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Calque_1" data-name="Calque 1" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#ae5edb}</style></defs><path d="M7 3.5 3 7v2l4 3.5v-2L4 8l3-2.5v-2zM9 3.5v2L12 8l-3 2.5v2L13 9V7L9 3.5z" class="cls-1"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#DD50AD" fill-rule="evenodd" d="M8.797 9.017c-2.41-1.5-6.202-1.086-7.797-.69 1.772-1.235 2.929-1.44 4.086-1.647.231-.04.463-.082.699-.131a5.49 5.49 0 0 1 .266-.494c.177-.296 0-.395-.178-.296-.177.098-.443.098-.443-.198 0-.296-.531-.592-.62 0-.07.474.148.79.266.889a7.083 7.083 0 0 0-2.215 0c.433-.161 1.102-1.24 1.478-1.848.086-.138.156-.251.205-.324.22-.328.38-.248.68-.1.062.032.13.066.206.1.112.05.195.099.276.147.24.143.457.272 1.32.346.088-1.382.708-2.666 1.328-2.765.62-.098 1.064.988 1.24 1.877.178.888.355 1.283.71 1.382.182.05.318-.24.455-.532.129-.276.26-.554.43-.554.284 0 .473.592.533.889.62.164 2.144.888 3.278 2.468-.78-.79-2.156-1.119-2.747-1.185-.118 0-.478.04-.975.198-.496-.316-1.21-.33-1.506-.296v.493c.532-.033 2.038.08 3.81.79-.797 0-2.835.296-4.785 1.481Zm-1.329-2.27-.974.098 1.329-1.58-.355 1.481Z" clip-rule="evenodd"/><path fill="#DD50AD" d="M14.911 8.82 15 8.228c-2.392 0-5.937.395-10.013 5.036a3.766 3.766 0 0 0 2.836.691l.044-.066c.603-.9 2.815-4.203 7.044-5.069Z"/><path fill="#DD50AD" d="M8.886 13.955c.532-1.12 2.393-3.555 5.582-4.345-1.24 3.061-4.164 4.148-5.582 4.345ZM8.089 9.412c-2.056 1.264-3.338 2.831-3.722 3.457-.709-.33-2.34-1.54-3.19-3.753 1.861-.592 4.608-.592 6.912.296Z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#0ACF83" d="M6 14a2 2 0 0 0 2-2v-2H6a2 2 0 0 0 0 4Z"/><path fill="#A259FF" d="M4 8a2 2 0 0 1 2-2h2v4H6a2 2 0 0 1-2-2Z"/><path fill="#F24E1E" d="M4 4a2 2 0 0 1 2-2h2v4H6a2 2 0 0 1-2-2Z"/><path fill="#FF7262" d="M8 2h2a2 2 0 0 1 0 4H8V2Z"/><path fill="#1ABCFE" d="M12 8a2 2 0 1 1-4.001-.001A2 2 0 0 1 12 8Z"/></svg>

After

Width:  |  Height:  |  Size: 401 B

Some files were not shown because too many files have changed in this diff Show more