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

@taskany/icons

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taskany/icons

Taskany Icons lib

latest
Source
npmnpm
Version
2.0.7
Version published
Maintainers
2
Created
Source

Taskany Icons

This package contains icons as React components Usage only with @taskany/bricks

Install

$ npm i -S @taskany/icons

Usage

import { Icon360Outline } from '@taskany/icons'

const MyComponent = () => {
    ...
    return (
        <>
            ...
            <Icon360Outline noWrap size="m" />
        </>
    );
};

FAQs

Package last updated on 14 Mar 2024

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