Skip to content

Commit

Permalink
Update Icons.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
soniakose authored Oct 4, 2024
1 parent af0f8ff commit 5ea867b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Foundations/Icons.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Icons
### Table of Contents
1. [Introduction](#introduction)
1. [Overview](#overview)
2. [Naming Principles](#naming-principles)
3. [Adding and Updating Icons](#adding-and-updating-icons)
4. [The `IconTable` Component](#the-icontable-component)
Expand All @@ -12,7 +12,7 @@
---


### Introduction
### Overview

mParticle icon library is mP icons, a carefully curated collection based on [FontAwesome](https://fontawesome.com/search?o=r&s=light). Our design team has selected icons specifically for mParticle use cases, defined the semantic layer, and applied customizations as needed.

Expand All @@ -37,7 +37,7 @@ Names should be semantic, describing the pattern rather than the shape. For inst

The Design team provides SVG files with the final icon names. These SVG files must be minified and follow the project's styling guidelines. You can prettify them using the SVGPrettifier tool, which ensures the correct size and properties are applied to the SVG.

#### Steps to Add a New Icon:
### Steps to Add a New Icon:

1. **Prettify the SVG**:
Use the SVGPrettifier Story to clean up the SVG file and ensure it meets the necessary formatting standards (size, properties, etc.).
Expand Down

0 comments on commit 5ea867b

Please sign in to comment.