Socket
Socket
Sign inDemoInstall

@interop-ui/react-accessible-icon

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interop-ui/react-accessible-icon


Version published
Weekly downloads
22
increased by214.29%
Maintainers
4
Weekly downloads
 
Created
Source

react-accessible-icon

Installation

$ yarn add @interop-ui/react-accessible-icon
# or
$ npm install @interop-ui/react-accessible-icon

Usage

import * as React from 'react';
import { AccessibleIcon } from '@interop-ui/react-accessible-icon';

function MyComponent() {
  return (
    <AccessibleIcon label="Very useful label describing the icon for assistive tech users!">
      <svg viewBox="0 0 32 32" width={24} height={24} fill="none" stroke="currentColor">
        <path d="M2 30 L30 2 M30 30 L2 2" />
      </svg>
    </AccessibleIcon>
  );
}

FAQs

Package last updated on 03 Dec 2020

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