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-software
[![npm version](https://img.shields.io/npm/v/@icon/linea-software.svg)](https://www.npmjs.org/package/@icon/linea-software)
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-software` with this command.
```bash
npm install --save @icon/linea-software
```
## Usage
There are many ways/formats of how to use linea-software. 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-software/icons/software-crop.svg" />
```
2 . Icons can be served from a CDN such as [Unpkg][Unpkg]. Simply use the `@icon/linea-software` npm package in the URL like the following:
```
<img height="32" width="32" src="https://unpkg.com/@icon/linea-software/icons/software-crop.svg" />
```
### Icons font -- ideal when you want to include all icons at once
1 . Install `@icon/linea-software` with this command. In the `<head>` of your html, reference the location to your `linea-software.css`.
```
<head>
...
<link rel="stylesheet" href="@icon/linea-software/linea-software.css">
...
</head>
```
2 . Use [unpkg.com][Unpkg] to load directly linea-software without installing anything:
```
<head>
...
<link rel="stylesheet" href="https://unpkg.com/@icon/linea-software/linea-software.css">
...
</head>
```
> Place linea-software with `<i>` tag in your html like this. Icon class names are to be used with the `lso` class prefix.
```
<i class="lso lso-software-crop"></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-software is copyright by Dario Ferrando, licensed under the [CC0-1.0][license].
[license]: https://github.com/thecreation/icons/blob/master/modules/linea-software/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 version="1.0" 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 53h10v10H1zM53 1h10v10H53z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M44 22v-2h-2"/><path stroke-dasharray="4,2" d="M40 20H23"/><path d="M22 20h-2v2"/><path stroke-dasharray="4,2" d="M20 24v17"/><path d="M20 42v2h2"/><path stroke-dasharray="4,2" d="M24 44h17"/><path d="M42 44h2v-2"/><path stroke-dasharray="4,2" d="M44 40V23"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M11 53l9-9M44 20l9-9M32 25v14M39 32H25"/></svg>

After

Width:  |  Height:  |  Size: 644 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" rx="31" ry="20"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 32h62M32 12v40"/></svg>

After

Width:  |  Height:  |  Size: 283 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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.676 59L1.351 32 16.676 5h30.648l15.325 27-15.325 27zM17 5l30 54M47 5L17 59"/></svg>

After

Width:  |  Height:  |  Size: 236 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 12h62v40H1zM1 12l62 40M63 12L1 52"/></svg>

After

Width:  |  Height:  |  Size: 194 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 40c0 6.627-5.373 12-12 12H13C6.373 52 1 46.627 1 40V24c0-6.627 5.373-12 12-12h38c6.627 0 12 5.373 12 12v16zM5 15l54 34M59 15L5 49"/></svg>

After

Width:  |  Height:  |  Size: 291 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 52.5L27 10h1l15 42.75M17 38h21"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M52 0v64"/></svg>

After

Width:  |  Height:  |  Size: 285 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 11h53v53"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M11 0v53h53M11 53L63 1"/></svg>

After

Width:  |  Height:  |  Size: 269 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M47 26l12-12 4-4c0-4.371-4.628-9-9-9 0 0-2.563 2.533-4 4L38 17"/><path fill="none" stroke="#000" stroke-width="1.99998" stroke-miterlimit="10" d="M47 34L30 17l4-4 17 17z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34 22L4 54v2l-3 3 4 4 3-3h2l32-30"/></svg>

After

Width:  |  Height:  |  Size: 439 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M31 50.987L18 16h-1L4 51M27 39H8"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M60 50.987L47 16h-1L33 51M56 39H37"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 1h62v62H1z"/></svg>

After

Width:  |  Height:  |  Size: 407 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 43L21 1h-1L5 43M31 29H10"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M59 31L51 8h-1l-8 23M57 24H44"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M38 47H2M62 35H40"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M58 47l-7-7-7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M51 64V40"/></svg>

After

Width:  |  Height:  |  Size: 606 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M17 44L32 2h1l15 42M22 30h21"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M55 63l7-7-7-7M9 49l-7 7 7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M62 56H2"/></svg>

After

Width:  |  Height:  |  Size: 409 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M5 35l8-23h1l8 23M7 28h13"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M42 35l8-23h1l8 23M44 28h13"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M32 6v2"/><path stroke-dasharray="4,2" d="M32 10v29"/><path d="M32 40v2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M55 63l7-7-7-7M9 49l-7 7 7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M62 56H2"/></svg>

After

Width:  |  Height:  |  Size: 674 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 24l8-23h1l8 23M38 17h13"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 28h34"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M36 57l8-23h1l8 23M38 50h13"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 61h34"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M5 55l7 7 7-7M19 34l-7-7-7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M12 62V27"/></svg>

After

Width:  |  Height:  |  Size: 695 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M28 43L43 1h1l15 42M33 29h21"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M5 43l8-23h1l8 23M7 36h13"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M56 63l7-7-7-7M8 49l-7 7 7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 56H1"/></svg>

After

Width:  |  Height:  |  Size: 519 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M37 51L22 9h-1L6 51M32 37H11"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M58 51l-8-23h-1l-8 23M56 44H43"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 1h62v62H1z"/></svg>

After

Width:  |  Height:  |  Size: 399 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M38 51L23 9h-1L7 51M33 37H12"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M44 34s1.5-2 5.5-2 5.5 3 5.5 5v10s0 3 2.5 3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M55 40h-5s-7 0-7 5 4 5 5 5 7 0 7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 1h62v62H1z"/></svg>

After

Width:  |  Height:  |  Size: 517 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M38 51L23 9h-1L7 51M32 35H13"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M44 34s1.5-2 5.5-2 5.5 3 5.5 5v10s0 3 2.5 3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M55 40h-5s-7 0-7 5 4 5 5 5 7 0 7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 1h62v62H1zM6 44h52"/></svg>

After

Width:  |  Height:  |  Size: 525 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M9 35l8-23h1l8 23M11 28h13"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M38 35l8-23h1l8 23M40 28h13"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M32 6v2"/><path stroke-dasharray="4,2" d="M32 10v29"/><path d="M32 40v2"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M4 6v2"/><path stroke-dasharray="4,2" d="M4 10v29"/><path d="M4 40v2"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M60 6v2"/><path stroke-dasharray="4,2" d="M60 10v29"/><path d="M60 40v2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M55 63l7-7-7-7M9 49l-7 7 7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M62 56H2"/></svg>

After

Width:  |  Height:  |  Size: 984 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M38 51L23 9h-1L7 51M32 35H13"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M44 34s1.5-2 5.5-2 5.5 3 5.5 5v10s0 3 2.5 3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M55 40h-5s-7 0-7 5 4 5 5 5 7 0 7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 1h62v62H1zM6 55h52"/></svg>

After

Width:  |  Height:  |  Size: 525 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M29 53l15-42h1l15 42M34 39h21"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M5 55l7 7 7-7M19 9l-7-7-7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M12 62V2"/></svg>

After

Width:  |  Height:  |  Size: 409 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 51v13M32 0v13M32 29v6M6 35h52v16H6zM12 13h40v16H12z"/></svg>

After

Width:  |  Height:  |  Size: 213 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 0v64M7 35h52v16H7zM7 13h40v16H7z"/></svg>

After

Width:  |  Height:  |  Size: 193 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 0v64M5 35h52v16H5zM17 13h40v16H17z"/></svg>

After

Width:  |  Height:  |  Size: 196 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M43 0v12M43 52v12M21 0v6M21 58v6M35 12h16v40H35zM13 6h16v52H13z"/></svg>

After

Width:  |  Height:  |  Size: 221 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M35 0v64M13 0v64M35 12h16v40H35zM13 6h16v52H13z"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M29 64V0M51 64V0M13 6h16v52H13zM35 12h16v40H35z"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 10h34M22 20h31M22 30h42M22 40h34M22 50h42M22 60h36"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M16 17l7-7-7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 10H0"/></svg>

After

Width:  |  Height:  |  Size: 414 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 7h34M30 17h22M30 27h34M30 37h25M30 47h34M30 57h27M25 0v64"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M12 39l7-7-7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M19 32H0"/></svg>

After

Width:  |  Height:  |  Size: 421 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 7H0M34 17H12M34 27H0M34 37H9M34 47H0M34 57H7M39 0v64"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M52 25l-7 7 7 7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M45 32h19"/></svg>

After

Width:  |  Height:  |  Size: 418 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="25.5" rx="31" ry="19.5"/><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="21" cy="48" rx="6" ry="4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25 51s2 1 2 4-2 3-2 3"/></svg>

After

Width:  |  Height:  |  Size: 398 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 32.066L2 39l30 12 30-12-16-6.933"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 38l30-12-30-13L2 26z"/></svg>

After

Width:  |  Height:  |  Size: 296 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 26.066L2 33l30 12 30-12-16-6.933"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M18 39.066L2 46l30 12 30-12-16-6.933M32 32l30-12L32 7 2 20z"/></svg>

After

Width:  |  Height:  |  Size: 331 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h31v62H1zM32 1h31v62H32z"/></svg>

After

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h20v62H1zM43 1h20v62H43zM21 1h22v62H21z"/></svg>

After

Width:  |  Height:  |  Size: 201 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 32h31v31H1zM32 32h31v31H32zM1 1h31v31H1zM32 1h31v31H32z"/></svg>

After

Width:  |  Height:  |  Size: 216 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h15v62H1zM16 1h16v62H16zM32 1h15v62H32zM47 1h16v62H47z"/></svg>

After

Width:  |  Height:  |  Size: 216 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v15H1zM1 16h62v16H1zM1 32h62v15H1zM1 47h62v16H1z"/></svg>

After

Width:  |  Height:  |  Size: 213 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 48h31v15H1zM32 48h31v15H32zM1 32h31v16H1zM32 32h31v16H32zM1 17h31v15H1zM32 17h31v15H32zM1 1h31v16H1zM32 1h31v16H32z"/></svg>

After

Width:  |  Height:  |  Size: 276 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h31v48H1zM32 15h31v48H32z"/></svg>

After

Width:  |  Height:  |  Size: 201 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h20v48H1zM43 15h20v48H43zM21 15h22v48H21z"/></svg>

After

Width:  |  Height:  |  Size: 217 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 39h31v24H1zM32 39h31v24H32zM1 15h31v24H1zM32 15h31v24H32z"/></svg>

After

Width:  |  Height:  |  Size: 231 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h15v48H1zM16 15h16v48H16zM32 15h15v48H32zM47 15h16v48H47z"/></svg>

After

Width:  |  Height:  |  Size: 233 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h62v48H1zM22 15v48M22 38h41"/></svg>

After

Width:  |  Height:  |  Size: 203 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h62v48H1zM42 15v48M1 38h41"/></svg>

After

Width:  |  Height:  |  Size: 202 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h31v48H1zM32 15h15v48H32zM47 15h16v48H47z"/></svg>

After

Width:  |  Height:  |  Size: 217 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h31v48H1zM32 15h15v48H32zM47 15h16v48H47z"/></svg>

After

Width:  |  Height:  |  Size: 217 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h62v48H1zM22 15v48"/></svg>

After

Width:  |  Height:  |  Size: 194 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h62v48H1zM42 15v48"/></svg>

After

Width:  |  Height:  |  Size: 194 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v14H1zM1 15h62v48H1z"/></svg>

After

Width:  |  Height:  |  Size: 185 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h20v62H1zM21 1h42v62H21z"/></svg>

After

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M43 1h20v62H43zM1 1h42v62H1z"/></svg>

After

Width:  |  Height:  |  Size: 186 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h62v62H1z"/></svg>

After

Width:  |  Height:  |  Size: 171 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 42a8 8 0 0016 0V1h13v41c0 11.598-9.402 21-21 21s-21-9.402-21-21V1h13v41zM11 10h13M40 10h13"/></svg>

After

Width:  |  Height:  |  Size: 252 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M11 11h21v42H1V21z"/><path d="M1 21h10V11"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M53 11H32v42h31V21z"/><path d="M63 21H53V11"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 6v52"/></svg>

After

Width:  |  Height:  |  Size: 420 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 42l-4 4-8-8 4-4L62 1l1 1zM22 34l8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 46S18 63 1 63c0 0 2.752-16.314 9-21 4-3 8-4 8-4"/></svg>

After

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M3 38l25 25 26-26 7-1L33 8z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M32 27V6c0-2.762-2.238-5-5-5s-5 2.238-5 5v13"/></svg>

After

Width:  |  Height:  |  Size: 355 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 1h48v17H7zM2 9h5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M55 9h6v15H32v17M28 42h8v21h-8z"/></svg>

After

Width:  |  Height:  |  Size: 286 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 7h64M0 17h46M0 27h64M0 37h50M0 47h64M0 57h54"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M64 7H0M64 17H18M64 27H0M64 37H14M64 47H0M64 57H10"/></svg>

After

Width:  |  Height:  |  Size: 208 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 7h64M9 17h46M0 27h64M7 37h50M0 47h64M5 57h54"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M64 7H0M64 17H0M64 27H0M64 37H0M64 47H0M64 57H0"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M64 7H0M64 17H0M64 27H0M64 37H0M64 47H0M54 57H10"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 7h64M0 17h64M0 27h64M0 37h64M0 47h64M0 57h44"/></svg>

After

Width:  |  Height:  |  Size: 205 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M64 7H0M64 17H0M64 27H0M64 37H0M64 47H0M64 57H20"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 6h42M22 16h34M22 26h42M22 36h36"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M59 48v-2h-2"/><path stroke-dasharray="4,2" d="M55 46H26"/><path d="M25 46h-2v2"/><path stroke-dasharray="3,2" d="M23 50v3"/><path d="M23 54v2h2"/><path stroke-dasharray="4,2" d="M27 56h29"/><path d="M57 56h2v-2"/><path stroke-dasharray="3,2" d="M59 53v-4"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M10 58l7-7-7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M17 51H0"/></svg>

After

Width:  |  Height:  |  Size: 735 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 29h42M22 39h34M22 49h42M22 59h36"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M59 11V9h-2"/><path stroke-dasharray="4,2" d="M55 9H26"/><path d="M25 9h-2v2"/><path stroke-dasharray="3,2" d="M23 13v3"/><path d="M23 17v2h2"/><path stroke-dasharray="4,2" d="M27 19h29"/><path d="M57 19h2v-2"/><path stroke-dasharray="3,2" d="M59 16v-4"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M10 21l7-7-7-7"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M17 14H0"/></svg>

After

Width:  |  Height:  |  Size: 733 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M51 64V1H41v63M29 33h12M29 33s-16 0-16-16S29 1 29 1h12"/></svg>

After

Width:  |  Height:  |  Size: 212 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 23v18H23"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 41H1V1h40v22"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 23h22v40H23V41"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 41V23h18"/></svg>

After

Width:  |  Height:  |  Size: 450 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 23v18H23"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="4,2" d="M23 41H1V1h40v22"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="4,2" d="M41 23h22v40H23V41"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 41V23h18"/></svg>

After

Width:  |  Height:  |  Size: 496 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 41H1V1h40v22"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M41 23h2"/><path stroke-dasharray="4,2" d="M45 23h15"/><path d="M61 23h2v2"/><path stroke-dasharray="4,2" d="M63 27v33"/><path d="M63 61v2h-2"/><path stroke-dasharray="4,2" d="M59 63H26"/><path d="M25 63h-2v-2"/><path stroke-dasharray="4,2" d="M23 59V44"/><path d="M23 43v-2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 41V23h18"/></svg>

After

Width:  |  Height:  |  Size: 623 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M41 23v2"/><path stroke-dasharray="4,2" d="M41 27v11"/><path d="M41 39v2h-2"/><path stroke-dasharray="4,2" d="M37 41H26"/><path d="M25 41h-2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 41H1V1h40v22"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 23h22v40H23V41"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M23 41v-2"/><path stroke-dasharray="4,2" d="M23 37V26"/><path d="M23 25v-2h2"/><path stroke-dasharray="4,2" d="M27 23h11"/><path d="M39 23h2"/></g></svg>

After

Width:  |  Height:  |  Size: 720 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 57h18v6H23zM19 47h26v10H19zM41 47v-4l7-13L32 1 16 30l7 13v4M32 23v14M39 30H25"/></svg>

After

Width:  |  Height:  |  Size: 239 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 57h18v6H23zM19 47h26v10H19zM41 47v-4l7-13L32 1 16 30l7 13v4M39 30H25"/></svg>

After

Width:  |  Height:  |  Size: 230 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 57h18v6H23zM19 47h26v10H19zM41 47v-4l7-13L32 1 16 30l7 13v4"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="28.875" r="4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 1v24"/></svg>

After

Width:  |  Height:  |  Size: 408 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M20 54L10 44M10 44L1 62l1 1 18-9 43-43L53 1zM54 20L44 10M58 16L48 6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M5 54l4 1 1 4"/></svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="21" cy="53" rx="6" ry="4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25 56s2 1 2 4-2 3-2 3M22 49L5 12l35 6L59 1v40L26 51"/></svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 17v40l20-20z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M61.586 55.586L63 57v-2"/><path stroke-dasharray="4,2" d="M63 53V20"/><path d="M63 19v-2l-1.414 1.414"/><path stroke-dasharray="3.736,1.868" d="M60.265 19.735l-15.19 15.19"/><path d="M44.414 35.586L43 37l1.414 1.414"/><path stroke-dasharray="3.736,1.868" d="M45.735 39.735l15.19 15.19"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M32 61v-2"/><path stroke-dasharray="4,2" d="M32 57V16"/><path d="M32 15v-2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M46 13h11V2"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M57 13C51.378 5.132 42.408 1 32 1 21.591 1 12.622 5.13 7 13"/></svg>

After

Width:  |  Height:  |  Size: 951 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M46 1H6l20 20z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M7.414 61.586L6 63h2"/><path stroke-dasharray="4,2" d="M10 63h33"/><path d="M44 63h2l-1.414-1.414"/><path stroke-dasharray="3.736,1.868" d="M43.265 60.265l-15.19-15.19"/><path d="M27.414 44.414L26 43l-1.414 1.414"/><path stroke-dasharray="3.736,1.868" d="M23.265 45.735l-15.19 15.19"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M2 32h2"/><path stroke-dasharray="4,2" d="M6 32h41"/><path d="M48 32h2"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M51 46v11h11"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M51 57c7.868-5.622 12-14.592 12-25 0-10.409-4.13-19.378-12-25"/></svg>

After

Width:  |  Height:  |  Size: 947 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 53h10v10H1zM53 1h10v10H53z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M44 22v-2h-2"/><path stroke-dasharray="4,2" d="M40 20H23"/><path d="M22 20h-2v2"/><path stroke-dasharray="4,2" d="M20 24v17"/><path d="M20 42v2h2"/><path stroke-dasharray="4,2" d="M24 44h17"/><path d="M42 44h2v-2"/><path stroke-dasharray="4,2" d="M44 40V23"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M11 53l9-9M44 20l9-9M39 32H25"/></svg>

After

Width:  |  Height:  |  Size: 635 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="4,2" d="M1 28V1h62v62H36"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M1 33h30v30H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M57 18V7H46"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M57 7L41 23"/></svg>

After

Width:  |  Height:  |  Size: 491 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 30V1h62v62H34"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M31 35v-2h-2"/><path stroke-dasharray="4,2" d="M27 33H4"/><path d="M3 33H1v2"/><path stroke-dasharray="4,2" d="M1 37v23"/><path d="M1 61v2h2"/><path stroke-dasharray="4,2" d="M5 63h23"/><path d="M29 63h2v-2"/><path stroke-dasharray="4,2" d="M31 59V36"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M41 12v11h11"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 23L57 7"/></svg>

After

Width:  |  Height:  |  Size: 712 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="4.0012,2.0006" cx="32" cy="32" rx="31" ry="20"/></svg>

After

Width:  |  Height:  |  Size: 221 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M19 59h-2.325l-.824-1.739"/><path stroke-dasharray="4.1609,2.0805" d="M14.661 55.451L2.851 34.644"/><path d="M2.338 33.739L1.351 32l.987-1.739"/><path stroke-dasharray="4.1609,2.0805" d="M3.365 28.451l11.81-20.807"/><path d="M15.851 6.739L16.675 5H19"/><path stroke-dasharray="4,2" d="M21 5h23"/><path d="M45 5h2.325l.824 1.739"/><path stroke-dasharray="4.1609,2.0805" d="M49.339 8.549l11.81 20.807"/><path d="M61.662 30.261L62.649 32l-.987 1.739"/><path stroke-dasharray="4.1609,2.0805" d="M60.635 35.549l-11.81 20.807"/><path d="M48.149 57.261L47.325 59H45"/><path stroke-dasharray="4,2" d="M43 59H20"/></g></svg>

After

Width:  |  Height:  |  Size: 767 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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="M63 50v2h-2"/><path stroke-dasharray="4,2" d="M59 52H4"/><path d="M3 52H1v-2"/><path stroke-dasharray="4,2" d="M1 48V15"/><path d="M1 14v-2h2"/><path stroke-dasharray="4,2" d="M5 12h55"/><path d="M61 12h2v2"/><path stroke-dasharray="4,2" d="M63 16v33"/></g></svg>

After

Width:  |  Height:  |  Size: 415 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" stroke-dasharray="3.9436,1.9718" d="M63 40c0 6.627-5.373 12-12 12H13C6.373 52 1 46.627 1 40V24c0-6.627 5.373-12 12-12h38c6.627 0 12 5.373 12 12v16z"/></svg>

After

Width:  |  Height:  |  Size: 302 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><ellipse fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" rx="31" ry="20"/></svg>

After

Width:  |  Height:  |  Size: 188 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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.675 59L1.351 32 16.675 5h30.65l15.324 27-15.324 27z"/></svg>

After

Width:  |  Height:  |  Size: 213 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 12h62v40H1z"/></svg>

After

Width:  |  Height:  |  Size: 172 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 40c0 6.627-5.373 12-12 12H13C6.373 52 1 46.627 1 40V24c0-6.627 5.373-12 12-12h38c6.627 0 12 5.373 12 12v16z"/></svg>

After

Width:  |  Height:  |  Size: 269 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 59l36-36 7 7-8 15zM40 20L57 3l6 6-16 18z"/></svg>

After

Width:  |  Height:  |  Size: 225 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 41h10v10H1zM53 41h10v10H53zM27 13h10v10H27z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="4" cy="18" r="3"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="60" cy="18" r="3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M7 18h20C6 18 6 41 6 41M57 18H37c21 0 21 23 21 23"/></svg>

After

Width:  |  Height:  |  Size: 524 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 53h10v10H1zM53 53h10v10H53zM1 1h10v10H1zM53 1h10v10H53zM6 11v42M58 11v42M53 6H11M53 58H11"/></svg>

After

Width:  |  Height:  |  Size: 250 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 53h10v10H1zM53 1h10v10H53zM27 27h10v10H27zM11 53l16-16M37 27l16-16"/></svg>

After

Width:  |  Height:  |  Size: 227 B

View File

@ -0,0 +1 @@
<svg version="1.0" 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 53h10v10H1zM53 1h10v10H53zM11 53l42-42"/></svg>

After

Width:  |  Height:  |  Size: 199 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M64 63H0M13 5h16v52H13zM35 17h16v40H35z"/></svg>

After

Width:  |  Height:  |  Size: 197 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M13 32H0M64 32H51M35 32h-6M13 6h16v52H13zM35 12h16v40H35z"/></svg>

After

Width:  |  Height:  |  Size: 215 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 1h64M13 7h16v52H13zM35 7h16v40H35z"/></svg>

After

Width:  |  Height:  |  Size: 195 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M0 29h64M0 51h64M12 13h40v16H12zM6 35h52v16H6z"/></svg>

After

Width:  |  Height:  |  Size: 204 B

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