Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "iconly", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "SVG Sprite", | ||
@@ -40,4 +40,9 @@ "author": "ux-ui.pro", | ||
"sprite", | ||
"IndexedDB" | ||
"IndexedDB", | ||
"vector", | ||
"LocalStorage", | ||
"mobile", | ||
"ios", | ||
"ui" | ||
] | ||
} |
@@ -16,3 +16,4 @@ <div align="center"> | ||
### Installation | ||
➤ **Installation** | ||
``` | ||
@@ -24,3 +25,4 @@ $ yarn add iconly | ||
### Import | ||
➤ **Import** | ||
```javascript | ||
@@ -41,14 +43,13 @@ import Iconly from 'iconly'; | ||
### File with icons | ||
<sub>icons.svg</sub> | ||
➤ **File with icons** | ||
```HTML | ||
<svg> | ||
<symbol id="icon-one" viewBox="0 0 100 100"> | ||
<path ... /> | ||
</symbol> | ||
<symbol id="icon-two" viewBox="0 0 100 100"> | ||
<path ... /> | ||
</symbol> | ||
... | ||
<symbol id="icon-one" viewBox="0 0 100 100"> | ||
<path ... /> | ||
</symbol> | ||
<symbol id="icon-two" viewBox="0 0 100 100"> | ||
<path ... /> | ||
</symbol> | ||
... | ||
</svg> | ||
@@ -58,6 +59,7 @@ ``` | ||
### Usage | ||
➤ **Usage** | ||
```HTML | ||
<svg> | ||
<use href="#icon-name"></use> | ||
<use href="#icon-name"></use> | ||
</svg> | ||
@@ -67,3 +69,4 @@ ``` | ||
### License | ||
➤ **License** | ||
<sup>iconly is released under MIT license</sup> |
@@ -51,2 +51,3 @@ class Iconly { | ||
} | ||
return db; | ||
@@ -53,0 +54,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31318
68