Skip to content

Commit

Permalink
Added Sparkles icon (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmelgoza authored Apr 22, 2024
1 parent b08affb commit eda426a
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet!

## [0.2.3] - 2024-04-21

- Added Sparkles icon ([#37](https://github.com/jasonmelgoza/metal-icons/pull/37))

## [0.2.2] - 2024-04-11

- Updated website package responsive styles ([#35](https://github.com/jasonmelgoza/metal-icons/pull/35))
Expand Down
3 changes: 3 additions & 0 deletions optimized/16/outline/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions optimized/16/solid/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions optimized/24/outline/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions optimized/24/solid/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/metal-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metal-icons",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"description": "A flexible React icon library.",
"keywords": [
"design",
Expand Down
4 changes: 4 additions & 0 deletions packages/website/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,9 @@
{
"id": 150,
"name": "zoom-in"
},
{
"id": 151,
"name": "sparkles"
}
]
2 changes: 1 addition & 1 deletion packages/website/data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.2.2"
"version": "v0.2.3"
}
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@vercel/og": "^0.6.2",
"metal-icons": "^0.2.0",
"metal-icons": "^0.2.3",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
Expand Down
20 changes: 11 additions & 9 deletions packages/website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import {
BeakerIcon,
BellIcon,
BookClosedIcon,
BookOpenIcon,
BookmarkPlusIcon,
BookmarkIcon,
BookmarkPlusIcon,
BookOpenIcon,
BriefcaseIcon,
BuildingIcon,
BulbIcon,
Expand All @@ -35,22 +35,22 @@ import {
CashIcon,
ChartBarIcon,
ChatBubbleRoundDotsIcon,
ChatBubbleRoundTextIcon,
ChatBubbleRoundIcon,
ChatBubbleRoundTextIcon,
ChatBubbleSquareDotsIcon,
ChatBubbleSquareTextIcon,
ChatBubbleSquareIcon,
ChatBubbleSquareTextIcon,
ChatBubblesRoundIcon,
ChatBubblesSquareIcon,
CheckIcon,
ChevronDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
ChevronUpIcon,
ChevronsDownIcon,
ChevronsLeftIcon,
ChevronsRightIcon,
ChevronsUpIcon,
ChevronUpIcon,
CircleAddIcon,
CircleAlertIcon,
CircleArrowDownIcon,
Expand Down Expand Up @@ -80,9 +80,9 @@ import {
CurrencyDollarIcon,
DashboardIcon,
DisabledIcon,
DocumentIcon,
DocumentMinusIcon,
DocumentPlusIcon,
DocumentIcon,
DocumentsIcon,
DownloadIcon,
DuplicateIcon,
Expand All @@ -91,9 +91,9 @@ import {
FilterIcon,
FlagIcon,
FloppyIcon,
FolderIcon,
FolderMinusIcon,
FolderPlusIcon,
FolderIcon,
GlobeIcon,
GridIcon,
HashIcon,
Expand All @@ -116,8 +116,8 @@ import {
MoreAltIcon,
MoreIcon,
PaperclipIcon,
PenLineIcon,
PenIcon,
PenLineIcon,
PhoneIcon,
PinIcon,
PlusIcon,
Expand All @@ -130,13 +130,14 @@ import {
ShareIcon,
ShieldAlertIcon,
ShieldCheckIcon,
ShieldXIcon,
ShieldIcon,
ShieldXIcon,
ShoppingBagIcon,
ShoppingCartIcon,
SlashIcon,
SliderIcon,
SmartphoneIcon,
SparklesIcon,
StarIcon,
SwapHorizontalIcon,
SwapVerticalIcon,
Expand Down Expand Up @@ -293,6 +294,7 @@ const IconMap = {
slash: SlashIcon,
slider: SliderIcon,
smartphone: SmartphoneIcon,
sparkles: SparklesIcon,
star: StarIcon,
"swap-horizontal": SwapHorizontalIcon,
"swap-vertical": SwapVerticalIcon,
Expand Down
3 changes: 3 additions & 0 deletions src/16/outline/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/16/solid/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/24/outline/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/24/solid/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ camelize@^1.0.0:
integrity sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==

caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001587:
version "1.0.30001606"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001606.tgz#b4d5f67ab0746a3b8b5b6d1f06e39c51beb39a9e"
integrity sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==
version "1.0.30001611"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001611.tgz#4dbe78935b65851c2d2df1868af39f709a93a96e"
integrity sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==

chalk@^2.4.2:
version "2.4.2"
Expand Down Expand Up @@ -646,9 +646,9 @@ domutils@^3.0.1:
domhandler "^5.0.3"

electron-to-chromium@^1.4.668:
version "1.4.729"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.729.tgz#8477d21e2a50993781950885b2731d92ad532c00"
integrity sha512-bx7+5Saea/qu14kmPTDHQxkp2UnziG3iajUQu3BxFvCOnpAJdDbMV4rSl+EqFDkkpNNVUFlR1kDfpL59xfy1HA==
version "1.4.745"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.745.tgz#9c202ce9cbf18a5b5e0ca47145fd127cc4dd2290"
integrity sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==

emoji-regex@^10.2.1:
version "10.3.0"
Expand Down

0 comments on commit eda426a

Please sign in to comment.