0.8.5 • Published 2 months ago

@fellesdatakatalog/icons v0.8.5

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

@fellesdatakatalog/icons

Common icon module that provides icons.

Installation

npm i @fellesdatakatalog/icons

Dependencies

  • React

Component

React Components are generated by react-svgs as part of the build step when package is published to NPM. All SVG files in src/assets/svg generates a corresponding React component.

Usage

Basic usage

import React, { FC } from 'react';
import SvgIcon from '@fellesdatakatalog/icons';

const Icon1 = () => <SvgIcon name='checkStroke' />;

const App: FC = () => (
  <div>
    <Icon1 />
  </div>
);

export default App;
0.8.5

2 months ago

0.8.4

1 year ago

0.8.1

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.3.0

2 years ago

0.2.0

2 years ago

0.6.3

1 year ago

0.8.0

1 year ago

0.6.2

1 year ago

0.3.2

2 years ago

0.4.0

2 years ago

0.7.0

1 year ago

0.6.0

2 years ago

0.3.3

2 years ago

0.1.4

2 years ago

0.1.0

2 years ago