first commit

This commit is contained in:
2025-05-30 03:09:08 -06:00
parent 99d54737de
commit 1932509066
6221 changed files with 298434 additions and 212 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
[![npm version](https://img.shields.io/npm/v/@icon/linea-basic.svg)](https://www.npmjs.org/package/@icon/linea-basic)
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` with this command.
```bash
npm install --save @icon/linea-basic
```
## Usage
There are many ways/formats of how to use linea-basic. 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/icons/basic-book.svg" />
```
2 . Icons can be served from a CDN such as [Unpkg][Unpkg]. Simply use the `@icon/linea-basic` npm package in the URL like the following:
```
<img height="32" width="32" src="https://unpkg.com/@icon/linea-basic/icons/basic-book.svg" />
```
### Icons font -- ideal when you want to include all icons at once
1 . Install `@icon/linea-basic` with this command. In the `<head>` of your html, reference the location to your `linea-basic.css`.
```
<head>
...
<link rel="stylesheet" href="@icon/linea-basic/linea-basic.css">
...
</head>
```
2 . Use [unpkg.com][Unpkg] to load directly linea-basic without installing anything:
```
<head>
...
<link rel="stylesheet" href="https://unpkg.com/@icon/linea-basic/linea-basic.css">
...
</head>
```
> Place linea-basic with `<i>` tag in your html like this. Icon class names are to be used with the `lba` class prefix.
```
<i class="lba lba-basic-book"></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 is copyright by Dario Ferrando, licensed under the [CC0-1.0][license].
[license]: https://github.com/thecreation/icons/blob/master/modules/linea-basic/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="M32.001.887C49.185.887 63.114 14.816 63.113 32 63.114 49.185 49.184 63.115 32 63.113 14.815 63.114.887 49.185.888 32.001.885 14.816 14.815.887 32.001.887z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M10 32a21.93 21.93 0 016.444-15.556c8.591-8.593 22.521-8.593 31.112 0A21.93 21.93 0 0154 32M24 26l6.333 7.333"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="35" r="2"/></svg>

After

Width:  |  Height:  |  Size: 582 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="32" r="26"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 20v12l8 4M21.995 56.005L15 63M49 63l-6.995-6.995M1 8l4-4 10 2L3 18zM59 4l4 4-2 10L49 6z"/></svg>

After

Width:  |  Height:  |  Size: 333 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 13v50"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M19 50L9 47 6 57M45 50l10-3 4 10"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M54.752 47C51.555 56.301 42.576 63 32 63c-10.575 0-19.553-6.698-22.751-15.998M23 17h18"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="7" r="6"/></svg>

After

Width:  |  Height:  |  Size: 571 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 12v20l9 9M4 32h4M56 32h4M32 60v-4M32 8V4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 63C14.879 63 1 49.121 1 32S14.879 1 32 1M32 63c17.121 0 31-13.879 31-31a30.857 30.857 0 00-5.759-18l-5.62-5.621"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M51 19V8h11"/></svg>

After

Width:  |  Height:  |  Size: 494 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-11h16v22H5V41h16zM12 31h40M14 21h36M16 11h32"/></svg>

After

Width:  |  Height:  |  Size: 248 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"/></svg>

After

Width:  |  Height:  |  Size: 221 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="M53.919 10.08c12.108 12.106 12.108 31.733 0 43.84-12.105 12.107-31.732 12.107-43.838 0-12.108-12.106-12.108-31.733 0-43.84 12.106-12.107 31.732-12.107 43.838 0zM10.08 10.08l43.84 43.84"/></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="M1 21h58v24H1zM59 27h4v12h-4"/><path d="M5 25h50v16H5z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 33l7-3v6l7-3"/></svg>

After

Width:  |  Height:  |  Size: 299 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 21h58v24H1zM59 27h4v12h-4"/><path d="M18 41H5V25h9z"/></g></svg>

After

Width:  |  Height:  |  Size: 205 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 21h58v24H1zM59 27h4v12h-4"/><path d="M5 25h50v16H5z"/></g></svg>

After

Width:  |  Height:  |  Size: 205 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 21h58v24H1zM59 27h4v12h-4"/><path d="M33 41H5V25h24z"/></g></svg>

After

Width:  |  Height:  |  Size: 206 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 1L17 37h14l-7 26 26-36H36z"/></svg>

After

Width:  |  Height:  |  Size: 198 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 1h46v62H1zM9 63V2M14 15h28M14 21h28M63 3v50l-4 8-4-8V3zM55 7h-4v10"/></svg>

After

Width:  |  Height:  |  Size: 213 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 1h46v62H1zM9 63V2M14 15h28M14 21h28M55 1v53l4 8 4-8V1zM55 11h8"/></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="M7 1h46v62H7zM15 63V2M20 15h28M20 21h28"/></svg>

After

Width:  |  Height:  |  Size: 183 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 62z"/></svg>

After

Width:  |  Height:  |  Size: 168 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 1h62v62H1zM18 8v20M28 18H8M56 18H36M10 54l16-16M10 38l16 16M36 43h20M36 49h20"/></svg>

After

Width:  |  Height:  |  Size: 224 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-6zM10 24h10v10H10zM10 42h10v10H10zM44 24h10v10H44zM44 42h10v10H44zM27 24h10v10H27zM27 42h10v10H27z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 18h62"/></svg>

After

Width:  |  Height:  |  Size: 400 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="M44 59L16 45 36 5l27 14z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.899 14.004L28 6 1 20l18 39 13-6.036M35 41l11-5-1-12-11 5zM38 9l-1 2M7 23l-1-2M43 53l-1 2"/></svg>

After

Width:  |  Height:  |  Size: 338 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="M44 59L16 45 36 5l27 14z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.899 14.004L28 6 1 20l18 39 13-6.036M38 9l-1 2M7 23l-1-2M43 53l-1 2"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M33 25c-2.848 5.281 3 15 3 15s11.151.28 14-5c1.18-2.188 1.377-5.718-1-7-2.188-1.18-5.82-1.188-7 1 1.18-2.188.188-4.82-2-6-2.376-1.282-5.819-.187-7 2z"/></svg>

After

Width:  |  Height:  |  Size: 543 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 18h62v36H1zM1 30h62"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 30v6h10v-6M23 18s0-8 9-8 9 8 9 8"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M51.799 15.202c10.936 10.933 10.936 28.662 0 39.595-10.935 10.938-28.664 10.938-39.598 0-10.935-10.933-10.935-28.662 0-39.595 10.934-10.936 28.663-10.936 39.598 0z"/><path d="M32 7V1h6M26 1h6M32 63v-4M32 11V7M4 35h4M56 35h4M14.564 17.565l2.83 2.829M46.606 49.606l2.83 2.83M49.436 17.565l-2.829 2.829M17.395 49.606l-2.831 2.83M32 21v12"/><circle cx="32" cy="35" r="3"/></g></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="M14 1h36v4H14zM14 59h36v4H14zM18 59V45c0-6 29-19 29-25V5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M47 59V45c0-6-29-19-29-25V5"/></svg>

After

Width:  |  Height:  |  Size: 305 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path d="M32 12v20l9 9M4 32h4M56 32h4M32 60v-4M32 8V4"/></g></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"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 12v20l9 9M4 32h4M56 32h4M32 60v-4M32 8V4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 63c17.121 0 31-13.879 31-31S49.121 1 32 1M32 63C14.879 63 1 49.121 1 32a30.857 30.857 0 015.759-18l5.62-5.621"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M13 19V8H2"/></svg>

After

Width:  |  Height:  |  Size: 491 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"/></svg>

After

Width:  |  Height:  |  Size: 289 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="M30 38v6s0 19-7 19h9M32 63h9c-7 0-7-19-7-19v-6"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 38c0 7.457 8.044 12.125 15.5 12.125 7.455 0 13.5-6.043 13.5-13.5s-6.045-13.5-13.5-13.5c-2.678 0-5.168.789-7.267 2.135a13.374 13.374 0 003.204-8.697c0-7.422-6.017-13.438-13.438-13.438S18.562 9.141 18.562 16.562c0 3.32 1.21 6.353 3.205 8.697a13.43 13.43 0 00-7.268-2.135c-7.456 0-13.5 6.043-13.5 13.5s6.044 13.5 13.5 13.5C21.955 50.125 30 45.457 30 38"/></svg>

After

Width:  |  Height:  |  Size: 645 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="35" r="28.292"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M37 40l8-19-19 8-7 18z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 29l11 11M36.9 7a5 5 0 10-9.8 0M32 7v5M32 58v5M60 35h-5M9 35H4"/></svg>

After

Width:  |  Height:  |  Size: 435 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="M16 27c0 4.418 6.059 8 16 8s16-3.582 16-8V1H16v26zM20 63h24M32 35v28M16 7H7s0 9 9 9M48 7h9s0 9-9 9"/></svg>

After

Width:  |  Height:  |  Size: 242 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="M33 63l23-31L33 1 10 32z"/></svg>

After

Width:  |  Height:  |  Size: 168 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 10h62v41H1zM22 63h20M32 63V51"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 43h63"/></svg>

After

Width:  |  Height:  |  Size: 269 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 50l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 58V26M24 42H1V6h62v36H40"/></svg>

After

Width:  |  Height:  |  Size: 289 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 17v22M32 43v4"/></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"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 32s11 15 31 15 31-15 31-15-11-15-31-15S1 32 1 32z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M9 55L55 9"/></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="M1 32s11 15 31 15 31-15 31-15-11-15-31-15S1 32 1 32z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="7"/></svg>

After

Width:  |  Height:  |  Size: 293 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="39" cy="25" r="24"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 63l21-21M1 46l17 17"/></svg>

After

Width:  |  Height:  |  Size: 264 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="M12 0v64M12 6h41l-6 12 6 12H12"/></svg>

After

Width:  |  Height:  |  Size: 174 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="M7 0v64M32.062 6L26 11v24h31l-6-12 6-12H26"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 30H7V6h25v5"/></svg>

After

Width:  |  Height:  |  Size: 279 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 63H1V1h50l12 12z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M7 31h50v32H7zM14 39h36M14 47h36M14 55h36M15 1h34v19H15z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M38 5h5v11h-5z"/></svg>

After

Width:  |  Height:  |  Size: 390 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="M56 22v32H1V15h18.629l7.097 7z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M8 13V7h18.629l7.097 7H63v32h-5"/></svg>

After

Width:  |  Height:  |  Size: 283 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"/></svg>

After

Width:  |  Height:  |  Size: 166 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 1h-6v9l-6 2-6-6-8 8 6 6-2 6H1v12h9l2 6-6 6 8 8 6-6 6 2v9h12v-9l6-2 6 6 8-8-6-6 2-6h9V26h-9l-2-6 6-6-8-8-6 6-6-2V1z"/><circle cx="32" cy="32" r="6"/></g></svg>

After

Width:  |  Height:  |  Size: 300 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="32" cy="22" r="6"/><path d="M53 22.735C52.948 10.73 43.599 1 32 1s-21 9.73-21 21.735C11 38.271 31.965 63 31.965 63S53.069 38.271 53 22.735z"/></g></svg>

After

Width:  |  Height:  |  Size: 293 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="32" cy="19.001" r="4"/><path d="M45 21.023C44.968 13.276 39.181 7 32 7s-13 6.276-13 14.023C19 31.046 31.979 47 31.979 47S45.043 31.046 45 21.023z"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M21 37h-9L1 57h62L52 37h-9"/></svg>

After

Width:  |  Height:  |  Size: 403 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 1c14.359 0 27 12.641 27 27S46.359 55 32 55c-10 0-13-4-13-4"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="28" r="20"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 54v10M22 63h20"/></svg>

After

Width:  |  Height:  |  Size: 400 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 48v16M32 0v16M16 32H0M64 32H48"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="24"/></svg>

After

Width:  |  Height:  |  Size: 276 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="M22 20l19 19"/><path fill="none" stroke="#000" stroke-width="1.99998" stroke-miterlimit="10" d="M63 55l-5.999 6-19-19 6-6z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 19L17 3c6 6 13 1 13 1l4 4-22 22L1 19z"/></svg>

After

Width:  |  Height:  |  Size: 384 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="M11 48C5.477 48 1 43.523 1 38s4.477-10 10-10h2v20h-2zM53 28c5.523 0 10 4.477 10 10s-4.477 10-10 10h-2V28h2zM13 31v-9S13 6 32 6s19 16 19 16v6M51 48v5l-15 6h-8v-4h8v3"/></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"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 21c0 20 31 38 31 38s31-18 31-38c0-8.285-6-16-15-16-8.285 0-16 5.715-16 14 0-8.285-7.715-14-16-14C7 5 1 12.715 1 21z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M29 57l7-7-6-6 6-6-6-6 8-8-6-5v-2"/></svg>

After

Width:  |  Height:  |  Size: 373 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 21c0 20 31 38 31 38s31-18 31-38c0-8.285-6-16-15-16-8.285 0-16 5.715-16 14 0-8.285-7.715-14-16-14C7 5 1 12.715 1 21z"/></svg>

After

Width:  |  Height:  |  Size: 262 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 40v24M32 0v24M38 37l21 17M5 10l21 17M38 27l21-16M5 53l21-16"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="8"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="24"/></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-miterlimit="10" d="M32 3L2 33h9v30h12V47h16v16h12V33h11z"/></svg>

After

Width:  |  Height:  |  Size: 181 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 47V25M32 21v-4"/></svg>

After

Width:  |  Height:  |  Size: 388 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="M16 1h32v62H16zM16 36h32M16 5h32"/><circle stroke-linejoin="bevel" cx="31.5" cy="49.5" r="9.5"/><circle stroke-linejoin="bevel" cx="31.5" cy="49.5" r="2.5"/></g></svg>

After

Width:  |  Height:  |  Size: 305 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="M50 27H14C6.82 27 1 32.82 1 40s5.82 13 13 13c4.6 0 8.632-2.396 10.943-6h14.113C41.368 50.604 45.4 53 50 53c7.18 0 13-5.82 13-13s-5.82-13-13-13z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M14 32v16M22 40H6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" cx="50" cy="39.99" r="7"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M50 33v14M57 40H43"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 27v-6h14v-7H36v-3"/></svg>

After

Width:  |  Height:  |  Size: 749 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="51" cy="32" r="12"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 32h38M6 32v10M14 32v6"/></svg>

After

Width:  |  Height:  |  Size: 266 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 22h62v30H1zM7 22v-8h14V7H11V4M4 29h4M10 29h4M16 29h4M22 29h4M28 29h4M34 29h4M40 29h4M46 29h4M52 29h4M4 45h4M10 45h4M16 45h26M50 45h4M56 45h4M44 45h4M8 37h4M14 37h4M20 37h4M26 37h4M32 37h4M38 37h4M44 37h4M50 37h4M56 37h4"/></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="M8 12h48v34H8zM1 46h62v6H1zM34 16h-4"/></g></svg>

After

Width:  |  Height:  |  Size: 187 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="32" r="31"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="15"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 18V1M38 18V1M26 63V46M38 63V46M46 26h17M46 38h17M1 26h17M1 38h17"/></svg>

After

Width:  |  Height:  |  Size: 408 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="M21 40v5h22l.001-5.107C49 36.195 53 29.564 53 22c0-11.598-9.402-21-21-21s-21 9.402-21 21c0 7.565 3.998 14.304 10 18zM28 45l-3-20M36 45l3-20"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25 26l4 3 3-3 3 3 4-3M21 45h22v6H21zM23 51h18v6H23zM25 57h14v6H25z"/></svg>

After

Width:  |  Height:  |  Size: 428 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="M37.004 32.166a9.97 9.97 0 003.997.828 9.99 9.99 0 007.998-4.006L60.99 16.98a9.953 9.953 0 001.996-6.002C62.983 5.456 58.502.981 52.979.985a9.961 9.961 0 00-5.999 2.004L33.989 15.998c-1.768 1.805-2.997 4.277-2.996 7.003.001 1.424.3 2.778.837 4.003M31.831 27.004c.053.121.107.24.166.358M26.997 31.836a9.946 9.946 0 00-3.998-.83A9.959 9.959 0 0017 33.01L4.01 46.02c-1.768 1.804-2.997 4.276-2.995 7.002.003 5.522 4.484 9.997 10.007 9.993a9.987 9.987 0 007.997-4.006L31.01 47.001a9.953 9.953 0 001.996-6.002 9.96 9.96 0 00-.835-3.998M23.006 41.006l17.988-18.012"/></svg>

After

Width:  |  Height:  |  Size: 701 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="M8 33h48v30H8zM16 33V17c0-8.837 7.163-16 16-16s16 7.163 16 16v3"/><circle cx="32" cy="47" r="4"/><path d="M32 51v4"/></g></svg>

After

Width:  |  Height:  |  Size: 265 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="M8 33h48v30H8zM16 33V17c0-8.837 7.163-16 16-16s16 7.163 16 16v16"/><circle cx="32" cy="47" r="4"/><path d="M32 51v4"/></g></svg>

After

Width:  |  Height:  |  Size: 266 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="M48 17c0-8.836-7.164-16-16-16S16 8.164 16 17v30c0 8.836 7.164 16 16 16s16-7.164 16-16V17zM32 10v8"/></svg>

After

Width:  |  Height:  |  Size: 241 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="M12 21h18"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="21" cy="21" r="20"/><path d="M35 35l6 6"/><path d="M63 57l-5.999 6-19-19 6-6z" stroke-width="1.99998"/></g></svg>

After

Width:  |  Height:  |  Size: 341 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="M12 21h18M21 12v18"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="21" cy="21" r="20"/><path d="M35 35l6 6"/><path d="M63 57l-5.999 6-19-19 6-6z" stroke-width="1.99998"/></g></svg>

After

Width:  |  Height:  |  Size: 357 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="21" cy="21" r="20"/><path d="M35 35l6 6"/><path d="M63 57l-5.999 6-19-19 6-6z" stroke-width="1.99998"/></g></svg>

After

Width:  |  Height:  |  Size: 254 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 18h52v32H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M9.887 16V9H63v32h-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M.887 18L27 33.062 53 18"/></svg>

After

Width:  |  Height:  |  Size: 358 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="M36 9h9M19 17h26M19 25h26M1 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: 279 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></svg>

After

Width:  |  Height:  |  Size: 254 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 13h62v37H1z"/><path d="M1 13l31 20 31-20"/></g></svg>

After

Width:  |  Height:  |  Size: 194 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="25" cy="39" r="24"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 1L42 22"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M45 1h18v18"/></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"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 59l21-8 20 8 21-8V5l-21 8-20-8-21 8zM22 5v46M42 13v46"/></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="M26 49.042h28.963v-38H1v38h13v10.444z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M57 41.042h5.963v-38H9V9"/></svg>

After

Width:  |  Height:  |  Size: 283 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="M10 16h44M10 26h44M10 36h44M32 47h31V5H1v42h17v12z"/></svg>

After

Width:  |  Height:  |  Size: 194 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 47h31V5H1v42h17v12z"/></svg>

After

Width:  |  Height:  |  Size: 167 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="M12 19v45M52 0v45M32 38v26M32 0v26"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="12" cy="13" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="52" cy="51" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M12 0v7M52 57v7"/></svg>

After

Width:  |  Height:  |  Size: 562 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="M48 17c0-8.836-7.164-16-16-16S16 8.164 16 17v30c0 8.836 7.164 16 16 16s16-7.164 16-16V17zM32 1v20M16 21h32"/></svg>

After

Width:  |  Height:  |  Size: 250 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 3v50l-4 8-4-8V3zM55 7h-4v10M4 3h40v58H4zM34 3v57M8 16H0M8 8H0M8 24H0M8 32H0M8 40H0M8 48H0M8 56H0"/></svg>

After

Width:  |  Height:  |  Size: 244 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="M4 3h40v58H4zM34 3v57M8 16H0M8 8H0M8 24H0M8 32H0M8 40H0M8 48H0M8 56H0M55 1v53l4 8 4-8V1zM55 11h8"/></svg>

After

Width:  |  Height:  |  Size: 240 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="M11 1h42v62H11zM41 1v61M15 16H7M15 8H7M15 24H7M15 32H7M15 40H7M15 48H7M15 56H7"/></svg>

After

Width:  |  Height:  |  Size: 222 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="M1 30L63 1 23 41z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M34 63L63 1 23 41z"/></svg>

After

Width:  |  Height:  |  Size: 305 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="M22 1h16v62H22zM31 12h7M38 22h-3M38 42h-3M31 32h7M31 52h7M16 63V10l-4-8-4 8v53zM16 53H8M56 3v50l-4 8-4-8V3zM48 7h-4v10"/></svg>

After

Width:  |  Height:  |  Size: 262 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 63V2l61 61z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M14 54V30l24 24zM8 22H2M6 30H2M8 38H2M6 46H2M8 54H2M25 1l-6 6 36 36 8 2-2-8zM25 13l6-6"/></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 20l-8-10H26l-8 10H1v32h62V20z"/><circle cx="32" cy="36" r="8"/><path d="M9 20v32M54 28h0"/></g></svg>

After

Width:  |  Height:  |  Size: 243 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 16h52v40H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M10 14V8h53v40h-8M1 46l14-14 14 16 10-6 14 12"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="40" cy="29" r="5"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M1 11h62v42H1z"/><path d="M1 47l23-20 12 12 6-8 21 18"/><circle cx="51" cy="22" r="5"/></g></svg>

After

Width:  |  Height:  |  Size: 235 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="16" r="15"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22.083 16c0-5.477 4.44-9.917 9.917-9.917M32 64V31"/></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="M32 64V36M32 1H22v4l5 4-2 17-9 4-1 6h17M32 1h10v4l-5 4 2 17 9 4 1 6H32"/></svg>

After

Width:  |  Height:  |  Size: 214 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 20h53v34H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M10 16.999V11h53v34h-6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 25h7v8h-7zM33 24v26M5 27h24M5 32h21M5 37h22"/></svg>

After

Width:  |  Height:  |  Size: 383 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 13h62v41H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M49 19h8v10h-8zM39 18v31M6 21h28M6 27h24M6 33h26"/></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="M16 1h32v19H16zM16 52H1V20h62v32H48"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M16 39h32v24H16zM6 27h4M12 27h4M22 47h20M22 55h20"/></svg>

After

Width:  |  Height:  |  Size: 306 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M30 43v4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 21c0-3 2-5 8-5 5 0 8 3 8 7s-6 7-6 7-4 2-4 8v1"/></svg>

After

Width:  |  Height:  |  Size: 505 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="M63.051 56a54.77 54.77 0 00-12.786-35.256M50.265 20.744C40.177 8.677 25.01 1 8.051 1M51.769 56c0-24.145-19.574-43.718-43.718-43.718M40.486 56c0-17.913-14.523-32.436-32.436-32.436M29.205 56c0-11.684-9.472-21.154-21.154-21.154"/><circle fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" cx="8.051" cy="56" r="7.051"/></svg>

After

Width:  |  Height:  |  Size: 520 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 40M5 41h54v22H5z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="48" cy="52" r="3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 27H39c1.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: 470 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 40M5 41h54v22H5z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="48" cy="52" r="3"/><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"/></svg>

After

Width:  |  Height:  |  Size: 477 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 40M5 41h54v22H5z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="48" cy="52" r="3"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 20l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 12v20"/></svg>

After

Width:  |  Height:  |  Size: 484 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 40M5 41h54v22H5z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="48" cy="52" r="3"/></svg>

After

Width:  |  Height:  |  Size: 273 B

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