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

feat: Add money and text bold, italic, strikethrough and underline icons #116

Merged
merged 9 commits into from
Jul 9, 2024

Conversation

henrik-stahl
Copy link
Contributor

Added five new icons and updated the default-icon-descriptions.js file. What's left is to run pnpm i18n:get-sorted-locales and pnpm build.

@@ -2254,6 +2264,11 @@ export default {
id: "icon.title.stove",
comment: "Title for stove icon"
},
strikethrough: {
message: "Strikethrough",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Strikethrough text"?

@@ -2464,6 +2479,11 @@ export default {
id: "icon.title.umbrella",
comment: "Title for umbrella icon"
},
underline: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Underline text"?

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="32" fill="none" viewBox="0 0 36 32">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong viewBox and width values... should be set to 32.

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
<g clip-path="url(#a)">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clipPaths and defs should be removed. Applies to all text-underline, text-bold, text-italic and text-strikethrough icons in this PR.

@magnuh magnuh marked this pull request as draft July 8, 2024 09:59
@magnuh magnuh changed the title feat: Add-new-icons feat: Add money and text bold, italic, strikethrough and underline icons Jul 9, 2024
@magnuh magnuh self-assigned this Jul 9, 2024
@magnuh magnuh marked this pull request as ready for review July 9, 2024 13:39
@magnuh magnuh requested review from magnuh and a team July 9, 2024 13:39
@magnuh magnuh merged commit 181d6de into next Jul 9, 2024
1 check passed
@magnuh magnuh deleted the add-new-icons branch July 9, 2024 14:12
github-actions bot pushed a commit that referenced this pull request Jul 9, 2024
# [2.1.0-next.1](v2.0.3-next.4...v2.1.0-next.1) (2024-07-09)

### Features

* Add money and text bold, italic, strikethrough and underline icons  ([#116](#116)) ([181d6de](181d6de))
github-actions bot pushed a commit that referenced this pull request Aug 15, 2024
# [2.1.0](v2.0.2...v2.1.0) (2024-08-15)

### Bug Fixes

* Add translations that were gone from crowdin ([#114](#114)) ([9c01b01](9c01b01))
* Adjust which hex values to be replaced with 'currentColor' ([#120](#120)) ([462765e](462765e))
* bump pnpm version 8 to 9 ([82354bf](82354bf))
* Change to correct size 16 Tag icon ([#122](#122)) ([4d9fa88](4d9fa88))
* Check for process variable and removed undefined texts ([#126](#126)) ([7e2c9ca](7e2c9ca))
* support danish locale ([#112](#112)) ([9fca432](9fca432))

### Features

* Add money and text bold, italic, strikethrough and underline icons  ([#116](#116)) ([181d6de](181d6de))
* revert some rimrafs as they removed output ([5c79ab3](5c79ab3))
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.

3 participants