Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iconly

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconly - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

9

package.json
{
"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
&#10148; **Installation**
```

@@ -24,3 +25,4 @@ $ yarn add iconly

### Import
&#10148; **Import**
```javascript

@@ -41,14 +43,13 @@ import Iconly from 'iconly';

### File with icons
<sub>icons.svg</sub>
&#10148; **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
&#10148; **Usage**
```HTML
<svg>
<use href="#icon-name"></use>
<use href="#icon-name"></use>
</svg>

@@ -67,3 +69,4 @@ ```

### License
&#10148; **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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc