@comercti/icons-hmg 0.0.35 → 0.0.36

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/favicon.svg ADDED
@@ -0,0 +1,9 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M27.7653 17.0821C27.6373 17.0821 27.5235 17.1573 27.4702 17.2728C26.7875 18.7123 25.3084 19.7128 23.5911 19.7128C23.2462 19.7128 22.9137 19.6866 22.5849 19.6201C21.0506 19.307 19.6569 18.1071 17.9946 14.5948C16.2542 10.9198 13.952 7 8.63821 7C4.54044 7 1.09866 9.82313 0.218666 13.596C0.0764443 14.2083 0 14.8449 0 15.4991C0 18.4185 1.52178 21.1436 3.99466 22.6986C4.16355 22.8053 4.3911 22.7389 4.46933 22.5569L5.95199 19.1041C6.00532 18.9799 5.9751 18.833 5.87021 18.7455C4.92088 17.9479 4.35555 16.762 4.35555 15.5009C4.35555 15.1371 4.40177 14.7855 4.49066 14.4479C4.9671 12.6323 6.64532 11.2872 8.63821 11.2872C10.6311 11.2872 11.9964 12.0795 14.0462 16.4069C15.4684 19.412 17.5591 22.7931 21.3902 23.7411C22.0675 23.909 22.8 24 23.5911 24C27.6622 24 31.0826 21.2136 31.9911 17.4792C32.0391 17.278 31.8879 17.0839 31.6782 17.0839H27.7653V17.0821Z" fill="url(#paint0_linear_12563_21373)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_12563_21373" x1="4.87999" y1="12.3174" x2="21.7735" y2="22.4825" gradientUnits="userSpaceOnUse">
5
+ <stop offset="0.35" stop-color="#AECC56"/>
6
+ <stop offset="0.66" stop-color="#60AB56"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
package/index.d.ts CHANGED
@@ -136,6 +136,7 @@ import { default as cornerrightdown } from './cornerrightdown.svg?raw';
136
136
  import { default as cornerrightup } from './cornerrightup.svg?raw';
137
137
  import { default as cornerupleft } from './cornerupleft.svg?raw';
138
138
  import { default as cornerupright } from './cornerupright.svg?raw';
139
+ import { default as creditCard1 } from './creditCard1.svg?raw';
139
140
  import { default as cube01 } from './cube01.svg?raw';
140
141
  import { default as cube02 } from './cube02.svg?raw';
141
142
  import { default as cube03 } from './cube03.svg?raw';
@@ -699,6 +700,8 @@ export { cornerupleft }
699
700
 
700
701
  export { cornerupright }
701
702
 
703
+ export { creditCard1 }
704
+
702
705
  export { cube01 }
703
706
 
704
707
  export { cube02 }
@@ -1353,5 +1356,6 @@ declare module 'vue' {
1353
1356
  interface GlobalComponents {
1354
1357
  'ce-avatar': typeof AvatarComponent;
1355
1358
  'ce-filter-group': typeof FilterGroupComponent;
1359
+ 'ce-badge': typeof BadgeComponent;
1356
1360
  }
1357
1361
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",