New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@bubbles-ui/icons

Package Overview
Dependencies
Maintainers
5
Versions
353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bubbles-ui/icons

The Bubbles Design System icons library.

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
674
753.16%
Maintainers
5
Weekly downloads
 
Created
Source

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
Available as basic SVG icons and via first-party React libraries.

Basic Usage

First, install @bubbles/icons from npm:

npm install @bubbles/icons

Now each icon can be imported individually as a React component:

import { BeakerIcon } from '@bubbles/icons/solid'

function MyComponent() {
  return (
    <div>
      <BeakerIcon />
      <p>...</p>
    </div>
  )
}

The 24x24 outline icons can be imported from @bubbles/icons/outline, and the 20x20 solid icons can be imported from @bubbles/icons/solid.

Icons use an upper camel case naming convention and are always suffixed with the word Icon.

License

This library is MIT licensed.

Keywords

react

FAQs

Package last updated on 07 Sep 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