@abqm-ds/icons 2.0.6 → 2.0.8

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": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,19 @@
1
+ import type { SVGProps } from 'react';
2
+ const ChevronDownIcon = (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
+ fillRule="evenodd"
14
+ d="M2.469 6.969a.75.75 0 0 1 1.062 0L12 15.439l8.469-8.47a.75.75 0 1 1 1.062 1.062l-9 9a.75.75 0 0 1-1.062 0l-9-9a.75.75 0 0 1 0-1.062"
15
+ clipRule="evenodd"
16
+ />
17
+ </svg>
18
+ );
19
+ export default ChevronDownIcon;
@@ -0,0 +1,19 @@
1
+ import type { SVGProps } from 'react';
2
+ const ChevronLeftIcon = (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
+ fillRule="evenodd"
14
+ d="M17.03 2.469a.75.75 0 0 1 0 1.062L8.56 12l8.47 8.469a.75.75 0 0 1-1.061 1.062l-9-9a.75.75 0 0 1 0-1.062l9-9a.75.75 0 0 1 1.062 0"
15
+ clipRule="evenodd"
16
+ />
17
+ </svg>
18
+ );
19
+ export default ChevronLeftIcon;
@@ -0,0 +1,19 @@
1
+ import type { SVGProps } from 'react';
2
+ const ChevronRightIcon = (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
+ fillRule="evenodd"
14
+ d="M6.969 2.469a.75.75 0 0 1 1.062 0l9 9a.75.75 0 0 1 0 1.062l-9 9a.751.751 0 0 1-1.062-1.062L15.439 12 6.97 3.531a.75.75 0 0 1 0-1.062"
15
+ clipRule="evenodd"
16
+ />
17
+ </svg>
18
+ );
19
+ export default ChevronRightIcon;
@@ -0,0 +1,19 @@
1
+ import type { SVGProps } from 'react';
2
+ const ChevronUpIcon = (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
+ fillRule="evenodd"
14
+ d="M11.469 6.969a.75.75 0 0 1 1.062 0l9 9a.75.75 0 0 1-1.062 1.062L12 8.561l-8.469 8.47a.751.751 0 0 1-1.062-1.062z"
15
+ clipRule="evenodd"
16
+ />
17
+ </svg>
18
+ );
19
+ export default ChevronUpIcon;
@@ -10,6 +10,10 @@ export { default as CaretLeftFillIcon } from './CaretLeftFillIcon';
10
10
  export { default as CaretRightFillIcon } from './CaretRightFillIcon';
11
11
  export { default as CaretUpFillIcon } from './CaretUpFillIcon';
12
12
  export { default as CheckIcon } from './CheckIcon';
13
+ export { default as ChevronDownIcon } from './ChevronDownIcon';
14
+ export { default as ChevronLeftIcon } from './ChevronLeftIcon';
15
+ export { default as ChevronRightIcon } from './ChevronRightIcon';
16
+ export { default as ChevronUpIcon } from './ChevronUpIcon';
13
17
  export { default as CircleIcon } from './CircleIcon';
14
18
  export { default as DashIcon } from './DashIcon';
15
19
  export { default as FacebookIcon } from './FacebookIcon';
@@ -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 fill-rule="evenodd" clip-rule="evenodd" d="M2.46888 6.969C2.53854 6.89915 2.62131 6.84374 2.71243 6.80593C2.80354 6.76812 2.90122 6.74866 2.99988 6.74866C3.09853 6.74866 3.19621 6.76812 3.28733 6.80593C3.37844 6.84374 3.46121 6.89915 3.53088 6.969L11.9999 15.4395L20.4689 6.969C20.5386 6.89927 20.6214 6.84395 20.7125 6.80621C20.8036 6.76847 20.9013 6.74905 20.9999 6.74905C21.0985 6.74905 21.1961 6.76847 21.2873 6.80621C21.3784 6.84395 21.4611 6.89927 21.5309 6.969C21.6006 7.03873 21.6559 7.12151 21.6937 7.21262C21.7314 7.30373 21.7508 7.40138 21.7508 7.5C21.7508 7.59861 21.7314 7.69626 21.6937 7.78737C21.6559 7.87848 21.6006 7.96127 21.5309 8.031L12.5309 17.031C12.4612 17.1008 12.3784 17.1563 12.2873 17.1941C12.1962 17.2319 12.0985 17.2513 11.9999 17.2513C11.9012 17.2513 11.8035 17.2319 11.7124 17.1941C11.6213 17.1563 11.5385 17.1008 11.4689 17.031L2.46888 8.031C2.39903 7.96133 2.34362 7.87857 2.30581 7.78745C2.268 7.69633 2.24854 7.59865 2.24854 7.5C2.24854 7.40135 2.268 7.30366 2.30581 7.21255C2.34362 7.12143 2.39903 7.03867 2.46888 6.969Z" fill="#1E1E1E"/>
3
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M17.0309 2.469C17.1007 2.53867 17.1561 2.62143 17.1939 2.71255C17.2318 2.80367 17.2512 2.90135 17.2512 3C17.2512 3.09865 17.2318 3.19633 17.1939 3.28745C17.1561 3.37857 17.1007 3.46133 17.0309 3.531L8.56038 12L17.0309 20.469C17.1717 20.6098 17.2508 20.8008 17.2508 21C17.2508 21.1992 17.1717 21.3902 17.0309 21.531C16.89 21.6718 16.699 21.7509 16.4999 21.7509C16.3007 21.7509 16.1097 21.6718 15.9689 21.531L6.96888 12.531C6.89903 12.4613 6.84362 12.3786 6.80581 12.2874C6.768 12.1963 6.74854 12.0986 6.74854 12C6.74854 11.9013 6.768 11.8037 6.80581 11.7125C6.84362 11.6214 6.89903 11.5387 6.96888 11.469L15.9689 2.469C16.0385 2.39915 16.1213 2.34374 16.2124 2.30593C16.3035 2.26812 16.4012 2.24866 16.4999 2.24866C16.5985 2.24866 16.6962 2.26812 16.7873 2.30593C16.8784 2.34374 16.9612 2.39915 17.0309 2.469Z" fill="#1E1E1E"/>
3
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M6.96888 2.469C7.03854 2.39915 7.12131 2.34374 7.21243 2.30593C7.30354 2.26812 7.40122 2.24866 7.49988 2.24866C7.59853 2.24866 7.69621 2.26812 7.78733 2.30593C7.87844 2.34374 7.96121 2.39915 8.03088 2.469L17.0309 11.469C17.1007 11.5387 17.1561 11.6214 17.1939 11.7125C17.2318 11.8037 17.2512 11.9013 17.2512 12C17.2512 12.0986 17.2318 12.1963 17.1939 12.2874C17.1561 12.3786 17.1007 12.4613 17.0309 12.531L8.03088 21.531C7.89005 21.6718 7.69904 21.7509 7.49988 21.7509C7.30071 21.7509 7.10971 21.6718 6.96888 21.531C6.82805 21.3902 6.74893 21.1992 6.74893 21C6.74893 20.8008 6.82805 20.6098 6.96888 20.469L15.4394 12L6.96888 3.531C6.89903 3.46133 6.84362 3.37857 6.80581 3.28745C6.768 3.19633 6.74854 3.09865 6.74854 3C6.74854 2.90135 6.768 2.80367 6.80581 2.71255C6.84362 2.62143 6.89903 2.53867 6.96888 2.469Z" fill="#1E1E1E"/>
3
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M11.469 6.969C11.5386 6.89915 11.6214 6.84374 11.7125 6.80593C11.8036 6.76812 11.9013 6.74866 12 6.74866C12.0986 6.74866 12.1963 6.76812 12.2874 6.80593C12.3785 6.84374 12.4613 6.89915 12.531 6.969L21.531 15.969C21.6718 16.1098 21.7509 16.3008 21.7509 16.5C21.7509 16.6992 21.6718 16.8902 21.531 17.031C21.3901 17.1718 21.1991 17.2509 21 17.2509C20.8008 17.2509 20.6098 17.1718 20.469 17.031L12 8.5605L3.53097 17.031C3.39014 17.1718 3.19913 17.2509 2.99997 17.2509C2.80081 17.2509 2.6098 17.1718 2.46897 17.031C2.32814 16.8902 2.24902 16.6992 2.24902 16.5C2.24902 16.3008 2.32814 16.1098 2.46897 15.969L11.469 6.969Z" fill="#1E1E1E"/>
3
+ </svg>