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

@responsive-ui/icon

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/icon

A icon component of responsive-ui.

  • 0.5.8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@responsive-ui/icon

A icon component of responsive-ui.

npm download Bundle Size LICENCE

Install

npm install @responsive-ui/icon

or

yarn add @responsive-ui/icon

Look and Feel

@responsive-ui/button

Properties, Events & Slots

interface IconProps {
  type: string;
  stroke?: string;
  style?: string;
}

interface IconEvents {
  click?: void;
}

declare class Icon extends SvelteComponentTyped<IconProps, IconEvents> {}

Example

<script>
  import Icon from '@responsive-ui/icon';
</script>

<Icon type="filter" />

Try it yourself in Svelte Repl

Sponsors

WeTix

License

@responsive-ui/icon is 100% free and open-source, under the MIT license.

Big Thanks To

Thanks to these awesome companies for their support of Open Source developers ❤

GitHub NPM

Keywords

FAQs

Package last updated on 19 Jan 2021

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