Skip to content

Commit

Permalink
fix(icons): add table-of-contents icon (#2348)
Browse files Browse the repository at this point in the history
* fix(icons): add table-of-contents icon

* fix(icons): add ToC to custom words list

* fix(icons): fix formatting
  • Loading branch information
karsa-mistmere authored Aug 8, 2024
1 parent 915e8b5 commit 3271972
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell/custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ strikethrough
touchpad
ungroup
pilcrow
toc

# Brands
codepen
Expand Down
24 changes: 24 additions & 0 deletions icons/table-of-contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere"
],
"tags": [
"toc",
"outline",
"navigation",
"document structure",
"index",
"overview",
"sections",
"chapters",
"content",
"documentation",
"manual",
"knowledge base",
"faq"
],
"categories": [
"text"
]
}
18 changes: 18 additions & 0 deletions icons/table-of-contents.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3271972

Please sign in to comment.