@omnsight/osint-entity-components 0.2.6 → 0.2.7

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.2.6",
6
+ "version": "0.2.7",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/omnsight/omni-osint-entity-components.git",
@@ -34,10 +34,18 @@
34
34
  "import": "./src/cards/index.ts",
35
35
  "types": "./src/cards/index.ts"
36
36
  },
37
+ "./forms": {
38
+ "import": "./src/forms/index.ts",
39
+ "types": "./src/forms/index.ts"
40
+ },
37
41
  "./icons": {
38
42
  "import": "./src/icons/index.ts",
39
43
  "types": "./src/icons/index.ts"
40
44
  },
45
+ "./inputs": {
46
+ "import": "./src/inputs/index.ts",
47
+ "types": "./src/inputs/index.ts"
48
+ },
41
49
  "./locales/en": {
42
50
  "import": "./src/locales/en.json"
43
51
  },
@@ -0,0 +1,20 @@
1
+ // From: https://icon-sets.iconify.design/boxicons/file-report
2
+ import type { SVGProps } from "react";
3
+ export const IconBoxiconsFileReport = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => (
9
+ <svg
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ fill="currentColor"
12
+ viewBox="0 0 24 24"
13
+ width={size}
14
+ height={size}
15
+ {...props}
16
+ >
17
+ <path d="m19.94 7.68-.03-.09a.8.8 0 0 0-.2-.29l-5-5a1 1 0 0 0-.3-.2l-.09-.03a.9.9 0 0 0-.27-.05c-.02 0-.04-.01-.05-.01H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-12s-.01-.04-.01-.06c0-.09-.02-.17-.05-.26ZM6 20V4h7v4c0 .55.45 1 1 1h4v11z" />
18
+ <path d="M8 12h2v6H8zm3-2h2v8h-2zm3 4h2v4h-2z" />
19
+ </svg>
20
+ );
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/bx/plus-medical
2
+ import type { SVGProps } from 'react';
3
+ export const IconBxPlusMedical = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><path d="M15 2.013H9V9H2v6h7v6.987h6V15h7V9h-7z" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/bx/run
2
+ import type { SVGProps } from 'react';
3
+ export const IconBxRun = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><circle cx={17} cy={4} r={2} /><path d="M15.777 10.969a2.01 2.01 0 0 0 2.148.83l3.316-.829-.483-1.94-3.316.829-1.379-2.067a2 2 0 0 0-1.272-.854l-3.846-.77a2 2 0 0 0-2.181 1.067l-1.658 3.316 1.789.895 1.658-3.317 1.967.394L7.434 17H3v2h4.434c.698 0 1.355-.372 1.715-.971l1.918-3.196 5.169 1.034 1.816 5.449 1.896-.633-1.815-5.448a2.01 2.01 0 0 0-1.506-1.33l-3.039-.607 1.772-2.954z" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/fa-solid/fist-raised
2
+ import type { SVGProps } from 'react';
3
+ export const IconFaSolidFistRaised = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" width={size} height={size} {...props}><path d="M255.98 160V16c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v146.93c5.02-1.78 10.34-2.93 15.97-2.93zm128 95.99c-.01-35.34-28.66-63.99-63.99-63.99H207.85c-8.78 0-15.9 7.07-15.9 15.85v.56c0 26.27 21.3 47.59 47.57 47.59h35.26c9.68 0 13.2 3.58 13.2 8v16.2c0 4.29-3.59 7.78-7.88 8-44.52 2.28-64.16 24.71-96.05 72.55l-6.31 9.47a7.994 7.994 0 0 1-11.09 2.22l-13.31-8.88a7.994 7.994 0 0 1-2.22-11.09l6.31-9.47c15.73-23.6 30.2-43.26 47.31-58.08-17.27-5.51-31.4-18.12-38.87-34.45-6.59 3.41-13.96 5.52-21.87 5.52h-32c-12.34 0-23.49-4.81-32-12.48C71.48 251.19 60.33 256 48 256H16c-5.64 0-10.97-1.15-16-2.95v77.93c0 33.95 13.48 66.5 37.49 90.51L63.99 448v64h255.98v-63.96l35.91-35.92A96.04 96.04 0 0 0 384 344.21zm-32.01-90.09V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v112h32c11.28 0 21.94 2.31 32 5.9M16 224h32c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v128c0 8.84 7.16 16 16 16m95.99 0h32c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v160c0 8.84 7.16 16 16 16" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/fluent-emoji-high-contrast/ballot-box-with-ballot
2
+ import type { SVGProps } from 'react';
3
+ export const IconFluentEmojiHighContrastBallotBoxWithBallot = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 32 32" width={size} height={size} {...props}><path d="M14.534 9.266h.007c.228 0 .446-.09.599-.247L19.83 4.2a.713.713 0 0 0-.058-1.06.85.85 0 0 0-1.14.054L14.55 7.387l-1.174-1.246a.85.85 0 0 0-1.14-.07.714.714 0 0 0-.075 1.058l1.771 1.881a.84.84 0 0 0 .602.256m10.269 16.611c0 .78.68 1.413 1.521 1.413s1.522-.633 1.522-1.413v-7.915c0-.78-.681-1.413-1.522-1.413-.84 0-1.522.632-1.522 1.413z" /><path d="M11.962 1.5c-.933 0-1.847.647-1.847 1.625V5H4.288C2.543 5 1 6.33 1 8.125V29a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2V8.125C31 6.33 29.457 5 27.712 5h-5.759V3.125c0-.978-.914-1.625-1.846-1.625zm-.847 1.625c0-.265.291-.625.846-.625h8.146c.556 0 .846.36.846.625V10.5h-9.838zM21.953 7h5.759C28.494 7 29 7.572 29 8.125v5.846H3V8.125C3 7.572 3.506 7 4.288 7h5.827v2.582c-.526.167-.906.63-.906 1.176 0 .686.6 1.242 1.338 1.242h10.906c.74 0 1.338-.556 1.338-1.242 0-.521-.347-.968-.838-1.152zM3 16h26v13H3z" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/glyphs/handshake-bold
2
+ import type { SVGProps } from 'react';
3
+ export const IconGlyphsHandshakeBold = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 80 80" width={size} height={size} {...props}><path fillRule="evenodd" d="M42.356 29.901 39.38 32.88l-2.29 2.29a2.954 2.954 0 1 1-4.138-4.216l6.806-6.555q.165-.158.34-.299a8 8 0 0 1 2.26 5.802m15.37 21.518-1.36 1.855A7.9 7.9 0 0 1 50 56.5l-1.113 1.113a6.44 6.44 0 0 1-8.678.394L39 57l-.702.702a7.846 7.846 0 0 1-11.096 0l-7.53-7.53A4 4 0 0 0 16.843 49H4V27h12.343a4 4 0 0 0 2.829-1.172l3.485-3.485A8 8 0 0 1 28.314 20h4.372c.877 0 1.739.144 2.554.419l-6.45 6.212A8.954 8.954 0 1 0 41.33 39.41l.418-.417 15.91 12.374.067.051" clipRule="evenodd" /><path d="M63.657 27H76v22H59.5l-18-14-2.29 2.29a5.954 5.954 0 1 1-8.34-8.498l6.806-6.555A8 8 0 0 1 43.226 20h8.46a8 8 0 0 1 5.657 2.343l3.485 3.485A4 4 0 0 0 63.657 27" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/icon-park/currency
2
+ import type { SVGProps } from 'react';
3
+ export const IconIconParkCurrency = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" width={size} height={size} {...props}><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={4}><path d="m19 16 5 6 5-6" /><path d="M9 14s7.5-11.5 20.5-7S42 24.5 42 24.5M39 34s-6 11-19.5 7.5S6 24 6 24M42 8v16M6 24v16M18 28h12M18 22h12M24 22v12" /></g></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/icon-park/great-wall
2
+ import type { SVGProps } from 'react';
3
+ export const IconIconParkGreatWall = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 48 48" width={size} height={size} {...props}><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={4}><path d="M4 9v31h40V9h-8v7h-8V9h-8v7h-8V9zM4 24h40M4 32h40M24 24v8M16 32v8M16 16v8M32 32v8M32 16v8" /></g></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/iconoir/commodity
2
+ import type { SVGProps } from 'react';
3
+ export const IconIconoirCommodity = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth={1.5}><path d="m12.147 18.28 1.184-5.8a.6.6 0 0 1 .588-.48h6.162a.6.6 0 0 1 .588.48l1.184 5.8a.6.6 0 0 1-.588.72h-8.53a.6.6 0 0 1-.588-.72Z" /><path d="m7.147 11.28 1.184-5.8A.6.6 0 0 1 8.918 5h6.164a.6.6 0 0 1 .587.48l1.184 5.8a.6.6 0 0 1-.588.72h-8.53a.6.6 0 0 1-.588-.72Z" /><path d="m2.147 18.28 1.184-5.8a.6.6 0 0 1 .587-.48h6.163a.6.6 0 0 1 .588.48l1.184 5.8a.6.6 0 0 1-.588.72h-8.53a.6.6 0 0 1-.588-.72Z" /></g></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/lsicon/work-order-abnormal-outline
2
+ import type { SVGProps } from 'react';
3
+ export const IconLsiconWorkOrderAbnormalOutline = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" width={size} height={size} {...props}><path fill="none" stroke="currentColor" strokeLinejoin="round" d="M7 14.5H3.5v-13h9V7M5 6.5h4m-4-2h6m-.5 7v-2m3 2a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-3 1.25h.005v.005H10.5zm.25 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Z" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/material-symbols-light/drone
2
+ import type { SVGProps } from 'react';
3
+ export const IconMaterialSymbolsLightDrone = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><path d="M5 19q0-1.644.91-2.93.91-1.285 2.361-1.787l-.423-3.667H4.981V6H2.019V5h6.923v1H5.981v3.616h1.738l-.103-1h8.75l-.104 1h1.719V6h-2.962V5h6.948v1h-2.961v4.616h-2.848l-.424 3.667q1.453.502 2.36 1.787Q19 17.356 19 19h-1q0-1.65-1.117-2.825T14.135 15H9.846q-1.611 0-2.729 1.175T6 19z" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/material-symbols/satellite-alt
2
+ import type { SVGProps } from 'react';
3
+ export const IconMaterialSymbolsSatelliteAlt = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><path d="M14 23.2v-2q2.925 0 4.963-2.037T21 14.2h2q0 1.875-.712 3.513t-1.925 2.85-2.85 1.925T14 23.2m0-4v-2q1.25 0 2.125-.875T17 14.2h2q0 2.075-1.463 3.538T14 19.2m-8.45 3.375q-.375 0-.75-.15T4.125 22l-3.55-3.55q-.275-.3-.425-.675t-.15-.75q0-.4.15-.763t.425-.637L3.75 12.45q.575-.575 1.425-.587t1.425.562l1.25 1.25.7-.7-1.25-1.25q-.575-.575-.575-1.4t.575-1.4L8.725 7.5q.575-.575 1.413-.575t1.412.575l1.25 1.25.7-.7-1.25-1.25q-.575-.575-.575-1.412t.575-1.413L15.425.8q.3-.3.675-.45t.75-.15.738.15.662.45l3.55 3.55q.3.275.438.638t.137.762q0 .375-.137.75t-.438.675l-3.175 3.175q-.575.575-1.412.575T15.8 10.35L14.55 9.1l-.7.7 1.25 1.25q.575.575.563 1.413t-.588 1.412l-1.4 1.4q-.575.575-1.412.575t-1.413-.575l-1.25-1.25-.7.7 1.25 1.25q.575.575.563 1.425t-.588 1.425L6.95 22q-.275.275-.638.425t-.762.15m0-1.975 1.05-1.05L3.05 16 2 17.05zm2.125-2.125 1.05-1.05-3.55-3.55-1.05 1.05zm9.55-9.55 1.05-1.05-3.55-3.55-1.05 1.05zM19.35 6.8l1.05-1.05-3.55-3.55-1.05 1.05z" /></svg>;
@@ -0,0 +1,19 @@
1
+ // From: https://icon-sets.iconify.design/mdi/anchor
2
+ import type { SVGProps } from "react";
3
+ export const IconMdiAnchor = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => (
9
+ <svg
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ fill="currentColor"
12
+ viewBox="0 0 24 24"
13
+ width={size}
14
+ height={size}
15
+ {...props}
16
+ >
17
+ <path d="M12 2a3 3 0 0 0-3 3 3 3 0 0 0 2 2.83V9H8v2h3v8.92c-.74-.13-1.5-.34-2.21-.65-.74-.32-1.39-.71-1.97-1.18s-1.04-.98-1.38-1.54L7 15l-4-3v3c0 .97.27 1.88.82 2.72A8.2 8.2 0 0 0 6 19.95c.87.64 1.84 1.14 2.88 1.5 1.05.36 2.09.55 3.12.55s2.07-.2 3.12-.56c1.04-.36 2.01-.86 2.88-1.49.92-.64 1.63-1.38 2.18-2.23.55-.84.82-1.75.82-2.72v-3l-4 3 1.56 1.55c-.34.56-.8 1.07-1.38 1.54s-1.23.86-1.97 1.18c-.71.31-1.47.52-2.21.65V11h3V9h-3V7.82A3 3 0 0 0 15 5a3 3 0 0 0-3-3m0 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1" />
18
+ </svg>
19
+ );
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/ph/mask-happy-fill
2
+ import type { SVGProps } from 'react';
3
+ export const IconPhMaskHappyFill = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" width={size} height={size} {...props}><path d="M217 34.8a15.94 15.94 0 0 0-14.82-1.71c-14.03 5.46-42.36 14.62-74.18 14.62s-60.16-9.16-74.21-14.62A16 16 0 0 0 32 48v55.77c0 35.84 9.65 69.65 27.18 95.18 18.16 26.46 42.6 41 68.82 41s50.66-14.57 68.82-41c17.53-25.51 27.18-59.32 27.18-95.16V48a16 16 0 0 0-7-13.2M78 133.33a8 8 0 1 1-12-10.67C71.75 116.28 82.18 112 92 112s20.25 4.28 26 10.66a8 8 0 1 1-12 10.67c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33m90.49 47.86a52.9 52.9 0 0 1-80.9 0 8 8 0 1 1 12.13-10.39 36.89 36.89 0 0 0 56.56 0 8 8 0 0 1 12.17 10.39ZM189.34 134a8 8 0 0 1-11.3-.63c-2.68-3-8.85-5.33-14-5.33s-11.36 2.34-14 5.33A8 8 0 1 1 138 122.66c5.71-6.38 16.14-10.66 26-10.66s20.25 4.28 26 10.66a8 8 0 0 1-.66 11.34" /></svg>;
@@ -0,0 +1,19 @@
1
+ // From: https://icon-sets.iconify.design/streamline-ultimate/meeting-remote-bold
2
+ import type { SVGProps } from "react";
3
+ export const IconStreamlineUltimateMeetingRemoteBold = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => (
9
+ <svg
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ fill="currentColor"
12
+ viewBox="0 0 24 24"
13
+ width={size}
14
+ height={size}
15
+ {...props}
16
+ >
17
+ <path d="M6.76 12.59h11.48A2.77 2.77 0 0 0 21 9.82V2.76A2.77 2.77 0 0 0 18.24 0H6.76A2.77 2.77 0 0 0 4 2.76v7.06a2.77 2.77 0 0 0 2.76 2.77M6 2.76A.76.76 0 0 1 6.76 2h11.48a.76.76 0 0 1 .76.76v7.06a.77.77 0 0 1-.76.77h-1.76a.25.25 0 0 1-.18-.08 5.3 5.3 0 0 0-2.16-1.29A.25.25 0 0 1 14 9a.27.27 0 0 1 .12-.25 2.84 2.84 0 1 0-2.93 0 .24.24 0 0 1 .13.24.26.26 0 0 1-.18.21A5.3 5.3 0 0 0 9 10.51a.25.25 0 0 1-.18.08H6.76A.77.77 0 0 1 6 9.82Zm17.39 20.43a5.17 5.17 0 0 0-2.54-1.71.28.28 0 0 1-.18-.21.25.25 0 0 1 .12-.24 2.86 2.86 0 1 0-2.93 0 .26.26 0 0 1-.05.46 4.9 4.9 0 0 0-1.91 1.08.27.27 0 0 1-.34 0 5.2 5.2 0 0 0-2-1.1.28.28 0 0 1-.18-.21.25.25 0 0 1 .12-.24 2.86 2.86 0 1 0-2.93 0 .26.26 0 0 1 0 .46 5 5 0 0 0-2 1.18.26.26 0 0 1-.35 0 5 5 0 0 0-2-1.19.25.25 0 0 1-.22-.19.25.25 0 0 1 .11-.28 2.85 2.85 0 1 0-2.93 0 .24.24 0 0 1 .12.24.25.25 0 0 1-.17.21 5.16 5.16 0 0 0-2.52 1.7.51.51 0 0 0-.06.53A.5.5 0 0 0 1 24h22a.5.5 0 0 0 .45-.28.51.51 0 0 0-.06-.53" />
18
+ </svg>
19
+ );
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/tabler/barrier-block
2
+ import type { SVGProps } from 'react';
3
+ export const IconTablerBarrierBlock = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M4 8a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm3 8v4m.5-4 9-9m-3 9L20 9.5m-16 4L10.5 7m6.5 9v4M5 20h4m6 0h4M17 7V5M7 7V5" /></svg>;
@@ -0,0 +1,8 @@
1
+ // From: https://icon-sets.iconify.design/typcn/flash
2
+ import type { SVGProps } from 'react';
3
+ export const IconTypcnFlash = ({
4
+ size = 24,
5
+ ...props
6
+ }: SVGProps<SVGSVGElement> & {
7
+ size?: number | string;
8
+ }) => <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={size} height={size} {...props}><path d="m17.502 12.033-4.241-2.458 2.138-5.131A1.003 1.003 0 0 0 14.505 3a1 1 0 0 0-.622.214l-.07.06-7.5 7.1a1.002 1.002 0 0 0 .185 1.592l4.242 2.46-2.163 5.19a.999.999 0 0 0 1.611 1.11l7.5-7.102a1.002 1.002 0 0 0-.186-1.591" /></svg>;
@@ -1,3 +1,20 @@
1
+ import { IconTypcnFlash } from '../../assets/icons/generated/typcn-flash';
2
+ import { IconMaterialSymbolsSatelliteAlt } from '../../assets/icons/generated/material-symbols-satellite-alt';
3
+ import { IconMaterialSymbolsLightDrone } from '../../assets/icons/generated/material-symbols-light-drone';
4
+ import { IconBxPlusMedical } from '../../assets/icons/generated/bx-plus-medical';
5
+ import { IconIconParkGreatWall } from '../../assets/icons/generated/icon-park-great-wall';
6
+ import { IconFaSolidFistRaised } from '../../assets/icons/generated/fa-solid-fist-raised';
7
+ import { IconBxRun } from '../../assets/icons/generated/bx-run';
8
+ import { IconPhMaskHappyFill } from '../../assets/icons/generated/ph-mask-happy-fill';
9
+ import { IconIconoirCommodity } from '../../assets/icons/generated/iconoir-commodity';
10
+ import { IconGlyphsHandshakeBold } from '../../assets/icons/generated/glyphs-handshake-bold';
11
+ import { IconIconParkCurrency } from '../../assets/icons/generated/icon-park-currency';
12
+ import { IconFluentEmojiHighContrastBallotBoxWithBallot } from '../../assets/icons/generated/fluent-emoji-high-contrast-ballot-box-with-ballot';
13
+ import { IconTablerBarrierBlock } from '../../assets/icons/generated/tabler-barrier-block';
14
+ import { IconLsiconWorkOrderAbnormalOutline } from '../../assets/icons/generated/lsicon-work-order-abnormal-outline';
15
+ import { IconBoxiconsFileReport } from '../../assets/icons/generated/boxicons-file-report';
16
+ import { IconMdiAnchor } from '../../assets/icons/generated/mdi-anchor';
17
+ import { IconStreamlineUltimateMeetingRemoteBold } from '../../assets/icons/generated/streamline-ultimate-meeting-remote-bold';
1
18
  import { IconRiSpyFill } from '../../assets/icons/generated/ri-spy-fill';
2
19
  import { IconFluentEmojiHighContrastMilitaryHelmet } from '../../assets/icons/generated/fluent-emoji-high-contrast-military-helmet';
3
20
  import { IconMdiTank } from '../../assets/icons/generated/mdi-tank';
@@ -16,6 +33,7 @@ import { IconIcSharpOilBarrel } from '../../assets/icons/generated/ic-sharp-oil-
16
33
  import { IconRiExchangeBoxFill } from '../../assets/icons/generated/ri-exchange-box-fill';
17
34
  import { IconMingcutePhoneCallFill } from '../../assets/icons/generated/mingcute-phone-call-fill';
18
35
  import { IconBoxiconsAnnouncement } from '../../assets/icons/generated/boxicons-announcement';
36
+ import { IconMdiFactory } from '../../assets/icons/generated/mdi-factory';
19
37
 
20
38
  interface IconOption {
21
39
  value: string;
@@ -30,30 +48,85 @@ export const ICON_OPTIONS: IconOption[] = [
30
48
  label: 'announcement',
31
49
  icon: IconBoxiconsAnnouncement, // icon: boxicons:announcement
32
50
  },
51
+ {
52
+ value: 'conference',
53
+ label: 'conference',
54
+ icon: IconStreamlineUltimateMeetingRemoteBold, // icon: streamline-ultimate:meeting-remote-bold
55
+ },
33
56
  {
34
57
  value: 'conversation',
35
58
  label: 'conversation',
36
59
  icon: IconMingcutePhoneCallFill, // icon: mingcute:phone-call-fill
37
60
  },
61
+ {
62
+ value: 'policy',
63
+ label: 'policy',
64
+ icon: IconLsiconWorkOrderAbnormalOutline, // icon: lsicon:work-order-abnormal-outline
65
+ },
66
+ {
67
+ value: 'border',
68
+ label: 'border',
69
+ icon: IconTablerBarrierBlock, // icon: tabler:barrier-block
70
+ },
71
+ {
72
+ value: 'report',
73
+ label: 'report',
74
+ icon: IconBoxiconsFileReport, // icon: boxicons:file-report
75
+ },
76
+ {
77
+ value: 'election',
78
+ label: 'election',
79
+ icon: IconFluentEmojiHighContrastBallotBoxWithBallot, // icon: fluent-emoji-high-contrast:ballot-box-with-ballot
80
+ },
38
81
  {
39
82
  value: 'trade',
40
83
  label: 'trade',
41
84
  icon: IconRiExchangeBoxFill, // icon: ri:exchange-box-fill
42
85
  },
43
86
  {
44
- value: 'oil',
45
- label: 'oil',
46
- icon: IconIcSharpOilBarrel, // icon: ic:sharp-oil-barrel
87
+ value: 'currency',
88
+ label: 'currency',
89
+ icon: IconIconParkCurrency, // icon: icon-park:currency
47
90
  },
48
91
  {
49
92
  value: 'exchange',
50
93
  label: 'exchange',
51
94
  icon: IconHugeiconsTradeUp, // icon: hugeicons:trade-up
52
95
  },
96
+ {
97
+ value: 'acquisition',
98
+ label: 'acquisition',
99
+ icon: IconGlyphsHandshakeBold, // icon: glyphs:handshake-bold
100
+ },
101
+ {
102
+ value: 'oil',
103
+ label: 'oil',
104
+ icon: IconIcSharpOilBarrel, // icon: ic:sharp-oil-barrel
105
+ },
106
+ {
107
+ value: 'commodity',
108
+ label: 'commodity',
109
+ icon: IconIconoirCommodity, // icon: iconoir:commodity
110
+ },
111
+ {
112
+ value: 'manufacturing',
113
+ label: 'manufacturing',
114
+ icon: IconMdiFactory, // icon: mdi:factory
115
+ },
53
116
  {
54
117
  value: 'supplychain-risk',
55
118
  label: 'supplychain-risk',
56
- icon: IconFluentEmojiHighContrastBrokenChain, // icon: fluent-emoji-high-contrast:broken-chain
119
+ icon: IconFluentEmojiHighContrastBrokenChain, // icon: fluent-emoji-high-contrast:broken-chain fa/flash
120
+ },
121
+ {
122
+ value: 'electricity',
123
+ label: 'electricity',
124
+ icon: IconTypcnFlash, // icon: typcn:flash
125
+ },
126
+ {
127
+ value: 'harbor',
128
+ label: 'harbor',
129
+ icon: IconMdiAnchor, // icon: mdi:anchor
57
130
  },
58
131
  {
59
132
  value: 'ship',
@@ -75,11 +148,36 @@ export const ICON_OPTIONS: IconOption[] = [
75
148
  label: 'crime',
76
149
  icon: IconMdiHandcuffs, // icon: mdi:handcuffs
77
150
  },
151
+ {
152
+ value: 'cyber',
153
+ label: 'cyber',
154
+ icon: IconPhMaskHappyFill, // icon: ph:mask-happy-fill
155
+ },
78
156
  {
79
157
  value: 'shot',
80
158
  label: 'shot',
81
159
  icon: IconGameIconsPistolGun, // icon: game-icons:pistol-gun
82
160
  },
161
+ {
162
+ value: 'evacuation',
163
+ label: 'evacuation',
164
+ icon: IconBxRun, // icon: bx:run
165
+ },
166
+ {
167
+ value: 'civil-unrest',
168
+ label: 'civil-unrest',
169
+ icon: IconFaSolidFistRaised, // icon: fa-solid:fist-raised
170
+ },
171
+ {
172
+ value: 'defense',
173
+ label: 'defense',
174
+ icon: IconIconParkGreatWall, // icon: icon-park:great-wall
175
+ },
176
+ {
177
+ value: 'medical',
178
+ label: 'medical',
179
+ icon: IconBxPlusMedical, // icon: bx:plus-medical
180
+ },
83
181
  {
84
182
  value: 'bomb',
85
183
  label: 'bomb',
@@ -95,6 +193,11 @@ export const ICON_OPTIONS: IconOption[] = [
95
193
  label: 'plane',
96
194
  icon: IconMdiAirplane, // icon: mdi:airplane
97
195
  },
196
+ {
197
+ value: 'drone',
198
+ label: 'drone',
199
+ icon: IconMaterialSymbolsLightDrone, // icon: material-symbols-light:drone
200
+ },
98
201
  {
99
202
  value: 'naval',
100
203
  label: 'naval',
@@ -115,4 +218,9 @@ export const ICON_OPTIONS: IconOption[] = [
115
218
  label: 'intelligence',
116
219
  icon: IconRiSpyFill, // icon: ri:spy-fill
117
220
  },
221
+ {
222
+ value: 'satellite',
223
+ label: 'satellite',
224
+ icon: IconMaterialSymbolsSatelliteAlt, // icon: material-symbols:satellite-alt
225
+ },
118
226
  ]
@@ -8,3 +8,4 @@ export { SourceIcon } from './Source/Icon';
8
8
  export { SourceIconSelect, SourceColorSelector, SourceIconSelector } from './Source/Select';
9
9
  export { WebsiteIcon } from './Website/Icon';
10
10
  export { WebsiteIconSelect, WebsiteColorSelector, WebsiteIconSelector } from './Website/Select';
11
+ export { IconMdiAnchor } from '../assets/icons/generated/mdi-anchor';
@@ -0,0 +1,5 @@
1
+ export * from './CountrySelect';
2
+ export * from './CustomDatePicker';
3
+ export * from './CustomDateTimePicker';
4
+ export * from './RangeDatePicker';
5
+ export * from './TimezoneSelect';
@@ -51,11 +51,14 @@
51
51
  "event": {
52
52
  "type": {
53
53
  "announcement": "Announcement",
54
+ "conference": "Conference",
54
55
  "conversation": "Conversation",
56
+ "report": "Report",
55
57
  "exchange": "Exchange",
56
58
  "oil": "Oil",
57
59
  "trade": "Trade",
58
60
  "supplychain-risk": "Supply Chain Risk",
61
+ "harbor": "Harbor",
59
62
  "ship": "Ship",
60
63
  "truck": "Truck",
61
64
  "train": "Train",
@@ -67,7 +70,21 @@
67
70
  "naval": "Naval",
68
71
  "tank": "Tank",
69
72
  "infantry": "Infantry",
70
- "intelligence": "Intelligence"
73
+ "intelligence": "Intelligence",
74
+ "policy": "Policy",
75
+ "border": "Border",
76
+ "election": "Election",
77
+ "currency": "Currency",
78
+ "acquisition": "Acquisition",
79
+ "commodity": "Commodity",
80
+ "electricity": "Electricity",
81
+ "cyber": "Cyber",
82
+ "evacuation": "Evacuation",
83
+ "civil-unrest": "Civil Unrest",
84
+ "defense": "Defense",
85
+ "medical": "Medical",
86
+ "drone": "Drone",
87
+ "satellite": "Satellite"
71
88
  },
72
89
  "title": "Title",
73
90
  "description": "Description"
@@ -51,11 +51,14 @@
51
51
  "event": {
52
52
  "type": {
53
53
  "announcement": "公告",
54
+ "conference": "会议",
54
55
  "conversation": "对话",
56
+ "report": "报告",
55
57
  "exchange": "投资交易",
56
58
  "oil": "石油",
57
59
  "trade": "贸易",
58
60
  "supplychain-risk": "供应链风险",
61
+ "harbor": "港口",
59
62
  "ship": "航运",
60
63
  "truck": "陆运",
61
64
  "train": "轨道交通",
@@ -67,7 +70,21 @@
67
70
  "naval": "海军",
68
71
  "tank": "坦克",
69
72
  "infantry": "步兵",
70
- "intelligence": "情报"
73
+ "intelligence": "情报",
74
+ "policy": "政策",
75
+ "border": "边境",
76
+ "election": "选举",
77
+ "currency": "货币",
78
+ "acquisition": "收购",
79
+ "commodity": "商品",
80
+ "electricity": "电力",
81
+ "cyber": "网络",
82
+ "evacuation": "疏散",
83
+ "civil-unrest": "社会动荡",
84
+ "defense": "防御",
85
+ "medical": "医疗",
86
+ "drone": "无人机",
87
+ "satellite": "卫星"
71
88
  },
72
89
  "title": "标题",
73
90
  "description": "描述"