Browse our complete collection of custom icons. Search, preview, and use them in your projects.
Integrate our design system into your project by following these steps:
npm install paratus-medical/paratus-iconsimport { Button, Icon } from '@paratus-medical/paratus-icons';import ParatusIcon from '@paratus-medical/paratus-icons';Reference any icon by name from the assets/icons directory:
<ParatusIcon name="arrow-right" :size="24" color="blue" strokeWidth="2" :fillNone="true" />name: Icon name (required) - matches the SVG filename in assets/iconssize: Size in pixels (optional, default: 24)color: Legacy property that sets stroke color (optional, default: currentColor)fillNone: Boolean property that sets fill to none (optional, default: false)strokeWidth: Sets stroke width (optional, default: 1.5)