@@ -4,6 +4,7 @@ import AlarmClockPlusIcon from "./alarm-clock-plus-icon";
44import AlignCenterIcon from "./align-center-icon" ;
55import AlignVerticalSpaceAroundIcon from "./align-vertical-space-around-icon" ;
66import AmbulanceIcon from "./ambulance-icon" ;
7+ import AmpersandIcon from "./ampersand-icon" ;
78import AngryIcon from "./angry-icon" ;
89import AnnoyedIcon from "./annoyed-icon" ;
910import ArrowBackIcon from "./arrow-back-icon" ;
@@ -14,7 +15,10 @@ import ArrowBigRightIcon from "./arrow-big-right-icon";
1415import ArrowBigRightDashIcon from "./arrow-big-right-dash-icon" ;
1516import ArrowBigUpIcon from "./arrow-big-up-icon" ;
1617import ArrowBigUpDashIcon from "./arrow-big-up-dash-icon" ;
18+ import ArrowBigDownIcon from "./arrow-big-down-icon" ;
19+ import ArrowBigDownDashIcon from "./arrow-big-down-dash-icon" ;
1720import ArrowDown10Icon from "./arrow-down-1-0-icon" ;
21+ import ArrowDown01Icon from "./arrow-down-0-1-icon" ;
1822import ArrowNarrowDownDashedIcon from "./arrow-narrow-down-dashed-icon" ;
1923import ArrowNarrowDownIcon from "./arrow-narrow-down-icon" ;
2024import ArrowNarrowLeftDashedIcon from "./arrow-narrow-left-dashed-icon" ;
@@ -34,6 +38,7 @@ import BluetoothConnectedIcon from "./bluetooth-connected-icon";
3438import BookIcon from "./book-icon" ;
3539import BookmarkIcon from "./bookmark-icon" ;
3640import BrandGoogleIcon from "./brand-google-icon" ;
41+ import BrandNextjsIcon from "./brand-nextjs-icon" ;
3742import BrightnessDownIcon from "./brightness-down-icon" ;
3843import BulbSvg from "./bulb-svg" ;
3944import CameraIcon from "./camera-icon" ;
@@ -50,6 +55,7 @@ import ClockIcon from "./clock-icon";
5055import CodeIcon from "./code-icon" ;
5156import CodeXmlIcon from "./code-xml-icon" ;
5257import CoffeeIcon from "./coffee-icon" ;
58+ import CoinBitcoinIcon from "./coin-bitcoin-icon" ;
5359import CreditCard from "./credit-card" ;
5460import CopyIcon from "./copy-icon" ;
5561import DiscordIcon from "./discord-icon" ;
@@ -229,6 +235,11 @@ const ICON_LIST: IconType[] = [
229235 icon : AngryIcon ,
230236 keywords : [ "angry" , "mad" , "emotion" , "face" , "emoji" , "upset" ] ,
231237 } ,
238+ {
239+ name : "ampersand-icon" ,
240+ icon : AmpersandIcon ,
241+ keywords : [ "ampersand" , "and" , "symbol" , "typography" , "character" ] ,
242+ } ,
232243 {
233244 name : "annoyed-icon" ,
234245 icon : AnnoyedIcon ,
@@ -286,11 +297,26 @@ const ICON_LIST: IconType[] = [
286297 icon : ArrowBigUpDashIcon ,
287298 keywords : [ "arrow" , "big" , "up" , "dash" , "upload" , "top" ] ,
288299 } ,
300+ {
301+ name : "arrow-big-down-icon" ,
302+ icon : ArrowBigDownIcon ,
303+ keywords : [ "arrow" , "big" , "down" , "download" , "bottom" , "navigation" ] ,
304+ } ,
305+ {
306+ name : "arrow-big-down-dash-icon" ,
307+ icon : ArrowBigDownDashIcon ,
308+ keywords : [ "arrow" , "big" , "down" , "dash" , "download" , "bottom" ] ,
309+ } ,
289310 {
290311 name : "arrow-down-1-0-icon" ,
291312 icon : ArrowDown10Icon ,
292313 keywords : [ "arrow" , "down" , "sort" , "descending" , "number" , "order" ] ,
293314 } ,
315+ {
316+ name : "arrow-down-0-1-icon" ,
317+ icon : ArrowDown01Icon ,
318+ keywords : [ "arrow" , "down" , "sort" , "ascending" , "number" , "order" ] ,
319+ } ,
294320 {
295321 name : "arrow-narrow-down-dashed-icon" ,
296322 icon : ArrowNarrowDownDashedIcon ,
@@ -388,6 +414,19 @@ const ICON_LIST: IconType[] = [
388414 icon : BrandGoogleIcon ,
389415 keywords : [ "google" , "brand" , "logo" , "search" , "social" ] ,
390416 } ,
417+ {
418+ name : "brand-nextjs-icon" ,
419+ icon : BrandNextjsIcon ,
420+ keywords : [
421+ "nextjs" ,
422+ "next" ,
423+ "brand" ,
424+ "logo" ,
425+ "react" ,
426+ "framework" ,
427+ "vercel" ,
428+ ] ,
429+ } ,
391430 {
392431 name : "brightness-down-icon" ,
393432 icon : BrightnessDownIcon ,
@@ -475,6 +514,19 @@ const ICON_LIST: IconType[] = [
475514 icon : CoffeeIcon ,
476515 keywords : [ "coffee" , "cup" , "drink" , "cafe" , "steam" , "hot" , "beverage" ] ,
477516 } ,
517+ {
518+ name : "coin-bitcoin-icon" ,
519+ icon : CoinBitcoinIcon ,
520+ keywords : [
521+ "coin" ,
522+ "bitcoin" ,
523+ "crypto" ,
524+ "btc" ,
525+ "cryptocurrency" ,
526+ "money" ,
527+ "digital" ,
528+ ] ,
529+ } ,
478530 {
479531 name : "credit-card" ,
480532 icon : CreditCard ,
0 commit comments