Skip to content

Commit 8a11000

Browse files
committed
feat: missing icons on website
1 parent 2843d24 commit 8a11000

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

icons/index.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import AlarmClockPlusIcon from "./alarm-clock-plus-icon";
44
import AlignCenterIcon from "./align-center-icon";
55
import AlignVerticalSpaceAroundIcon from "./align-vertical-space-around-icon";
66
import AmbulanceIcon from "./ambulance-icon";
7+
import AmpersandIcon from "./ampersand-icon";
78
import AngryIcon from "./angry-icon";
89
import AnnoyedIcon from "./annoyed-icon";
910
import ArrowBackIcon from "./arrow-back-icon";
@@ -14,7 +15,10 @@ import ArrowBigRightIcon from "./arrow-big-right-icon";
1415
import ArrowBigRightDashIcon from "./arrow-big-right-dash-icon";
1516
import ArrowBigUpIcon from "./arrow-big-up-icon";
1617
import ArrowBigUpDashIcon from "./arrow-big-up-dash-icon";
18+
import ArrowBigDownIcon from "./arrow-big-down-icon";
19+
import ArrowBigDownDashIcon from "./arrow-big-down-dash-icon";
1720
import ArrowDown10Icon from "./arrow-down-1-0-icon";
21+
import ArrowDown01Icon from "./arrow-down-0-1-icon";
1822
import ArrowNarrowDownDashedIcon from "./arrow-narrow-down-dashed-icon";
1923
import ArrowNarrowDownIcon from "./arrow-narrow-down-icon";
2024
import ArrowNarrowLeftDashedIcon from "./arrow-narrow-left-dashed-icon";
@@ -34,6 +38,7 @@ import BluetoothConnectedIcon from "./bluetooth-connected-icon";
3438
import BookIcon from "./book-icon";
3539
import BookmarkIcon from "./bookmark-icon";
3640
import BrandGoogleIcon from "./brand-google-icon";
41+
import BrandNextjsIcon from "./brand-nextjs-icon";
3742
import BrightnessDownIcon from "./brightness-down-icon";
3843
import BulbSvg from "./bulb-svg";
3944
import CameraIcon from "./camera-icon";
@@ -50,6 +55,7 @@ import ClockIcon from "./clock-icon";
5055
import CodeIcon from "./code-icon";
5156
import CodeXmlIcon from "./code-xml-icon";
5257
import CoffeeIcon from "./coffee-icon";
58+
import CoinBitcoinIcon from "./coin-bitcoin-icon";
5359
import CreditCard from "./credit-card";
5460
import CopyIcon from "./copy-icon";
5561
import 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

Comments
 (0)