Skip to content

Commit

Permalink
feat(yoga-icons): added backspace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkiesshau committed Oct 17, 2024
1 parent 4543b16 commit c22d723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/icons/src/svg/backspace.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: 2 additions & 0 deletions packages/icons/src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ import WiFi from './svg/wi-fi.svg';
import YogaMat from './svg/yoga-mat.svg';
import Youtube from './svg/youtube.svg';
import Zen from './svg/zen.svg';
import Backspace from './svg/backspace.svg';

export {
Accessibility,
Expand Down Expand Up @@ -396,4 +397,5 @@ export {
YogaMat,
Youtube,
Zen,
Backspace,
};

0 comments on commit c22d723

Please sign in to comment.