@cwds/icons
v1.5.6
Published
Icons for CWS CARES
Downloads
80
Keywords
Readme
@cwds/icons
CARES Icons
🛑 NOTICE 🛑
This package may no longer be supported. Please see
ca-cwds/design-system
.
Installation
import Icon from '@cwds/icons';
Usage
import React from "react";
import ReactDOM from "react-dom";
import { Card } from "@cwds/reactstrap";
import Icon from "@cwds/icons";
function App() {
return (
<div>
<Card>
<Icon icon="search" />
<Icon icon="arrow-up" />
</Card>
</div>
);
}
const rootElement = document.getElementById("root");
ReactDOM.render(<App />, rootElement);
This library uses FontAwesomeIcon from @fortawesome/react-fontawesome
Visit react fontawesome/icons to search for free and Pro icons