Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos and unify names #14

Closed
wants to merge 1 commit into from

Conversation

sparecycles
Copy link

current changes are minimized, still some differences between outline and solid...

As a rough estimate, the diff of the filenames done as follows is 54 lines with the current changes, and 199 lines in the current mainline.

(cd solid; find . -type f) | sort >solid.txt; (cd outline; find . -type f) | sort >outline.txt ; diff solid.txt outline.txt | wc -l

Full manifest of remaining differences is as follows:

(cd solid; find . -type f) | sort >solid.txt; (cd outline; find . -type f) | sort >outline.txt ; diff solid.txt outline.txt
15a16
> ./arrows/arrow-up-right-down-left.svg
36a38
> ./arrows/redo.svg
42,60c44
< ./brands/apple.svg
< ./brands/css.svg
< ./brands/discord.svg
< ./brands/dribbble.svg
< ./brands/dropbox.svg
< ./brands/facebook.svg
< ./brands/flowbite.svg
< ./brands/github.svg
< ./brands/google.svg
< ./brands/html.svg
< ./brands/linkedin.svg
< ./brands/npm.svg
< ./brands/react.svg
< ./brands/stackoverflow.svg
< ./brands/tailwind.svg
< ./brands/twitter.svg
< ./brands/vue.svg
< ./brands/x-company.svg
< ./brands/youtube.svg
---
> ./arrows/undo.svg
90d73
< ./file-folders/file-copy-alt.svg
137d119
< ./general/calendar-plus.svg
140d121
< ./general/chart-line-down.svg
159a141
> ./general/command.svg
166a149
> ./general/edit.svg
174a158
> ./general/flag.svg
183d166
< ./general/image-content.svg
201a185
> ./general/message-dots.svg
211d194
< ./general/pen-to-square.svg
252d234
< ./media/pause.svg
256a239
> ./text/indent.svg
261a245,246
> ./text/outdent.svg
> ./text/paragraph.svg
263a249,250
> ./text/text-size.svg
> ./text/text-slash.svg

current changes are minimized:

```
(cd solid; find . -type f) | sort >solid.txt; (cd outline; find . -type f) | sort >outline.txt ; diff solid.txt outline.txt
15a16
> ./arrows/arrow-up-right-down-left.svg
36a38
> ./arrows/redo.svg
42,60c44
< ./brands/apple.svg
< ./brands/css.svg
< ./brands/discord.svg
< ./brands/dribbble.svg
< ./brands/dropbox.svg
< ./brands/facebook.svg
< ./brands/flowbite.svg
< ./brands/github.svg
< ./brands/google.svg
< ./brands/html.svg
< ./brands/linkedin.svg
< ./brands/npm.svg
< ./brands/react.svg
< ./brands/stackoverflow.svg
< ./brands/tailwind.svg
< ./brands/twitter.svg
< ./brands/vue.svg
< ./brands/x-company.svg
< ./brands/youtube.svg
---
> ./arrows/undo.svg
90d73
< ./file-folders/file-copy-alt.svg
137d119
< ./general/calendar-plus.svg
140d121
< ./general/chart-line-down.svg
159a141
> ./general/command.svg
166a149
> ./general/edit.svg
174a158
> ./general/flag.svg
183d166
< ./general/image-content.svg
201a185
> ./general/message-dots.svg
211d194
< ./general/pen-to-square.svg
252d234
< ./media/pause.svg
256a239
> ./text/indent.svg
261a245,246
> ./text/outdent.svg
> ./text/paragraph.svg
263a249,250
> ./text/text-size.svg
> ./text/text-slash.svg
```
@NiklasPor
Copy link

Awesome, the space in the video file svg was killing one of my tools 👀

@sparecycles
Copy link
Author

I see many of the issues raised here are fixed.

Here are the current inconsistencies between outline and solid (collapsed)
(cd solid; find . -type f) | sort >solid.txt; (cd outline; find . -type f) | sort >outline.txt ; diff solid.txt outline.txt
4c4
< ./arrows/angle-top.svg
---
> ./arrows/angle-up.svg
9d8
< ./arrows/arrow-right-arrow-left.svg
13a13
> ./arrows/arrow-up-from-bracket.svg
15a16,17
> ./arrows/arrows-repeat-count.svg
> ./arrows/arrows-repeat.svg
34a37
> ./arrows/refresh.svg
37d39
< ./arrows/rotate.svg
38a41
> ./arrows/sort-horizontal.svg
41,59d43
< ./brands/X.svg
< ./brands/apple.svg
< ./brands/css.svg
< ./brands/discord.svg
< ./brands/dribbble.svg
< ./brands/dropbox.svg
< ./brands/facebook.svg
< ./brands/flowbite.svg
< ./brands/github.svg
< ./brands/google.svg
< ./brands/html.svg
< ./brands/linkedin.svg
< ./brands/npm.svg
< ./brands/react.svg
< ./brands/stackoverflow.svg
< ./brands/tailwind.svg
< ./brands/twitter.svg
< ./brands/vue.svg
< ./brands/youtube.svg
78c62
< ./emoji/face-laughz.svg
---
> ./emoji/face-laugh.svg
94d77
< ./file:folders/file-icvoice.svg
96a80
> ./file:folders/file-invoice.svg
132a117
> ./general/bullhorn.svg
135a121
> ./general/chart-line-down.svg
139a126
> ./general/check-circle.svg
142d128
< ./general/circle check.svg
191a178
> ./general/magic-wand.svg
193c180
< ./general/map-pin-alt.svg
---
> ./general/map-location.svg
199c186
< ./general/mobile phone.svg
---
> ./general/mobile-phone.svg
207d193
< ./general/pie-chart.svg
210a197
> ./general/restore-window.svg
211a199
> ./general/ruler-combined.svg
225a214
> ./general/truck.svg
229d217
< ./general/window-restore.svg
234a223
> ./media/Grid (24x24px).svg
245d233
< ./media/pause.svg

I haven't reviewed the icons in question, but purely based on the names I expect these are the remaining mistakes.

> ./arrows/refresh.svg
< ./arrows/rotate.svg

< ./emoji/face-laughz.svg
> ./emoji/face-laugh.svg

< ./file:folders/file-icvoice.svg
> ./file:folders/file-invoice.svg

> ./general/check-circle.svg
< ./general/circle check.svg

< ./general/map-pin-alt.svg
> ./general/map-location.svg

< ./general/mobile phone.svg
> ./general/mobile-phone.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants