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

SVG Sprite

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
decreased by-39.24%
Maintainers
1
Weekly downloads
 
Created
Source

iconly

npm GitHub package version NPM Downloads

500B gzipped

Demo


Installation

$ yarn add iconly

Import

import Iconly from 'iconly'
new Iconly({
	revision: '1',
	file: './sprite.svg'
})

File with icons

sprite.svg

<svg id="iconset" aria-hidden="true" style="width: 0; height: 0; position: absolute;">
	<symbol id="icon-one" viewBox="0 0 100 100">
		<path ... />
	</symbol>
	<symbol id="icon-two" viewBox="0 0 100 100">
		<path ... />
	</symbol>
	...
</svg>

Usage

<svg>
	<use xlink:href="#icon-name"></use>
</svg>

License

iconly is released under MIT license

Keywords

FAQs

Package last updated on 20 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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