
Product
Introducing Reachability for PHP
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.
@canonical/ds-assets
Advanced tools
Icons, fonts, and shared visual assets for the Pragma design system.
bun add @canonical/ds-assets
The package provides over 150 SVG icons for interface actions, status indicators, navigation, and brand logos.
Import the type-safe constant and type:
import { ICON_NAMES, type IconName } from "@canonical/ds-assets";
// Type-safe icon name
const iconName: IconName = "search";
// Validate user input
const isValidIcon = (name: string): name is IconName =>
ICON_NAMES.includes(name as IconName);
Raw SVG files live in the icons/ directory. Each icon uses a 16x16 viewBox and currentColor fill, allowing icons to inherit text colour from their context.
Icons can be referenced directly via SVG's <use> element:
<svg width="16" height="16">
<use href="path/to/search.svg#search" />
</svg>
See docs/ICONS.md for the complete icon specification, naming conventions, and migration notes from Vanilla.
Variable woff2 fonts for Ubuntu Sans and Ubuntu Sans Mono live in fonts/ubuntu-sans/.
Source: canonical/Ubuntu-Sans-fonts (fonts/webfont/ — variable font builds).
License: The fonts/ubuntu-sans/ directory is licensed under the Ubuntu Font License v1.0, not LGPL like the rest of this package.
These fonts are consumed by @canonical/styles/fonts via @font-face declarations. You don't need to reference them directly unless building custom font loading.
FAQs
Assets for Pragma.
We found that @canonical/ds-assets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 26 open source maintainers 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.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.