1.8.6 • Published 14 days ago

@softies-react-icons/custom v1.8.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
14 days ago

Softies React Icons - Custom

This is a collection of custom SVG icons, designed specifically for use with React.

Installation

You can install the package using yarn:

yarn add @softies-react-icons/custom

Usage

To use an icon in your React project, simply import it from the @softies-react-icons/custom directory and render it using a JSX component. For example:

import { AddressesIcon } from '@softies-react-icons/custom';

function MyComponent() {
  return (
    <div>
      <AddressesIcon width={16} height={16} />
    </div>
  );
}

The width and height props are optional, and will default to 24 if not specified. You can also pass additional props to the SVG element, such as className or style, to customize the appearance of the icon.

License

This package is released under the Apache License, Version 2.0.

1.8.6

14 days ago

1.8.5

27 days ago

1.8.4

2 months ago

1.8.3

3 months ago

1.8.2

5 months ago

1.8.1

5 months ago

1.8.0

5 months ago

1.7.0

6 months ago

1.6.0

11 months ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago