10.0.3 • Published 5 years ago

@breakaway/react-icons v10.0.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

@breakaway/react-icons

10

PatternFly 4 Icons as React Components.

Usage

import React from 'react';
import { TimesIcon } from '@breakaway/react-icons';

const closeIcon = <TimesIcon />;

For a list of the available icons please refer to the PatternFly React Docs

Adding Icons

Icons for this package are generated from the @fortawesome/free-solid-svg-icons package. To add more to what is generated, modify the icons.js file in the build folder.

If you have some custom icon defined by svg path the best way to add such icon to this repository is to add it's path definition in pfIcons.js file in the build folder.

module.exports = {
  pfIcons: {
    // ... other icon defintions
    bigPlus: {width: 1024, height: 1024, svgPathData: 'M2 1 h1 v1 h1 v1 h-1 v1 h-1 v-1 h-1 v-1 h1 z'}
  }
}
10.0.3

5 years ago

10.0.2

5 years ago

10.0.1

5 years ago

2.7.2

5 years ago