Package Exports
- untitledui-js
- untitledui-js/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (untitledui-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Untitled UI Icons
A collection of fully customizable icons from Untitled UI
๐ Supports.js
.ts
.tsx
.jsx
extensions ; completely typesafe๐ All icons are sourced from Untitled UI
โก Completed with 500+ Icons
๐ค๐ฝSupport and contributions are welcomed
๐ค Currently available for React but Vue js & Qwik js versions are in development
Docs
npm install :
npm install untitledui-js
Usage :
import { useRef } from "react";
import { Home01 } from "untitledui-js";
const ExampleComponent = () => {
const ref = useRef(null);
return (
<Home01 ref={ref} size="60px" stroke="2px" {...props} />
)
};
export default ExampleComponent;

Props : All Components have access to all SVG properties likeclassName, stroke, strokeWidth, fill, strokeColor, etc
Naming Convention : Components are defined with Camelcase. for examplehome-01 -> Home01, activity-01 -> Activity01
Icon Categories : Covers full range of untilted icons categories essentially, all icons are available