Update Koneko integration

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

View File

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

View File

@ -0,0 +1,76 @@
# @icon/linea-ecommerce
[![npm version](https://img.shields.io/npm/v/@icon/linea-ecommerce.svg)](https://www.npmjs.org/package/@icon/linea-ecommerce)
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-ecommerce` with this command.
```bash
npm install --save @icon/linea-ecommerce
```
## Usage
There are many ways/formats of how to use linea-ecommerce. 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-ecommerce/icons/ecommerce-bag.svg" />
```
2 . Icons can be served from a CDN such as [Unpkg][Unpkg]. Simply use the `@icon/linea-ecommerce` npm package in the URL like the following:
```
<img height="32" width="32" src="https://unpkg.com/@icon/linea-ecommerce/icons/ecommerce-bag.svg" />
```
### Icons font -- ideal when you want to include all icons at once
1 . Install `@icon/linea-ecommerce` with this command. In the `<head>` of your html, reference the location to your `linea-ecommerce.css`.
```
<head>
...
<link rel="stylesheet" href="@icon/linea-ecommerce/linea-ecommerce.css">
...
</head>
```
2 . Use [unpkg.com][Unpkg] to load directly linea-ecommerce without installing anything:
```
<head>
...
<link rel="stylesheet" href="https://unpkg.com/@icon/linea-ecommerce/linea-ecommerce.css">
...
</head>
```
> Place linea-ecommerce with `<i>` tag in your html like this. Icon class names are to be used with the `lec` class prefix.
```
<i class="lec lec-ecommerce-bag"></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-ecommerce is copyright by Dario Ferrando, licensed under the [CC0-1.0][license].
[license]: https://github.com/thecreation/icons/blob/master/modules/linea-ecommerce/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="M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 40l7 7 13-13"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 426 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="M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13M34.887 48H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/></svg>

After

Width:  |  Height:  |  Size: 427 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="M40 43l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 51V31M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 434 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="M44 18h10v45H10V18h10zM41 42H23"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 317 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 33v18M41 42H23M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></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-miterlimit="10" d="M24 42c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 55l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 42c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M33 29l-3 4 3 4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 754 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="M44 18h10v45H10V18h10zM39 49L25 35M25 49l14-14"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 332 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"><circle cx="29" cy="39" r="6"/><path d="M33 43l8 8"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 434 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="M23.998 40l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 32v20M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 441 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="M44 18h10v45H10V18h10z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 24V11c0-5.523 4.477-10 10-10s10 4.477 10 10v13"/></svg>

After

Width:  |  Height:  |  Size: 308 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 16h62v32H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M10 44a5 5 0 00-5-5V25a5 5 0 005-5h44a5 5 0 005 5v14a5 5 0 00-5 5H10z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="32" cy="32" r="8"/></svg>

After

Width:  |  Height:  |  Size: 416 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 24h52v26H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M11 22v-8h52v26h-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M10 46c0-3-2-4-5-4V32c3 0 5-1 5-4h35c0 3 2 4 4 4v10c-2 0-4 1-4 4H10z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="27" cy="37" r="5"/></svg>

After

Width:  |  Height:  |  Size: 511 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23 41l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 319 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M34.887 48H39c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/></svg>

After

Width:  |  Height:  |  Size: 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="M1 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M40 44l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 52V32"/></svg>

After

Width:  |  Height:  |  Size: 405 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5M41 43H23"/></svg>

After

Width:  |  Height:  |  Size: 210 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5M32 34v18M41 43H23"/></svg>

After

Width:  |  Height:  |  Size: 219 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M23 42c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M32 55l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M41 42c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M32 29l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 647 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5M39 50L25 36M25 50l14-14"/></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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="29" cy="40" r="6"/><path d="M33 44l8 8"/></g></svg>

After

Width:  |  Height:  |  Size: 327 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M23.998 41l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M31.998 33v20"/></svg>

After

Width:  |  Height:  |  Size: 412 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 25l11 34h40l11-34zM14 25l8-20M50 25L42 5"/></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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0zM24 48V16"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 17h5.443s8.562-.783 8.562 7-8.562 7-8.562 7H24"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 31h6.221s9.781-.893 9.781 8-9.781 8-9.781 8H24"/><path d="M29 13h2v39h-2z"/></svg>

After

Width:  |  Height:  |  Size: 610 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M27 24l7 7 13-13"/></svg>

After

Width:  |  Height:  |  Size: 511 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M38.887 31H43c1.887 0 3-1 3-3 0-1-1-3-3-3 0-3.604-3.277-6-7-6-3.295 0-6.413 2.978-7 6h0c-2 0-3 2-3 3 0 2 1 3 3 3h10.434"/></svg>

After

Width:  |  Height:  |  Size: 590 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/></svg>

After

Width:  |  Height:  |  Size: 393 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M44 27l-8 8-8-8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M36 35V15"/></svg>

After

Width:  |  Height:  |  Size: 597 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11M45 26H27"/></svg>

After

Width:  |  Height:  |  Size: 402 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11M36 17v18M45 26H27"/></svg>

After

Width:  |  Height:  |  Size: 411 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M28 26c0 4.418 3.582 9 8 9h4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M37 39l3-4-3-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M46 26c0-4.418-3.582-9-8-9h-4"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M37 13l-3 4 3 4"/></svg>

After

Width:  |  Height:  |  Size: 839 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11M43 33L29 19M29 33l14-14"/></svg>

After

Width:  |  Height:  |  Size: 417 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><circle cx="33" cy="23" r="6"/><path d="M37 27l8 8"/></g></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"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11"/><path fill="none" stroke="#000" stroke-width="2" stroke-linejoin="bevel" stroke-miterlimit="10" d="M27.998 24l8-8 8 8"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M35.998 16v20"/></svg>

After

Width:  |  Height:  |  Size: 604 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="20" cy="57" r="6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="57" r="6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 57h12M14 57L10 2H0M13 43l43-3 7-30H11M20 10l2-6h10l2 6"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 4l5-3h16l3 9"/></svg>

After

Width:  |  Height:  |  Size: 504 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 43s-1 4-10 4-12-7-12-15 3-15 12-15 10 4 10 4M32 12v40"/></svg>

After

Width:  |  Height:  |  Size: 455 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 43s-1 4-10 4-12-7-12-15 3-15 12-15 10 4 10 4M36 14L21 49M41 14L26 49"/></svg>

After

Width:  |  Height:  |  Size: 470 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 11h62v42H1zM1 17h62M1 25h62M6 47h4M12 47h29"/></svg>

After

Width:  |  Height:  |  Size: 204 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 6h17l17 21-31 31L1 27 18 6h14v52"/><path d="M32 57L18 27l6-21M32 57l14-30-6-21M1 27h62"/></g></svg>

After

Width:  |  Height:  |  Size: 255 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><path d="M29 13h2v39h-2zM33 13h2v39h-2z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M40.988 23s0-6-9-6-8 7-8 7 0 7 8 7c9 0 10.012 6 10.012 7 0 2 .988 8-10.012 8-9 0-8.988-4-8.988-5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/></svg>

After

Width:  |  Height:  |  Size: 536 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 43s-1 4-10 4-12-7-12-15 3-15 12-15 10 4 10 4M15 30h19M15 34h19"/></svg>

After

Width:  |  Height:  |  Size: 464 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25 48V18h16M25 32h14M20 38h14"/></svg>

After

Width:  |  Height:  |  Size: 426 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 18h62v9H1zM6 27h52v31H6zM32 58V18"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 18s-13 .101-13-9c0-7 13-4.068 13 2v7zM32 18s13 .101 13-9c0-7-13-4.068-13 2v7z"/></svg>

After

Width:  |  Height:  |  Size: 353 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="M10 16h12v47H10zM42 45h12v18H42zM26 32h12v31H26z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M16 1l38 38"/><path stroke-linejoin="bevel" d="M43 39h11V28"/></g></svg>

After

Width:  |  Height:  |  Size: 350 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="M10 45h12v18H10zM42 18h12v45H42zM26 32h12v31H26z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M14 38L51 1"/><path stroke-linejoin="bevel" d="M40 1h11v11"/></g></svg>

After

Width:  |  Height:  |  Size: 349 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="M54.999 36.001C55 50.913 42.912 63 28 62.999 13.087 63 1 50.912 1.001 36 1 21.088 13.088 9 28 9.001V36l26.999.001z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M63 28C63.001 13.087 50.914.998 36.001 1v27H63z"/></svg>

After

Width:  |  Height:  |  Size: 397 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="M10 29h12v34H10zM42 39h12v24H42zM26 1h12v62H26z"/></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"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="56" cy="34" r="3"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="22" cy="4" r="3"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="40" cy="50" r="3"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="7" cy="31" r="3"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M8 28L20 6M43 48l11-12M1 57h62v6H1zM24 6l14 41"/></svg>

After

Width:  |  Height:  |  Size: 590 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 21s-1-4-10-4-12 7-12 15 3 15 12 15 10-4 10-4v-7h-6M32 12v40"/></svg>

After

Width:  |  Height:  |  Size: 461 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0zM25 16v32"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M43 48L26 31l16-15M20 31h19"/></svg>

After

Width:  |  Height:  |  Size: 434 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 19s-1.059-3-6-3-9 2-9 7v26h14M21 49h6M21 32h14M21 38h14"/></svg>

After

Width:  |  Height:  |  Size: 455 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 29v6l6 6h38.5L61 53h2V5h-2L45.5 17H7l-6 6z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M19 41l-7 18h6l10-18M43 17v24M36 41V17"/></svg>

After

Width:  |  Height:  |  Size: 319 B

View File

@ -0,0 +1 @@
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="38" r="19"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="38" r="13"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M30 51H1v6h37v-1M27 45H3v6h27M26 39H5v6h22M26 33H1v6h25M29 27H3v6h23M35 21H1v6h28M40 20v-5H3v6h32M1 9h37v6H1z"/></svg>

After

Width:  |  Height:  |  Size: 463 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 49V18h1l16 30h1V17M17 30h28M17 36h28"/></svg>

After

Width:  |  Height:  |  Size: 436 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0zM24 48V16"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 17h7s11-1 11 9-11 9-11 9h-7M19 24h28M19 28h28"/></svg>

After

Width:  |  Height:  |  Size: 456 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 19s-1.059-3-6-3-9 2-9 7v26h14M21 49h6M21 32h14"/></svg>

After

Width:  |  Height:  |  Size: 448 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 48V22M26 23h5s6 0 6 6c0 5-6 5-6 5h-5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 34h5s7-.226 7 7c0 6-7 6-7 6h-6M32 20v30"/></svg>

After

Width:  |  Height:  |  Size: 497 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 42s-.933 4-8 4c-7.066 0-9-5.719-9-12s1.934-11 9-11c7.067 0 8 3 8 3M34 20v29"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M38 28s.161-4-6-4-6 3-6 5 .523 4 6 4c6.161 0 7 4.315 7 5 0 1.369.53 6-7 6-6.161 0-6-3.315-6-4M34 21v27M30 21v27"/></svg>

After

Width:  |  Height:  |  Size: 447 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 42s-.933 4-8 4c-7.066 0-9-5.719-9-12s1.934-11 9-11c7.067 0 8 3 8 3M21 33h15M21 37h15"/></svg>

After

Width:  |  Height:  |  Size: 424 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 48V21h13M27 34h11M23 39h11"/></svg>

After

Width:  |  Height:  |  Size: 366 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 26s-.933-3-8-3c-7.066 0-9 4.719-9 11s1.934 12 9 12c7.067 0 8-4 8-4v-5h-4M34 20v29"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M27 20v28M42 48L26.916 33.125 40.024 20M22 33h15"/></svg>

After

Width:  |  Height:  |  Size: 384 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M39 23s-1.062-1.916-4.941-1.916c-3.881 0-7.059.99-7.059 4.916v21h11M22 34h12M22 38h12M22 47h5"/></svg>

After

Width:  |  Height:  |  Size: 429 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M25 48V21h.929l13.142 26H40V20M20 31h24M20 37h24"/></svg>

After

Width:  |  Height:  |  Size: 384 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 48V20M24 21h6s10.018-.703 10.018 8S30 37 30 37h-6M20 27h24M20 31h24"/></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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M39 23s-1.062-1.916-4.941-1.916c-3.881 0-7.059.99-7.059 4.916v21h11M22 34h12M22 47h5"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 48V20M26 21h5.953s10.078-.723 10.078 8-10.078 8-10.078 8H22M22 42h11"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M35.062 49.938L22 38v-1h6s10 .75 10-8c0-7.875-10-8-10-8h-7M21 21h22M21 26h22"/></svg>

After

Width:  |  Height:  |  Size: 412 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 21v27M21 21h22M37 26l-10 6M37 31l-10 6"/></svg>

After

Width:  |  Height:  |  Size: 378 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M18 20l6 27h1l6-25h2l6 25h1l6-27M16 32h32M16 37h32"/></svg>

After

Width:  |  Height:  |  Size: 386 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M22 22l10 14v12M42 22L32 36M23 38h18M34 33h7M23 33h7"/></g></svg>

After

Width:  |  Height:  |  Size: 395 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="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M22 21h20M19 26h26M28 27v16s-.602 4-3.121 4H22M36 27v17s.637 3 3.997 3H42"/></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="M32 14.999h14M18 23.999h28M18 33.999h28M18 43.999h28M18 53.999h28"/></g><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M52 62.999v-62H26l-14 14V63l4-2 4 2 4-2 4 2 4-2 4 2 4-2 4 2 4-2z"/><path d="M12 14.999h14v-14"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M42 42s-.933 4-8 4c-7.066 0-9-5.719-9-12s1.934-11 9-11c7.067 0 8 3 8 3M37.869 20L24 47M42 21L28 48"/></svg>

After

Width:  |  Height:  |  Size: 434 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0zM24 48V16"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M24 17h7s11-1 11 9-11 9-11 9H19M19 41h13"/></svg>

After

Width:  |  Height:  |  Size: 445 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M36 50L21 36v-1h7s11 1 11-9c0-9-11-9-11-9h-8M20 17h24M20 23h24"/></svg>

After

Width:  |  Height:  |  Size: 458 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 5h62v54H1z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M11 11h46v42H11zM6 17h6M6 27h6M6 37h6M6 47h6"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="32" r="3"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="32" r="9"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M35 32h6M44 29v-6M47 32h6M44 35v6M46 34l4 4M46 30l4-4M42 30l-4-4M42 34l-3.974 4"/></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"><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M25 1l38 38-24 24L1 25V1z"/><circle cx="17" cy="17" r="6"/></g></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="M21.903 5L55 38.097 34.097 59 1 25.903V5z"/><path d="M29.903 5L63 38.097 42.097 59"/><circle cx="14" cy="18" r="5"/></g></svg>

After

Width:  |  Height:  |  Size: 278 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="M57 18c-1.504 1.504-2.705 2-5 2-4.59 0-8-3.41-8-8 0-2.295.496-3.496 2-5l-6-6L1 40l6 6c1.504-1.504 2.705-2 5-2 4.59 0 8 3.41 8 8 0 2.295-.496 3.496-2 5l6 6 39-39-6-6zM26 15l4 4M45 34l4 4"/></g><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M32 21l4 4M39 28l4 4"/></svg>

After

Width:  |  Height:  |  Size: 448 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0zM32 17v35M18 17h28M39 24l-14 8M39 30l-14 8"/></svg>

After

Width:  |  Height:  |  Size: 362 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="M61 44v11H1V15h60v11M6 9h48v6M6 9a5 5 0 00-5 5"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M43.125 26c-4.972 0-9 4.029-9 9a9 9 0 009 9H63V26H43.125z"/><circle fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" cx="44" cy="35" r="3"/></svg>

After

Width:  |  Height:  |  Size: 436 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0z"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M15 16l8 32h1l7-30h2l7 30h1l8-32M13 30h38M13 36h38"/></svg>

After

Width:  |  Height:  |  Size: 446 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.839 0-12.107-12.105-12.107-31.732 0-43.838 12.105-12.108 31.732-12.108 43.839 0z"/><g fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10"><path d="M20 16l12 17v15M44 16L32 33M21 36h22M34 30h9M21 30h9"/></g></svg>

After

Width:  |  Height:  |  Size: 457 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="M53.92 10.081c12.107 12.105 12.107 31.732 0 43.838-12.106 12.108-31.734 12.108-43.84 0-12.107-12.105-12.107-31.732 0-43.838 12.106-12.108 31.733-12.108 43.84 0zM20 17h24M16 23h32"/><path fill="none" stroke="#000" stroke-width="2" stroke-miterlimit="10" d="M26 23v20s0 5-3 5h-4M37 23v21s0 4 4 4h2"/></svg>

After

Width:  |  Height:  |  Size: 453 B

View File

@ -0,0 +1,287 @@
/**
* Linea ecommerce, 1.0.0
* Created by Dario Ferrando
* http://www.linea.io/
* CC0-1.0 License
*/
@charset "UTF-8";
@font-face {
font-family: "linea-ecommerce";
src: url('linea-ecommerce.eot');
src: url('linea-ecommerce.eot?#iefix') format('eot'),
url('linea-ecommerce.woff') format('woff'),
url('linea-ecommerce.ttf') format('truetype'),
url('linea-ecommerce.svg#linea-ecommerce') format('svg');
}
.lei {
font-family: "linea-ecommerce";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
speak: none;
text-decoration: none;
text-transform: none;
}
.lei-bag:before {
content: "a";
}
.lei-bag-check:before {
content: "b";
}
.lei-bag-cloud:before {
content: "c";
}
.lei-bag-download:before {
content: "d";
}
.lei-bag-minus:before {
content: "e";
}
.lei-bag-plus:before {
content: "f";
}
.lei-bag-refresh:before {
content: "g";
}
.lei-bag-remove:before {
content: "h";
}
.lei-bag-search:before {
content: "i";
}
.lei-bag-upload:before {
content: "j";
}
.lei-banknote:before {
content: "k";
}
.lei-banknotes:before {
content: "l";
}
.lei-basket:before {
content: "m";
}
.lei-basket-check:before {
content: "n";
}
.lei-basket-cloud:before {
content: "o";
}
.lei-basket-download:before {
content: "p";
}
.lei-basket-minus:before {
content: "q";
}
.lei-basket-plus:before {
content: "r";
}
.lei-basket-refresh:before {
content: "s";
}
.lei-basket-remove:before {
content: "t";
}
.lei-basket-search:before {
content: "u";
}
.lei-basket-upload:before {
content: "v";
}
.lei-bath:before {
content: "w";
}
.lei-cart:before {
content: "x";
}
.lei-cart-check:before {
content: "y";
}
.lei-cart-cloud:before {
content: "z";
}
.lei-cart-content:before {
content: "A";
}
.lei-cart-download:before {
content: "B";
}
.lei-cart-minus:before {
content: "C";
}
.lei-cart-plus:before {
content: "D";
}
.lei-cart-refresh:before {
content: "E";
}
.lei-cart-remove:before {
content: "F";
}
.lei-cart-search:before {
content: "G";
}
.lei-cart-upload:before {
content: "H";
}
.lei-cent:before {
content: "I";
}
.lei-colon:before {
content: "J";
}
.lei-creditcard:before {
content: "K";
}
.lei-diamond:before {
content: "L";
}
.lei-dollar:before {
content: "M";
}
.lei-euro:before {
content: "N";
}
.lei-franc:before {
content: "O";
}
.lei-gift:before {
content: "P";
}
.lei-graph1:before {
content: "Q";
}
.lei-graph2:before {
content: "R";
}
.lei-graph3:before {
content: "S";
}
.lei-graph-decrease:before {
content: "T";
}
.lei-graph-increase:before {
content: "U";
}
.lei-guarani:before {
content: "V";
}
.lei-kips:before {
content: "W";
}
.lei-lira:before {
content: "X";
}
.lei-megaphone:before {
content: "Y";
}
.lei-money:before {
content: "Z";
}
.lei-naira:before {
content: "0";
}
.lei-pesos:before {
content: "1";
}
.lei-pound:before {
content: "2";
}
.lei-receipt:before {
content: "3";
}
.lei-receipt-bath:before {
content: "4";
}
.lei-receipt-cent:before {
content: "5";
}
.lei-receipt-dollar:before {
content: "6";
}
.lei-receipt-euro:before {
content: "7";
}
.lei-receipt-franc:before {
content: "8";
}
.lei-receipt-guarani:before {
content: "9";
}
.lei-receipt-kips:before {
content: "!";
}
.lei-receipt-lira:before {
content: "\"";
}
.lei-receipt-naira:before {
content: "#";
}
.lei-receipt-pesos:before {
content: "$";
}
.lei-receipt-pound:before {
content: "%";
}
.lei-receipt-rublo:before {
content: "&";
}
.lei-receipt-rupee:before {
content: "'";
}
.lei-receipt-tugrik:before {
content: "(";
}
.lei-receipt-won:before {
content: ")";
}
.lei-receipt-yen:before {
content: "*";
}
.lei-receipt-yen2:before {
content: "+";
}
.lei-recept-colon:before {
content: ",";
}
.lei-rublo:before {
content: "-";
}
.lei-rupee:before {
content: ".";
}
.lei-safe:before {
content: "/";
}
.lei-sale:before {
content: ":";
}
.lei-sales:before {
content: ";";
}
.lei-ticket:before {
content: "<";
}
.lei-tugriks:before {
content: "=";
}
.lei-wallet:before {
content: ">";
}
.lei-won:before {
content: "?";
}
.lei-yen:before {
content: "@";
}
.lei-yen2:before {
content: "[";
}

View File

@ -0,0 +1,95 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by Fontastic.me</metadata>
<defs>
<font id="linea-ecommerce-10" horiz-adv-x="512">
<font-face font-family="linea-ecommerce-10" units-per-em="512" ascent="480" descent="-32"/>
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#97;" d="M440 0l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#98;" d="M440 0l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m158 114l-12 0-56 56 12 12 50-51 98 99 12-12z m98 190l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#99;" d="M440 0l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z m-32-200l-112 0c-20 0-32 12-32 32 0 10 9 28 26 31 7 25 32 49 62 49 34 0 60-21 64-49 16-4 24-21 24-31 0-20-12-32-32-32z m-112 48c-11 0-16-12-16-16 0-12 4-16 16-16l112 0c11 0 16 5 16 16 0 4-5 16-16 16l-8 0 0 8c0 26-25 40-48 40-23 0-44-22-48-42l-1-6z"/>
<glyph unicode="&#100;" d="M262 98l-12 0-64 64 12 12 58-59 58 59 12-12z m-14 166l16 0 0-160-16 0z m192-264l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#101;" d="M440 0l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m96 168l144 0 0-16-144 0z m160 136l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#102;" d="M248 248l16 0 0-144-16 0z m-64-64l144 0 0-16-144 0z m256-184l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#103;" d="M288 96l-32 0c-41 0-72 42-72 80l16 0c0-30 24-64 56-64l32 0z m-18-29l-12 10 20 27-20 27 12 10 24-32 0-10z m74 109l-16 0c0 30-24 64-56 64l-32 0 0 16 32 0c41 0 72-42 72-80z m-86 35l-24 32 0 10 24 32 12-10-20-27 20-27z m182-211l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#104;" d="M440 0l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m118 222l112-112-12-12-112 112z m100 0l12-12-112-112-12 12z m38 82l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#105;" d="M232 144c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m38-66l64-64-12-12-64 64z m170-174l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#106;" d="M314 186l-58 59-58-59-12 12 64 64 12 0 64-64z m-66 70l16 0 0-160-16 0z m192-256l-368 0 0 376 368 0z m-352 16l336 0 0 344-336 0z m256 304l-16 0 0 104c0 40-32 72-72 72-40 0-72-32-72-72l0-104-16 0 0 104c0 49 39 88 88 88 49 0 88-39 88-88z"/>
<glyph unicode="&#107;" d="M512 120l-512 0 0 272 512 0z m-496 16l480 0 0 240-480 0z m424 16l-368 0 0 8c0 18-14 32-32 32l-8 0 0 128 8 0c18 0 32 14 32 32l0 8 368 0 0-8c0-18 14-32 32-32l8 0 0-128-8 0c-18 0-32-14-32-32z m-353 16l338 0c3 20 19 36 39 39l0 98c-20 3-36 19-39 39l-338 0c-3-20-19-36-39-39l0-98c20-3 36-19 39-39z m169 16c-40 0-72 32-72 72 0 40 32 72 72 72 40 0 72-32 72-72 0-40-32-72-72-72z m0 128c-31 0-56-25-56-56 0-31 25-56 56-56 31 0 56 25 56 56 0 31-25 56-56 56z"/>
<glyph unicode="&#108;" d="M432 104l-432 0 0 224 432 0z m-416 16l400 0 0 192-400 0z m496 64l-72 0 0 16 56 0 0 192-400 0 0-56-16 0 0 72 432 0z m-144-48l-296 0 0 8c0 12-4 24-32 24l-8 0 0 96 8 0c28 0 32 12 32 24l0 8 296 0 0-8c0-20 13-24 24-24l8 0 0-96-8 0c-11 0-24-4-24-24z m-281 16l266 0c2 20 16 29 31 31l0 66c-15 2-29 11-31 31l-266 0c-2-15-11-29-39-32l0-64c28-3 37-17 39-32z m129 16c-26 0-48 22-48 48 0 26 22 48 48 48 26 0 48-22 48-48 0-26-22-48-48-48z m0 80c-18 0-32-14-32-32 0-18 14-32 32-32 18 0 32 14 32 32 0 18-14 32-32 32z"/>
<glyph unicode="&#109;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z"/>
<glyph unicode="&#110;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-97-353l-12 0-56 56 12 12 50-51 98 99 12-12z"/>
<glyph unicode="&#111;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-31-355l-112 0c-20 0-32 12-32 32 0 10 9 28 26 31 7 25 32 49 62 49 34 0 60-21 64-49 16-4 24-21 24-31 0-20-12-32-32-32z m-112 48c-11 0-16-12-16-16 0-12 4-16 16-16l112 0c11 0 16 5 16 16 0 4-5 16-16 16l-8 0 0 8c0 26-25 40-48 40-23 0-44-22-48-42l-1-6z"/>
<glyph unicode="&#112;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-81-385l-12 0-64 64 12 12 58-59 58 59 12-12z m-14 166l16 0 0-160-16 0z"/>
<glyph unicode="&#113;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-159-299l144 0 0-16-144 0z"/>
<glyph unicode="&#114;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-95-235l16 0 0-144-16 0z m-64-64l144 0 0-16-144 0z"/>
<glyph unicode="&#115;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-63-379l-32 0c-41 0-72 42-72 80l16 0c0-30 24-64 56-64l32 0z m-18-29l-12 10 20 27-20 27 12 10 24-32 0-10z m74 109l-16 0c0 30-24 64-56 64l-32 0 0 16 32 0c41 0 72-42 72-80z m-86 35l-24 32 0 10 24 32 12-10-20-27 20-27z"/>
<glyph unicode="&#116;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-137-245l112-112-12-12-112 112z m100 0l12-12-112-112-12 12z"/>
<glyph unicode="&#117;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-111-339c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m38-66l64-64-12-12-64 64z"/>
<glyph unicode="&#118;" d="M422 32l-332 0-93 288 518 0z m-320 16l308 0 83 256-474 0z m67 427l14-6-64-160-14 6z m174 0l64-160-14-6-64 160z m-29-297l-58 59-58-59-12 12 64 64 12 0 64-64z m-66 70l16 0 0-160-16 0z"/>
<glyph unicode="&#119;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-72-112l16 0 0-256-16 0z m57-128c-4 0-6 0-6 0l-43 0 0 16 44 0c1 0 30-2 47 13 9 8 13 20 13 35 0 15-4 27-13 35-17 15-46 13-47 13l-44 0 0 16 44 0c0 0 35 3 58-18 12-11 18-26 18-46 0-20-6-35-18-46-18-16-42-18-53-18z m7-128c-4 0-7 0-7 0l-49 0 0 16 50 0c1 0 34-3 55 16 10 9 15 23 15 40 0 17-5 31-15 40-21 19-54 16-55 16l-50 0 0 16 50 0c1 0 40 3 65-20 14-12 21-30 21-52 0-22-7-40-21-52-19-18-47-20-59-20z m-16 280l16 0 0-312-16 0z"/>
<glyph unicode="&#120;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m159 269l-14 43-68 0-14-43-16 6 18 53 92 0 18-53z m176 0l-22 67-120 0-38-23-8 14 42 25 136 0 26-77z"/>
<glyph unicode="&#121;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m173 98l-12 0-56 56 12 12 50-51 98 99 12-12z"/>
<glyph unicode="&#122;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m239 96l-112 0c-20 0-32 12-32 32 0 10 9 28 26 31 7 25 32 49 62 49 34 0 60-21 64-49 16-4 24-21 24-31 0-20-12-32-32-32z m-112 48c-11 0-16-12-16-16 0-12 4-16 16-16l112 0c11 0 16 5 16 16 0 4-5 16-16 16l-8 0 0 8c0 26-25 40-48 40-23 0-44-22-48-42l-1-6z"/>
<glyph unicode="&#65;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z"/>
<glyph unicode="&#66;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m189 66l-12 0-64 64 12 12 58-59 58 59 12-12z m-14 166l16 0 0-160-16 0z"/>
<glyph unicode="&#67;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m111 152l144 0 0-16-144 0z"/>
<glyph unicode="&#68;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m175 216l16 0 0-144-16 0z m-64-64l144 0 0-16-144 0z"/>
<glyph unicode="&#69;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m215 64l-32 0c-41 0-72 42-72 80l16 0c0-30 24-64 56-64l32 0z m-18-29l-12 10 20 27-20 27 12 10 24-32 0-10z m74 109l-16 0c0 30-24 64-56 64l-32 0 0 16 32 0c41 0 72-42 72-80z m-86 35l-24 32 0 10 24 32 12-10-20-27 20-27z"/>
<glyph unicode="&#70;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m133 206l112-112-12-12-112 112z m100 0l12-12-112-112-12 12z"/>
<glyph unicode="&#71;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m159 112c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m38-66l64-64-12-12-64 64z"/>
<glyph unicode="&#72;" d="M160 0c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m192-96c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z m-144-32l96 0 0-16-96 0z m-104-9l-31 433-73 0 0 16 87 0 33-447z m1 105l-2 16 339 24 52 224-406 0 0 16 426 0-60-256z m241 154l-58 59-58-59-12 12 64 64 12 0 64-64z m-66 70l16 0 0-160-16 0z"/>
<glyph unicode="&#73;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m0-368c-67 0-104 45-104 128 0 83 37 128 104 128 77 0 87-37 88-38l-16-4c0 0-8 26-72 26-73 0-88-61-88-112 0-51 15-112 88-112 64 0 72 26 72 26l16-4c-1-1-11-38-88-38z m-8 288l16 0 0-320-16 0z"/>
<glyph unicode="&#74;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m0-368c-67 0-104 45-104 128 0 83 37 128 104 128 77 0 87-37 88-38l-16-4c0 0-8 26-72 26-73 0-88-61-88-112 0-51 15-112 88-112 64 0 72 26 72 26l16-4c-1-1-11-38-88-38z m25 275l14-6-120-280-14 6z m40 0l14-6-120-280-14 6z"/>
<glyph unicode="&#75;" d="M512 80l-512 0 0 352 512 0z m-496 16l480 0 0 320-480 0z m-8 288l496 0 0-16-496 0z m0-64l496 0 0-16-496 0z m40-176l32 0 0-16-32 0z m48 0l232 0 0-16-232 0z"/>
<glyph unicode="&#76;" d="M256 37l-259 258 143 177 232 0 143-177z m8 419l0-389 229 230-129 159z m-245-159l229-230 0 389-100 0z m230-244l-114 242 49 171 16-4-47-165 110-238z m14 0l-14 6 110 238-47 165 16 4 49-171z m-255 251l496 0 0-16-496 0z"/>
<glyph unicode="&#77;" d="M232 408l16 0 0-312-16 0z m32 0l16 0 0-312-16 0z m-8-272c-33 0-56 6-69 19-11 12-11 24-11 29l16 0c0-4 0-11 7-17 6-7 22-15 57-15 30 0 51 6 62 17 11 11 10 26 10 35 0 2 0 3 0 4 0 0-2 48-72 48-67 0-72 57-72 63 0 4-2 26 13 43 12 15 32 22 59 22 79 0 80-55 80-56l-16 0 8 0-8 0c0 2-2 40-64 40-22 0-38-5-47-16-11-13-9-31-9-31l0-1c0-2 1-48 56-48 86 0 88-63 88-64 0-1 0-2 0-3 0-11 1-31-14-47-15-15-39-22-74-22z m0-136c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z"/>
<glyph unicode="&#78;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m0-368c-67 0-104 45-104 128 0 83 37 128 104 128 77 0 87-37 88-38l-16-4c0 0-8 26-72 26-73 0-88-61-88-112 0-51 15-112 88-112 64 0 72 26 72 26l16-4c-1-1-11-38-88-38z m-136 152l152 0 0-16-152 0z m0-32l152 0 0-16-152 0z"/>
<glyph unicode="&#79;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-48-368l-16 0 0 248 136 0 0-16-120 0z m-8 136l112 0 0-16-112 0z m-40-48l112 0 0-16-112 0z"/>
<glyph unicode="&#80;" d="M512 288l-512 0 0 88 512 0z m-496 16l480 0 0 56-480 0z m456-264l-432 0 0 264 432 0z m-416 16l400 0 0 232-400 0z m192 312l16 0 0-320-16 0z m8-8c-3 0-30 0-56 10-37 13-56 37-56 70 0 25 18 41 46 41 35 0 74-24 74-57l0-64z m-66 105c-11 0-30-4-30-25 0-53 65-62 88-64l0 48c0 23-31 41-58 41z m66-105l-8 0 0 64c0 33 39 57 74 57 28 0 46-16 46-41 0-33-19-57-56-70-26-10-53-10-56-10z m66 105c-27 0-58-18-58-41l0-48c10 1 27 3 43 9 30 11 45 29 45 55 0 21-19 25-30 25z"/>
<glyph unicode="&#81;" d="M224 0c-60 0-116 23-158 66-43 42-66 98-66 158 0 60 23 116 65 158 43 43 99 66 159 66l8 0 0-216 216 0 0-8c0-60-23-116-66-158-42-43-98-66-158-66 0 0 0 0 0 0z m-8 432c-53-2-102-24-139-61-39-39-61-91-61-147 0-56 22-108 61-147 39-39 91-61 147-61 0 0 0 0 0 0l0 0c56 0 108 22 147 61 37 37 59 86 61 139l-216 0z m296-152l-232 0 0 232 8 0c60 0 116-23 159-66 42-42 65-98 65-158z m-216 16l200 0c-2 53-23 102-61 139-37 37-86 59-139 61z"/>
<glyph unicode="&#82;" d="M184 0l-112 0 0 288 112 0z m-96 16l80 0 0 256-80 0z m352-16l-112 0 0 208 112 0z m-96 16l80 0 0 176-80 0z m-32-16l-112 0 0 512 112 0z m-96 16l80 0 0 480-80 0z"/>
<glyph unicode="&#83;" d="M448 208c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z m-272 192c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z m144-416c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z m-264 104c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z m97 188l14-8-96-176-14 8z m273-239l12-10-88-96-12 10z m86-229l-512 0 0 64 512 0z m-496 16l480 0 0 32-480 0z m184 451l112-328-16-6-112 328z"/>
<glyph unicode="&#84;" d="M184 0l-112 0 0 392 112 0z m-96 16l80 0 0 360-80 0z m352-16l-112 0 0 160 112 0z m-96 16l80 0 0 128-80 0z m-32-16l-112 0 0 264 112 0z m-96 16l80 0 0 232-80 0z m-82 494l304-304-12-12-304 304z m298-318l-88 0 0 16 80 0 0 80 16 0 0-88z"/>
<glyph unicode="&#85;" d="M184 0l-112 0 0 160 112 0z m-96 16l80 0 0 128-80 0z m352-16l-112 0 0 376 112 0z m-96 16l80 0 0 344-80 0z m-32-16l-112 0 0 264 112 0z m-96 16l80 0 0 232-80 0z m186 494l12-12-296-296-12 12z m14-94l-16 0 0 80-80 0 0 16 88 0 8-8z"/>
<glyph unicode="&#86;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m0-368c-67 0-104 45-104 128 0 83 37 128 104 128 77 0 87-37 88-38l-16-4c0 0-8 26-72 26-73 0-88-61-88-112 0-51 15-112 88-112 58 0 70 21 72 25l0 47-40 0 0 16 56 0 0-66c-1-1-11-38-88-38z m-8 288l16 0 0-320-16 0z"/>
<glyph unicode="&#87;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-64-112l16 0 0-256-16 0z m146-262l-142 142 135 126 10-12-121-114 130-130z m-178 150l152 0 0-16-152 0z"/>
<glyph unicode="&#88;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m72-384l-120 0 0 216c0 40 30 64 80 64 45 0 55-28 56-29l-16-6c0 1-7 19-40 19-24 0-64-6-64-48l0-200 104 0z m-160 16l48 0 0-16-48 0z m0 136l112 0 0-16-112 0z m0-48l112 0 0-16-112 0z"/>
<glyph unicode="&#89;" d="M512 80l-27 0-124 96-308 0-53 53 0 102 53 53 308 0 124 96 27 0z m-21 16l5 0 0 368-5 0-124-96-308 0-43-43 0-90 43-43 308 0z m-342-64l-65 0 61 155 14-6-51-133 31 0 78 140 14-8z m187 344l16 0 0-192-16 0z m-56 0l16 0 0-192-16 0z"/>
<glyph unicode="&#90;" d="M352 48c-88 0-160 72-160 160 0 88 72 160 160 160 88 0 160-72 160-160 0-88-72-160-160-160z m0 304c-79 0-144-65-144-144 0-79 65-144 144-144 79 0 144 65 144 144 0 79-65 144-144 144z m0-256c-62 0-112 50-112 112 0 62 50 112 112 112 62 0 112-50 112-112 0-62-50-112-112-112z m0 208c-53 0-96-43-96-96 0-53 43-96 96-96 53 0 96 43 96 96 0 53-43 96-96 96z m-40-256l-312 0 0 64 240 0 0-16-224 0 0-32 296 0z m-72 48l-224 0 0 64 200 0 0-16-184 0 0-32 208 0z m-24 48l-184 0 0 64 176 0 0-16-160 0 0-32 168 0z m-8 48l-208 0 0 64 208 0 0-16-192 0 0-32 192 0z m0 48l-192 0 0 64 216 0 0-16-200 0 0-32 176 0z m24 48l-232 0 0 64 280 0 0-16-264 0 0-32 216 0z m48 48l-264 0 0 64 312 0 0-48-16 0 0 32-280 0 0-32 248 0z m32 48l-312 0 0 64 312 0z m-296 16l280 0 0 32-280 0z"/>
<glyph unicode="&#48;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m72-376l-21 0-123 231 0-231-16 0 0 256 21 0 123-231 0 231 16 0z m-192 160l224 0 0-16-224 0z m0-48l224 0 0-16-224 0z"/>
<glyph unicode="&#49;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-72-112l16 0 0-256-16 0z m71-160c-5 0-7 0-8 0l-55 0 0 16 56 0c1 0 39-3 62 18 12 11 18 26 18 46 0 20-6 35-18 46-23 21-61 18-61 18l-57 0 0 16 56 0c1 0 45 4 73-22 15-14 23-33 23-58 0-25-8-44-23-58-22-20-52-22-66-22z m-103 104l224 0 0-16-224 0z m0-32l224 0 0-16-224 0z"/>
<glyph unicode="&#50;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m72-384l-120 0 0 216c0 40 30 64 80 64 45 0 55-28 56-29l-15-6c-1 1-8 19-41 19-24 0-64-6-64-48l0-200 104 0z m-160 16l48 0 0-16-48 0z m0 136l112 0 0-16-112 0z"/>
<glyph unicode="&#51;" d="M256 400l112 0 0-16-112 0z m-112-72l224 0 0-16-224 0z m0-80l224 0 0-16-224 0z m0-80l224 0 0-16-224 0z m0-80l224 0 0-16-224 0z m-56-93l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z"/>
<glyph unicode="&#52;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m-16-48l16 0 0-208-16 0z m48-104l-40 0 0 16 40 0c2 0 40 1 40 32 0 40-38 40-40 40l-40 0 0 16 40 0c19 0 56-12 56-56 0-38-37-48-56-48z m8-104l-48 0 0 16 48 0c2 0 48 1 48 40 0 15-4 27-13 35-14 14-35 13-35 13l-40 0 0 16 40 0c1 0 28 1 47-18 11-11 17-26 17-46 0-44-42-56-64-56z m-8 224l16 0 0-240-16 0z"/>
<glyph unicode="&#53;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m56-248c-36 0-80 18-80 104 0 65 26 96 80 96 61 0 71-27 72-30l-16-4c0 0-8 18-56 18-44 0-64-25-64-80 0-59 21-88 64-88 50 0 56 26 56 26l16-4c-1-1-10-38-72-38z m-8 216l16 0 0-232-16 0z"/>
<glyph unicode="&#54;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m40-232c-21 0-37 5-46 14-10 10-10 22-10 26l16 0c0-3 0-9 5-15 6-6 18-9 35-9 19 0 33 4 40 12 8 8 8 19 8 26l0 2c0 0-3 32-48 32-39 0-56 12-56 40l0 1c0 10 0 23 10 33 9 10 24 14 46 14 21 0 36-5 46-15 10-11 10-24 10-25l-16 0 8 0-8 0c0 1 0 8-6 14-7 6-18 10-34 10-17 0-29-3-34-9-6-5-6-14-6-22l0-1c0-11 0-24 40-24 53 0 64-38 64-48l0-2c0-8 0-25-12-38-11-10-28-16-52-16z m8 192l16 0 0-216-16 0z m-32 0l16 0 0-216-16 0z"/>
<glyph unicode="&#55;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m56-248c-36 0-80 18-80 104 0 65 26 96 80 96 61 0 71-27 72-30l-16-4c0 0-8 18-56 18-44 0-64-25-64-80 0-59 21-88 64-88 50 0 56 26 56 26l16-4c-1-1-10-38-72-38z m-104 120l120 0 0-16-120 0z m0-32l120 0 0-16-120 0z"/>
<glyph unicode="&#56;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m8-256l-16 0 0 224 112 0 0-16-96 0z m-8 120l88 0 0-16-88 0z m-32-40l88 0 0-16-88 0z"/>
<glyph unicode="&#57;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m56-248c-36 0-80 18-80 104 0 65 26 96 80 96 61 0 71-27 72-30l-16-5c0 1-7 19-56 19-44 0-64-25-64-80 0-59 21-88 64-88 45 0 55 21 56 25l0 31-24 0 0 16 40 0 0-50c-1-1-10-38-72-38z m-8 216l16 0 0-232-16 0z"/>
<glyph unicode="&#33;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m-8-32l16 0 0-224-16 0z m122-230l-126 125 111 111 11-12-99-99 115-113z m-154 134l120 0 0-16-120 0z"/>
<glyph unicode="&#34;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m88-256l-96 0 0 176c0 31 22 47 64 47 35 0 46-17 47-19l-14-8c0 0-7 11-33 11-42 0-48-16-48-31l0-160 80 0z m-128 120l96 0 0-16-96 0z m0-32l96 0 0-16-96 0z m0-72l40 0 0-16-40 0z"/>
<glyph unicode="&#35;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m112-256l-20 0-100 197 0-197-16 0 0 224 20 0 100-197 0 197 16 0z m-168 144l192 0 0-16-192 0z m0-48l192 0 0-16-192 0z"/>
<glyph unicode="&#36;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m-32-32l16 0 0-224-16 0z m60-144c-2 0-4 0-5 0l-47 0 0 16 48 0c1 0 36-2 57 17 10 9 15 23 15 39 0 16-5 30-15 39-20 19-56 17-56 17l-49 0 0 16 48 0c1 0 42 3 68-21 13-13 20-30 20-51 0-21-7-38-20-51-21-19-52-21-64-21z m-84 96l192 0 0-16-192 0z m0-32l192 0 0-16-192 0z"/>
<glyph unicode="&#37;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m88-256l-96 0 0 176c0 31 22 47 64 47 35 0 46-17 47-19l-14-8c0 0-7 11-33 11-42 0-48-16-48-31l0-160 80 0z m-128 120l96 0 0-16-96 0z m0-104l40 0 0-16-40 0z"/>
<glyph unicode="&#38;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m-16-32l16 0 0-224-16 0z m60-144c-3 0-5 0-5 0l-79 0 0 16 80 0c1 0 36-2 57 17 10 9 15 23 15 39 0 16-5 30-15 39-21 19-56 17-57 17l-48 0 0 16 48 0c1 0 42 3 68-21 13-13 20-30 20-51 0-21-7-38-20-51-21-19-52-21-64-21z m-84-24l88 0 0-16-88 0z"/>
<glyph unicode="&#39;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m59-277l-107 97 0 20 56 0c1 0 36-2 57 17 10 9 15 22 15 39 0 23-12 39-35 48-18 8-37 8-37 8l-56 0 0 16 56 0c30 0 88-16 88-72 0-21-7-38-20-51-26-24-67-21-69-21l-35 0 98-90z m-107 245l176 0 0-16-176 0z m0-40l176 0 0-16-176 0z"/>
<glyph unicode="&#40;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m32-40l16 0 0-216-16 0z m-80 8l176 0 0-16-176 0z m124-41l8-14-80-48-8 14z m0-40l8-14-80-48-8 14z"/>
<glyph unicode="&#41;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m110-256l-20 0-48 200-4 0-48-200-20 0-50 222 16 4 44-200 46 190 28 0 46-190 44 200 16-4z m-198 136l256 0 0-16-256 0z m0-40l256 0 0-16-256 0z"/>
<glyph unicode="&#42;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m48-256l-16 0 0 93-79 110 14 10 81-114z m65 213l13-10-79-112-13 10z m-145-125l144 0 0-16-144 0z m88 40l56 0 0-16-56 0z m-88 0l56 0 0-16-56 0z"/>
<glyph unicode="&#43;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m-40-32l160 0 0-16-160 0z m-24-40l208 0 0-16-208 0z m47-184l-23 0 0 16 23 0c12 0 16 21 17 25l0 127 16 0 0-129c-2-15-12-39-33-39z m137 0l-16 0c-26 0-38 20-40 30l0 2 0 136 16 0 0-135c1-4 6-17 24-17l16 0z"/>
<glyph unicode="&#44;" d="M88-5l0 400 117 117 219 0 0-517-40 20-32-16-32 16-32-16-32 16-32-16-32 16-32-16-32 16z m232 38l32-16 32 16 24-12 0 475-197 0-107-107 0-368 24 12 32-16 32 16 32-16 32 16 32-16z m-104 351l-120 0 0 16 104 0 0 104 16 0z m56-248c-36 0-80 18-80 104 0 65 26 96 80 96 61 0 71-27 72-30l-16-4c0 0-8 18-56 18-44 0-64-25-64-80 0-59 21-88 64-88 50 0 56 26 56 26l16-4c-1-1-10-38-72-38z m24 220l14-8-111-216-14 8z m33-8l14-8-112-216-14 8z"/>
<glyph unicode="&#45;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-72-112l16 0 0-256-16 0z m71-160c-5 0-7 0-8 0l-95 0 0 16 96 0c1 0 39-3 62 18 12 11 18 26 18 46 0 20-6 35-18 46-23 21-61 18-61 18l-57 0 0 16 56 0c1 0 45 4 73-22 15-14 23-33 23-58 0-25-8-44-23-58-22-20-52-22-66-22z m-103-32l104 0 0-16-104 0z"/>
<glyph unicode="&#46;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m27-390l-123 115 0 19 64 0c1 0 39-3 62 18 12 11 18 26 18 46 0 26-13 45-39 56-20 8-41 8-41 8l-64 0 0 16 64 0c33 0 96-17 96-80 0-25-8-44-23-58-28-26-72-22-74-22l-43 0 113-106z m-123 278l192 0 0-16-192 0z m0-48l192 0 0-16-192 0z"/>
<glyph unicode="&#47;" d="M512 32l-512 0 0 448 512 0z m-496 16l480 0 0 416-480 0z m448 32l-384 0 0 352 384 0z m-368 16l352 0 0 320-352 0z m-48 288l48 0 0-16-48 0z m0-80l48 0 0-16-48 0z m0-80l48 0 0-16-48 0z m0-80l48 0 0-16-48 0z m304 80c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z m0-96c-44 0-80 36-80 80 0 44 36 80 80 80 44 0 80-36 80-80 0-44-36-80-80-80z m0 144c-35 0-64-29-64-64 0-35 29-64 64-64 35 0 64 29 64 64 0 35-29 64-64 64z m-72-56l48 0 0-16-48 0z m64 64l16 0 0-48-16 0z m32-64l48 0 0-16-48 0z m-32-32l16 0 0-48-16 0z m30 14l32-32-12-12-32 32z m20 64l12-12-32-32-12 12z m-84 0l32-32-12-12-32 32z m20-64l12-12-32-32-11 12z"/>
<glyph unicode="&#58;" d="M312-3l-312 312 0 203 203 0 312-312z m-296 318l296-296 181 181-296 296-181 0z m120 5c-31 0-56 25-56 56 0 31 25 56 56 56 31 0 56-25 56-56 0-31-25-56-56-56z m0 96c-22 0-40-18-40-40 0-22 18-40 40-40 22 0 40 18 40 40 0 22-18 40-40 40z"/>
<glyph unicode="&#59;" d="M273 29l-273 272 0 179 179 0 272-273z m-257 279l257-257 156 156-257 257-156 0z m326-274l-11 12 162 161-259 259 11 12 270-271z m-230 286c-26 0-48 22-48 48 0 26 22 48 48 48 26 0 48-22 48-48 0-26-22-48-48-48z m0 80c-18 0-32-14-32-32 0-18 14-32 32-32 18 0 32 14 32 32 0 18-14 32-32 32z"/>
<glyph unicode="&#60;" d="M192-3l-59 59 5 6c11 10 14 18 14 34 0 32-24 56-56 56-16 0-24-3-34-14l-6-5-59 59 323 323 59-59-5-6c-11-10-14-18-14-34 0-32 24-56 56-56 16 0 24 3 34 14l6 5 59-59z m-37 59l37-37 301 301-37 37c-12-10-23-13-40-13-41 0-72 31-72 72 0 17 3 28 13 40l-37 37-301-301 37-37c12 10 23 13 40 13 41 0 72-31 72-72 0-17-3-28-13-40z m59 342l32-32-12-12-32 32z m152-152l32-32-12-12-32 32z m-104 104l32-32-12-12-32 32z m56-56l32-32-12-12-32 32z"/>
<glyph unicode="&#61;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-8-120l16 0 0-280-16 0z m-104 8l224 0 0-16-224 0z m164-57l8-14-112-64-8 14z m0-48l8-14-112-64-8 14z"/>
<glyph unicode="&#62;" d="M496 64l-496 0 0 336 496 0 0-96-16 0 0 80-464 0 0-304 464 0 0 80 16 0z m-56 328l-16 0 0 40-376 0 0 16 392 0z m-424 8l-16 0c0 26 22 48 48 48l0-16c-18 0-32-14-32-32z m496-248l-167 0c-44 0-80 36-80 80 0 44 36 80 80 80l167 0z m-167 144c-35 0-64-29-64-64 0-35 29-64 64-64l151 0 0 128z m7-96c-18 0-32 14-32 32 0 18 14 32 32 32 18 0 32-14 32-32 0-18-14-32-32-32z m0 48c-9 0-16-7-16-16 0-9 7-16 16-16 9 0 16 7 16 16 0 9-7 16-16 16z"/>
<glyph unicode="&#63;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m78-376l-20 0-56 240-4 0-56-240-20 0-66 262 16 4 60-240 54 230 28 0 54-230 60 240 16-4z m-230 160l304 0 0-16-304 0z m0-48l304 0 0-16-304 0z"/>
<glyph unicode="&#64;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m8-368l-16 0 0 117-95 134 14 10 97-138z m81 261l14-10-96-136-14 10z m-177-157l176 0 0-16-176 0z m104 48l72 0 0-16-72 0z m-104 0l72 0 0-16-72 0z"/>
<glyph unicode="&#91;" d="M256 0c-68 0-133 27-181 75-48 48-75 113-75 181 0 68 27 133 75 181 48 48 113 75 181 75 68 0 133-27 181-75 48-48 75-113 75-181 0-68-27-133-75-181-48-48-113-75-181-75z m0 496c-64 0-124-25-170-70-45-46-70-106-70-170 0-64 25-124 70-170 46-45 106-70 170-70 64 0 124 25 170 70 45 46 70 106 70 170 0 64-25 124-70 170-46 45-106 70-170 70z m-96-112l192 0 0-16-192 0z m-32-48l256 0 0-16-256 0z m56-216l-32 0 0 16 32 0c15 0 16 32 16 32l0 160 16 0 0-160c0-18-7-48-32-48z m160 0l-16 0c-32 0-40 26-40 40l0 168 16 0 0-168c0-4 1-24 24-24l16 0z"/>
</font></defs></svg>

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,101 @@
{
"name": "linea-ecommerce",
"title": "Linea ecommerce",
"description": "Linea Iconset a free outline iconset featuring 730+ Icons.",
"version": "1.0.0",
"class": "lei",
"prefix": "lei-",
"homepage": "http://www.linea.io/",
"author": "Dario Ferrando",
"license": "CC0-1.0",
"style": "linea-ecommerce.css",
"count": "85",
"classifiable": false,
"icons": {
"bag": "bag",
"bag-check": "bag-check",
"bag-cloud": "bag-cloud",
"bag-download": "bag-download",
"bag-minus": "bag-minus",
"bag-plus": "bag-plus",
"bag-refresh": "bag-refresh",
"bag-remove": "bag-remove",
"bag-search": "bag-search",
"bag-upload": "bag-upload",
"banknote": "banknote",
"banknotes": "banknotes",
"basket": "basket",
"basket-check": "basket-check",
"basket-cloud": "basket-cloud",
"basket-download": "basket-download",
"basket-minus": "basket-minus",
"basket-plus": "basket-plus",
"basket-refresh": "basket-refresh",
"basket-remove": "basket-remove",
"basket-search": "basket-search",
"basket-upload": "basket-upload",
"bath": "bath",
"cart": "cart",
"cart-check": "cart-check",
"cart-cloud": "cart-cloud",
"cart-content": "cart-content",
"cart-download": "cart-download",
"cart-minus": "cart-minus",
"cart-plus": "cart-plus",
"cart-refresh": "cart-refresh",
"cart-remove": "cart-remove",
"cart-search": "cart-search",
"cart-upload": "cart-upload",
"cent": "cent",
"colon": "colon",
"creditcard": "creditcard",
"diamond": "diamond",
"dollar": "dollar",
"euro": "euro",
"franc": "franc",
"gift": "gift",
"graph1": "graph1",
"graph2": "graph2",
"graph3": "graph3",
"graph-decrease": "graph-decrease",
"graph-increase": "graph-increase",
"guarani": "guarani",
"kips": "kips",
"lira": "lira",
"megaphone": "megaphone",
"money": "money",
"naira": "naira",
"pesos": "pesos",
"pound": "pound",
"receipt": "receipt",
"receipt-bath": "receipt-bath",
"receipt-cent": "receipt-cent",
"receipt-dollar": "receipt-dollar",
"receipt-euro": "receipt-euro",
"receipt-franc": "receipt-franc",
"receipt-guarani": "receipt-guarani",
"receipt-kips": "receipt-kips",
"receipt-lira": "receipt-lira",
"receipt-naira": "receipt-naira",
"receipt-pesos": "receipt-pesos",
"receipt-pound": "receipt-pound",
"receipt-rublo": "receipt-rublo",
"receipt-rupee": "receipt-rupee",
"receipt-tugrik": "receipt-tugrik",
"receipt-won": "receipt-won",
"receipt-yen": "receipt-yen",
"receipt-yen2": "receipt-yen2",
"recept-colon": "recept-colon",
"rublo": "rublo",
"rupee": "rupee",
"safe": "safe",
"sale": "sale",
"sales": "sales",
"ticket": "ticket",
"tugriks": "tugriks",
"wallet": "wallet",
"won": "won",
"yen": "yen",
"yen2": "yen2"
}
}

View File

@ -0,0 +1,25 @@
{
"version": "1.0.0-alpha.4",
"name": "@icon/linea-ecommerce",
"description": "Linea Iconset a free outline iconset featuring 730+ Icons.",
"author": "Dario Ferrando",
"license": "CC0-1.0",
"repository": "https://github.com/thecreation/standard-icons/tree/master/modules/linea-ecommerce",
"bugs": {
"url": "https://github.com/thecreation/standard-icons/issues"
},
"scripts": {
"import": "../../scripts/module/import --module=linea-ecommerce",
"optimize": "../../scripts/module/optimize",
"update": "ncu -u"
},
"keywords": [
"icons",
"icon"
],
"homepage": "http://www.linea.io/",
"publishConfig": {
"access": "public"
},
"gitHead": "03bca77bca8c5dd936a375e9c556ef3e1a8d4074"
}