@testgorilla/tgo-ui 8.14.0 → 8.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/icon/index.d.ts +1 -1
- package/components/inline-field/index.d.ts +2 -2
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs +11 -5
- package/fesm2022/testgorilla-tgo-ui-components-icon.mjs.map +1 -1
- package/mcp/catalog.json +1 -1
- package/package.json +1 -1
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-average-filled.svg +4 -0
- package/projects/tgo-canopy-ui/assets/icons/rebrand/Thumb-average-in-line.svg +3 -0
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 17.4535L8 8.42849L15.025 6.45349L23 9.45349C23 10.0202 22.8 10.4952 22.4 10.8785C22 11.2618 21.5333 11.4535 21 11.4535L14.15 11.4535C14.1 11.4535 14.0417 11.4577 13.975 11.466C13.9083 11.4743 13.8583 11.4868 13.825 11.5035L11.9 12.1785L12.225 13.1535L13.825 12.5285C13.8917 12.4952 13.9458 12.4743 13.9875 12.466C14.0292 12.4577 14.0917 12.4535 14.175 12.4535L16.8 12.4535C17.1167 12.4535 17.3958 12.5618 17.6375 12.7785C17.8792 12.9952 18 13.2785 18 13.6285C18 13.8618 17.9292 14.0868 17.7875 14.3035C17.6458 14.5202 17.4583 14.6702 17.225 14.7535L10.3 17.3285C10.1833 17.3618 10.0667 17.391 9.95 17.416C9.83333 17.441 9.71667 17.4535 9.6 17.4535L8 17.4535Z" fill="currentColor"/>
|
|
3
|
+
<path d="M2 17.4535L2 6.45349L6 6.45349L6 17.4535L2 17.4535Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8 10.4535L14.95 8.55349L20.9 10.4035C20.8167 10.5535 20.6958 10.6827 20.5375 10.791C20.3792 10.8993 20.2 10.9535 20 10.9535H14.95C14.5 10.9535 14.1417 10.9702 13.875 11.0035C13.6083 11.0368 13.3333 11.1035 13.05 11.2035L10.725 11.9785L11.275 13.9285L13.3 13.2535C13.5833 13.1702 13.9167 13.1035 14.3 13.0535C14.6833 13.0035 15.25 12.9702 16 12.9535C16 13.1368 15.9458 13.3118 15.8375 13.4785C15.7292 13.6452 15.6 13.7535 15.45 13.8035L9.6 15.9535H8V10.4535ZM2 6.95349V17.9535H9.6C9.71667 17.9535 9.83333 17.941 9.95 17.916C10.0667 17.891 10.175 17.8618 10.275 17.8285L16.15 15.6535C16.7 15.4535 17.1458 15.1035 17.4875 14.6035C17.8292 14.1035 18 13.5535 18 12.9535H20C20.8333 12.9535 21.5417 12.6785 22.125 12.1285C22.7083 11.5785 23 10.8535 23 9.95349V8.95349L15 6.45349L8 8.40349V6.95349H2ZM4 8.95349H6V15.9535H4V8.95349Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|