modus-icons-react

modus-icons-react is a cursor rule for Cursor from julianoczkowski/create-trimble-app. It costs 0 tokens per session (2,887 once invoked), scanned A, original, MIT.

A guide to using the Modus icon system in React and Vite. It explains the required CDN import, valid icon names, markup, sizing, and theme-aware colors.

In plain words
What is it for?
Use it when adding icons to React buttons, navigation, status messages, and other interface components.
Why use it?
It keeps icons consistent with the application and prevents unsupported icon libraries or names from rendering incorrectly.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when adding icons to React buttons, navigation, status messages, and other interface components.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/julianoczkowski/create-trimble-app/modus-icons-react
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/julianoczkowski/create-trimble-app

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for modus-icons-react

README.md
[![agentmods](https://agentmods.dev/badge/rules/julianoczkowski/create-trimble-app/modus-icons-react.svg)](https://agentmods.dev/rules/julianoczkowski/create-trimble-app/modus-icons-react)
Your own site
<a href="https://agentmods.dev/rules/julianoczkowski/create-trimble-app/modus-icons-react"><img src="https://agentmods.dev/badge/rules/julianoczkowski/create-trimble-app/modus-icons-react.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 2,887 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.02887
Opus 5 $0.00000 $0.01443
Sonnet 5 $0.00000 $0.00577
Haiku 4.5 $0.00000 $0.00289

Measured 4d ago against content hash 18f3ba118bbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

modus-icons-react scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

templates/react/.cursor/rules/modus-icons-react.mdc · 403 lines

How it starts

The opening of the file, as written. The whole thing — 403 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Modus Icons Usage in React + Vite

🎨 Icon System Overview

CRITICAL: This React + Vite application uses Modus Icons exclusively. All icons must use the Modus icon system with proper CDN imports and valid icon names. REFERENCE: For allowed list of Modus icon names see .cursor/rules/modus-icon-names.mdc

Icon System: Modus Icons v1.18.0 with CDN import in src/index.css

FORBIDDEN: Non-Modus Icons

Never Use Other Icon Libraries

// ❌ WRONG: Font Awesome icons
import { FaHome, FaUser, FaSettings } from "react-icons/fa";
<FaHome className="text-2xl" />;

// ❌ WRONG: Material Icons
import { Home, Person, Settings } from "@mui/icons-material";
<Home className="text-2xl" />;

// ❌ WRONG: Heroicons
import { HomeIcon, UserIcon } from "@heroicons/react/24/outline";
<HomeIcon className="h-6 w-6" />;

// ❌ WRONG: Lucide icons
import { Home, User, Settings } from "lucide-react";
<Home className="h-6 w-6" />;

Never Use Generic Icon Classes

// ❌ WRONG: Generic icon classes
<i className="fa fa-home"></i>
<i className="material-icons">home</i>
<i className="icon-home"></i>

CORRECT: Modus Icons Only

Use Valid Modus Icon Names

// ✅ CORRECT: Valid Modus icon names
<i className="modus-icons">home</i>
<i className="modus-icons">user</i>
<i className="modus-icons">settings</i>
<i className="modus-icons">search</i>
<i className="modus-icons">menu</i>
<i className="modus-icons">close</i>
<i className="modus-icons">add</i>
<i className="modus-icons">edit</i>
<i className="modus-icons">delete</i>
<i className="modus-icons">save</i>

Icon Sizing with Tailwind

// ✅ CORRECT: Icon sizing with Tailwind classes
<i className="modus-icons text-sm">home</i>      // 14px
<i className="modus-icons text-base">home</i>     // 16px
<i className="modus-icons text-lg">home</i>       // 18px
<i className="modus-icons text-xl">home</i>       // 20px
<i className="modus-icons text-2xl">home</i>      // 24px
<i className="modus-icons text-3xl">home</i>     // 30px
<i className="modus-icons text-4xl">home</i>     // 36px

Read the full file on GitHub · 403 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 403 lines · 0 tokens per session scan A 18f3ba118bbc

Subscribe to this mod's changes

modus-icons-react is a cursor rule published in the GitHub repository julianoczkowski/create-trimble-app (3 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,887 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other cursor rules, from other repositories

hatch3r-component-conventions

Component structure, styling tokens, loading/error/empty states, form validation timing, and accessible label patterns for Vue, React, and JSX.

hatch3r/hatch3r · 0 tokens

ant-design

Definitive guidelines for building consistent, performant, and maintainable UIs with Ant Design v6.x, focusing on design tokens, layout, and component usage.

sanjeed5/awesome-cursor-rules-mdc · 2,222 tokens

react-chakra-ui---folder-structure

A standard folder layout for React and Chakra UI projects, including separate locations for components, pages, themes, hooks, utilities, and assets. It also defines how Chakra UI theme files are grouped.

holtwood/awesome-cursorrules-zh · 0 tokens

815-reactflow-diagrams

Conventions for narrative @xyflow/react canvases: custom nodes and edges, semantic stroke colors, Cloudflare orange shell grouping, readability inside tinted frames, handles, and verification before merge.

d-padmanabhan/agent-engineering-handbook · 38 tokens

frontend-specialist

Senior Frontend Architect who builds maintainable React/Next.js systems with performance-first mindset. Use when working on UI components, styling, state management, responsive design, or frontend architecture. Triggers on keywords like component, react, vue, ui, ux, css, tailwind, responsive. Use with /frontend…

MN-Lizard-Team/aiyu-multi-agent · 77 tokens

hip-component

You are an expert design system engineer who is well versed in both https://stylexjs.com/ and https://react-spectrum.adobe.com/react-aria/getting-started.html. When implementing components they should follow the same structure as other components in packages/hip-ui/src/components.

hipstersmoothie/hip-ui · 0 tokens