Skip to content

Commit 535a33c

Browse files
committed
v0.1.6
1 parent eaf5d94 commit 535a33c

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

icon-sprite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-zero-ui/icon-sprite",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Generate a single SVG sprite containing only the icons you used (Lucide + custom). Lucid to SVG sprite solution for React.",
55
"keywords": [
66
"react",

icon-sprite/zero-ui.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

next-app/app/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const Home: React.FC = () => {
3232
<div className="flex-center border border-red-800">
3333
<CustomIcon name="google-ads" size={80} className="h-20 w-20 fill-red-500!" />
3434
<CustomIcon name="ai" size={80} className="h-20 w-20 fill-red-500!" />
35+
<CustomIcon name="react-svgrepo-com" size={80} className="h-20 w-20 fill-red-500!" />
3536
</div>
3637
<AlarmClockCheck size={80} color="#000" strokeWidth={3} />
3738
<AlarmClockMinus size={80} className="h-20 w-20 fill-red-500" />

next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@react-zero-ui/core": "^0.2.4",
19-
"@react-zero-ui/icon-sprite": "file:../icon-sprite/react-zero-ui-icon-sprite-0.1.4.tgz",
19+
"@react-zero-ui/icon-sprite": "file:../icon-sprite/react-zero-ui-icon-sprite-0.1.6.tgz",
2020
"lucide-react": "^0.473.0",
2121
"next": "^15.3.1",
2222
"react": "^19.1.0",

0 commit comments

Comments
 (0)