@@ -13,6 +13,8 @@ import ArrowRightArrowLeft from "./svgs/regular/arrow-right-arrow-left.svg";
1313import ArrowRightToLine from "./svgs/regular/arrow-right-to-line.svg" ;
1414import ArrowRight from "./svgs/regular/arrow-right.svg" ;
1515import ArrowRotateLeft from "./svgs/regular/arrow-rotate-left.svg" ;
16+ import ArrowTrendDown from "./svgs/regular/arrow-trend-down.svg" ;
17+ import ArrowTrendUp from "./svgs/regular/arrow-trend-up.svg" ;
1618import ArrowUpRightAndArrowDownLeftFromCenter from "./svgs/regular/arrow-up-right-and-arrow-down-left-from-center.svg" ;
1719import ArrowUpRightFromSquare from "./svgs/regular/arrow-up-right-from-square.svg" ;
1820import ArrowUpRight from "./svgs/regular/arrow-up-right.svg" ;
@@ -62,12 +64,14 @@ import EmptySet from "./svgs/regular/empty-set.svg";
6264import EyeSlash from "./svgs/regular/eye-slash.svg" ;
6365import Eye from "./svgs/regular/eye.svg" ;
6466import Feather from "./svgs/regular/feather.svg" ;
67+ import FileLines from "./svgs/regular/file-lines.svg" ;
6568import FileSpreadsheet from "./svgs/regular/file-spreadsheet.svg" ;
6669import File from "./svgs/regular/file.svg" ;
6770import Flask from "./svgs/regular/flask.svg" ;
6871import ForwardStep from "./svgs/regular/forward-step.svg" ;
6972import FunctionSymbol from "./svgs/regular/function.svg" ;
7073import Gear from "./svgs/regular/gear.svg" ;
74+ import Grid from "./svgs/regular/grid-2.svg" ;
7175import Hand from "./svgs/regular/hand.svg" ;
7276import Image from "./svgs/regular/image.svg" ;
7377import InfinityLoop from "./svgs/regular/infinity.svg" ;
@@ -90,6 +94,8 @@ import PersonRunning from "./svgs/regular/person-running.svg";
9094import Play from "./svgs/regular/play.svg" ;
9195import Plug from "./svgs/regular/plug.svg" ;
9296import Plus from "./svgs/regular/plus.svg" ;
97+ import Print from "./svgs/regular/print.svg" ;
98+ import PuzzlePiece from "./svgs/regular/puzzle-piece.svg" ;
9399import Rotate from "./svgs/regular/rotate.svg" ;
94100import Ruler from "./svgs/regular/ruler.svg" ;
95101import Scribble from "./svgs/regular/scribble.svg" ;
@@ -106,6 +112,7 @@ import Text from "./svgs/regular/text.svg";
106112import ThoughtBubble from "./svgs/regular/thought-bubble.svg" ;
107113import TrashCan from "./svgs/regular/trash-can.svg" ;
108114import TriangleExclamation from "./svgs/regular/triangle-exclamation.svg" ;
115+ import Truck from "./svgs/regular/truck.svg" ;
109116import UnlockKeyhole from "./svgs/regular/unlock-keyhole.svg" ;
110117import UserPlus from "./svgs/regular/user-plus.svg" ;
111118import WandMagicSparkles from "./svgs/regular/wand-magic-sparkles.svg" ;
@@ -127,6 +134,8 @@ const IconMap = {
127134 arrowDown : ArrowDown ,
128135 arrowLeft : ArrowLeft ,
129136 arrowRight : ArrowRight ,
137+ arrowTrendDown : ArrowTrendDown ,
138+ arrowTrendUp : ArrowTrendUp ,
130139 arrowUp : ArrowUp ,
131140 arrowUpRight : ArrowUpRight ,
132141 arrowsLeftRight : ArrowRightArrowLeft ,
@@ -182,10 +191,12 @@ const IconMap = {
182191 eyeSlash : EyeSlash ,
183192 feather : Feather ,
184193 file : File ,
194+ fileLines : FileLines ,
185195 fileSpreadsheet : FileSpreadsheet ,
186196 flask : Flask ,
187197 function : FunctionSymbol ,
188198 gear : Gear ,
199+ grid : Grid ,
189200 hand : Hand ,
190201 image : Image ,
191202 infinity : InfinityLoop ,
@@ -211,6 +222,8 @@ const IconMap = {
211222 playFilled : PlaySolid ,
212223 plug : Plug ,
213224 plus : Plus ,
225+ print : Print ,
226+ puzzlePiece : PuzzlePiece ,
214227 refresh : ArrowsRotate ,
215228 rightToLine : ArrowRightToLine ,
216229 rotate : Rotate ,
@@ -240,6 +253,7 @@ const IconMap = {
240253 thoughtBubble : ThoughtBubble ,
241254 threeCircles : ThreeCircles ,
242255 trash : TrashCan ,
256+ truck : Truck ,
243257 undo : ArrowRotateLeft ,
244258 userPlus : UserPlus ,
245259 warning : TriangleExclamation ,
0 commit comments