Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@runcitadel/bitcoin-icons-svg
Advanced tools
[![npm version](https://img.shields.io/npm/v/@bitcoin-design/bitcoin-icons-svg.svg?style=flat-square)](https://www.npmjs.com/package/@bitcoin-design/bitcoin-icons-svg) [![npm downloads](https://img.shields.io/npm/dm/@bitcoin-design/bitcoin-icons-svg.svg?s
Bitcoin Icons is an open-source/open-design set of icons made for Bitcoin centric applications. Included are general icons most applications need like arrows and a home icon, and maybe more importantly Bitcoin-specific icons like a wallet, keys, miner and Bitcoin symbols.
First, install @bitcoin-design/bitcoin-icons-svg
from npm:
npm install @bitcoin-design/bitcoin-icons-svg
Now each icon can be imported individually
import { BitcoinIcon } from '@bitcoin-design/bitcoin-icons-svg/filled'
console.log(BitcoinIcon)
// ==>
// {
// name: 'bitcoin',
// svg: '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">...</svg>'
// };
The outline icons can be imported from @bitcoin-design/bitcoin-icons-svg/outline
, and the filled icons can be imported from @bitcoin-design/bitcoin-icons-svg/filled
.
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.
FAQs
[![npm version](https://img.shields.io/npm/v/@bitcoin-design/bitcoin-icons-svg.svg?style=flat-square)](https://www.npmjs.com/package/@bitcoin-design/bitcoin-icons-svg) [![npm downloads](https://img.shields.io/npm/dm/@bitcoin-design/bitcoin-icons-svg.svg?s
The npm package @runcitadel/bitcoin-icons-svg receives a total of 0 weekly downloads. As such, @runcitadel/bitcoin-icons-svg popularity was classified as not popular.
We found that @runcitadel/bitcoin-icons-svg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.