@bitcoin-design/bitcoin-icons-react
v0.1.10
Published
[](https://www.npmjs.com/package/@bitcoin-design/bitcoin-icons-react) [ {
return (
<div>
<BitcoinIcon style={{height: "5px", width: "5px", color: '#F7931A' }} />
<p>...</p>
</div>
)
}
The outline icons can be imported from @bitcoin-design/bitcoin-icons-react/outline
, and the filled icons can be imported from @bitcoin-design/bitcoin-icons-react/filled
.
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.