@@ -13,6 +13,7 @@ import BarChart from "@/components/icons/BarChart";
1313import Bell from "@/components/icons/Bell" ;
1414import Beta from "@/components/icons/Beta" ;
1515import Blog from "@/components/icons/Blog" ;
16+ import Bold from "@/components/icons/Bold" ;
1617import Book from "@/components/icons/Book" ;
1718import Brackets from "@/components/icons/Brackets" ;
1819import Briefcase from "@/components/icons/Briefcase" ;
@@ -87,13 +88,16 @@ import InfoInCircleIcon from "@/components/icons/InfoInCircleIcon";
8788import InformationIcon from "@/components/icons/InformationIcon" ;
8889import InsertRowIcon from "@/components/icons/InsertRowIcon" ;
8990import Integrations from "@/components/icons/Integrations" ;
91+ import Italic from "@/components/icons/Italic" ;
9092import Key from "@/components/icons/Key" ;
9193import Keys from "@/components/icons/Keys" ;
9294import Lifebuoy from "@/components/icons/Lifebuoy" ;
9395import LightBulb from "@/components/icons/LightBulb" ;
9496import LightBulbOn from "@/components/icons/LightBulbOn" ;
9597import Lightening from "@/components/icons/Lightening" ;
9698import LineInCircle from "@/components/icons/LineInCircle" ;
99+ import ListBulleted from "@/components/icons/ListBulleted" ;
100+ import ListNumbered from "@/components/icons/ListNumbered" ;
97101import Loading from "@/components/icons/Loading" ;
98102import LoadingAnimated from "@/components/icons/LoadingAnimated" ;
99103import Lock from "@/components/icons/Lock" ;
@@ -141,6 +145,7 @@ import Table from "@/components/icons/Table";
141145import Taxi from "@/components/icons/Taxi" ;
142146import Trash from "@/components/icons/Trash" ;
143147import TreeStructure from "@/components/icons/TreeStructure" ;
148+ import Underline from "@/components/icons/Underline" ;
144149import Upgrade from "@/components/icons/Upgrade" ;
145150import Upload from "@/components/icons/Upload" ;
146151import Url from "@/components/icons/Url" ;
@@ -165,6 +170,7 @@ export const ICONS_MAP = {
165170 bell : Bell ,
166171 beta : Beta ,
167172 blog : Blog ,
173+ bold : Bold ,
168174 book : Book ,
169175 brackets : Brackets ,
170176 briefcase : Briefcase ,
@@ -239,13 +245,16 @@ export const ICONS_MAP = {
239245 information : InformationIcon ,
240246 "insert-row" : InsertRowIcon ,
241247 integrations : Integrations ,
248+ italic : Italic ,
242249 key : Key ,
243250 keys : Keys ,
244251 lifebuoy : Lifebuoy ,
245252 "light-bulb" : LightBulb ,
246253 "light-bulb-on" : LightBulbOn ,
247254 lightening : Lightening ,
248255 "line-in-circle" : LineInCircle ,
256+ "list-bulleted" : ListBulleted ,
257+ "list-numbered" : ListNumbered ,
249258 loading : Loading ,
250259 "loading-animated" : LoadingAnimated ,
251260 lock : Lock ,
@@ -293,6 +302,7 @@ export const ICONS_MAP = {
293302 taxi : Taxi ,
294303 trash : Trash ,
295304 "tree-structure" : TreeStructure ,
305+ underline : Underline ,
296306 upgrade : Upgrade ,
297307 upload : Upload ,
298308 url : Url ,
0 commit comments