Git Product home page Git Product logo

game-icons-react's Introduction

game-icons-react

game-icons.net, converted to typed react icon components

installation

npm

npm install game-icons-react

yarn

yarn add game-icons-react

bun

bun add game-icons-react

usage

properties

each icon has a color and size property for simple inline manipulation of the icons presentation. you can pass any react-native-svg prop as well

example

import { Delapouite } from 'game-icons-react';

export function BlackSheep() {
  return <Delapouite.Sheep size={24} color='#0e0e0e' />
}

a note on names

some of the original icon names start with a number. as you can not have a javascript variable start with a number, these names are swapped to have the number come last in the name. (e.g. 3d-glasses.svg becomes Glasses3d)

library license

this library is released under the MIT License. a local copy of which can by found in LICENSE

icon licensing

please see icons/license.txt for a list of icon designers included with this package. all icons are released under Creative Commons 3.0 BY or CC0. tt is heavliy encourged that you give credit to all authors, regardless of license, when using these icons.

game-icons-react's People

Contributors

calobhumble avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.