Skip to content

Commit

Permalink
fix: 🐛 swap add icon svg storing sor a correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
julczka committed Feb 2, 2024
1 parent ac5c2b1 commit 1a82599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uui-icon-registry-essential/lib/svgs/iconAdd.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { svg } from 'lit';

export const iconAdd = svg`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M12 22v-5" /><path d="M9 8V2" /><path d="M15 8V2" /> <path d="M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z" /></svg>`;
export const iconAdd = svg`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M12 5v14"/></svg>`;

0 comments on commit 1a82599

Please sign in to comment.