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

@codewithshin/svelte-simpleicons

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codewithshin/svelte-simpleicons

Svelte + TailwindCSS + Simple-icons Components

  • 0.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Svelte-simples

Svelte-Simpleioncs moved to Svelte-Simples

Svelte-simples is monochrome SVG Simple icons for Svelte. You can change the color to your choice.

Installation

npm i -D svelte-simples

Import

<script>
  import { Facebook } from 'svelte-simples'
</script>

<Facebook />

Props

NameDefault
size24
color#1877F2
class''

Size

Use the size prop to change the icon size.

<Facebook size="40" />

Color

Use the color prop with a HEX color code to change the icon color.

<Facebook color="#ff0000"/>

Limitations

If you want to general icons, try svelte-heros

Keywords

FAQs

Package last updated on 26 Apr 2022

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