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

react-native-ico-cryptocurrency

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ico-cryptocurrency

Cryptocurrency Icons for React Native

  • 5.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Cryptocurrency Icons for React Native

react-native-ico-cryptocurrency

471 Vector Icons for React Native

abt act actn

List of icons

  • List of Cryptocurrency Icons

Usage

import Icon from 'react-native-ico-cryptocurrency';


// Inside some view component
render() {
    return (
        <>
          <Icon name="abt" />
          <Icon name="act" height="40" width="40" />
          <Icon name="actn" color="red" />
          <Icon name="actn" colors={{ "#000000": "#FFFFFF" }} />
          <Icon name="act" badge="10" />
          <Icon name="act" badge={{value: 'A', fontSize: 25, radius: 22, position:'top_left', color:'orange', backgroundColor:'blue'}}/>
          <Icon name="abt" background="circle" />
          <Icon name="abt" background={{ type: "button", color: 'green' }} />
        </>
    );
}

Installation

yarn
yarn add react-native-ico-cryptocurrency react-native-svg
npm
npm install --save react-native-ico-cryptocurrency react-native-svg
react-native link react-native-svg

pod install ( for iOS )

cd ios && pod install && cd ..

API

<Icon name [color width height background badge ...rest] />

Returns a SvgXml icon by name and group.

nameoptionaldefault valuedescriptionexamples
namenoname of icon"abt"
coloryesline color, css style"#00ff00", "#0f0", "green"
colorsyesreplace colors{"#FFFFFF": "#000000"} // white to black
widthyes20width of the icon40
heightyes20height of the icon40
backgroundyesbackground type"circle"
backgroundyesbackground object{type: "circle", color: 'yellow'}
badgeyesbadge string"10"
badgeyesbadge object{value: 'A', fontSize: 25, radius: 22, position:'top_left', color:'orange', backgroundColor:'blue'}
...restyesother propsstyle={{backgroundColor: "#00f"}}

Icons Made by

Dave Gandy

Created by

Dimitry Ivanov 2@ivanoff.org.ua # curl -A cv ivanoff.org.ua

Keywords

FAQs

Package last updated on 04 Nov 2023

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