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(table-columns, table-rows): add icons #274

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
"SubscriptIcon",
"SuperscriptIcon",
"SupportIcon",
"TableColumnsIcon",
"TableRowsIcon",
"TableIcon",
"TasklistIcon",
"TeamIcon",
Expand Down
1 change: 1 addition & 0 deletions src/tests/__snapshots__/TableColumnsIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-17a05a4f="" class="kui-icon table-columns-icon" data-testid="kui-icon-wrapper-table-columns-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-17a05a4f="" data-testid="kui-icon-svg-table-columns-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-17a05a4f="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-17a05a4f="" d="M3.0249 17.75V7.75C3.0249 7.2 3.22074 6.72917 3.6124 6.3375C4.00407 5.94583 4.4749 5.75 5.0249 5.75H18.9999C19.5499 5.75 20.0207 5.94583 20.4124 6.3375C20.8041 6.72917 20.9999 7.2 20.9999 7.75V17.75C20.9999 18.3 20.8041 18.7708 20.4124 19.1625C20.0207 19.5542 19.5499 19.75 18.9999 19.75H5.0249C4.4749 19.75 4.00407 19.5542 3.6124 19.1625C3.22074 18.7708 3.0249 18.3 3.0249 17.75ZM4.9999 17.75H8.3249V7.75H4.9999V17.75ZM10.3249 17.75H13.6499V7.75H10.3249V17.75ZM15.6499 17.75H18.9749V7.75H15.6499V17.75Z" fill="currentColor"></path></svg></span>
1 change: 1 addition & 0 deletions src/tests/__snapshots__/TableRowsIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-f0fe98d8="" class="kui-icon table-rows-icon" data-testid="kui-icon-wrapper-table-rows-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-f0fe98d8="" data-testid="kui-icon-svg-table-rows-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-f0fe98d8="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-f0fe98d8="" d="M19 19V16H5V19H19ZM19 14V10H5V14H19ZM19 8V5H5V8H19ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5Z" fill="currentColor"></path></svg></span>
1 change: 1 addition & 0 deletions src/tests/__snapshots__/ViewColumnsIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<span data-v-d619dc6c="" class="kui-icon view-columns-icon" data-testid="kui-icon-wrapper-view-columns-icon" style="box-sizing: border-box; color: rgb(0, 68, 244); display: inline-flex; height: 32px; line-height: 0; width: 32px;"><svg data-v-d619dc6c="" data-testid="kui-icon-svg-view-columns-icon" fill="none" height="100%" role="img" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg"><title data-v-d619dc6c="" data-testid="kui-icon-svg-title">My custom title</title><path data-v-d619dc6c="" d="M3 19V5H8.325V19H3ZM9.325 19V5H14.65V19H9.325ZM15.65 19V5H20.975V19H15.65Z" fill="currentColor"></path></svg></span>
3 changes: 3 additions & 0 deletions svg/solid/table-columns.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svg/solid/table-rows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.