@abqm-ds/icons 2.0.12 → 2.0.14

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.12",
3
+ "version": "2.0.14",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,17 @@
1
+ import type { SVGProps } from 'react';
2
+ const CrossFullfiledIcon = (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 18 22"
9
+ {...props}
10
+ >
11
+ <path
12
+ fill={props?.fill ? props.fill : '#000'}
13
+ d="M17.25 7.625v2.25a1.5 1.5 0 0 1-1.5 1.5h-4.125V20a1.5 1.5 0 0 1-1.5 1.5h-2.25a1.5 1.5 0 0 1-1.5-1.5v-8.625H2.25a1.5 1.5 0 0 1-1.5-1.5v-2.25a1.5 1.5 0 0 1 1.5-1.5h4.125V2a1.5 1.5 0 0 1 1.5-1.5h2.25a1.5 1.5 0 0 1 1.5 1.5v4.125h4.125a1.5 1.5 0 0 1 1.5 1.5"
14
+ />
15
+ </svg>
16
+ );
17
+ export default CrossFullfiledIcon;
@@ -0,0 +1,17 @@
1
+ import type { SVGProps } from 'react';
2
+ const CrossIcon = (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 : '#000'}
13
+ d="M18.75 6.375h-3.375V3A1.875 1.875 0 0 0 13.5 1.125h-3A1.875 1.875 0 0 0 8.625 3v3.375H5.25A1.875 1.875 0 0 0 3.375 8.25v3a1.875 1.875 0 0 0 1.875 1.875h3.375V21a1.875 1.875 0 0 0 1.875 1.875h3A1.875 1.875 0 0 0 15.375 21v-7.875h3.375a1.875 1.875 0 0 0 1.875-1.875v-3a1.875 1.875 0 0 0-1.875-1.875m-.375 4.5H14.25A1.125 1.125 0 0 0 13.125 12v8.625h-2.25V12a1.125 1.125 0 0 0-1.125-1.125H5.625v-2.25H9.75A1.125 1.125 0 0 0 10.875 7.5V3.375h2.25V7.5a1.125 1.125 0 0 0 1.125 1.125h4.125z"
14
+ />
15
+ </svg>
16
+ );
17
+ export default CrossIcon;
@@ -15,6 +15,8 @@ export { default as ChevronLeftIcon } from './ChevronLeftIcon';
15
15
  export { default as ChevronRightIcon } from './ChevronRightIcon';
16
16
  export { default as ChevronUpIcon } from './ChevronUpIcon';
17
17
  export { default as CircleIcon } from './CircleIcon';
18
+ export { default as CrossFullfiledIcon } from './CrossFullfiledIcon';
19
+ export { default as CrossIcon } from './CrossIcon';
18
20
  export { default as DashIcon } from './DashIcon';
19
21
  export { default as FacebookIcon } from './FacebookIcon';
20
22
  export { default as FileEarmarkCheckIcon } from './FileEarmarkCheckIcon';
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.25 7.625V9.875C17.25 10.2728 17.092 10.6544 16.8107 10.9357C16.5294 11.217 16.1478 11.375 15.75 11.375H11.625V20C11.625 20.3978 11.467 20.7794 11.1857 21.0607C10.9044 21.342 10.5228 21.5 10.125 21.5H7.875C7.47718 21.5 7.09564 21.342 6.81434 21.0607C6.53304 20.7794 6.375 20.3978 6.375 20V11.375H2.25C1.85218 11.375 1.47064 11.217 1.18934 10.9357C0.908035 10.6544 0.75 10.2728 0.75 9.875V7.625C0.75 7.22718 0.908035 6.84564 1.18934 6.56434C1.47064 6.28304 1.85218 6.125 2.25 6.125H6.375V2C6.375 1.60218 6.53304 1.22064 6.81434 0.93934C7.09564 0.658035 7.47718 0.5 7.875 0.5H10.125C10.5228 0.5 10.9044 0.658035 11.1857 0.93934C11.467 1.22064 11.625 1.60218 11.625 2V6.125H15.75C16.1478 6.125 16.5294 6.28304 16.8107 6.56434C17.092 6.84564 17.25 7.22718 17.25 7.625Z" fill="black"/>
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 d="M18.75 6.375H15.375V3C15.375 2.75377 15.3265 2.50995 15.2323 2.28247C15.138 2.05498 14.9999 1.84828 14.8258 1.67417C14.6517 1.50006 14.445 1.36195 14.2175 1.26773C13.99 1.1735 13.7462 1.125 13.5 1.125H10.5C10.0027 1.125 9.52581 1.32254 9.17417 1.67417C8.82254 2.02581 8.625 2.50272 8.625 3V6.375H5.25C4.75272 6.375 4.27581 6.57254 3.92417 6.92417C3.57254 7.27581 3.375 7.75272 3.375 8.25V11.25C3.375 11.7473 3.57254 12.2242 3.92417 12.5758C4.27581 12.9275 4.75272 13.125 5.25 13.125H8.625V21C8.625 21.4973 8.82254 21.9742 9.17417 22.3258C9.52581 22.6775 10.0027 22.875 10.5 22.875H13.5C13.7462 22.875 13.99 22.8265 14.2175 22.7323C14.445 22.638 14.6517 22.4999 14.8258 22.3258C14.9999 22.1517 15.138 21.945 15.2323 21.7175C15.3265 21.49 15.375 21.2462 15.375 21V13.125H18.75C19.2473 13.125 19.7242 12.9275 20.0758 12.5758C20.4275 12.2242 20.625 11.7473 20.625 11.25V8.25C20.625 7.75272 20.4275 7.27581 20.0758 6.92417C19.7242 6.57254 19.2473 6.375 18.75 6.375ZM18.375 10.875H14.25C13.9516 10.875 13.6655 10.9935 13.4545 11.2045C13.2435 11.4155 13.125 11.7016 13.125 12V20.625H10.875V12C10.875 11.7016 10.7565 11.4155 10.5455 11.2045C10.3345 10.9935 10.0484 10.875 9.75 10.875H5.625V8.625H9.75C10.0484 8.625 10.3345 8.50647 10.5455 8.2955C10.7565 8.08452 10.875 7.79837 10.875 7.5V3.375H13.125V7.5C13.125 7.79837 13.2435 8.08452 13.4545 8.2955C13.6655 8.50647 13.9516 8.625 14.25 8.625H18.375V10.875Z" fill="black"/>
3
+ </svg>