🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@abdt/icons

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abdt/icons

A collection of icons by ABDT

latest
npmnpm
Version
0.0.42
Version published
Maintainers
1
Created
Source

A collection of icons by ABDT

Размер

import React from 'react'

import { Close } from '@abdt/icons';

const CloseSmall = () => <Close />
const CloseLarge = () => <Close size="large" />

Вариация

import React from 'react'

import closeSmall from '@abdt/icons/close_small.svg';

const CloseSmall = () => <img src={closeSmall} alt="" aria-hidden="true" />

Цвет

import React from 'react'

import { Close } from '@abdt/icons';

const CloseWithColor = () => <Close color="#10002b" />

FAQs

Package last updated on 24 Jun 2022

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