Socket
Socket
Sign inDemoInstall

react-native-ico-cryptocurrency

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-ico-cryptocurrency

Cryptocurrency Icons for React Native


Version published
Weekly downloads
19
increased by58.33%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 04 Nov 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc