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-arrows
[![npm version](https://img.shields.io/npm/v/@icon/linea-arrows.svg)](https://www.npmjs.org/package/@icon/linea-arrows)
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-arrows` with this command.
```bash
npm install --save @icon/linea-arrows
```
## Usage
There are many ways/formats of how to use linea-arrows. 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-arrows/icons/arrows-check.svg" />
```
2 . Icons can be served from a CDN such as [Unpkg][Unpkg]. Simply use the `@icon/linea-arrows` npm package in the URL like the following:
```
<img height="32" width="32" src="https://unpkg.com/@icon/linea-arrows/icons/arrows-check.svg" />
```
### Icons font -- ideal when you want to include all icons at once
1 . Install `@icon/linea-arrows` with this command. In the `<head>` of your html, reference the location to your `linea-arrows.css`.
```
<head>
...
<link rel="stylesheet" href="@icon/linea-arrows/linea-arrows.css">
...
</head>
```
2 . Use [unpkg.com][Unpkg] to load directly linea-arrows without installing anything:
```
<head>
...
<link rel="stylesheet" href="https://unpkg.com/@icon/linea-arrows/linea-arrows.css">
...
</head>
```
> Place linea-arrows with `<i>` tag in your html like this. Icon class names are to be used with the `lar` class prefix.
```
<i class="lar lar-arrows-check"></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-arrows is copyright by Dario Ferrando, licensed under the [CC0-1.0][license].
[license]: https://github.com/thecreation/icons/blob/master/modules/linea-arrows/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 d="M32 0C14.355 0 0 14.355 0 32c0 6.712 2.056 13.137 5.945 18.581L10.349 55H2v2h11l1-1V45h-2v8.828l-4.476-4.476C3.91 44.263 2 38.265 2 32 2 15.458 15.458 2 32 2c.65 0 1.297.021 1.937.062l.127-1.996A32.098 32.098 0 0032 0zM53.083 7.926L51.765 9.43a30.169 30.169 0 012.777 2.774l1.502-1.319a31.928 31.928 0 00-2.961-2.959zM62.32 42.258l-1.895-.641a29.916 29.916 0 01-1.5 3.627l1.793.885a31.556 31.556 0 001.602-3.871zM48.027 59.703a32.092 32.092 0 003.477-2.331l-1.221-1.585a30.117 30.117 0 01-3.258 2.186l1.002 1.73zM46.98 6.002a30.304 30.304 0 013.264 2.182l1.217-1.587a32.045 32.045 0 00-3.48-2.327L46.98 6.002zM61.935 30.009a29.843 29.843 0 01.003 3.925l1.996.127a32.004 32.004 0 00-.003-4.184l-1.996.132zM42.317 62.3a31.921 31.921 0 003.866-1.607l-.887-1.792a30.026 30.026 0 01-3.624 1.506l.645 1.893zM36.206 63.726a31.999 31.999 0 004.106-.817l-.518-1.932a30.016 30.016 0 01-3.849.765l.261 1.984zM35.892 2.25c1.295.168 2.591.423 3.852.758l.514-1.933a32.057 32.057 0 00-4.107-.809l-.259 1.984zM62.909 23.687l-1.932.519c.338 1.258.596 2.553.766 3.848l1.982-.26a31.604 31.604 0 00-.816-4.107zM51.8 54.54l1.32 1.502a32.406 32.406 0 002.956-2.962l-1.504-1.318A30.537 30.537 0 0151.8 54.54zM63.733 36.146l-1.984-.257a29.91 29.91 0 01-.758 3.85l1.934.515c.356-1.342.629-2.724.808-4.108zM55.79 13.72a30.15 30.15 0 012.184 3.258l1.73-1.001a31.89 31.89 0 00-2.33-3.477l-1.584 1.22zM58.901 18.707a30.12 30.12 0 011.506 3.62l1.893-.645a31.855 31.855 0 00-1.605-3.863l-1.794.888zM41.62 3.576c1.235.418 2.456.923 3.628 1.5l.885-1.794a32.064 32.064 0 00-3.872-1.601l-.641 1.895zM59.731 47.979l-1.732-1a30.21 30.21 0 01-2.181 3.265l1.588 1.217a32.397 32.397 0 002.325-3.482zM32 62v2c.693 0 1.381-.022 2.063-.065l-.127-1.996A31.02 31.02 0 0132 62z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C14.355 0 0 14.355 0 32c0 6.712 2.056 13.137 5.945 18.581L10.349 55H2v2h11l1-1V45h-2v8.828l-4.476-4.477C3.91 44.263 2 38.266 2 32 2 15.458 15.458 2 32 2s30 13.458 30 30-13.458 30-30 30v2c17.645 0 32-14.355 32-32S49.645 0 32 0z"/></svg>

After

Width:  |  Height:  |  Size: 309 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0c-9.374 0-17 7.626-17 17v30c0 9.374 7.626 17 17 17s17-7.626 17-17V17c0-9.374-7.626-17-17-17zm15 47c0 8.271-6.729 15-15 15s-15-6.729-15-15V17c0-8.271 6.729-15 15-15s15 6.729 15 15v30z"/><path d="M32 34c-7.168 0-13 5.832-13 13s5.832 13 13 13 13-5.832 13-13-5.832-13-13-13zm0 24c-6.065 0-11-4.935-11-11s4.935-11 11-11 11 4.935 11 11-4.935 11-11 11z"/></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 d="M47 15H17C7.626 15 0 22.626 0 32s7.626 17 17 17h30c9.374 0 17-7.626 17-17s-7.626-17-17-17zm0 32H17C8.729 47 2 40.271 2 32s6.729-15 15-15h30c8.271 0 15 6.729 15 15s-6.729 15-15 15z"/><path d="M17 19C9.832 19 4 24.832 4 32s5.832 13 13 13 13-5.832 13-13-5.832-13-13-13zm0 24c-6.065 0-11-4.935-11-11s4.935-11 11-11 11 4.935 11 11-4.935 11-11 11z"/></svg>

After

Width:  |  Height:  |  Size: 419 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M47 15H17C7.626 15 0 22.626 0 32s7.626 17 17 17h30c9.374 0 17-7.626 17-17s-7.626-17-17-17zm0 32H17C8.729 47 2 40.271 2 32s6.729-15 15-15h30c8.271 0 15 6.729 15 15s-6.729 15-15 15z"/><path d="M47 19c-7.168 0-13 5.832-13 13s5.832 13 13 13 13-5.832 13-13-5.832-13-13-13zm0 24c-6.065 0-11-4.935-11-11s4.935-11 11-11 11 4.935 11 11-4.935 11-11 11z"/></svg>

After

Width:  |  Height:  |  Size: 420 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M49 47V17c0-9.374-7.626-17-17-17S15 7.626 15 17v30c0 9.374 7.626 17 17 17s17-7.626 17-17zM32 62c-8.271 0-15-6.729-15-15V17c0-8.271 6.729-15 15-15s15 6.729 15 15v30c0 8.271-6.729 15-15 15z"/><path d="M32 4c-7.168 0-13 5.832-13 13s5.832 13 13 13 13-5.832 13-13S39.168 4 32 4zm0 24c-6.065 0-11-4.935-11-11S25.935 6 32 6s11 4.935 11 11-4.935 11-11 11z"/></svg>

After

Width:  |  Height:  |  Size: 425 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M13.707 32.293l-1.414 1.561 12 12.146h1.414l24-24.146-1.414-1.488L25 43.623z"/></svg>

After

Width:  |  Height:  |  Size: 154 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M25.707 46l24-24.146-1.414-1.488L25 43.623 13.707 32.312l-1.414 1.551 12 12.137z"/><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/></svg>

After

Width:  |  Height:  |  Size: 735 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.707 42l17-17.146-1.414-1.488L32 39.623 15.707 23.312l-1.414 1.551 17 17.137z"/><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/></svg>

After

Width:  |  Height:  |  Size: 735 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/><path d="M47 42v-2H24V17h-2v24l1 1z"/></svg>

After

Width:  |  Height:  |  Size: 681 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.001 64h.002c8.547 0 16.582-3.329 22.625-9.373 6.043-6.043 9.371-14.08 9.371-22.626 0-8.549-3.328-16.585-9.372-22.629C48.584 3.329 40.548 0 31.999 0h-.002C23.45 0 15.415 3.329 9.372 9.373 3.329 15.416 0 23.452.001 31.999c0 8.549 3.328 16.585 9.372 22.629C15.416 60.671 23.452 64 32.001 64zM10.786 10.787C16.452 5.121 23.985 2 31.999 2h.002c8.013 0 15.547 3.121 21.212 8.786 5.666 5.666 8.786 13.2 8.786 21.215 0 8.013-3.12 15.546-8.785 21.212S40.016 62 32.003 62h-.004c-8.013 0-15.547-3.121-21.212-8.786C5.121 47.548 2 40.013 2.001 31.999 2 23.986 5.121 16.452 10.786 10.787z"/><path d="M42 41V17h-2v23H17v2h24z"/></svg>

After

Width:  |  Height:  |  Size: 692 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M27.854 49.707l17.146-17v-1.414l-17.146-17-1.488 1.414L42.623 32 26.385 48.293z"/><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/></svg>

After

Width:  |  Height:  |  Size: 734 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M14 30h36v2H14z"/><path d="M31.999 64h.002c8.548 0 16.584-3.33 22.627-9.373 6.044-6.043 9.371-14.08 9.371-22.628s-3.328-16.584-9.371-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.415 3.329 9.372 9.373 3.328 15.417.001 23.454.001 32.001s3.328 16.584 9.371 22.627C15.416 60.671 23.451 64 31.999 64zM10.786 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.546 3.121 21.211 8.786 5.666 5.666 8.785 13.2 8.785 21.213s-3.119 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.546-3.121-21.211-8.786-5.666-5.666-8.785-13.2-8.785-21.213 0-8.014 3.119-15.548 8.785-21.214z"/></svg>

After

Width:  |  Height:  |  Size: 663 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31 50h2V33h17v-2H33V14h-2v17H14v2h17z"/><path d="M31.999 64h.002c8.548 0 16.584-3.33 22.627-9.373 6.044-6.043 9.371-14.08 9.371-22.628s-3.328-16.584-9.371-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.415 3.329 9.372 9.373 3.328 15.417.001 23.454.001 32.001s3.328 16.584 9.371 22.627C15.416 60.671 23.451 64 31.999 64zM10.786 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.546 3.121 21.211 8.786 5.666 5.666 8.785 13.2 8.785 21.213s-3.119 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.546-3.121-21.211-8.786-5.666-5.666-8.785-13.2-8.785-21.213 0-8.014 3.119-15.548 8.785-21.214z"/></svg>

After

Width:  |  Height:  |  Size: 686 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M18.335 42.449l1.42 1.409 12.247-12.339 12.339 12.247 1.408-1.42L33.41 30.1l12.247-12.34-1.42-1.409L31.99 28.69 19.651 16.443l-1.408 1.42 12.339 12.246z"/><path d="M31.999 64h.002c8.548 0 16.584-3.33 22.627-9.373 6.044-6.043 9.371-14.08 9.371-22.628s-3.328-16.584-9.371-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.415 3.329 9.372 9.373 3.328 15.417.001 23.454.001 32.001s3.328 16.584 9.371 22.627C15.416 60.671 23.451 64 31.999 64zM10.786 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.546 3.121 21.211 8.786 5.666 5.666 8.785 13.2 8.785 21.213s-3.119 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.546-3.121-21.211-8.786-5.666-5.666-8.785-13.2-8.785-21.213 0-8.014 3.119-15.548 8.785-21.214z"/></svg>

After

Width:  |  Height:  |  Size: 800 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M37.707 48.293L21.414 32l16.293-16.293-1.561-1.414-17.146 17v1.414l17.146 17z"/><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/></svg>

After

Width:  |  Height:  |  Size: 732 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 24.414l16.293 16.293 1.414-1.561-17-17.146h-1.414l-17 17.146 1.414 1.488z"/><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/></svg>

After

Width:  |  Height:  |  Size: 732 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.001 64h.002c8.547 0 16.582-3.329 22.625-9.373 6.043-6.043 9.371-14.08 9.371-22.626 0-8.549-3.328-16.585-9.372-22.629C48.584 3.329 40.548 0 31.999 0h-.002C23.45 0 15.415 3.329 9.372 9.373 3.329 15.416 0 23.452.001 31.999c0 8.549 3.328 16.585 9.372 22.629C15.416 60.671 23.452 64 32.001 64zM10.786 10.787C16.452 5.121 23.985 2 31.999 2h.002c8.013 0 15.547 3.121 21.212 8.786 5.666 5.666 8.786 13.2 8.786 21.215 0 8.013-3.12 15.546-8.785 21.212C47.548 58.879 40.016 62 32.003 62h-.004c-8.013 0-15.547-3.121-21.212-8.786C5.121 47.548 2 40.013 2.001 31.999 2 23.986 5.121 16.452 10.786 10.787z"/><path d="M24 24h23v-2H22v25h2z"/></svg>

After

Width:  |  Height:  |  Size: 703 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.999 64h.002c8.548 0 16.583-3.33 22.627-9.373S64 40.547 63.999 31.999c0-8.548-3.328-16.584-9.372-22.627C48.584 3.329 40.549 0 32.001 0h-.002C23.451 0 15.416 3.329 9.372 9.373 3.329 15.417 0 23.453.001 32.001c0 8.548 3.328 16.584 9.372 22.627C15.416 60.671 23.451 64 31.999 64zM10.787 10.787C16.452 5.121 23.986 2 32.001 2h.002c8.012 0 15.545 3.121 21.211 8.786 5.666 5.666 8.786 13.2 8.785 21.213 0 8.014-3.12 15.548-8.785 21.214S40.015 62 32.001 62h-.004c-8.012 0-15.545-3.121-21.211-8.786C5.121 47.548 2 40.015 2.001 32.001 2 23.987 5.121 16.453 10.787 10.787z"/><path d="M40 47h2V23l-1-1H17v2h23z"/></svg>

After

Width:  |  Height:  |  Size: 680 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M8.182 50.243a30.258 30.258 0 01-2.181-3.265l-1.732 1a32.236 32.236 0 002.325 3.481l1.588-1.216zM4.296 15.977l1.73 1.001A30.003 30.003 0 018.21 13.72L6.626 12.5a31.747 31.747 0 00-2.33 3.477zM0 32c0 .692.022 1.379.065 2.061l1.996-.127a31.003 31.003 0 01.004-3.925l-1.996-.132A32.468 32.468 0 000 32zM.267 36.146c.18 1.385.452 2.767.809 4.108l1.934-.515a29.91 29.91 0 01-.758-3.85l-1.985.257zM.274 27.793l1.982.26c.17-1.294.428-2.589.766-3.848l-1.932-.519a32.01 32.01 0 00-.816 4.107zM1.7 21.683l1.893.645a30.12 30.12 0 011.506-3.62l-1.793-.888A31.57 31.57 0 001.7 21.683zM5.074 45.245a29.916 29.916 0 01-1.5-3.627l-1.894.64a31.7 31.7 0 001.602 3.872l1.792-.885zM22.38 3.576l-.641-1.895a32.064 32.064 0 00-3.872 1.601l.885 1.794a30.074 30.074 0 013.628-1.5zM15.973 59.703l1.002-1.73a29.971 29.971 0 01-3.258-2.186l-1.221 1.585a32.092 32.092 0 003.477 2.331zM27.794 63.726l.26-1.983a30.016 30.016 0 01-3.849-.765l-.518 1.932c1.342.359 2.724.634 4.107.816zM21.683 62.3l.645-1.894a29.866 29.866 0 01-3.624-1.506l-.887 1.792a31.48 31.48 0 003.866 1.608zM17.02 6.002l-1-1.731a32.045 32.045 0 00-3.48 2.327l1.217 1.587a30.055 30.055 0 013.263-2.183zM28.108 2.25L27.85.267a31.99 31.99 0 00-4.107.809l.514 1.933a29.993 29.993 0 013.851-.759zM10.917 7.926a32.041 32.041 0 00-2.961 2.958l1.502 1.319a30.169 30.169 0 012.777-2.774l-1.318-1.503zM10.88 56.042l1.32-1.502a30.41 30.41 0 01-2.772-2.778L7.924 53.08a32.406 32.406 0 002.956 2.962zM32 62c-.65 0-1.297-.021-1.937-.062l-.127 1.996c.683.044 1.371.066 2.064.066v-2zM32 0c-.693 0-1.381.022-2.063.065l.127 1.996A31.02 31.02 0 0132 2c16.542 0 30 13.458 30 30 0 6.265-1.91 12.263-5.524 17.352L52 53.828V45h-2v11l1 1h11v-2h-8.344l4.292-4.293.106-.126C61.944 45.137 64 38.712 64 32 64 14.355 49.645 0 32 0z"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C14.355 0 0 14.355 0 32s14.355 32 32 32v-2C15.458 62 2 48.542 2 32S15.458 2 32 2s30 13.458 30 30c0 6.266-1.91 12.263-5.524 17.352L52 53.828V45h-2v11l1 1h11v-2h-8.344l4.292-4.293.106-.126C61.944 45.137 64 38.712 64 32 64 14.355 49.645 0 32 0z"/></svg>

After

Width:  |  Height:  |  Size: 324 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M47.707 25.707l-1.561-1.414-7.146 7v1.414l7.146 7 1.488-1.414L42.414 33H64v-2H42.414zM16.293 38.293l1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L21.586 31H0v2h21.586zM31.293 39l-7 7.146 1.414 1.488L31 42.414V64h2V42.414l5.293 5.293 1.414-1.561-7-7.146zM31 0v21.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 21.586V0z"/></svg>

After

Width:  |  Height:  |  Size: 417 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C23.453 0 15.418 3.329 9.374 9.373 3.329 15.417 0 23.453 0 32s3.329 16.583 9.374 22.627C15.418 60.671 23.453 64 32 64s16.582-3.329 22.626-9.374C60.671 48.583 64 40.547 64 32s-3.329-16.583-9.374-22.627C48.582 3.329 40.547 0 32 0zM10.788 53.213C5.121 47.546 2 40.013 2 32c0-7.678 2.872-14.911 8.098-20.488l42.391 42.391C46.912 59.128 39.679 62 32 62c-8.013 0-15.546-3.12-21.212-8.787zm43.114-.725l-42.39-42.39C17.088 4.872 24.321 2 32 2c8.013 0 15.546 3.121 21.212 8.788C58.879 16.454 62 23.987 62 32c0 7.678-2.872 14.911-8.098 20.488z"/></svg>

After

Width:  |  Height:  |  Size: 616 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M52 0v2h8.586L2 60.586V52H0v11l1 1h11v-2H3.414L62 3.414V12h2V1l-1-1z"/></svg>

After

Width:  |  Height:  |  Size: 146 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M62 60.586L3.414 2H12V0H1L0 1v11h2V3.414L60.586 62H52v2h11l1-1V52h-2z"/></svg>

After

Width:  |  Height:  |  Size: 147 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.936 46.585L15.643 30.292l-1.414 1.562 17 17.146h1.414l17-17.146-1.414-1.488z"/><path d="M31.936 31.585L15.643 15.292l-1.414 1.562 17 17.146h1.414l17-17.146-1.414-1.488z"/></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 d="M48.293 23.293L32 39.586 15.707 23.293l-1.414 1.561 17 17.146h1.414l17-17.146z"/></svg>

After

Width:  |  Height:  |  Size: 156 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M22 17v24l1 1h24v-2H24V17z"/></svg>

After

Width:  |  Height:  |  Size: 104 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M17 40v2h24l1-1V17h-2v23z"/></svg>

After

Width:  |  Height:  |  Size: 103 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31 55h2v4h-2zM31 49h2v4h-2zM31 37h2v4h-2zM31 43h2v4h-2zM48 16c0-8.822-7.178-16-16-16S16 7.178 16 16c0 8.484 6.644 15.429 15 15.949V35h2v-3.051c8.356-.52 15-7.465 15-15.949zM32 30c-7.72 0-14-6.28-14-14S24.28 2 32 2s14 6.28 14 14-6.28 14-14 14z"/><path d="M23.707 53.293l-1.414 1.561 9 9.146h1.414l9-9.146-1.414-1.488L32.586 61h-1.172z"/></svg>

After

Width:  |  Height:  |  Size: 412 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0c-8.822 0-16 7.178-16 16 0 8.484 6.644 15.429 15 15.949v28.637l-7.293-7.293-1.414 1.561 9 9.146h1.414l9-9.146-1.414-1.487L33 60.586V31.949c8.356-.52 15-7.465 15-15.949 0-8.822-7.178-16-16-16zm0 30c-7.72 0-14-6.28-14-14S24.28 2 32 2s14 6.28 14 14-6.28 14-14 14z"/></svg>

After

Width:  |  Height:  |  Size: 343 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M23 0h2v64h-2zM31 0h2v64h-2zM39 0h2v64h-2z"/></svg>

After

Width:  |  Height:  |  Size: 120 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M5 31h4v2H5zM23 31h4v2h-4zM17 31h4v2h-4zM11 31h4v2h-4zM48 16c-8.485 0-15.429 6.645-15.949 15H29v2h3.051c.52 8.355 7.464 15 15.949 15 8.822 0 16-7.178 16-16s-7.178-16-16-16zm0 30c-7.72 0-14-6.28-14-14s6.28-14 14-14 14 6.28 14 14-6.28 14-14 14z"/><path d="M9.146 22.293l-9.146 9v1.414l9.146 9 1.488-1.414L3 32.586v-1.172l7.634-7.707z"/></svg>

After

Width:  |  Height:  |  Size: 409 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M48 16c-8.485 0-15.429 6.645-15.949 15H3.414l7.293-7.293-1.561-1.414-9.146 9v1.414l9.146 9 1.487-1.414L3.414 33h28.637c.52 8.355 7.464 15 15.949 15 8.822 0 16-7.178 16-16s-7.178-16-16-16zm0 30c-7.72 0-14-6.28-14-14s6.28-14 14-14 14 6.28 14 14-6.28 14-14 14z"/></svg>

After

Width:  |  Height:  |  Size: 335 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M37 31h4v2h-4zM43 31h4v2h-4zM55 31h4v2h-4zM49 31h4v2h-4zM31.949 33H35v-2h-3.051c-.52-8.355-7.464-15-15.949-15-8.822 0-16 7.178-16 16s7.178 16 16 16c8.485 0 15.429-6.645 15.949-15zM16 46C8.28 46 2 39.72 2 32s6.28-14 14-14 14 6.28 14 14-6.28 14-14 14z"/><path d="M53.293 23.707L61 31.414v1.172l-7.707 7.707 1.561 1.414 9.146-9v-1.414l-9.146-9z"/></svg>

After

Width:  |  Height:  |  Size: 419 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M53.293 23.707L60.586 31H31.949c-.52-8.355-7.464-15-15.949-15-8.822 0-16 7.178-16 16s7.178 16 16 16c8.485 0 15.429-6.645 15.949-15h28.637l-7.293 7.293 1.561 1.414 9.146-9v-1.414l-9.146-9-1.561 1.414zM16 46C8.28 46 2 39.72 2 32s6.28-14 14-14 14 6.28 14 14-6.28 14-14 14z"/></svg>

After

Width:  |  Height:  |  Size: 347 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31 17h2v4h-2zM31 5h2v4h-2zM31 11h2v4h-2zM31 23h2v4h-2zM16 48c0 8.822 7.178 16 16 16s16-7.178 16-16c0-8.484-6.644-15.429-15-15.949V29h-2v3.051c-8.356.52-15 7.465-15 15.949zm16-14c7.72 0 14 6.28 14 14s-6.28 14-14 14-14-6.28-14-14 6.28-14 14-14z"/><path d="M40.293 10.707l1.414-1.561-9-9.146h-1.414l-9 9.146 1.414 1.488L31.414 3h1.172z"/></svg>

After

Width:  |  Height:  |  Size: 411 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33 32.051V3.414l7.293 7.293 1.414-1.561-9-9.146h-1.414l-9 9.146 1.414 1.487L31 3.414v28.637c-8.356.52-15 7.465-15 15.949 0 8.822 7.178 16 16 16s16-7.178 16-16c0-8.484-6.644-15.429-15-15.949zM32 62c-7.72 0-14-6.28-14-14s6.28-14 14-14 14 6.28 14 14-6.28 14-14 14z"/></svg>

After

Width:  |  Height:  |  Size: 340 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 39h64v2H0zM0 31h64v2H0zM0 23h64v2H0z"/></svg>

After

Width:  |  Height:  |  Size: 117 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C23.453 0 15.417 3.33 9.374 9.375 3.329 15.417 0 23.453 0 32s3.329 16.583 9.374 22.626C15.417 60.671 23.453 64 32 64s16.583-3.33 22.627-9.375C60.671 48.583 64 40.547 64 32s-3.329-16.583-9.374-22.626C48.583 3.329 40.547 0 32 0zm21.213 53.212C47.546 58.879 40.013 62 32 62c-8.013 0-15.546-3.121-21.212-8.789C5.121 47.546 2 40.013 2 32s3.121-15.546 8.788-21.212C16.454 5.121 23.987 2 32 2s15.546 3.122 21.213 8.789C58.88 16.454 62 23.987 62 32s-3.12 15.546-8.787 21.212z"/><path d="M31 17h2v22h-2zM31 43h2v4h-2z"/></svg>

After

Width:  |  Height:  |  Size: 591 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M52 0v2h8.586L38 24.586 13.707.293l-1.414 1.414 50 50 1.414-1.414L39.414 26 62 3.414V12h2V1l-1-1zM12 64v-2H3.414L26 39.414l24.459 24.459 1.414-1.414L1.707 12.293.293 13.707 24.586 38 2 60.586V52H0v11l1 1z"/></svg>

After

Width:  |  Height:  |  Size: 282 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M42 0v64h2V33h16.586l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L60.586 31H44V0zM7.146 24.293l-7.146 7v1.414l7.146 7 1.488-1.414L3.414 33H20v31h2V0h-2v31H3.414l5.22-5.293z"/></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 d="M0 44h31v16.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 60.586V44h31v-2H0zM33 3.414l5.293 5.293 1.414-1.561-7-7.146h-1.414l-7 7.146 1.414 1.488L31 3.414V20H0v2h64v-2H33z"/></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 d="M2 3.414l19.293 19.293 1.414-1.414L3.414 2H12V0H1L0 1v11h2zM12 64v-2H3.414l19.293-19.293-1.414-1.414L2 60.586V52H0v11l1 1zM62 60.586L42.707 41.293l-1.414 1.414L60.586 62H52v2h11l1-1V52h-2zM52 0v2h8.586L41.293 21.293l1.414 1.414L62 3.414V12h2V1l-1-1z"/></svg>

After

Width:  |  Height:  |  Size: 327 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M16.707 38.293L11.414 33h41.172l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L52.586 31H11.414l5.293-5.293-1.561-1.414-7.146 7v1.414l7.146 7zM62 0h2v64h-2zM0 0h2v64H0z"/></svg>

After

Width:  |  Height:  |  Size: 260 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M25.707 47.293l-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 52.586V11.414l5.293 5.293 1.414-1.561-7-7.146h-1.414l-7 7.146 1.414 1.488L31 11.414v41.172zM0 0h64v2H0zM0 62h64v2H0z"/></svg>

After

Width:  |  Height:  |  Size: 259 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M45.293 15.707L61.586 32 45.293 48.293l1.561 1.414 17.146-17v-1.414l-17.146-17zM17.146 14.228L0 31.228v1.414l17.146 17 1.488-1.414L2.377 31.935l16.238-16.293zM32 26c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 10c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z"/></svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.967 61.554L15.675 45.26l-1.414 1.577L31.26 64h1.414l17.001-17.163-1.414-1.495zM31.325 0l-17 17.13 1.414 1.479 16.293-16.26 16.293 16.31 1.414-1.537L32.739 0zM37.968 31.968c0-3.309-2.691-6-6-6s-6 2.691-6 6 2.691 6 6 6 6-2.692 6-6zm-10 0c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.795-4-4z"/></svg>

After

Width:  |  Height:  |  Size: 374 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31.967 61.554l-13.26-13.261-1.414 1.577L31.26 64h1.414l14.001-14.163-1.414-1.495zM31.325 0L17.293 14.163l1.414 1.479L32.032 2.349l13.293 13.31 1.414-1.537L32.739 0zM37.968 31.968c0-3.309-2.691-6-6-6s-6 2.691-6 6 2.691 6 6 6 6-2.692 6-6zm-10 0c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.795-4-4zM48.293 18.707L61.586 32 48.293 45.293l1.561 1.414 14.146-14v-1.414l-14.146-14zM15.675 18.675l-1.561-1.414L0 31.228v1.414l14.179 14.033 1.487-1.414L2.377 31.935z"/></svg>

After

Width:  |  Height:  |  Size: 539 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M12 20h40v2H12zM12 32h40v2H12zM12 44h40v2H12z"/></svg>

After

Width:  |  Height:  |  Size: 123 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 20h6v2H0zM16 20h48v2H16zM0 32h6v2H0zM16 32h48v2H16zM0 44h6v2H0zM16 44h48v2H16z"/></svg>

After

Width:  |  Height:  |  Size: 159 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M7.146 24.293l-7.146 7v1.414l7.146 7 1.488-1.414L3.414 33h57.172l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L60.586 31H3.414l5.22-5.293z"/></svg>

After

Width:  |  Height:  |  Size: 231 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C23.452 0 15.417 3.33 9.373 9.375 3.328 15.417-.001 23.453-.001 32s3.329 16.583 9.374 22.626C15.417 60.671 23.452 64 32 64c8.547 0 16.583-3.33 22.627-9.375 6.045-6.043 9.374-14.079 9.374-22.626s-3.329-16.583-9.374-22.626C48.583 3.329 40.547 0 32 0zm21.213 53.212C47.547 58.879 40.013 62 32 62c-8.014 0-15.547-3.121-21.213-8.789C5.12 47.546 1.999 40.013 1.999 32s3.121-15.546 8.788-21.212C16.453 5.121 23.986 2 32 2c8.013 0 15.547 3.122 21.213 8.789C58.88 16.454 62.001 23.987 62.001 32s-3.121 15.546-8.788 21.212z"/><path d="M31 25h2v22h-2zM31 17h2v4h-2z"/></svg>

After

Width:  |  Height:  |  Size: 637 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M29.168 42.555L30 43h28v-2H30.535L18.832 23.445 18 23H6v2h11.465zM30 23h28v2H30z"/></svg>

After

Width:  |  Height:  |  Size: 219 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M22 36c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6v-4h8v4c0 3.309 2.691 6 6 6s6-2.691 6-6-2.691-6-6-6h-4v-8h4c3.309 0 6-2.691 6-6s-2.691-6-6-6-6 2.691-6 6v4h-8v-4c0-3.309-2.691-6-6-6s-6 2.691-6 6 2.691 6 6 6h4v8h-4zm4 6c0 2.206-1.794 4-4 4s-4-1.794-4-4 1.794-4 4-4h4v4zm12-20c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4h-4v-4zm0 16h4c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4v-4zM28 28h8v8h-8v-8zm-6-2c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4v4h-4z"/></svg>

After

Width:  |  Height:  |  Size: 595 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M56 45V19H18.532L7.698 32l10.833 13H56zM19.468 21H54v22H19.468l-9.167-11 9.167-11z"/><path d="M27.707 39.707L34 33.414l6.293 6.293 1.414-1.414L35.414 32l6.293-6.293-1.414-1.414L34 30.586l-6.293-6.293-1.414 1.414L32.586 32l-6.293 6.293z"/></svg>

After

Width:  |  Height:  |  Size: 374 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M32.824 43l11-16.217L43 25H21l-.824 1.783 11 16.217h1.648zm8.275-16L32 40.235 22.901 27h18.198z"/></svg>

After

Width:  |  Height:  |  Size: 234 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M39 43V21l-1.783-.824-16.217 11v1.648l16.217 11L39 43zm-2-1.901L23.765 32 37 22.901v18.198z"/></svg>

After

Width:  |  Height:  |  Size: 230 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M18.707 45.293L11.414 38H56V17H44v2h10v17H11.414l7.293-7.293-1.561-1.414-9.146 9v1.414l9.146 9z"/></svg>

After

Width:  |  Height:  |  Size: 234 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M43 32.824v-1.648l-16.217-11L25 21v22l1.783.824 16.217-11zm-16-9.923L40.235 32 27 41.099V22.901z"/></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"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M24 37v9l1 1h14.001L40 46v-9h7l.769-1.82-15-18.18h-1.537l-15 18.18L17 37h7zm8-17.438L44.865 35H39l-1 1 .001 9H26v-9l-1-1h-5.865L32 19.562z"/></svg>

After

Width:  |  Height:  |  Size: 277 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M38.293 38.293l1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L43.586 31H12v2h31.586zM49 23h2v18h-2z"/></svg>

After

Width:  |  Height:  |  Size: 239 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1 0L0 1v62l1 1h62l1-1V1l-1-1H1zm61 62H2V2h60v60z"/><path d="M43 41l.824-1.783-11-16.217h-1.648l-11 16.217L21 41h22zM32 25.765L41.099 39H22.901L32 25.765z"/></svg>

After

Width:  |  Height:  |  Size: 232 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33.643 15.643l-1.529-1.414-17.114 17v1.414l17.114 17 1.471-1.414-16.264-16.293z"/><path d="M47.114 14.229L30 31.229v1.414l17.114 17 1.471-1.414-16.264-16.293 16.25-16.293z"/></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 d="M36.146 14.293L19 31.293v1.414l17.146 17 1.488-1.414L21.377 32l16.238-16.293z"/></svg>

After

Width:  |  Height:  |  Size: 155 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M14 30h36v2H14z"/></svg>

After

Width:  |  Height:  |  Size: 93 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32.707 52l7-7.146-1.414-1.488L33 48.586V5h-2v43.586l-5.293-5.293-1.414 1.561 7 7.146zM0 58h64v2H0z"/></svg>

After

Width:  |  Height:  |  Size: 177 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M20.707 38.293L15.414 33H59v-2H15.414l5.293-5.293-1.561-1.414-7.146 7v1.414l7.146 7zM4 0h2v64H4z"/></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 d="M43.293 38.293l1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L48.586 31H5v2h43.586zM58 0h2v64h-2z"/></svg>

After

Width:  |  Height:  |  Size: 176 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33 59V15.414l5.293 5.293 1.414-1.561-7-7.146h-1.414l-7 7.146 1.414 1.488L31 15.414V59zM0 4h64v2H0z"/></svg>

After

Width:  |  Height:  |  Size: 177 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M8.707 25.707l-1.561-1.414-7.146 7v1.414l7.146 7 1.488-1.414L3.414 33H27v-2H3.414zM37 33h23.586l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L60.586 31H37zM31.293 0l-7 7.146 1.414 1.488L31 3.414V27h2V3.414l5.293 5.293 1.414-1.561-7-7.146zM31 37v23.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 60.586V37z"/></svg>

After

Width:  |  Height:  |  Size: 417 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 32.707l7.146 7 1.488-1.414L3.414 33H31v27.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 60.586V33h27.586l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L60.586 31H33V3.414l5.293 5.293 1.414-1.561-7-7.146h-1.414l-7 7.146 1.414 1.488L31 3.414V31H3.414l5.293-5.293-1.561-1.414-7.146 7z"/></svg>

After

Width:  |  Height:  |  Size: 396 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31 14v17H14v2h17v17h2V33h17v-2H33V14z"/></svg>

After

Width:  |  Height:  |  Size: 116 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M32 0C23.452 0 15.417 3.33 9.373 9.375 3.328 15.417-.001 23.453-.001 32s3.329 16.583 9.374 22.626C15.417 60.671 23.452 64 32 64c8.547 0 16.583-3.33 22.627-9.375 6.045-6.043 9.374-14.079 9.374-22.626s-3.329-16.583-9.374-22.626C48.583 3.329 40.547 0 32 0zm21.213 53.212C47.547 58.879 40.013 62 32 62c-8.014 0-15.547-3.121-21.213-8.789C5.12 47.546 1.999 40.013 1.999 32s3.121-15.546 8.788-21.212C16.453 5.121 23.986 2 32 2c8.013 0 15.547 3.122 21.213 8.789C58.88 16.454 62.001 23.987 62.001 32s-3.121 15.546-8.788 21.212z"/><path d="M29 43h2v4h-2zM32 15c-5.972 0-9 2.019-9 6h2c0-1.862.796-4 7-4 4.252 0 7 2.355 7 6 0 2.764-3.933 5.345-5.447 6.105C33.367 29.199 29 31.457 29 38v1h2v-1c0-5.259 3.312-7.036 3.447-7.105C34.715 30.761 41 27.565 41 23c0-4.71-3.701-8-9-8z"/></svg>

After

Width:  |  Height:  |  Size: 840 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M44.237 16.351L31.99 28.69 19.651 16.443l-1.408 1.42 12.339 12.246-12.247 12.34 1.42 1.409 12.247-12.339 12.339 12.247 1.408-1.42L33.41 30.1l12.247-12.34z"/></svg>

After

Width:  |  Height:  |  Size: 232 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M30.293 15.707L46.586 32 30.293 48.293l1.561 1.414 17.146-17v-1.414l-17.146-17z"/><path d="M34 31.293l-17.146-17-1.488 1.414L31.623 32 15.312 48.293l1.551 1.414 17.137-17z"/></svg>

After

Width:  |  Height:  |  Size: 249 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M45 31.293l-17.146-17-1.488 1.414L42.623 32 26.312 48.293l1.551 1.414 17.137-17z"/></svg>

After

Width:  |  Height:  |  Size: 158 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M31 0c-.68 0-1.375.023-2.064.068l.132 1.996A28.946 28.946 0 0131 2V0zM.411 36.055l1.974-.326a28.856 28.856 0 01-.376-4.009l-1.999.047c.033 1.435.168 2.878.401 4.288zM.031 29.613l1.998.09c.06-1.339.214-2.686.458-4.004L.52 25.336a31.657 31.657 0 00-.489 4.277zM.986 23.231l1.937.5c.335-1.3.764-2.586 1.275-3.82l-1.849-.764a31.25 31.25 0 00-1.363 4.084zM7.844 48.432l2.948 2.95-1.414 1.413-2.948-2.949zM26.793.284a31.313 31.313 0 00-4.215.875l.541 1.926a29.09 29.09 0 013.944-.818l-.27-1.983zM20.526 1.815a30.667 30.667 0 00-3.943 1.732l.931 1.77A29.048 29.048 0 0121.2 3.698l-.674-1.883zM2.967 44.256a31.044 31.044 0 002.109 3.754l1.671-1.1a28.968 28.968 0 01-1.973-3.51l-1.807.856zM3.241 17.186l1.791.891a28.89 28.89 0 012.042-3.471l-1.648-1.133a30.759 30.759 0 00-2.185 3.713zM.833 38.167c.33 1.393.761 2.775 1.281 4.109l1.863-.727a28.893 28.893 0 01-1.198-3.844l-1.946.462zM15.766 6.316l-1.053-1.701a31.03 31.03 0 00-3.494 2.516l1.278 1.537a28.918 28.918 0 013.269-2.352zM9.081 9.08a31.582 31.582 0 00-2.374 2.66l1.566 1.244a29.547 29.547 0 012.72-2.976L9.612 8.561c-.179.17-.357.344-.531.519zM33 62v2c.68 0 1.375-.023 2.064-.068l-.132-1.996c-.643.043-1.287.064-1.932.064zM61.885 21.724l-1.863.727c.487 1.248.89 2.541 1.198 3.844l1.946-.461a30.749 30.749 0 00-1.281-4.11zM63.014 40.769l-1.937-.5a28.815 28.815 0 01-1.275 3.82l1.849.764a31.25 31.25 0 001.363-4.084zM61.616 28.271c.218 1.317.344 2.667.376 4.009l1.999-.047a30.866 30.866 0 00-.402-4.288l-1.973.326zM61.512 38.301l1.967.363c.26-1.407.425-2.847.49-4.277l-1.998-.09a29.288 29.288 0 01-.459 4.004zM49.287 59.385a31.03 31.03 0 003.494-2.516l-1.278-1.537a29.17 29.17 0 01-3.269 2.352l1.053 1.701zM54.388 55.439a31.582 31.582 0 002.905-3.18l-1.566-1.244a29.547 29.547 0 01-2.72 2.976l1.381 1.448zM60.759 46.814l-1.791-.891a28.89 28.89 0 01-2.042 3.471l1.648 1.133a30.759 30.759 0 002.185-3.713zM40.88 60.915a29.09 29.09 0 01-3.944.818l.271 1.982a31.313 31.313 0 004.215-.875l-.542-1.925zM46.486 58.683a29.048 29.048 0 01-3.686 1.619l.674 1.883a30.667 30.667 0 003.943-1.732l-.931-1.77zM61.033 19.744a31.044 31.044 0 00-2.109-3.754l-1.671 1.1a28.968 28.968 0 011.973 3.51l1.807-.856zM56.157 15.564l-2.948-2.95 1.414-1.413 2.949 2.949z"/><path d="M2 54v2h11l1-1V44h-2v9.172l-.828.828zM50 9v11h2v-9.172l.828-.828H62V8H51z"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M6.198 49.601L10.586 54H2v2h11l1-1V44h-2v8.59l-4.246-4.247C-.815 36.89.358 20.631 10.495 10.494 15.972 5.017 23.254 2 31 2V0C22.72 0 14.936 3.225 9.081 9.08-1.773 19.934-3.013 37.354 6.198 49.601zM53.414 10H62V8H51l-1 1v11h2v-8.59l4.246 4.247c8.569 11.453 7.396 27.712-2.741 37.849C48.028 58.983 40.746 62 33 62v2c8.28 0 16.064-3.225 21.919-9.08 10.854-10.854 12.094-28.273 2.883-40.521L53.414 10z"/></svg>

After

Width:  |  Height:  |  Size: 475 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33 0v2c.644 0 1.288.021 1.932.064l.133-1.995A30.826 30.826 0 0033 0zM37.206.285l-.27 1.981c1.329.181 2.656.457 3.944.819l.541-1.925a31.185 31.185 0 00-4.215-.875zM63.166 38.167l-1.945-.461a29.223 29.223 0 01-1.199 3.844l1.863.728c.519-1.331.95-2.714 1.281-4.111zM63.991 31.767l-2-.048a29.013 29.013 0 01-.375 4.01l1.973.324c.232-1.414.368-2.856.402-4.286zM54.62 52.799l-1.415-1.414 2.949-2.949 1.414 1.414zM43.474 1.816L42.8 3.699c1.261.452 2.502.997 3.688 1.619l.93-1.771a31.062 31.062 0 00-3.944-1.731zM61.032 44.255l-1.808-.855a28.791 28.791 0 01-1.973 3.51l1.67 1.1a31.028 31.028 0 002.111-3.755zM61.511 25.701c.244 1.317.398 2.664.459 4.003l1.998-.09a31.166 31.166 0 00-.49-4.277l-1.967.364zM56.926 14.605a28.682 28.682 0 012.041 3.471l1.791-.891a30.86 30.86 0 00-2.184-3.713l-1.648 1.133zM59.801 19.912a29.02 29.02 0 011.274 3.821l1.938-.499a31.012 31.012 0 00-1.362-4.085l-1.85.763zM54.388 8.562l-1.381 1.446a29.404 29.404 0 012.72 2.975l1.566-1.244a31.483 31.483 0 00-2.905-3.177zM48.234 6.316a29.068 29.068 0 013.269 2.352L52.78 7.13a31.198 31.198 0 00-3.493-2.515l-1.053 1.701z"/><path d="M52 53.172V44h-2v11l1 1h11v-2h-9.172zM31 62a28.99 28.99 0 01-1.932-.064l-.133 1.995c.682.046 1.377.069 2.065.069v-2zM11.22 56.87a31.198 31.198 0 003.493 2.515l1.053-1.701a29.068 29.068 0 01-3.269-2.352L11.22 56.87zM.032 34.386c.064 1.431.229 2.87.49 4.277l1.967-.364a29.395 29.395 0 01-.459-4.003l-1.998.09zM.987 40.767a31.012 31.012 0 001.362 4.085l1.85-.764a29.02 29.02 0 01-1.274-3.821l-1.938.5zM2.779 26.294a29.223 29.223 0 011.199-3.844l-1.863-.728c-.52 1.33-.95 2.713-1.281 4.111l1.945.461zM17.513 58.682l-.93 1.771a30.845 30.845 0 003.943 1.731l.674-1.883a28.78 28.78 0 01-3.687-1.619zM.009 32.233l2 .048c.031-1.338.158-2.687.375-4.01l-1.973-.324a31.136 31.136 0 00-.402 4.286zM2.968 19.745l1.808.855a28.791 28.791 0 011.973-3.51l-1.67-1.1a31.028 31.028 0 00-2.111 3.755zM3.242 46.814a30.86 30.86 0 002.184 3.713l1.648-1.133a28.682 28.682 0 01-2.041-3.471l-1.791.891zM9.612 55.438l1.381-1.446a29.404 29.404 0 01-2.72-2.975L6.707 52.26a31.483 31.483 0 002.905 3.178zM7.846 15.565L6.432 14.15l2.949-2.949 1.414 1.414zM23.119 60.915l-.541 1.925c1.376.388 2.795.682 4.216.875l.27-1.981a29.32 29.32 0 01-3.945-.819z"/><path d="M2 8v2h9.172l.828.828V20h2V9l-1-1z"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33 2c7.746 0 15.028 3.017 20.505 8.494 10.138 10.137 11.31 26.396 2.74 37.849L52 52.589V44h-2v11l1 1h11v-2h-8.582l4.292-4.293.092-.106c9.211-12.247 7.972-29.667-2.883-40.521C49.064 3.225 41.28 0 33 0v2zM7.755 15.657L12 11.411V20h2V9l-1-1H2v2h8.582L6.29 14.293l-.092.106C-3.013 26.646-1.773 44.066 9.081 54.92 14.936 60.775 22.72 64 31 64v-2c-7.746 0-15.028-3.017-20.505-8.494C.357 43.369-.814 27.11 7.755 15.657z"/></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 d="M1.707 36.293L.293 37.707l26 26 1.414-1.414L15.414 50 28 37.414V46h2V35l-1-1H18v2h8.586L14 48.586zM34 18v11l1 1h11v-2h-8.586L50 15.414l12.293 12.293 1.414-1.414-26-26-1.414 1.414L48.586 14 36 26.586V18z"/></svg>

After

Width:  |  Height:  |  Size: 280 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M46 30v-2h-8.586L63.707 1.707 62.293.293 36 26.586V18h-2v11l1 1zM1.707 63.707L28 37.414V46h2V35l-1-1H18v2h8.586L.293 62.293z"/></svg>

After

Width:  |  Height:  |  Size: 202 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M45.707 25.707l-1.561-1.414-7.146 7v1.414l7.146 7 1.488-1.414L40.414 33H64v-2H40.414zM18.293 25.707L23.586 31H0v2h23.586l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7z"/></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 d="M4 0v64h2V33h17.586l-5.293 5.293 1.561 1.414 7.146-7v-1.414l-7.146-7-1.488 1.414L23.586 31H6V0zM44.146 24.293l-7.146 7v1.414l7.146 7 1.488-1.414L40.414 33H58v31h2V0h-2v31H40.414l5.22-5.293z"/></svg>

After

Width:  |  Height:  |  Size: 267 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M0 6h31v17.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488L33 23.586V6h31V4H0zM33 40.414l5.293 5.293 1.414-1.561-7-7.146h-1.414l-7 7.146 1.414 1.488L31 40.414V58H0v2h64v-2H33z"/></svg>

After

Width:  |  Height:  |  Size: 268 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M33 23.586V0h-2v23.586l-5.293-5.293-1.414 1.561 7 7.146h1.414l7-7.146-1.414-1.488zM31.293 37l-7 7.146 1.414 1.488L31 40.414V64h2V40.414l5.293 5.293 1.414-1.561-7-7.146z"/></svg>

After

Width:  |  Height:  |  Size: 246 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M1.707 63.707L22 43.414V52h2V41l-1-1H12v2h8.586L.293 62.293zM40 52h2v-8.586l20.293 20.293 1.414-1.414L43.414 42H52v-2H41l-1 1zM40 12v11l1 1h11v-2h-8.586L63.707 1.707 62.293.293 42 20.586V12zM12 24h11l1-1V12h-2v8.586L1.707.293.293 1.707 20.586 22H12z"/></svg>

After

Width:  |  Height:  |  Size: 327 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M14 45.397l17.999 19.059L50 45.397V0H14v45.397zM16 2h32v42.603l-16.001 16.94L16 44.603V2z"/></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 d="M18.603 14L-.456 31.999 18.603 50H64V14H18.603zM62 48H19.397L2.456 31.999 19.397 16H62v32z"/></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 d="M0 14v36h45.397l19.059-17.999L45.397 14H0zm44.603 34H2V16h42.603l16.941 16.001L44.603 48z"/></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 d="M32.001-.457L14 18.603V64h36V18.603L32.001-.457zM48 62H16V19.397l16.001-16.94L48 19.397V62z"/></svg>

After

Width:  |  Height:  |  Size: 169 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M46 2V0H26v60.586l-7.293-7.293-1.414 1.561 9 9.146h1.414l9-9.146-1.414-1.488L28 60.586V2z"/></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 d="M18 2h18v58.586l-7.293-7.293-1.414 1.561 9 9.146h1.414l9-9.146-1.414-1.488L38 60.586V0H18z"/></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 d="M10.707 18.707l-1.561-1.414-9.146 9v1.414l9.146 9 1.488-1.414L3.414 28H62v18h2V26H3.414z"/></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"><path d="M62 36H3.414l7.293-7.293-1.561-1.414-9.146 9v1.414l9.146 9 1.488-1.414L3.414 38H64V18h-2z"/></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 d="M2 28h58.586l-7.293 7.293 1.561 1.414 9.146-9v-1.414l-9.146-9-1.488 1.414L60.586 26H0v20h2z"/></svg>

After

Width:  |  Height:  |  Size: 169 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M53.293 45.293l1.561 1.414 9.146-9v-1.414l-9.146-9-1.488 1.414L60.586 36H2V18H0v20h60.586z"/></svg>

After

Width:  |  Height:  |  Size: 168 B

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