@abqm-ds/icons 4.0.4 → 4.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abqm-ds/icons",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,24 @@
1
+ import type { SVGProps } from 'react';
2
+ const TrophyFillIcon = (props: SVGProps<SVGSVGElement>) => (
3
+ <svg
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ width="1em"
6
+ height="1em"
7
+ fill="none"
8
+ viewBox="0 0 24 24"
9
+ {...props}
10
+ >
11
+ <g clipPath="url(#trophy-fill_svg__a)">
12
+ <path
13
+ fill={props?.fill ? props.fill : '#1E1E1E'}
14
+ d="M3.75.75A.75.75 0 0 1 4.5 0h15a.75.75 0 0 1 .75.75q-.001 1.21-.05 2.304a4.5 4.5 0 1 1-1.7 8.835c-1.185 2.798-2.817 4.166-4.25 4.517v3.259l2.138.534c.29.072.565.202.805.382l2.757 2.069A.75.75 0 0 1 19.5 24h-15a.75.75 0 0 1-.45-1.35l2.757-2.068c.24-.18.515-.311.806-.383l2.137-.534v-3.26c-1.432-.35-3.064-1.719-4.25-4.518a4.5 4.5 0 1 1-1.697-8.834A50 50 0 0 1 3.75.75M3.9 4.56a3 3 0 0 0 1.08 5.903c-.5-1.575-.882-3.52-1.08-5.903m15.124 5.903a3 3 0 0 0 1.08-5.903c-.2 2.385-.582 4.328-1.08 5.903"
15
+ />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="trophy-fill_svg__a">
19
+ <path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
20
+ </clipPath>
21
+ </defs>
22
+ </svg>
23
+ );
24
+ export default TrophyFillIcon;
@@ -43,6 +43,7 @@ export { default as SearchIcon } from './SearchIcon';
43
43
  export { default as ShareIcon } from './ShareIcon';
44
44
  export { default as SpinnerRingResizeIcon } from './SpinnerRingResizeIcon';
45
45
  export { default as StarIcon } from './StarIcon';
46
+ export { default as TrophyFillIcon } from './TrophyFillIcon';
46
47
  export { default as TrophyIcon } from './TrophyIcon';
47
48
  export { default as XIcon } from './XIcon';
48
49
  export { default as YoutubeIcon } from './YoutubeIcon';
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4_3545)">
3
+ <path d="M3.75008 0.75C3.75008 0.551088 3.8291 0.360322 3.96975 0.21967C4.1104 0.0790176 4.30117 0 4.50008 0L19.5001 0C19.699 0 19.8898 0.0790176 20.0304 0.21967C20.1711 0.360322 20.2501 0.551088 20.2501 0.75C20.2501 1.557 20.2321 2.325 20.1991 3.054C20.7918 3.15215 21.3588 3.36798 21.8668 3.68877C22.3747 4.00956 22.8133 4.42882 23.1567 4.92181C23.5 5.41481 23.7411 5.97156 23.8659 6.55924C23.9906 7.14692 23.9964 7.75362 23.8829 8.34358C23.7694 8.93353 23.539 9.49479 23.2051 9.99426C22.8713 10.4937 22.4408 10.9213 21.939 11.2517C21.4373 11.5822 20.8745 11.8088 20.2838 11.9182C19.693 12.0277 19.0864 12.0177 18.4996 11.889C17.3146 14.6865 15.6826 16.0545 14.2501 16.4055V19.665L16.3876 20.199C16.6786 20.271 16.9531 20.4015 17.1931 20.5815L19.9501 22.65C20.076 22.7444 20.169 22.8761 20.216 23.0264C20.2629 23.1766 20.2614 23.3378 20.2116 23.4872C20.1618 23.6365 20.0663 23.7664 19.9386 23.8584C19.8109 23.9505 19.6575 24 19.5001 24H4.50008C4.34267 24 4.18925 23.9505 4.06155 23.8584C3.93385 23.7664 3.83835 23.6365 3.78857 23.4872C3.73879 23.3378 3.73726 23.1766 3.7842 23.0264C3.83113 22.8761 3.92415 22.7444 4.05008 22.65L6.80708 20.5815C7.04708 20.4015 7.32158 20.271 7.61258 20.199L9.75008 19.665V16.4055C8.31758 16.0545 6.68558 14.6865 5.50058 11.8875C4.91346 12.0169 4.30635 12.0274 3.71512 11.9183C3.12388 11.8092 2.5605 11.5827 2.05825 11.2523C1.556 10.9218 1.12506 10.494 0.79089 9.99424C0.456717 9.49445 0.226085 8.93276 0.112613 8.34235C-0.000858869 7.75193 0.00513096 7.14476 0.130229 6.5567C0.255327 5.96864 0.496996 5.41161 0.840963 4.91851C1.18493 4.4254 1.62422 4.00623 2.1329 3.68573C2.64157 3.36523 3.20931 3.14992 3.80258 3.0525C3.76727 2.28551 3.74976 1.5178 3.75008 0.75ZM3.89858 4.56C3.11586 4.70322 2.42209 5.1515 1.96989 5.80624C1.5177 6.46098 1.34411 7.26853 1.48733 8.05125C1.63055 8.83397 2.07883 9.52774 2.73357 9.97994C3.38831 10.4321 4.19586 10.6057 4.97858 10.4625C4.47908 8.8875 4.09658 6.9435 3.89858 4.56ZM19.0231 10.4625C19.8058 10.6057 20.6134 10.4321 21.2681 9.97994C21.9228 9.52774 22.3711 8.83397 22.5143 8.05125C22.6575 7.26853 22.484 6.46098 22.0318 5.80624C21.5796 5.1515 20.8858 4.70322 20.1031 4.56C19.9036 6.945 19.5211 8.8875 19.0231 10.4625Z" fill="#1E1E1E"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_4_3545">
7
+ <rect width="24" height="24" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>