New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anchor-protocol/icons

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anchor-protocol/icons

```tsx import { IconButton } from '@material-ui/core'; import { Wallet } from '@anchor-protocol/token-icons';

0.20.1
latest
Source
npm
Version published
Maintainers
5
Created
Source

Anchor Token Icon Library

import { IconButton } from '@material-ui/core';
import { Wallet } from '@anchor-protocol/token-icons';

function App() {
  return (
    <IconButton>
      <Wallet />
    </IconButton>
  );
}

Storybook

https://anchor-storybook.vercel.app/?path=/story/assets-icons--icons

FAQs

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