Update Koneko integration

This commit is contained in:
2025-06-24 09:23:51 -06:00
parent 46cb20ff09
commit 46baa99c0c
3271 changed files with 193256 additions and 4017 deletions

View File

@ -0,0 +1,117 @@
CC0 1.0 Universal
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator and
subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for the
purpose of contributing to a commons of creative, cultural and scientific
works ("Commons") that the public can reliably and without fear of later
claims of infringement build upon, modify, incorporate in other works, reuse
and redistribute as freely as possible in any form whatsoever and for any
purposes, including without limitation commercial purposes. These owners may
contribute to the Commons to promote the ideal of a free culture and the
further production of creative, cultural and scientific works, or to gain
reputation or greater distribution for their Work in part through the use and
efforts of others.
For these and/or other purposes and motivations, and without any expectation
of additional consideration or compensation, the person associating CC0 with a
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
and publicly distribute the Work under its terms, with knowledge of his or her
Copyright and Related Rights in the Work and the meaning and intended legal
effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not limited
to, the following:
i. the right to reproduce, adapt, distribute, perform, display, communicate,
and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or likeness
depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data in
a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation thereof,
including any amended or successor version of such directive); and
vii. other similar, equivalent or corresponding rights throughout the world
based on applicable law or treaty, and any national implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention of,
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
and Related Rights and associated claims and causes of action, whether now
known or unknown (including existing as well as future claims and causes of
action), in the Work (i) in all territories worldwide, (ii) for the maximum
duration provided by applicable law or treaty (including future time
extensions), (iii) in any current or future medium and for any number of
copies, and (iv) for any purpose whatsoever, including without limitation
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
the Waiver for the benefit of each member of the public at large and to the
detriment of Affirmer's heirs and successors, fully intending that such Waiver
shall not be subject to revocation, rescission, cancellation, termination, or
any other legal or equitable action to disrupt the quiet enjoyment of the Work
by the public as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason be
judged legally invalid or ineffective under applicable law, then the Waiver
shall be preserved to the maximum extent permitted taking into account
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
is so judged Affirmer hereby grants to each affected person a royalty-free,
non transferable, non sublicensable, non exclusive, irrevocable and
unconditional license to exercise Affirmer's Copyright and Related Rights in
the Work (i) in all territories worldwide, (ii) for the maximum duration
provided by applicable law or treaty (including future time extensions), (iii)
in any current or future medium and for any number of copies, and (iv) for any
purpose whatsoever, including without limitation commercial, advertising or
promotional purposes (the "License"). The License shall be deemed effective as
of the date CC0 was applied by Affirmer to the Work. Should any part of the
License for any reason be judged legally invalid or ineffective under
applicable law, such partial invalidity or ineffectiveness shall not
invalidate the remainder of the License, and in such case Affirmer hereby
affirms that he or she will not (i) exercise any of his or her remaining
Copyright and Related Rights in the Work or (ii) assert any associated claims
and causes of action with respect to the Work, in either case contrary to
Affirmer's express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or warranties
of any kind concerning the Work, express, implied, statutory or otherwise,
including without limitation warranties of title, merchantability, fitness
for a particular purpose, non infringement, or the absence of latent or
other defects, accuracy, or the present or absence of errors, whether or not
discoverable, all to the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without limitation
any person's Copyright and Related Rights in the Work. Further, Affirmer
disclaims responsibility for obtaining any necessary consents, permissions
or other rights required for any use of the Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to this
CC0 or use of the Work.
For more information, please see
<http://creativecommons.org/publicdomain/zero/1.0/>

View File

@ -0,0 +1,76 @@
# @icon/linea-basic-elaboration
[![npm version](https://img.shields.io/npm/v/@icon/linea-basic-elaboration.svg)](https://www.npmjs.org/package/@icon/linea-basic-elaboration)
This repository is a module of the full [standard-icons][standard-icons] repository.
## Install
This repository is distributed with [npm]. After [installing npm][install-npm], you can install `@icon/linea-basic-elaboration` with this command.
```bash
npm install --save @icon/linea-basic-elaboration
```
## Usage
There are many ways/formats of how to use linea-basic-elaboration. The fastest and recommended way is via SVG directly. Or use the webfont version if you want to include all icons at once:
### SVG icons -- when you need just a few icons in your project
1 . If you want to use just a few icons. Find the icons you need in "icons" folder. Then use them as regular images:
```
<img height="32" width="32" src="@icon/linea-basic-elaboration/icons/basic-elaboration-bookmark-plus.svg" />
```
2 . Icons can be served from a CDN such as [Unpkg][Unpkg]. Simply use the `@icon/linea-basic-elaboration` npm package in the URL like the following:
```
<img height="32" width="32" src="https://unpkg.com/@icon/linea-basic-elaboration/icons/basic-elaboration-bookmark-plus.svg" />
```
### Icons font -- ideal when you want to include all icons at once
1 . Install `@icon/linea-basic-elaboration` with this command. In the `<head>` of your html, reference the location to your `linea-basic-elaboration.css`.
```
<head>
...
<link rel="stylesheet" href="@icon/linea-basic-elaboration/linea-basic-elaboration.css">
...
</head>
```
2 . Use [unpkg.com][Unpkg] to load directly linea-basic-elaboration without installing anything:
```
<head>
...
<link rel="stylesheet" href="https://unpkg.com/@icon/linea-basic-elaboration/linea-basic-elaboration.css">
...
</head>
```
> Place linea-basic-elaboration with `<i>` tag in your html like this. Icon class names are to be used with the `lbae` class prefix.
```
<i class="lbae lbae-basic-elaboration-bookmark-plus"></i>
```
## Bugs, Ideas, Pull Requests
If you have any ideas or found bugs, please send me Pull Requests or let me know with [GitHub Issues][github issues].
## License
Linea-basic-elaboration is copyright by Dario Ferrando, licensed under the [CC0-1.0][license].
[license]: https://github.com/thecreation/icons/blob/master/modules/linea-basic-elaboration/LICENSE
[standard-icons]: https://github.com/thecreation/standard-icons
[npm]: https://www.npmjs.com/
[install-npm]: https://docs.npmjs.com/getting-started/installing-node
[sass]: http://sass-lang.com/
[github issues]: https://github.com/thecreation/standard-icons/issues
[Unpkg]: https://unpkg.com

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M18 1h28v61L32 48 18 62z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 22l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 286 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 22h18M18 1h28v61L32 48 18 62z"/></svg>

After

Width:  |  Height:  |  Size: 177 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 22h18M32 13v18M18 1h28v61L32 48 18 62z"/></svg>

After

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M18 1h28v61L32 48 18 62zM39 29L25 15M25 29l14-14"/></svg>

After

Width:  |  Height:  |  Size: 192 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 22l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 339 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 25l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 33V13"/></svg>

After

Width:  |  Height:  |  Size: 425 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16zM27 11v23"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 14h15l-2.516 4L42 22H27"/></svg>

After

Width:  |  Height:  |  Size: 335 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16zM41 24H23"/></svg>

After

Width:  |  Height:  |  Size: 230 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16zM32 15v18M41 24H23"/></svg>

After

Width:  |  Height:  |  Size: 239 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 24c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 37l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 24c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 11l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 667 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16zM39 31L25 17M25 31l14-14"/></svg>

After

Width:  |  Height:  |  Size: 245 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="21" r="6"/><path d="M33 25l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 347 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" d="M32 27l-6.125 4L28 24l-6-4h7.213L32 12l3 8h7l-6 4 1.938 7z"/></svg>

After

Width:  |  Height:  |  Size: 381 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 41l6-40h42l6 40M21 41c0 6.075 4.925 11 11 11s11-4.925 11-11h16v22H5V41h16z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 22l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 14v20"/></svg>

After

Width:  |  Height:  |  Size: 432 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 35l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 309 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 38l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 46V26"/></svg>

After

Width:  |  Height:  |  Size: 395 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4M41 37H23"/></svg>

After

Width:  |  Height:  |  Size: 200 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4M32 28v18M41 37H23"/></svg>

After

Width:  |  Height:  |  Size: 209 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 37c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 50l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 37c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 24l-3 4 3 4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 15h62M10 11H6M18 11h-4M26 11h-4"/></svg>

After

Width:  |  Height:  |  Size: 715 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4M39 44L25 30M25 44l14-14"/></svg>

After

Width:  |  Height:  |  Size: 215 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="33" r="6"/><path d="M33 37l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 317 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" d="M32 41l-6.125 4L28 38l-6-4h7.213L32 26l3 8h7l-6 4 1.938 7z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 15h62M10 11H6M18 11h-4M26 11h-4"/></svg>

After

Width:  |  Height:  |  Size: 429 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 7h62v50H1zM1 15h62M10 11H6M18 11h-4M26 11h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 35l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 27v20"/></svg>

After

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 36l7 7 13-13"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 422 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 44H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 423 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 39l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 47V27"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 508 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 304 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62M27 27v23M27 30h15l-2.516 4L42 38H27"/></svg>

After

Width:  |  Height:  |  Size: 340 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62M22 35c0 6.666 10 12 10 12s10-5.334 10-12c0-2.762-2-5-5-5a5 5 0 00-5 5 5 5 0 00-5-5c-3 0-5 2.238-5 5z"/></svg>

After

Width:  |  Height:  |  Size: 405 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 38H23"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 391 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 30l8 8-8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 38H22M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 429 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="38" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25.834 31.834l12.332 12.332M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 429 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 43l-1 5 5-1 15-15-4-4zM39 35l-4-4"/></g></svg>

After

Width:  |  Height:  |  Size: 426 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 29v18M41 38H23M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 322 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M30.001 46l-8-8 8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22.001 38h20"/></svg>

After

Width:  |  Height:  |  Size: 516 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 38c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 51l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 38c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 25l-3 4 3 4"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 750 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M39 45L25 31M25 45l14-14"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 406 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="35" r="6"/><path d="M33 39l8 8"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 430 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" d="M32 43l-6.125 4L28 40l-6-4h7.213L32 28l3 8h7l-6 4 1.938 7z"/></svg>

After

Width:  |  Height:  |  Size: 464 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 36l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 28v20"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M46 10H18M12 10H1v48h62V10H52"/><path d="M12 6h6v8h-6zM46 6h6v8h-6z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 515 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 34l7 7 13-13"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/></svg>

After

Width:  |  Height:  |  Size: 407 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 37l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 45V25"/></svg>

After

Width:  |  Height:  |  Size: 493 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30M41 34H23"/></svg>

After

Width:  |  Height:  |  Size: 298 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="34" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25.834 27.834l12.332 12.332"/></svg>

After

Width:  |  Height:  |  Size: 492 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30M32 25v18M41 34H23"/></svg>

After

Width:  |  Height:  |  Size: 307 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 32c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 45l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 32c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 19l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 735 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30M39 41L25 27M25 41l14-14"/></svg>

After

Width:  |  Height:  |  Size: 313 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="31" r="6"/><path d="M33 35l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 415 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 50h14c4.565 0 8-3.582 8-8s-3.435-8-8-8c0-11.046-9.52-20-20.934-20C23.966 14 14.8 20.732 13 30h-1.667C5.626 30 1 34.477 1 40s4.293 10 10 10h30"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 34l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 26v20"/></svg>

After

Width:  |  Height:  |  Size: 500 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 36l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 308 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 42H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/></svg>

After

Width:  |  Height:  |  Size: 387 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 37l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 45V25"/></svg>

After

Width:  |  Height:  |  Size: 394 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 21v23M27 24h15l-2.516 4L42 32H27"/></svg>

After

Width:  |  Height:  |  Size: 304 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M27 44v-7h-4v7M34 44V27h-4v17M41 44V34h-4v10M20 45h24"/></g></svg>

After

Width:  |  Height:  |  Size: 328 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 33c0 6.666 10 12 10 12s10-5.334 10-12c0-2.762-2-5-5-5a5 5 0 00-5 5 5 5 0 00-5-5c-3 0-5 2.238-5 5z"/></svg>

After

Width:  |  Height:  |  Size: 369 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 36H23"/></svg>

After

Width:  |  Height:  |  Size: 277 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 28l8 8-8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 36H22"/></svg>

After

Width:  |  Height:  |  Size: 393 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="36" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25.834 29.834l12.332 12.332"/></svg>

After

Width:  |  Height:  |  Size: 393 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="35" cy="41" r="3"/><circle cx="25" cy="43" r="3"/><path d="M38 41V26l-10 2v15M28 32l10-2"/></g></svg>

After

Width:  |  Height:  |  Size: 366 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 41l-1 5 5-1 15-15-4-4zM39 33l-4-4"/></g></svg>

After

Width:  |  Height:  |  Size: 312 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M22 29h20v14H22z"/><path d="M22 41l7-7 4 5 2-2 6 5"/></g><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="39" cy="32" r="3"/></svg>

After

Width:  |  Height:  |  Size: 422 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 27v18M41 36H23"/></svg>

After

Width:  |  Height:  |  Size: 286 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M30.001 44l-8-8 8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22.001 36h20"/></svg>

After

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 36c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 49l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 36c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 23l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 636 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M39 44L25 30M25 44l14-14"/></svg>

After

Width:  |  Height:  |  Size: 292 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="35" r="6"/><path d="M33 39l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" d="M32 39l-6.125 4L28 36l-6-4h7.213L32 24l3 8h7l-6 4 1.938 7z"/></svg>

After

Width:  |  Height:  |  Size: 350 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 1h32v62H9V15z"/><path d="M9 15h14V1"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 34l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 26v20"/></svg>

After

Width:  |  Height:  |  Size: 401 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 36l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 284 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 42H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/></svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M32 26h7v20H25V33z"/><path d="M25 33h7v-7"/></g></svg>

After

Width:  |  Height:  |  Size: 292 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 37l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 45V25"/></svg>

After

Width:  |  Height:  |  Size: 370 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8zM27 23v23"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 26h15l-2.516 4L42 34H27"/></svg>

After

Width:  |  Height:  |  Size: 280 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M27 44v-7h-4v7M34 44V27h-4v17M41 44V34h-4v10M20 45h24"/></g></svg>

After

Width:  |  Height:  |  Size: 304 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 33c0 6.666 10 12 10 12s10-5.334 10-12c0-2.762-2-5-5-5a5 5 0 00-5 5 5 5 0 00-5-5c-3 0-5 2.238-5 5z"/></svg>

After

Width:  |  Height:  |  Size: 345 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8zM41 36H23"/></svg>

After

Width:  |  Height:  |  Size: 175 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 28l8 8-8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 36H22"/></svg>

After

Width:  |  Height:  |  Size: 369 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="36" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25.834 29.834l12.332 12.332"/></svg>

After

Width:  |  Height:  |  Size: 369 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="35" cy="41" r="3"/><circle cx="25" cy="43" r="3"/><path d="M38 41V26l-10 2v15M28 32l10-2"/></g></svg>

After

Width:  |  Height:  |  Size: 342 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 41l-1 5 5-1 15-15-4-4zM39 33l-4-4"/></g></svg>

After

Width:  |  Height:  |  Size: 288 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M22 29h20v14H22z"/><path d="M22 41l7-7 4 5 2-2 6 5"/></g><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="39" cy="32" r="3"/></svg>

After

Width:  |  Height:  |  Size: 398 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 27v18M41 36H23M63 18v36H1V10h21l8 8z"/></svg>

After

Width:  |  Height:  |  Size: 184 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M30.001 44l-8-8 8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22.001 36h20"/></svg>

After

Width:  |  Height:  |  Size: 378 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 36c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 49l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 36c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 23l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 612 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8zM39 44L25 30M25 44l14-14"/></svg>

After

Width:  |  Height:  |  Size: 190 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="35" r="6"/><path d="M33 39l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 292 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="round" stroke-miterlimit="10" d="M32 41l-6.125 4L28 38l-6-4h7.213L32 26l3 8h7l-6 4 1.938 7z"/></svg>

After

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 18v36H1V10h21l8 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 34l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 26v20"/></svg>

After

Width:  |  Height:  |  Size: 377 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 20l7 7 13-13"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.333 21.667L1 26v37h62V26h0l-10.333-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 372 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 28H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 451 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M32 10h7v20H25V17z"/><path d="M25 17h7v-7"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 380 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 23l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 31V11"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 458 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 9v23M27 12h15l-2.516 4L42 20H27"/></svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 19c0 6.666 10 12 10 12s10-5.334 10-12c0-2.762-2-5-5-5a5 5 0 00-5 5 5 5 0 00-5-5c-3 0-5 2.238-5 5z"/></svg>

After

Width:  |  Height:  |  Size: 433 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 14l8 8-8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 22H22"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 457 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="22" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25.834 15.834l12.332 12.332"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 457 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="35" cy="27" r="3"/><circle cx="25" cy="29" r="3"/><path d="M38 27V12l-10 2v15M28 18l10-2"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.334 21.667L1 26v37h62V26h0l-10.334-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 430 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 27l-1 5 5-1 15-15-4-4zM39 19l-4-4"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 26l31 19.434L63 26"/><path d="M11.333 21.667L1 26v37h62V26h0l-10.333-4.333"/><path d="M11 32V1h42v31"/></g></svg>

After

Width:  |  Height:  |  Size: 376 B

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