Skip to content
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
2 changes: 2 additions & 0 deletions projects/ion/src/lib/icon/svgs/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ import {
trash,
trophy,
tv,
table,
union,
up,
up3,
Expand Down Expand Up @@ -733,6 +734,7 @@ export const iconsPaths: Record<string, string> = {
trash,
tv,
trophy,
table,
union,
up,
up3,
Expand Down
1 change: 1 addition & 0 deletions projects/ion/src/lib/icon/svgs/iconsText/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export { default as total } from './total';
export { default as trash } from './trash';
export { default as trophy } from './trophy';
export { default as tv } from './tv';
export { default as table } from './table';
export { default as union } from './union';
export { default as up } from './up';
export { default as up3 } from './up3';
Expand Down
1 change: 1 addition & 0 deletions projects/ion/src/lib/icon/svgs/iconsText/table.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default `<path fill-rule="evenodd" clip-rule="evenodd" d="M10.516 2C10.9907 2 11.387 2 11.7109 2.02645C12.0485 2.05404 12.3656 2.11369 12.6653 2.26644C13.1252 2.50077 13.4992 2.87476 13.7336 3.33468C13.8863 3.63448 13.946 3.9515 13.9736 4.28918C14 4.61296 14 5.00924 14 5.48405V10.516C14 10.9908 14 11.387 13.9736 11.7108C13.946 12.0485 13.8863 12.3655 13.7336 12.6653C13.4992 13.1252 13.1252 13.4992 12.6653 13.7336C12.3656 13.8863 12.0485 13.946 11.7109 13.9736C11.387 14 10.9907 14 10.516 14H5.48405C5.00928 14 4.61296 14 4.28914 13.9736C3.9515 13.946 3.63444 13.8863 3.33472 13.7336C2.87476 13.4992 2.50081 13.1252 2.26644 12.6653C2.11369 12.3655 2.05404 12.0485 2.02645 11.7108C2 11.387 2 10.9908 2 10.516V5.48405C2 5.00924 2 4.61296 2.02645 4.28918C2.05404 3.9515 2.11369 3.63448 2.26644 3.33468C2.50081 2.87476 2.87476 2.50077 3.33472 2.26644C3.63444 2.11369 3.9515 2.05404 4.28914 2.02645C4.61296 2 5.00928 2 5.48405 2H10.516ZM3.33333 5.51111C3.33333 5.00228 3.33382 4.66077 3.35531 4.39775C3.37622 4.14254 3.41341 4.02051 3.45443 3.94002C3.56095 3.73096 3.73096 3.56095 3.94002 3.45443C4.02051 3.41341 4.14258 3.37618 4.39779 3.35535C4.66073 3.33386 5.00228 3.33333 5.51115 3.33333H8.66667V5.55554H3.33333V5.51111ZM10.4889 3.33333C10.9977 3.33333 11.3393 3.33386 11.6022 3.35535C11.8575 3.37618 11.9795 3.41341 12.06 3.45443C12.269 3.56095 12.439 3.73096 12.5456 3.94002C12.5866 4.02051 12.6238 4.14254 12.6447 4.39775C12.6572 4.55074 12.6626 4.73031 12.665 4.95394C12.6666 5.11471 12.6667 5.29826 12.6667 5.51111V5.55554H8.66667V3.33333H10.4889ZM10.4889 12.6667C10.9977 12.6667 11.3393 12.6661 11.6022 12.6447C11.8575 12.6238 11.9795 12.5866 12.06 12.5456C12.269 12.439 12.439 12.269 12.5456 12.06C12.5866 11.9795 12.6238 11.8575 12.6447 11.6023C12.6662 11.3392 12.6667 10.9977 12.6667 10.4889V10.4445H8.66667V12.6667H10.4889ZM3.33333 10.4889C3.33333 10.9977 3.33382 11.3392 3.35531 11.6023C3.37622 11.8575 3.41341 11.9795 3.45443 12.06C3.56095 12.269 3.73096 12.439 3.94002 12.5456C4.02051 12.5866 4.14258 12.6238 4.39779 12.6447C4.66073 12.6661 5.00228 12.6667 5.51115 12.6667H7.33333V10.4445H3.33333V10.4889ZM3.33333 6.88888V9.11112H7.33333V6.88888H3.33333ZM8.66667 6.88888V9.11112H12.6667V6.88888H8.66667Z"/>`;
Loading