Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@meetup/swarm-icons

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetup/swarm-icons

Icon Components for Meetup's Swarm Design System

latest
Source
npmnpm
Version
0.7.1
Version published
Weekly downloads
24
-45.45%
Maintainers
1
Weekly downloads
 
Created
Source

Swarm Icons

Build process

Pass the family to be built to build.js

There are three icon families in @meetup/swarm-icons

  • solid
  • line
  • large

example of building the line icon set ./src/build.js --f=line

Adding an Icon

Add the .svg file to src/icons Run yarn build

Using Icons

Import whole sets

import * as SolidIcons from '@meetup/swarm-icons/lib/components/solid';
import * as LineIcons from '@meetup/swarm-icons/lib/components/line';
import * as LargeIcons from '@meetup/swarm-icons/lib/components/large';

Or individual Icons

import { ArrowDown } from '@meetup/swarm-icons/lib/components/solid';
import { ArrowDown } from '@meetup/swarm-icons/lib/components/line';
import { ArrowDown } from '@meetup/swarm-icons/lib/components/large';

FAQs

Package last updated on 22 Mar 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