Skip to content

Commit 126a8af

Browse files
authored
fix(table-columns, table-rows): add icons (#274)
* fix(view-columns): add icon * fix(table-columns, table-rows): add icons
1 parent 7f6ec9d commit 126a8af

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ exports[`generate > \`/src/components/index.ts\` file > has exports that match t
150150
"SubscriptIcon",
151151
"SuperscriptIcon",
152152
"SupportIcon",
153+
"TableColumnsIcon",
154+
"TableRowsIcon",
153155
"TableIcon",
154156
"TasklistIcon",
155157
"TeamIcon",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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>

svg/solid/table-columns.svg

+3
Loading

svg/solid/table-rows.svg

+3
Loading

0 commit comments

Comments
 (0)