Jakob Guddas
e565116a4a
fix(icons): increased file-question icon question mark size to match other icons ( #1992 )
...
* Updated icons/file-question.svg
* Updated icons/file-question.json
0.363.0
2024-03-22 16:35:19 +01:00
Jakob Guddas
cf50c9f849
Updated icons/monitor-stop.svg ( #1991 )
2024-03-22 16:32:02 +01:00
Jakob Guddas
9fa47227a7
fix(icons): added rounding to pause icon ( #1988 )
...
* Updated icons/pause.svg
* Updated icons/pause.json
2024-03-22 16:22:30 +01:00
Jakob Guddas
547111ed5b
Updated icons/map.svg ( #1998 )
2024-03-22 16:14:45 +01:00
Jakob Guddas
0d6aa9feaa
Updated icons/wallet.svg ( #2009 )
0.362.0
2024-03-22 12:10:37 +01:00
Jakob Guddas
3a0f2b3fa8
Update pull_request_template.md ( #2013 )
2024-03-22 10:26:00 +01:00
Jakob Guddas
712e6bf6e4
fix(icons): fixed align-vertical-distribute-center icon ( #2014 )
...
* Updated icons/align-vertical-distribute-center.svg
* Updated icons/align-vertical-distribute-center.json
0.361.0
2024-03-22 09:12:03 +01:00
Jakob Guddas
58319dd447
fix(icons): added rounding to bug-play icon ( #1990 )
...
* Updated icons/bug-play.svg
* Updated icons/bug-play.json
0.360.0
2024-03-21 12:08:42 +01:00
Karsa
cf89b8eeac
fix(icons/cpu): add guideline compliant rounding to CPU center ( #1981 )
...
Co-authored-by: Karsa <karsa@sztaki.hu >
0.359.0
2024-03-18 18:43:05 +01:00
Karsa
a8c6add82b
feat(icons): add worm icon
0.358.0
2024-03-14 13:51:17 +01:00
Karsa
d000e4904d
Update 02_bug_report.yml
...
Fix newly arisen syntax issue
2024-03-14 09:21:36 +01:00
Jakob Guddas
c99d6cbf4a
fix(icons): optimized chef-hat icon ( #1974 )
...
* Updated icons/chef-hat.svg
* Updated icons/chef-hat.json
* Updated icons/chef-hat.svg
* Updated icons/chef-hat.svg
* Update icons/chef-hat.svg
Co-authored-by: Karsa <contact@karsa.org >
---------
Co-authored-by: Karsa <contact@karsa.org >
2024-03-14 08:41:01 +01:00
Jakob Guddas
0b1fb8ff1f
feat(icons): added beer-off icon ( #1971 )
...
* Added icons/beer-off.svg
* Added icons/beer-off.json
0.357.0
2024-03-13 17:10:03 +01:00
Karsa
dcde43e97e
fix(packages/lucide): exports aliases from lucide package ( #1976 )
...
Co-authored-by: Karsa <karsa@sztaki.hu >
2024-03-13 17:09:39 +01:00
Karsa
96da23cc88
feat(icons): added hospital ( #1952 )
...
* feat(icons): added hospital
* chore(icons): add some extra icons
* chore(icons): add contributors
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
0.356.0
2024-03-11 15:00:43 +01:00
Karsa
78182c3573
fix(icons): updates crown to look more Lucide-y ( #1947 )
...
Co-authored-by: Karsa <karsa@sztaki.hu >
0.355.0
2024-03-11 14:59:06 +01:00
Eric Fennis
02f8f5a1c1
Update sandpack ( #1968 )
2024-03-11 14:21:03 +01:00
Jakob Guddas
16ee591f49
fix(icons): optimized hotel icon ( #1951 )
...
* Updated icons/hotel.svg
* Updated icons/hotel.json
0.354.0
2024-03-09 15:21:39 +01:00
Han Yeong-woo
5378156833
fix(lucide-solid): use jsx for exports too ( #1970 )
2024-03-09 14:11:25 +01:00
Karsa
7b76078792
feat(icons): added ham icon ( #1949 )
...
Co-authored-by: Karsa <karsa@sztaki.hu >
0.353.0
2024-03-09 10:42:01 +01:00
Karsa
e2af1af4f9
fix(packages/lucide-solid): use jsx extension for solid build ( #1964 )
...
Co-authored-by: Karsa <karsa@sztaki.hu >
2024-03-09 10:41:06 +01:00
Jakob Guddas
c9513d0bf4
Update 02_bug_report.yml ( #1967 )
2024-03-09 10:40:22 +01:00
Karsa
6fbd5ee06a
chore(icons): update icon names to match naming guidelines no. 7 to 9 ( #1906 )
...
* Update icon names to match naming guidelines no. 7 to 9
Update and extend rename icon helper script.
* Ran prettier
* Refactor rename scripts so that simplegit import doesn't cause other helper script usages to crash.
* Revert renaming key-square
* Revert renaming message-circle|square
* Fix square-dashed-kanban
* Optimize circle power
* pnpm rename square-dashed-bottom-scissors square-bottom-dashed-scissors
* Fix linting
* Fix file name linting issues via cspell configuration
* Rename unlock => lock-open
* Rename (square|circle)-check-2 => (square|circle)-check-small
* pnpm rename code-2 code-xml
pnpm rename contact-2 contact-round
* rename test-tube-2 test-tube-diagonal
rename mic-2 mic-vocal
rename loader-2 loader-circle
rename test-tube-2 test-tube-diagonal
rename school-2 university
* fix icons linting
* rename ice-cream => ice-cream-cone
rename ice-cream-2 => ice-cream-bowl
rename laptop-2 => laptop-abstract
* renamePattern "^(square|circle)-arrow-([a-z-]+)-from$" "\\1-arrow-out-\\2"
* rename wand-2 => wand-sparkles
* Update university.json tags.
* fix(icons): renamePattern '^(.+)-abstract$' '\1-minimal' --add-alias=false
feat(scripts): added yargs option parsing to renamePattern
* fix(packages): Remove protractor and puppeteer from lucide-angular, they are no longer in use but cause pnpm install to fail
* Lint fix, this is starting to get ridiculous.
* fix(packages): fix lucide-angular karma config.
* chore(icons): renamePattern '^(square|circle)-check$' '\1-check-big'
chore(icons): renamePattern '^(square|circle)-check-small$' '\1-check'
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
0.352.0
2024-03-08 16:55:46 +01:00
Karsa
d8773827fb
hotfix(icons): remove circle-ellipsis alias from circle-ellipsis ( #1961 )
2024-03-08 16:46:56 +01:00
Daniel Bayley
bc1843f767
chore(icons): sort out more/ellipsis… icons/metadata ( #1459 )
...
* Add `more-horizontal-rectangle` icon
* Refine `circle-ellipsis` icon
* Rename `circle-ellipsis` to `more-circle`
* Improve `more` icons metadata
* Revert "Refine `circle-ellipsis` icon"
This reverts commit 973db1e140 .
* Revert "Add `more-horizontal-rectangle` icon"
This reverts commit 3960c6ee0c .
* Rename `more-circle` to `more-horizontal-circle`
* Rename `form-input` to `more-horizontal-rectangle`
* Improve metadata
* Rename `more-horizontal-circle` to `ellipsis-circle`
* Rename `more-horizontal-rectangle` to `ellipsis-rectangle`
* Rename `more-horizontal` to `ellipsis`
* Rename `more-vertical` to `ellipsis-vertical`
* Fix lint issues
* Rename vertical ellipsis
* formatting
* Rename circle-ellipsis
* Rename rectangle ellipsis
* Revert "Rename vertical ellipsis"
This reverts commit acb80b75f8 .
* Add EOFs
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-03-08 15:32:35 +01:00
Karsa
07aefe3b88
feat(icons): add briefcase-medical & briefcase-business ( #1954 )
...
* feat(icons): add briefcase-medical & briefcase-business
* chore(icons): add extra tag to briefcase-business.json
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
0.351.0
2024-03-08 15:28:45 +01:00
Eric Fennis
76d449a974
Aliases redirect on site ( #1959 )
...
* test aliases
* test
* Add redirect routes
* Formatting
2024-03-08 15:20:15 +01:00
Karsa
dd39fa328c
Update cannabis.json ( #1946 )
2024-03-07 10:40:20 +01:00
Bernardo Ferrari
0cf568c38b
fix(icons): play icon uncentered ( #1834 )
...
* Fix play.svg
* Update play.svg
---------
Co-authored-by: Karsa <contact@karsa.org >
0.350.0
2024-03-07 08:21:30 +01:00
Jakob Guddas
a8b8dfc58e
fix(icons): optimized and closed gaps in file-pie-chart icon ( #1939 )
...
* Updated icons/file-pie-chart.svg
* Updated icons/file-pie-chart.json
* Updated icons/file-pie-chart.svg
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.349.0
2024-03-06 22:16:52 +01:00
Jakob Guddas
41dde6b574
fix(icons): added round corner to file-volume icon ( #1940 )
...
* Updated icons/file-volume.svg
* Updated icons/file-volume.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-03-06 22:16:47 +01:00
Jakob Guddas
ae35ca256c
fix(icons): added round corner to file-search icon ( #1941 )
...
* Updated icons/file-search.svg
* Updated icons/file-search.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-03-06 22:16:41 +01:00
Eric Fennis
38142f24a5
Update metadata ( #1943 )
2024-03-06 22:16:23 +01:00
Eric Fennis
b16f70993a
workflow: Update stale workflow
2024-03-06 21:39:39 +01:00
Eric Fennis
ad1accb2e3
refactor: Adds repo shared package @lucide/shared ( #1904 )
...
* Fixed import of toKebabCase helper function
* Added utils package
* utils
* Make utils package work in build
* Add lucide-shared
* Transpile solid with esbuild
* Fix resolve modules
* Cleanup
* Format files
* Fix properties plugins function
* Fix properties plugins in lucide package
* Revert remove resolve plugin and cleanup
* Update snapshots
* Revert icon changes
---------
Co-authored-by: Rohan <rohancrrm@gmail.com >
2024-03-06 21:03:12 +01:00
Jakob Guddas
d255c6ac4e
fix: readded gap between x-ray preview comment icons. ( #1915 )
...
* fix: readded gap between x-ray preview comment icons.
* feat: keep size 400px
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-03-06 21:00:26 +01:00
Jakob Guddas
d67ef7b0ca
feat(icons): add cannabis icon ( #1901 )
...
* Added icons/cannabis.svg
* Added icons/cannabis.json
* Updated icons/cannabis.svg
* Updated icons/cannabis.json
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.348.0
2024-03-06 20:59:25 +01:00
Karsa
198ccb8430
fix(icons): increased rounding of zap icons ( #1936 )
...
* fix(icons): add more Lucide-ish rounding to zap icons
* chore(icons): optimise zap-off manually
* chore(icons): fix linting
* Update icons/zap-off.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
* Update icons/zap.svg
Co-authored-by: Jakob Guddas <github@jguddas.de >
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
Co-authored-by: Jakob Guddas <github@jguddas.de >
0.347.0
2024-03-06 20:58:17 +01:00
Eric Fennis
ce1b5bdefa
style: Fix formatting
2024-03-06 20:54:55 +01:00
Daniel Bayley
45aa928369
Optimise/refine radio[-tower]/add airdrop/Apple/mac/iOS/app related icons ( #1514 )
...
* Add `airdrop` icon
* Optimise `radio` icon
* Refine `radio-tower` icon
* Add `airplay` icon
* Add `dock` (desktop) icon
* Improve metadata
* Optimise `podcast` icon
* Add `app-window-mac` icon
* Update icons/radio.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/radio-tower.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/podcast.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/radio-tower.svg
Co-authored-by: Karsa <contact@karsa.org >
* Update icons/radio.svg
Co-authored-by: Karsa <contact@karsa.org >
* Revert "Add `airdrop` icon"
This reverts commit af60a17784 .
* Revert radio and radio-tower changes
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <contact@karsa.org >
0.346.0
2024-03-06 20:29:21 +01:00
Daniel Bayley
93dc356fa1
Add rotate/resize element icons ( #1516 )
...
* Add `proportions` icon
* Improve metadata
* Add `rotate-cw-square` icon
* Add `rotate-ccw-square` icon
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.345.0
2024-03-06 20:13:53 +01:00
Jakob Guddas
a0aa132682
Updated icons/keyboard.svg ( #1930 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
0.344.0
2024-03-01 11:40:56 +01:00
Karsa
1a4dd64862
feat(icons): redesign brain and related icons ( #1902 )
...
* Update brain and related icons
* Update central line and increase in size
---------
Co-authored-by: Karsa <karsa@sztaki.hu >
0.343.0
2024-02-28 16:53:48 +01:00
Jakob Guddas
3481f70ad7
feat: added 16x16 sub grid to svg preview component ( #1914 )
...
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
2024-02-28 16:52:12 +01:00
Daniel Bayley
024f21e896
Add bot-message-square (chatbot) icon ( #1709 )
0.342.0
2024-02-28 16:35:25 +01:00
Jakob Guddas
c30ccd472e
fix(icons): update goal icon ( #1924 )
...
* Updated icons/goal.svg
* Updated icons/goal.json
2024-02-27 10:17:59 +01:00
Wojciech Maj
28ec03ebc8
Add support for react-native-svg ^15.0.0 ( #1929 )
2024-02-27 10:13:42 +01:00
Eric Fennis
ab3a31367a
feat(site): adds virtual scrolling to icons grid and categories ( #1911 )
...
* Add virtual scrolling icons page
* improve scrolling
* Small fixes in the routing
* Cleanup
* Fix routing issue
* Remove log
* Cleanup
* Cleanup
* Show search results in sidebar
* Improve alphabetical list
* Add whitespace
* Extract logic into a composable and fix icon selection
* Formatting
2024-02-27 10:09:52 +01:00
Karsa
148bae88d8
feat(icons): added globe-lock icon ( #1587 )
...
* Added globe-lock icon
* feat(icons): Added globe-lock, renamed globe-2 to earth, and added earth-lock
* feat(icons): Added globe as a tag to earth
---------
Co-authored-by: Eric Fennis <eric.fennis@gmail.com >
Co-authored-by: Karsa <karsa@sztaki.hu >
0.341.0
2024-02-26 09:53:04 +01:00
Chaoying
ca4a38ba85
Fix import statements ( #1922 )
2024-02-25 19:04:23 +01:00