🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@duskit/icons

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duskit/icons

[![Duskit CI](https://github.com/dusk-network/duskit/actions/workflows/ci.yml/badge.svg)](https://github.com/dusk-network/duskit/actions/workflows/ci.yml) [![NPM version](https://img.shields.io/npm/v/@duskit/icons.svg)](https://www.npmjs.com/package/@dusk

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
2
Created
Source

@duskit/icons

Duskit CI NPM version

SVG paths for common Dusk icons, exported as strings.

TOC

Dev environment

The dev environment assumes that you have at least Node.js v20.x installed. The LTS version is 20.12.1 at the time of writing.

This package is part of the Duskit monorepo. Please refer to the main README for monorepo usage, changeset management and installation of dependencies.

[back to TOC]

Installation and usage

Install it with your favourite package manager:

npm install @duskit/icons --save

Import and use the icons you need:

<script>
  import { logo } from "@duskit/icons";
  import { Icon } from "@duskit/components";
</script>

<Icon path={logo} />

[back to TOC]

NPM scripts

  • npm run checks - runs all health checks (formatting and linting)
  • npm run clean - removes the node_modules folder
  • npm run format - fixes the formatting in all files
  • npm run format:check - performs the formatting check
  • npm run lint - performs the linting check
  • npm run lint:fix - fixes, where possible, linting errors

[back to TOC]

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

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.

Install

Related posts