Package Exports
- company-colored-icon
- company-colored-icon/dist/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (company-colored-icon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Company Colored Icon
company-colored-icon is an npm package providing a set of company logos in origial format as React components. These SVG icons are optimized for easy integration into React projects, offering customization options to suit your design requirements.
Installation
Install the package via npm:
npm install company-colored-iconOr via yarn:
yarn add company-colored-iconUsage
Import and use the icons in your React components:
import React from 'react';
import { Google } from 'company-colored-icon';
const App = () => (
<div>
<h1>Company Icons</h1>
<Google />
</div>
);
export default App;Available Icons
Google: Google Logo
more comming soon
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please open an issue or submit a pull request with any improvements or new features.
Support
If you encounter any issues or have questions, please open an issue on GitHub.
Version Support
With these updates, your package should now properly support CommonJS and ES module formats and include type declarations.