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

@rokket-labs/lsp-icons

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rokket-labs/lsp-icons

icons for leverage sales playbooks

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
6
Weekly downloads
 
Created
Source

Rokket Labs Logo

Icons for LeverageSalesPlaybook

Usage

First you need to install the package, just if you have access to npm module.

yarn add @rokket-labs/lsp-icons

In case if you don't have access, pls use:

yarn add https://github.com/rokket-labs/lsp-icons

Icons

image image image image image image image

List of Icons:

    ToolIcon,
    DocumentIcon,
    ClientIcon,
    PlaybookIcon,
    OrgchartIcon,
    DashboardIcon,
    LearnIcon,
    UsersIcon,
    SellIcon,
    PracticeIcon,
    SupportIcon,
    BookOpenIcon,
    StarIcon,
    TopicIcon,
    PictureIcon,
    UploadIcon,
    UserIcon,
    AlertIcon,
    CheckIcon,
    EyeIcon,
    TableIcon,
    ArrowForwardIcon,
    WhistleIcon,
    FlexToolIcon,
    DropdownIcon,
    BookCloseIcon,
    DeleteOutlineIcon,
    LockIcon,
    ClosePlus,
    OptionsIcon,
    EditIcon,
    StarTwoIcon,
    FlowchartIcon,
    ArrowBackIcon,
    BarIcon,
    DonutIcon,
    VideoIcon,
    TextIcon,
    ImageIcon,
    ActivityIcon,
    TextPlusIcon,
    FlexToolPlusIcon,
    ActivityPlusIcon,
    ToolPlusIcon,
    ImagePlusIcon,
    TablePlusIcon,
    OrgchartPlusIcon,
    FlowchartPlusIcon,
    CheckboxIcon,
    InfinityIcon,
    SaveIcon,
    CheckboxPlusIcon,
    DropdownPlusIcon,
    ListIcon,
    BoxIcon,
    DiagramIcon,
    DragIcon,
    DocumentBrokenIcon,
    NodeOneIcon,
    NodeTwoIcon,
    NodeThreeIcon,
    MegaphoneIcon,
    TourIcon,
    RankFiveIcon,
    RankFourIcon,
    RankThreeIcon,
    RankTwoIcon,
    RankOneIcon,
Type of icons:
IconProps = {
    w?: number | string
    h?: number | string
    width?: number | string
    height?: number | string
    fill?: string
    fillCircle?:string
}

NodeProps ={
 isDark: boolean
}

Import:
 import {PracticeIcon} from '@rokket-labs/lsp-icons'
Usage Icon example:
 <PracticeIcon w="40px" h="40px" fill="grey"/>

image

Usage Icon Plus example:
 <DropdownPlusIcon w="40px" h="40px" fill="grey" fillCircle="white" />

image

Usage Node example:
 <NodeThreeIcon isDark={false}   />

image

Illustrations

image image

List of Illustrations:

  DashboardIllustration,
  NotFoundIllustration,
  UnsupportedBrowserIllustration,
  ChromeIllustration,
  FirefoxIllustration,
  DashboardTwoIllustration,
  OrgchartIllustration
Import:
 import {DashboardIllustration} from '@rokket-labs/lsp-icons'
Usage example:
 <DashboardIllustration/>

image

Usage example NotFound Illustration (manage shadows for dark mode):
  <NotFoundIllustration fill="gray"/>

image

FAQs

Package last updated on 29 Jul 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