@abqm-ds/icons 1.0.18 → 1.0.20
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +256 -205
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +254 -205
- package/package.json +1 -1
- package/src/components/icons/DashIcon.tsx +17 -0
- package/src/components/icons/ShareIcon.tsx +24 -0
- package/src/components/icons/index.ts +2 -0
- package/src/icons/dash.svg +3 -0
- package/src/icons/share.svg +10 -0
package/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
const DashIcon = (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
|
+
<path
|
|
12
|
+
fill={props?.fill ? props.fill : '#1E1E1E'}
|
|
13
|
+
d="M6 12a.75.75 0 0 1 .75-.75h10.5a.75.75 0 1 1 0 1.5H6.75A.75.75 0 0 1 6 12"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
export default DashIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
const ShareIcon = (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(#share_svg__a)">
|
|
12
|
+
<path
|
|
13
|
+
fill={props?.fill ? props.fill : '#1E1E1E'}
|
|
14
|
+
d="M20.25 1.5a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M16.5 3.75a3.75 3.75 0 1 1 .904 2.442l-10.077 4.68a3.75 3.75 0 0 1 0 2.256l10.077 4.68a3.75 3.75 0 1 1-.732 1.314l-10.077-4.68a3.75 3.75 0 1 1 0-4.884l10.077-4.68A3.8 3.8 0 0 1 16.5 3.75m-12.75 6a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M20.25 18a2.25 2.25 0 1 0 0 4.501 2.25 2.25 0 0 0 0-4.5"
|
|
15
|
+
/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="share_svg__a">
|
|
19
|
+
<path fill={props?.fill ? props.fill : '#fff'} d="M0 0h24v24H0z" />
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
export default ShareIcon;
|
|
@@ -10,6 +10,7 @@ export { default as CaretLeftFillIcon } from './CaretLeftFillIcon';
|
|
|
10
10
|
export { default as CaretRightFillIcon } from './CaretRightFillIcon';
|
|
11
11
|
export { default as CheckIcon } from './CheckIcon';
|
|
12
12
|
export { default as CircleIcon } from './CircleIcon';
|
|
13
|
+
export { default as DashIcon } from './DashIcon';
|
|
13
14
|
export { default as FacebookIcon } from './FacebookIcon';
|
|
14
15
|
export { default as FileEarmarkCheckIcon } from './FileEarmarkCheckIcon';
|
|
15
16
|
export { default as FileEarmarkTextIcon } from './FileEarmarkTextIcon';
|
|
@@ -25,6 +26,7 @@ export { default as PersonCircleIcon } from './PersonCircleIcon';
|
|
|
25
26
|
export { default as PlusIcon } from './PlusIcon';
|
|
26
27
|
export { default as PrinterIcon } from './PrinterIcon';
|
|
27
28
|
export { default as SearchIcon } from './SearchIcon';
|
|
29
|
+
export { default as ShareIcon } from './ShareIcon';
|
|
28
30
|
export { default as SpinnerRingResizeIcon } from './SpinnerRingResizeIcon';
|
|
29
31
|
export { default as StarIcon } from './StarIcon';
|
|
30
32
|
export { default as TrophyIcon } from './TrophyIcon';
|
|
@@ -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="M6 12C6 11.8011 6.07902 11.6103 6.21967 11.4697C6.36032 11.329 6.55109 11.25 6.75 11.25H17.25C17.4489 11.25 17.6397 11.329 17.7803 11.4697C17.921 11.6103 18 11.8011 18 12C18 12.1989 17.921 12.3897 17.7803 12.5303C17.6397 12.671 17.4489 12.75 17.25 12.75H6.75C6.55109 12.75 6.36032 12.671 6.21967 12.5303C6.07902 12.3897 6 12.1989 6 12Z" fill="#1E1E1E"/>
|
|
3
|
+
</svg>
|
|
@@ -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_3093)">
|
|
3
|
+
<path d="M20.2499 1.50023C19.6532 1.50023 19.0809 1.73728 18.6589 2.15924C18.237 2.58119 17.9999 3.15349 17.9999 3.75023C17.9999 4.34696 18.237 4.91926 18.6589 5.34122C19.0809 5.76317 19.6532 6.00023 20.2499 6.00023C20.8466 6.00023 21.4189 5.76317 21.8409 5.34122C22.2629 4.91926 22.4999 4.34696 22.4999 3.75023C22.4999 3.15349 22.2629 2.58119 21.8409 2.15924C21.4189 1.73728 20.8466 1.50023 20.2499 1.50023ZM16.4999 3.75023C16.4998 2.87038 16.8091 2.0185 17.3736 1.34364C17.9382 0.668786 18.722 0.213922 19.5881 0.0586326C20.4541 -0.096657 21.3472 0.057517 22.111 0.494181C22.8749 0.930844 23.4608 1.62219 23.7664 2.44726C24.072 3.27234 24.0778 4.1786 23.7827 5.00749C23.4876 5.83637 22.9105 6.53511 22.1522 6.98144C21.394 7.42777 20.5029 7.59328 19.635 7.449C18.7671 7.30473 17.9775 6.85986 17.4044 6.19223L7.32741 10.8722C7.55907 11.6064 7.55907 12.3941 7.32741 13.1282L17.4044 17.8082C18.0102 17.1037 18.8559 16.6492 19.7777 16.5327C20.6995 16.4162 21.6317 16.6461 22.3937 17.1778C23.1557 17.7094 23.6931 18.5051 23.9019 19.4104C24.1107 20.3158 23.976 21.2664 23.5238 22.0781C23.0716 22.8898 22.3342 23.5047 21.4545 23.8037C20.5748 24.1026 19.6154 24.0644 18.7623 23.6963C17.9092 23.3283 17.2231 22.6566 16.837 21.8115C16.4509 20.9664 16.3922 20.0081 16.6724 19.1222L6.59541 14.4422C6.09656 15.0236 5.43163 15.4382 4.69008 15.6304C3.94852 15.8225 3.16591 15.7829 2.44752 15.5169C1.72913 15.251 1.10942 14.7714 0.671771 14.1427C0.234118 13.5139 -0.000488281 12.7663 -0.000488281 12.0002C-0.000488281 11.2342 0.234118 10.4865 0.671771 9.8578C1.10942 9.22908 1.72913 8.74948 2.44752 8.48351C3.16591 8.21754 3.94852 8.17796 4.69008 8.3701C5.43163 8.56224 6.09656 8.97687 6.59541 9.55823L16.6724 4.87823C16.5577 4.51323 16.4995 4.13283 16.4999 3.75023ZM3.74991 9.75023C3.15317 9.75023 2.58088 9.98728 2.15892 10.4092C1.73696 10.8312 1.49991 11.4035 1.49991 12.0002C1.49991 12.597 1.73696 13.1693 2.15892 13.5912C2.58088 14.0132 3.15317 14.2502 3.74991 14.2502C4.34665 14.2502 4.91894 14.0132 5.3409 13.5912C5.76286 13.1693 5.99991 12.597 5.99991 12.0002C5.99991 11.4035 5.76286 10.8312 5.3409 10.4092C4.91894 9.98728 4.34665 9.75023 3.74991 9.75023ZM20.2499 18.0002C19.6532 18.0002 19.0809 18.2373 18.6589 18.6592C18.237 19.0812 17.9999 19.6535 17.9999 20.2502C17.9999 20.847 18.237 21.4193 18.6589 21.8412C19.0809 22.2632 19.6532 22.5002 20.2499 22.5002C20.8466 22.5002 21.4189 22.2632 21.8409 21.8412C22.2629 21.4193 22.4999 20.847 22.4999 20.2502C22.4999 19.6535 22.2629 19.0812 21.8409 18.6592C21.4189 18.2373 20.8466 18.0002 20.2499 18.0002Z" fill="#1E1E1E"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_4_3093">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|