Karsa
240118e521
feat(icons): improve calendar icons centre of gravity ( #4614 )
...
* feat(icons): improve calendar icons centre of gravity
* fix(icons): reoptimize everything using Lucide Studio
2026-07-30 09:50:10 +02:00
Samuel Alake
4aec3f892f
feat(icons): add layout-freeform ( #4543 )
...
* feat(icons): add layout-freeform
Adds an icon for freeform layout: three blocks, no two sharing an edge.
It matches the "no auto layout" / free positioning mode found in design
tools, as the counterpart to constrained layout modes.
Design notes:
- Reuses the 7x7 rx=1 block already shared by layout-grid, layout-list
and layout-panel-*, rather than introducing a new base shape.
- Each block is offset so that no two share an edge, which is what
separates it from layout-grid.
- The offset is 1px: a 2px offset reads more clearly at 16px, but brings
the top-right and bottom-left blocks within 1.66px of each other
diagonally, under the 2px element spacing guideline. See the PR for the
alternatives.
* Update icons/layout-freeform.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-25 22:59:55 +02:00
Karsa
dbfe130652
feat(icons): replaces podcast icon with new mic-* icons ( #4583 )
...
* feat(icons): replaces `podcast` icon with new `mic-*` icons
* fix(icons): change contributors, since these are now essentially brand new icons
* fix(prettier): remove path fill from allowed SVG element attributes
2026-07-25 22:58:54 +02:00
Karsa
c3b6795394
fix(icons): changed trophy icon ( #4591 )
...
* [github] Added issue template forms
* [github] yaml => yml
* Syntax fixes
* Further syntax fixes
* Sort issue templates
* Update 02_bug_report.yml
* Updated icons/trophy.svg
* Updated icons/trophy.svg
* fix(icons/trophy): fill in metadata
---------
Co-authored-by: Karsa <karsa@karsa.org >
2026-07-25 12:21:12 +02:00
Karsa
1d578ab536
fix(icons): changed barrel icon ( #4592 )
...
* Updated icons/barrel.svg
* Updated icons/barrel.json
* Update barrel.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-24 14:41:37 +02:00
Karsa
5d36179bf4
feat(ci): added custom prettier plugin for icon SVG files ( #4576 )
...
* feat(ci): added custom prettier plugin for icon SVG files
* feat(ci): added custom prettier plugin for icon SVG files
* feat(ci): replace prettier plugin implementation with one based on svgo
* fix(ci): fix linting issues in prettier plugin
* Allow fill in path to fix podcast icon
* Format code
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-24 14:23:56 +02:00
Karsa
357df0d660
fix(icons): changed feather icon ( #4584 )
...
* Updated icons/feather.svg
* Updated icons/feather.json
* Update feather.json
2026-07-24 13:28:42 +02:00
مُحَمّد سِيّد
63d0ef6664
feat(icons): added mosque icon ( #4494 )
...
* Added icons/mosque.svg
* Added icons/mosque.json
* Update icons/mosque.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update icons/mosque.json
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
* Add contributor 'rrod497' to mosque.json
* Add empty use-cases array to mosque.json
* Update mosque.svg
* Update mosque.json
* Update mosque.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-07-23 20:31:03 +02:00
Martin Vítek
0adb963d07
feat(icons): added user-shield icon ( #3099 )
...
* Added icons/user-shield.svg
* Added icons/user-shield.json
* Apply design from karsa
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Update icons/user-shield.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update icons/user-shield.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-23 15:20:10 +02:00
Samuel Alake
89147bbecc
feat(icons): add scan-square ( #4550 )
...
* feat(icons): add scan-square
Adds scan-square: a scanning frame with a square detected inside it.
The scan-* family covers what is being detected — scan-face, scan-heart,
scan-text, scan-eye, scan-barcode, scan-qr-code, scan-search, scan-line —
but has nothing for a plain shape or object.
Composed entirely from two existing icons rather than new geometry: the
four corner brackets are scan's, verbatim, and the inner block is
square-square's rect(8,8,8,8) rx=1, verbatim. Nothing here is drawn from
scratch, so it sits in the family without introducing a new vocabulary.
* chore(icons): fill scan-square use-cases and fix recognise/recognize tags
Addresses review on #4550 : fills the use-cases field per @ericfennis, and
collapses the duplicate recognise/recognize tags into a single
recognition tag, matching scan-text's vocabulary per @Copilot.
* Update icons/scan-square.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update icons/scan-square.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karsa <contact@karsa.org >
2026-07-23 14:08:52 +02:00
Karsa
0ad5aaf323
Updated icons/toolbox.svg ( #4571 )
2026-07-23 14:03:34 +02:00
October
4c61dc4826
feat(icons): add square-off icon ( #4496 )
...
* feat(icons): add square-off icon
* Apply suggestion from @github-actions[bot]
Added tags
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
added categories
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestion from @github-actions[bot]
added use cases
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update icons/square-off.json
update use cases
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/square-off.svg
update code convention
Co-authored-by: Karsa <contact@karsa.org >
* Update square-off.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karsa <contact@karsa.org >
2026-07-23 14:00:53 +02:00
Ben Darlow
99a8602c5d
fix(icons): changed zap and zap-off icons ( #4536 )
...
* fix(icons): changed `zap` and `zap-off` icons
* Update zap.svg
* Update zap-off.svg
---------
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-23 14:00:17 +02:00
NielsLazaroms
75b6ac1969
feat(icons): added pending-cw icon ( #4439 )
...
* Added icons/pending-cw.svg
* Added icons/pending-cw.json
* Update icons/pending-cw.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Rename pending-cw.json to clock-arrow-cw.json
* Add clock-arrow-cw.svg icon file
* Update icons/clock-arrow-cw.json
* Update icons: replace and refine `history` and `clock-*` SVGs and metadata
* update file name
* updated icon name
* Refine `clock-arrow-ccw` metadata: add use-cases, tags, and aliases
* fix(icons): rename history/pending _yet again_. Sorry, Niels 🫣
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-07-23 11:59:09 +02:00
Karsa
87ec1a0587
fix(icons): optimised square-scissors icons ( #4581 )
...
* Updated icons/square-bottom-dashed-scissors.svg
* Updated icons/square-bottom-dashed-scissors.json
* Update square-bottom-dashed-scissors.json
* Update square-scissors.svg
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-23 10:43:44 +02:00
Karsa
3035ed309e
feat(icons): removed brand names from tags & revised brand stopwords ( #4575 )
2026-07-23 08:13:10 +02:00
Karsa
4e50f0d759
feat(icons): added shield-keyhole icon ( #4580 )
...
* Added icons/shield-keyhole.svg
* Added icons/shield-keyhole.json
* Update shield-keyhole.json
* Update icons/shield-keyhole.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-23 08:10:33 +02:00
Karsa
a924c01b8e
fix(icons): changed book-open icons ( #4565 )
...
* Updated icons/book-open.svg
* Updated icons/book-open.json
* Updated icons/book-open-text.svg
* Updated icons/book-open-text.json
* Updated icons/book-open-check.svg
2026-07-23 08:10:07 +02:00
Karsa
37f32cb73a
Update ad.json ( #4579 )
2026-07-23 07:47:39 +02:00
kamila
4e2efb9350
fix(icons): changed columns-3-cog icon ( #4578 )
...
* fix(icons)/columns-3-cog
* Update icons/columns-3-cog.svg
Co-authored-by: Karsa <contact@karsa.org >
* add EOF new line to columns-3-cog.svg
---------
Co-authored-by: Karsa <contact@karsa.org >
2026-07-22 16:13:09 +02:00
Karsa
5136572c10
feat(icons): added scan-box icon ( #4551 )
...
* Added icons/scan-box.svg
* Added icons/scan-box.json
* Update scan-box.json
* Update scan-box.svg
* Update icons/scan-box.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update icons/scan-box.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-17 10:25:16 +02:00
Karsa
4f8088fd90
fix(icons): changed file-box icon ( #4552 )
...
* Updated icons/file-box.svg
* chore(icons/file-box): extend tags & use case metadata
2026-07-17 10:24:40 +02:00
Karsa
ae40cfbc73
fix(icons): changed ethernet-port icon ( #4555 )
...
* Updated icons/ethernet-port.svg
* Updated icons/ethernet-port.json
2026-07-17 09:28:22 +02:00
Karsa
cdd7db1ce6
fix(icons): changed hdmi-port icon ( #4554 )
...
* Updated icons/hdmi-port.svg
* Updated icons/hdmi-port.json
2026-07-17 09:28:17 +02:00
Eric Fennis
bb1329e512
fix(icons): Rename to circle-euro to match other euro icons ( #4531 )
...
* fix(icons): Rename to `circle-euro` to match other euro icons
* Add usecase
2026-07-10 09:58:01 +02:00
Turboman3000
b5b5d95933
feat(icons): added server-plus icon ( #4232 )
...
* Added icons/server-plus.svg
* Added icons/server-plus.json
* Updated icons/server-plus.json
2026-07-09 15:09:49 +02:00
Julian Solimando
7b589f2b5c
feat(icons): added circle-euro-sign icon ( #4353 )
...
* Added icons/circle-euro-sign.svg
* Added icons/circle-euro-sign.json
* Update icons/circle-euro-sign.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-09 14:54:38 +02:00
Lance
2d36863568
feat(icons): center the dot icon ( #4492 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-07-09 14:54:20 +02:00
Jamie Law
f07465f82e
Updated icons/option.svg ( #4326 )
2026-07-09 13:32:55 +02:00
Copilot
35d535a477
chore(icons): remove toBeRemovedInVersion metadata and make it optional in schema ( #4513 )
...
* Remove toBeRemovedInVersion from icons and make optional in schema
* fix(build-icons): align alias deprecation type with schema optional removal version
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-02 12:34:23 +02:00
Daniel Castillejo
c67c9bdbfb
feat(icons): added paper-bag icon ( #4023 )
...
* Added icons/paper-bag.svg
* Added icons/paper-bag.json
* Update paper-bag.svg
* Update paper-bag.json with new fields and tags
Added 'use-cases' field and updated 'tags' list.
* Update paper-bag.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-07-01 16:02:09 +02:00
Ankit Sharma
ce2d598d96
feat(icons): added phi icon also used as golden-ratio ( #4218 )
...
* Added icons/phi.svg
* Added icons/phi.json
* Updated icons/phi.json
* Add use-cases to phi.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-28 18:36:16 +02:00
Jakob Guddas
627b4c1672
fix(icons): changed ungroup icon ( #3969 )
...
* Updated icons/ungroup.svg
* Updated icons/ungroup.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-28 17:23:52 +02:00
Jakob Guddas
ee02505468
fix(icons): changed carrot icon ( #4010 )
...
* Updated icons/carrot.svg
* Updated icons/carrot.json
* Updated icons/carrot.svg
* Updated icons/carrot.json
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-28 17:20:06 +02:00
Barakudum
65ef069acc
feat(icons): add 6 database variant icons ( #4336 )
...
* feat(icons): added database-variants `database-check`, `database-x`, `database-plus`, `database-minus`, `database-arrow-down`, `database-arrow-up`
* fix(metadata): add missing use-cases for database variant icons
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-18 09:06:07 +02:00
Rodrigo Luiz Schil Pellegrini
7983b2a262
feat(icons): added broken-bone icon ( #4131 )
...
* Added icons/broken-bone.svg
* Added icons/broken-bone.json
* redesign according to guidelines
* fix(bone-fracture.json): Remove trailing comma and ensure proper JSON formatting
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-18 08:54:04 +02:00
Jenn M
fc20eb6c7a
feat(icons): added pencil-sparkles icon ( #4445 )
...
* Added icons/pencil-sparkles.svg
* Added icons/pencil-sparkles.json
* Fix pencil-sparkles artboard
viewbox was previously set to 22px instead of 24px
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-06-16 13:21:44 +02:00
Jakob Guddas
0c57f7265a
feat(icons): added clock-arrow-out icon ( #2404 )
...
* Added icons/clock-arrow-out.svg
* Added icons/clock-arrow-out.json
* Rename icon
* Add empty use-cases array
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Update clock-arrow-right.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:51:32 +02:00
Jakob Guddas
f917f247e3
feat(icons): added user-round-arrow-in icon ( #2283 )
...
* Added icons/user-round-arrow-inwards.svg
* Added icons/user-round-arrow-inwards.json
* Updated icons/user-round-arrow-inwards.json
* Rename user-round-arrow-inwards.json to user-round-arrow-in.json
* Rename user-round-arrow-inwards.svg to user-round-arrow-in.svg
* Rename icon
* Add use cases empty
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-13 17:35:55 +02:00
Jacob Padilla
aef0f98a68
feat(icons): added summary icon ( #3114 )
...
* ai summary icon
* other summary icon svg
* slightly less pronounced curve
* Modify SVG paths in summary.svg
* Update icons/summary.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Jakob Guddas <github@jguddas.de >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:31:07 +02:00
Jakob Guddas
6e5c250af0
feat(icons): added clock-arrow-in icon ( #2403 )
...
* Added icons/clock-arrow-in.svg
* Added icons/clock-arrow-in.json
* Updated icons/clock-arrow-in.json
* Rename to clock-arrow-left
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:25:43 +02:00
Marcos Ramírez F.
f37f235d78
feat(icons): added banknote-check icon ( #3956 )
...
* Added icons/banknote-check.svg
* Added icons/banknote-check.json
* Update icons/banknote-check.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Karsa <contact@karsa.org >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Update banknote-check.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:02:57 +02:00
Ádám Kovács
b973e42174
feat(icons): added tag-plus and tag-x icons ( #3980 )
...
* add tag-plus icon
* add tag-x icon
* Update icons/tag-x.svg
Co-authored-by: Karsa <contact@karsa.org >
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 17:02:40 +02:00
Eric Fennis
ce6fb3dd6c
fix(metadata): Add use-cases to auto-save
2026-06-13 16:55:50 +02:00
Anatole Dufour
c3262987be
feat(icons): added save-check icon ( #3120 )
...
* Added icons/save-check.svg
* Added icons/save-check.json
* Fixing angle of the checkmark to be 90 degrees
* Adding contributors of the save icon
* Update save-check.svg paths for new design
* Update save-check.svg
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
2026-06-13 15:51:47 +02:00
Jamie Law
52ee7b3692
Add tags to search- icons ( #4099 )
2026-06-13 15:32:02 +02:00
Jakob Guddas
04ee825d6b
fix(icons): decreased size of arrows inside square-arrow-* icons ( #3926 )
...
* Updated icons/square-arrow-down-left.svg
* Updated icons/square-arrow-down-left.json
* Updated icons/square-arrow-up-right.svg
* Updated icons/square-arrow-up-right.json
* Updated icons/square-arrow-up-left.svg
* Updated icons/square-arrow-up-left.json
* Updated icons/square-arrow-down-right.svg
* Updated icons/square-arrow-down-right.json
2026-06-13 15:29:54 +02:00
Jakob Guddas
0241b57c35
feat(icons): added podium icon ( #2124 )
...
* Added icons/podium.svg
* Added icons/podium.json
* Updated icons/podium.svg
* Update icons/podium.json
Co-authored-by: Kyle Angelo Galendez <xcxkyleangelo26@gmail.com >
* Update icons/podium.svg
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
* Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Kyle Angelo Galendez <xcxkyleangelo26@gmail.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 15:25:52 +02:00
Jakob Guddas
4e5fce4adc
fix(icons): changed wallet-cards icon ( #3888 )
...
* Updated icons/wallet-cards.svg
* Updated icons/wallet-cards.json
* Update icons/wallet-cards.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Updated icons/wallet-cards.svg
* Updated icons/wallet-cards.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2026-06-13 15:23:19 +02:00
Eric Fennis
f4fa0512d3
feat(icons): added list-sort-descending icon ( #4457 )
...
* Added icons/list-sort.svg
* Added icons/list-sort.json
* Update list-sort.json
* Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Update naming
* Also add the ascending version
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-13 14:05:31 +02:00