Skip to content

Commit d4f552d

Browse files
committed
feat(new icons):
Adds new icons available in github icons
1 parent e37a4f2 commit d4f552d

2 files changed

Lines changed: 98 additions & 1 deletion

File tree

lib/index.tsx

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,6 +1953,103 @@ type IconName =
19531953
| "sina-weibo"
19541954
| "tencent-qq"
19551955
| "wikipedia"
1956+
| "alphabet-uppercase"
1957+
| "alphabet"
1958+
| "amazon"
1959+
| "arrows-collapse-vertical"
1960+
| "arrows-expand-vertical"
1961+
| "arrows-vertical"
1962+
| "arrows"
1963+
| "ban-fill"
1964+
| "ban"
1965+
| "bing"
1966+
| "cake"
1967+
| "cake2"
1968+
| "cookie"
1969+
| "copy"
1970+
| "crosshair"
1971+
| "crosshair2"
1972+
| "emoji-astonished-fill"
1973+
| "emoji-astonished"
1974+
| "emoji-grimace-fill"
1975+
| "emoji-grimace"
1976+
| "emoji-grin-fill"
1977+
| "emoji-grin"
1978+
| "emoji-surprise-fill"
1979+
| "emoji-surprise"
1980+
| "emoji-tear-fill"
1981+
| "emoji-tear"
1982+
| "envelope-arrow-down-fill"
1983+
| "envelope-arrow-down"
1984+
| "envelope-arrow-up-fill"
1985+
| "envelope-arrow-up"
1986+
| "feather"
1987+
| "feather2"
1988+
| "floppy-fill"
1989+
| "floppy"
1990+
| "floppy2-fill"
1991+
| "floppy2"
1992+
| "gitlab"
1993+
| "highlighter"
1994+
| "marker-tip"
1995+
| "nvme-fill"
1996+
| "nvme"
1997+
| "opencollective"
1998+
| "pci-card-network"
1999+
| "pci-card-sound"
2000+
| "radar"
2001+
| "send-arrow-down-fill"
2002+
| "send-arrow-down"
2003+
| "send-arrow-up-fill"
2004+
| "send-arrow-up"
2005+
| "sim-slash-fill"
2006+
| "sim-slash"
2007+
| "sourceforge"
2008+
| "substack"
2009+
| "threads-fill"
2010+
| "threads"
2011+
| "transparency"
2012+
| "twitter-x"
2013+
| "type-h4"
2014+
| "type-h5"
2015+
| "type-h6"
2016+
| "backpack-fill"
2017+
| "backpack"
2018+
| "backpack2-fill"
2019+
| "backpack2"
2020+
| "backpack3-fill"
2021+
| "backpack3"
2022+
| "backpack4-fill"
2023+
| "backpack4"
2024+
| "brilliance"
2025+
| "cake-fill"
2026+
| "cake2-fill"
2027+
| "duffle-fill"
2028+
| "duffle"
2029+
| "exposure"
2030+
| "gender-neuter"
2031+
| "highlights"
2032+
| "luggage-fill"
2033+
| "luggage"
2034+
| "mailbox-flag"
2035+
| "mailbox2-flag"
2036+
| "noise-reduction"
2037+
| "passport-fill"
2038+
| "passport"
2039+
| "person-arms-up"
2040+
| "person-raised-hand"
2041+
| "person-standing-dress"
2042+
| "person-standing"
2043+
| "person-walking"
2044+
| "person-wheelchair"
2045+
| "shadows"
2046+
| "suitcase-fill"
2047+
| "suitcase-lg-fill"
2048+
| "suitcase-lg"
2049+
| "suitcase"
2050+
| "suitcase2-fill"
2051+
| "suitcase2"
2052+
| "vignette"
19562053

19572054
type IconComponentType = FC<
19582055
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bs-icon",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Bootstrap icon",
55
"main": "index.js",
66
"author": "Dany Beltran",

0 commit comments

Comments
 (0)