Socket
Socket
Sign inDemoInstall

@codewithshin/svelte-feathericons

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @codewithshin/svelte-feathericons

Feathericon components for Sveltejs


Version published
Maintainers
1
Created

Readme

Source

Svelte-Feathericons has moved to Svelte-Feathers

Svelte-Feathers

npm version license

What is svelte-feathericons?

svelte-feather is a collection of simply beautiful open source icons for Sveltejs. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

Based on Feather Icons v4.29.0

https://feathericons.com/

Installation

npm i -D @codewithshin/svelte-feathericons

Usage

<script>
import { ActivityIcon, AirplayIcon } from '@codewithshin/svelte-feathericons';
</script>

<ActivityIcon color="#c61515" size="12" />

<AirplayIcon color="#23deff" size="36" />

REPL

You can also include the whole icon pack:

<script>
import * as Icon from '@codewithshin/svelte-feathericons';
</script>

<Icon.UnlockIcon color="#6dff6b" size="24" />

REPL

Icon list

Please see this Icon list

Keywords

FAQs

Last updated on 30 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc