1.14.3 • Published 9 months ago

codecatch-icons v1.14.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

CodeCatch Icons

npm

CodeCatch Icons is a React-based icon library intended for all CodeCatch React projects.

Installation

npm install codecatch-icons
# or
yarn add codecatch-icons

example usage

import { SunIcon } from 'codecatch-icons';
const Component = () => {
  return (
    <h4>
      Don't stare directly at the <SunIcon size={24} color="orange" />
    </h4>
  );
};

output

Icon Props

NameDefaultTypeDescription
size24pxnumber | stringWidth and height of icon, can be any CSS unit
color#F8F9FAstringColor of icon, can be any CSS legal color value
titlestringTooltip that specifies extra information about the icon
titleIdstringId of the title prop

All CodeCatch Icons include and extend the attributes defined in the MDN SVG Attribute reference.

Icons

Visit the CodeCatch Icons GitHub repository to see examples of all available icons.

Contributing

  1. Run git clone https://github.com/codecatchorg/codecatch-icons.git

  2. Run npm install to install the dependencies

  3. Create a new branch off main

  4. Add the desired svg file to the icons directory

  5. Run npm run build

  6. Run git add .

  7. Commit your changes according to semantic-release requirements

  8. Run git push

  9. Create a PR!

1.14.3

9 months ago

1.14.2

10 months ago

1.13.4

1 year ago

1.13.3

1 year ago

1.13.2

1 year ago

1.10.5

2 years ago

1.10.4

2 years ago

1.10.3

2 years ago

1.12.0

2 years ago

1.10.8

2 years ago

1.10.7

2 years ago

1.10.6

2 years ago

1.11.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.1

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.8.2

3 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.4

3 years ago

1.8.3

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.5

3 years ago

1.2.8

3 years ago

1.5.4

3 years ago

1.2.7

3 years ago

1.5.3

3 years ago

1.2.6

3 years ago

1.5.2

3 years ago

1.2.5

3 years ago

1.5.1

3 years ago

1.2.4

3 years ago

1.5.0

3 years ago

1.2.3

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago