
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@pmcx/assets
Advanced tools
Centralized asset management for the pmcx workspace, including SVG icons in multiple styles and variants.
Centralized asset management for the pmcx workspace, including SVG icons in multiple styles and variants.
This package provides a unified collection of icons and assets used across the pmcx workspace. By centralizing assets, we ensure consistency in visual design and simplify icon management across all applications and packages.
src/icons/)Icons are organized by style:
3d/ – 3D-style icons (e.g., Barcode3D, Coupon3D, Reward3D)colored/ – Colored icons for various use cases (e.g., Allergy, BeautyCare, FamilyProfile)filled/ – Filled/solid style icons (e.g., ActivityFilled, DoctorFilled, ProfileFilled)outlined/ – Outlined/stroke style icons (e.g., AchievementOutlined, BackOutlined, EditOutlined)Each icon is exported as a React component using the ReactComponent export from SVG files.
import * as Icons3d from '@pmcx/assets/icons/3d'
import * as IconsColored from '@pmcx/assets/icons/colored'
import * as IconsFilled from '@pmcx/assets/icons/filled'
import * as IconsOutlined from '@pmcx/assets/icons/outlined'
import {ActivityFilled, DoctorFilled} from '@pmcx/assets/icons/filled'
import {BackOutlined, EditOutlined} from '@pmcx/assets/icons/outlined'
import {BeautyCareColored} from '@pmcx/assets/icons/colored'
import {Reward3D} from '@pmcx/assets/icons/3d'
export function MyComponent() {
return (
<div>
<ActivityFilled className="w-6 h-6" />
<EditOutlined className="w-4 h-4" />
</div>
)
}
index.tsx file to export the new iconpnpm build --filter @pmcx/assetsWatch mode for development:
pnpm run dev --filter @pmcx/assets
Build the package:
pnpm run build --filter @pmcx/assets
FAQs
Centralized asset management for the pmcx workspace, including SVG icons in multiple styles and variants.
We found that @pmcx/assets demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.