@epilot360/icons 1.12.2 → 1.12.4

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.
Files changed (99) hide show
  1. package/build/index.js +1 -1
  2. package/build/index.js.map +1 -1
  3. package/build/react/Condition/index.d.ts +4 -0
  4. package/build/react/Condition/index.js +2 -0
  5. package/build/react/Condition/index.js.map +1 -0
  6. package/build/react/EpilotIcon.d.ts +6 -0
  7. package/build/react/EpilotIcon.js +1 -1
  8. package/build/react/EpilotIcon.js.map +1 -1
  9. package/build/react/PauseCircle/index.d.ts +4 -0
  10. package/build/react/PauseCircle/index.js +2 -0
  11. package/build/react/PauseCircle/index.js.map +1 -0
  12. package/build/react/Pending/index.d.ts +4 -0
  13. package/build/react/Pending/index.js +2 -0
  14. package/build/react/Pending/index.js.map +1 -0
  15. package/build/react/index.d.ts +3 -0
  16. package/build/react/index.js +1 -1
  17. package/build/react/index.js.map +1 -1
  18. package/build/svg/Condition/icon-fill.svg +1 -0
  19. package/build/svg/Condition/icon.svg +1 -0
  20. package/build/svg/Condition/index.d.ts +3 -0
  21. package/build/svg/Condition/index.js +2 -0
  22. package/build/svg/Condition/index.js.map +1 -0
  23. package/build/svg/PauseCircle/icon-fill.svg +1 -0
  24. package/build/svg/PauseCircle/icon.svg +1 -0
  25. package/build/svg/PauseCircle/index.d.ts +3 -0
  26. package/build/svg/PauseCircle/index.js +2 -0
  27. package/build/svg/PauseCircle/index.js.map +1 -0
  28. package/build/svg/Pending/icon-fill.svg +1 -0
  29. package/build/svg/Pending/icon.svg +1 -0
  30. package/build/svg/Pending/index.d.ts +3 -0
  31. package/build/svg/Pending/index.js +2 -0
  32. package/build/svg/Pending/index.js.map +1 -0
  33. package/build/svg/index.d.ts +3 -0
  34. package/build/svg/index.js +1 -1
  35. package/build/svg/index.js.map +1 -1
  36. package/build/svg/svgIcon.d.ts +3 -0
  37. package/build/svg/svgIcon.js +1 -1
  38. package/build/svg/svgIcon.js.map +1 -1
  39. package/dist/bundle.js +1 -1
  40. package/dist/bundle.js.map +1 -1
  41. package/icons.config.yaml +12 -1
  42. package/index.js +1 -1
  43. package/index.js.map +1 -1
  44. package/package.json +1 -1
  45. package/react/Condition/index.d.ts +4 -0
  46. package/react/Condition/index.js +2 -0
  47. package/react/Condition/index.js.map +1 -0
  48. package/react/EpilotIcon.d.ts +6 -0
  49. package/react/EpilotIcon.js +1 -1
  50. package/react/EpilotIcon.js.map +1 -1
  51. package/react/PauseCircle/index.d.ts +4 -0
  52. package/react/PauseCircle/index.js +2 -0
  53. package/react/PauseCircle/index.js.map +1 -0
  54. package/react/Pending/index.d.ts +4 -0
  55. package/react/Pending/index.js +2 -0
  56. package/react/Pending/index.js.map +1 -0
  57. package/react/index.d.ts +3 -0
  58. package/react/index.js +1 -1
  59. package/react/index.js.map +1 -1
  60. package/src/react/Condition/index.tsx +22 -0
  61. package/src/react/Condition/story.stories.tsx +13 -0
  62. package/src/react/EpilotIcon.tsx +6 -0
  63. package/src/react/PauseCircle/index.tsx +22 -0
  64. package/src/react/PauseCircle/story.stories.tsx +13 -0
  65. package/src/react/Pending/index.tsx +22 -0
  66. package/src/react/Pending/story.stories.tsx +13 -0
  67. package/src/react/index.ts +3 -0
  68. package/src/svg/Condition/icon-fill.svg +1 -0
  69. package/src/svg/Condition/icon.svg +1 -0
  70. package/src/svg/Condition/index.ts +12 -0
  71. package/src/svg/PauseCircle/icon-fill.svg +1 -0
  72. package/src/svg/PauseCircle/icon.svg +1 -0
  73. package/src/svg/PauseCircle/index.ts +12 -0
  74. package/src/svg/Pending/icon-fill.svg +1 -0
  75. package/src/svg/Pending/icon.svg +1 -0
  76. package/src/svg/Pending/index.ts +12 -0
  77. package/src/svg/index.ts +3 -0
  78. package/src/svg/svgIcon.ts +6 -0
  79. package/svg/Condition/icon-fill.svg +1 -0
  80. package/svg/Condition/icon.svg +1 -0
  81. package/svg/Condition/index.d.ts +3 -0
  82. package/svg/Condition/index.js +2 -0
  83. package/svg/Condition/index.js.map +1 -0
  84. package/svg/PauseCircle/icon-fill.svg +1 -0
  85. package/svg/PauseCircle/icon.svg +1 -0
  86. package/svg/PauseCircle/index.d.ts +3 -0
  87. package/svg/PauseCircle/index.js +2 -0
  88. package/svg/PauseCircle/index.js.map +1 -0
  89. package/svg/Pending/icon-fill.svg +1 -0
  90. package/svg/Pending/icon.svg +1 -0
  91. package/svg/Pending/index.d.ts +3 -0
  92. package/svg/Pending/index.js +2 -0
  93. package/svg/Pending/index.js.map +1 -0
  94. package/svg/index.d.ts +3 -0
  95. package/svg/index.js +1 -1
  96. package/svg/index.js.map +1 -1
  97. package/svg/svgIcon.d.ts +3 -0
  98. package/svg/svgIcon.js +1 -1
  99. package/svg/svgIcon.js.map +1 -1
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+
3
+ import { ReactComponent as Filled } from '../../svg/Condition/icon-fill.svg';
4
+ import { ReactComponent as Outlined } from '../../svg/Condition/icon.svg';
5
+ import { defaultIconProps } from '../common';
6
+ import type { IconPropsReact } from '../types';
7
+
8
+ const name = 'condition';
9
+
10
+ export function Condition(props: IconPropsReact) {
11
+ const { variant, ...restProps } = {
12
+ ...defaultIconProps,
13
+ ...props,
14
+ };
15
+ const IconComponent = variant === 'outlined' ? Outlined : Filled;
16
+
17
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
18
+
19
+ return <IconComponent aria-label={name} {...restProps} {...overrides} />;
20
+ }
21
+
22
+ export default Condition;
@@ -0,0 +1,13 @@
1
+ import { generateStory } from '../../stories/util';
2
+
3
+ import { Condition } from '.';
4
+
5
+ const story = generateStory(Condition);
6
+
7
+ export default {
8
+ title: 'Icons/Condition',
9
+ tags: ['autodocs'],
10
+ ...story.meta,
11
+ };
12
+
13
+ export const Icon = story.story;
@@ -131,6 +131,9 @@ import { Diagram } from './Diagram';
131
131
  import { Repeat } from './Repeat';
132
132
  import { MoveDown } from './MoveDown';
133
133
  import { StepOver } from './StepOver';
134
+ import { Pending } from './Pending';
135
+ import { PauseCircle } from './PauseCircle';
136
+ import { Condition } from './Condition';
134
137
 
135
138
  import type { IconPropsReact } from './types';
136
139
 
@@ -265,6 +268,9 @@ export const IconComponentsMap = {
265
268
  repeat: Repeat,
266
269
  move_down: MoveDown,
267
270
  step_over: StepOver,
271
+ pending_actions: Pending,
272
+ pause_circle: PauseCircle,
273
+ condition: Condition,
268
274
  };
269
275
 
270
276
  export type IconName = keyof typeof IconComponentsMap;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+
3
+ import { ReactComponent as Filled } from '../../svg/PauseCircle/icon-fill.svg';
4
+ import { ReactComponent as Outlined } from '../../svg/PauseCircle/icon.svg';
5
+ import { defaultIconProps } from '../common';
6
+ import type { IconPropsReact } from '../types';
7
+
8
+ const name = 'pause_circle';
9
+
10
+ export function PauseCircle(props: IconPropsReact) {
11
+ const { variant, ...restProps } = {
12
+ ...defaultIconProps,
13
+ ...props,
14
+ };
15
+ const IconComponent = variant === 'outlined' ? Outlined : Filled;
16
+
17
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
18
+
19
+ return <IconComponent aria-label={name} {...restProps} {...overrides} />;
20
+ }
21
+
22
+ export default PauseCircle;
@@ -0,0 +1,13 @@
1
+ import { generateStory } from '../../stories/util';
2
+
3
+ import { PauseCircle } from '.';
4
+
5
+ const story = generateStory(PauseCircle);
6
+
7
+ export default {
8
+ title: 'Icons/PauseCircle',
9
+ tags: ['autodocs'],
10
+ ...story.meta,
11
+ };
12
+
13
+ export const Icon = story.story;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+
3
+ import { ReactComponent as Filled } from '../../svg/Pending/icon-fill.svg';
4
+ import { ReactComponent as Outlined } from '../../svg/Pending/icon.svg';
5
+ import { defaultIconProps } from '../common';
6
+ import type { IconPropsReact } from '../types';
7
+
8
+ const name = 'pending_actions';
9
+
10
+ export function Pending(props: IconPropsReact) {
11
+ const { variant, ...restProps } = {
12
+ ...defaultIconProps,
13
+ ...props,
14
+ };
15
+ const IconComponent = variant === 'outlined' ? Outlined : Filled;
16
+
17
+ const overrides = props.size ? { width: props.size, height: props.size } : {};
18
+
19
+ return <IconComponent aria-label={name} {...restProps} {...overrides} />;
20
+ }
21
+
22
+ export default Pending;
@@ -0,0 +1,13 @@
1
+ import { generateStory } from '../../stories/util';
2
+
3
+ import { Pending } from '.';
4
+
5
+ const story = generateStory(Pending);
6
+
7
+ export default {
8
+ title: 'Icons/Pending',
9
+ tags: ['autodocs'],
10
+ ...story.meta,
11
+ };
12
+
13
+ export const Icon = story.story;
@@ -128,5 +128,8 @@ export * from './Diagram';
128
128
  export * from './Repeat';
129
129
  export * from './MoveDown';
130
130
  export * from './StepOver';
131
+ export * from './Pending';
132
+ export * from './PauseCircle';
133
+ export * from './Condition';
131
134
 
132
135
  export * from './EpilotIcon';
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const ConditionSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default ConditionSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Zm.156-79.218q139.239 0 236.826-97.732 97.587-97.732 97.587-237.681 0-139.239-97.4-236.826-97.399-97.587-237.796-97.587-139.021 0-236.826 97.4-97.804 97.399-97.804 237.796 0 139.021 97.732 236.826 97.732 97.804 237.681 97.804ZM480-480Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PauseCircleSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PauseCircleSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PendingSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PendingSVG;
package/src/svg/index.ts CHANGED
@@ -128,5 +128,8 @@ export * from './Diagram';
128
128
  export * from './Repeat';
129
129
  export * from './MoveDown';
130
130
  export * from './StepOver';
131
+ export * from './Pending';
132
+ export * from './PauseCircle';
133
+ export * from './Condition';
131
134
 
132
135
  export * from './svgIcon';
@@ -129,6 +129,9 @@ import { DiagramSVG } from './Diagram';
129
129
  import { RepeatSVG } from './Repeat';
130
130
  import { MoveDownSVG } from './MoveDown';
131
131
  import { StepOverSVG } from './StepOver';
132
+ import { PendingSVG } from './Pending';
133
+ import { PauseCircleSVG } from './PauseCircle';
134
+ import { ConditionSVG } from './Condition';
132
135
 
133
136
  import type { IconProps } from '../types';
134
137
 
@@ -263,6 +266,9 @@ export const svgMap = {
263
266
  repeat: RepeatSVG,
264
267
  move_down: MoveDownSVG,
265
268
  step_over: StepOverSVG,
269
+ pending_actions: PendingSVG,
270
+ pause_circle: PauseCircleSVG,
271
+ condition: ConditionSVG,
266
272
  };
267
273
 
268
274
  export type IconSVGName = keyof typeof svgMap;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const ConditionSVG: (opts?: IconProps) => string;
3
+ export default ConditionSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={7323:(t,e,r)=>{r.d(e,{Z:()=>l});r(99497);const l='<svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>\n'},80879:(t,e,r)=>{r.d(e,{Z:()=>l});r(99497);const l='<svg xmlns="http://www.w3.org/2000/svg" transform="rotate(180)" width="48" height="48" viewBox="0 -960 960 960"><path d="M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z"/></svg>\n'},99497:t=>{t.exports=require("react")}},e={};function r(l){var o=e[l];if(void 0!==o)return o.exports;var q=e[l]={exports:{}};return t[l](q,q.exports,r),q.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var l in e)r.o(e,l)&&!r.o(t,l)&&Object.defineProperty(t,l,{enumerable:!0,get:e[l]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var l={};(()=>{r.r(l),r.d(l,{ConditionSVG:()=>o,default:()=>q});var t=r(7323),e=r(80879);const o=r=>{var l;return"outlined"===(null!=(l=null==r?void 0:r.variant)?l:"filled")?e.Z:t.Z},q=o})(),module.exports=l})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Condition/index.js","mappings":"mEAeA,uhD,4CCAA,uhD,YCfAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAgBC,IAL7B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Condition/icon-fill.svg","webpack://icons/./src/svg/Condition/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Condition/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n transform: \"rotate(180)\",\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"rotate(180)\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z\\\"/></svg>\\n\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n transform: \"rotate(180)\",\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"rotate(180)\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M440.391-105.478v-146.825q0-45.174-13.739-78.152t-49-67.674l56.566-56.566q10.739 9.869 24.108 27.174 13.37 17.304 21.674 30.478 15.87-23.174 31.239-41.609 15.37-18.435 31.5-31.435 64.783-48.13 89.718-115.761 24.934-67.63 18.369-157.542l-62.217 62.217q-11.826 11.826-27.783 11.826-15.956 0-27.783-11.826-11.826-11.826-11.826-27.5 0-15.675 11.826-28.066l130.175-130.174q5.565-5.566 12.826-8.696 7.261-3.131 14.957-3.131 8.261 0 14.956 3.131 6.696 3.13 12.827 8.696l130.174 130.174q11.826 11.826 11.826 27.783t-11.826 27.783q-12.391 11.826-28.066 12.109-15.674.282-27.5-12.109l-62.217-62.217q3.304 115.26-24.783 188.891-28.086 73.63-111.218 145.674-48.522 42.826-62.043 77.239-13.522 34.414-13.522 79.283v146.825q0 16.957-11.326 28.283T480-65.87q-16.957 0-28.283-11.326t-11.326-28.283ZM235.955-616.782q-4-16.869-7.065-51.652-3.065-34.782-1.065-73.956l-60.652 60.652q-12.391 11.826-28.348 11.826-15.957 0-27.218-11.261-12.391-11.826-12.391-27.783t12.391-27.783l129.044-130.174q6.131-5.566 13.109-8.696 6.978-3.131 15.239-3.131 7.696 0 14.674 3.131 6.979 3.13 13.109 8.696l129.609 130.174q11.827 11.261 11.827 27.5 0 16.24-11.827 28.066-11.826 11.826-27.782 11.826-15.957 0-27.783-11.826l-61.652-62.217q-2.565 34.608-1.565 61.413 1 26.804 5.565 46.108l-77.219 19.087Zm93.044 173.261q-19.261-19.13-40.891-48.347-21.631-29.218-33.196-59.696l80.479-20.652q7.87 19.912 22.022 40.086 14.152 20.174 26.587 33.043l-55.001 55.566Z\\\"/></svg>\\n\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const ConditionSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ConditionSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ConditionSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Zm.156-79.218q139.239 0 236.826-97.732 97.587-97.732 97.587-237.681 0-139.239-97.4-236.826-97.399-97.587-237.796-97.587-139.021 0-236.826 97.4-97.804 97.399-97.804 237.796 0 139.021 97.732 236.826 97.732 97.804 237.681 97.804ZM480-480Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const PauseCircleSVG: (opts?: IconProps) => string;
3
+ export default PauseCircleSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var e={19884:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Z"/></svg>'},85870:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Zm.156-79.218q139.239 0 236.826-97.732 97.587-97.732 97.587-237.681 0-139.239-97.4-236.826-97.399-97.587-237.796-97.587-139.021 0-236.826 97.4-97.804 97.399-97.804 237.796 0 139.021 97.732 236.826 97.732 97.804 237.681 97.804ZM480-480Z"/></svg>'},99497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PauseCircleSVG:()=>v,default:()=>n});var e=r(19884),t=r(85870);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/PauseCircle/index.js","mappings":"oEAcA,m8B,4CCAA,6qC,YCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,4FCAvD,MAAMC,EAAkBC,IAL/B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/PauseCircle/icon-fill.svg","webpack://icons/./src/svg/PauseCircle/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/PauseCircle/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Zm.156-79.218q139.239 0 236.826-97.732 97.587-97.732 97.587-237.681 0-139.239-97.4-236.826-97.399-97.587-237.796-97.587-139.021 0-236.826 97.4-97.804 97.399-97.804 237.796 0 139.021 97.732 236.826 97.732 97.804 237.681 97.804ZM480-480Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M397.29-316.609q14 0 23.355-9.437Q430-335.484 430-349.435v-261.13q0-13.951-9.474-23.389-9.473-9.437-23.478-9.437t-23.635 9.437q-9.631 9.438-9.631 23.389v261.13q0 13.951 9.634 23.389 9.633 9.437 23.874 9.437Zm166.217 0q14.001 0 23.356-9.437 9.355-9.438 9.355-23.389v-261.13q0-13.951-9.474-23.389-9.474-9.437-23.478-9.437-14.005 0-23.636 9.437-9.63 9.438-9.63 23.389v261.13q0 13.951 9.633 23.389 9.634 9.437 23.874 9.437Zm-83.163 250.74q-86.203 0-161.506-32.395-75.302-32.395-131.741-88.833-56.438-56.439-88.833-131.738-32.395-75.299-32.395-161.587 0-86.288 32.395-161.665t88.745-131.345q56.349-55.968 131.69-88.616 75.34-32.648 161.676-32.648 86.335 0 161.779 32.604t131.37 88.497q55.926 55.893 88.549 131.452 32.623 75.559 32.623 161.877 0 86.281-32.648 161.575-32.648 75.293-88.616 131.478-55.968 56.186-131.426 88.765-75.459 32.58-161.662 32.58Zm.156-79.218q139.239 0 236.826-97.732 97.587-97.732 97.587-237.681 0-139.239-97.4-236.826-97.399-97.587-237.796-97.587-139.021 0-236.826 97.4-97.804 97.399-97.804 237.796 0 139.021 97.732 236.826 97.732 97.804 237.681 97.804ZM480-480Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PauseCircleSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PauseCircleSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PauseCircleSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const PendingSVG: (opts?: IconProps) => string;
3
+ export default PendingSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={51625:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>'},63642:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z"/></svg>'},99497:t=>{t.exports=require("react")}},e={};function r(o){var q=e[o];if(void 0!==q)return q.exports;var v=e[o]={exports:{}};return t[o](v,v.exports,r),v.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{PendingSVG:()=>q,default:()=>v});var t=r(51625),e=r(63642);const q=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},v=q})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Pending/index.js","mappings":"oEAcA,o1C,4CCAA,o1C,YCdAA,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,wFCAvD,MAAMC,EAAcC,IAL3B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Pending/icon-fill.svg","webpack://icons/./src/svg/Pending/icon.svg","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/svg/Pending/index.ts"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M698.913-80q-79 0-134-55.283-55-55.282-55-133.717 0-78.435 55-133.717 55-55.283 134-55.283 78.435 0 133.718 55.283Q887.913-347.435 887.913-269q0 78.435-55.282 133.717Q777.348-80 698.913-80Zm14.392-192.369v-92.116q0-9.211-6.669-15.559-6.669-6.347-15.561-6.347-9.292 0-16.423 6.791-7.13 6.791-7.13 16.646v91.128q0 7.998 2.848 14.865 2.848 6.868 7.978 12.918l62.304 64.304q6.566 6.565 15.979 6.565t15.978-7.211q6.565-7.211 6.848-16.261.283-9.05-6.848-16.202l-59.304-59.521Zm-528.218 166.5q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-34.464 22.377-57.124 22.377-22.659 56.841-22.659H371.26q9.261-35.566 39.421-58.631 30.16-23.065 69.319-23.065 38.261 0 68.587 23.065t40.718 58.631h185.608q34.464 0 57.124 22.659 22.659 22.66 22.659 57.124v220.912q0 17.272-11.833 28.724-11.834 11.451-28.566 11.451t-28.058-11.451q-11.326-11.452-11.326-28.724v-220.912h-57.174v57.174q0 16.707-11.451 28.158T678.13-678.13H281.87q-16.707 0-28.158-11.451t-11.451-28.158v-57.174h-57.174v589.826h249.522q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H185.087ZM480-782.826q17 0 28.5-11.5t11.5-28.5q0-16.435-11.5-28.218-11.5-11.782-28.5-11.782t-28.5 11.782Q440-839.261 440-822.826q0 17 11.5 28.5t28.5 11.5Z\\\"/></svg>\";","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const PendingSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default PendingSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","PendingSVG","opts","variant"],"sourceRoot":""}
package/svg/index.d.ts CHANGED
@@ -128,4 +128,7 @@ export * from './Diagram';
128
128
  export * from './Repeat';
129
129
  export * from './MoveDown';
130
130
  export * from './StepOver';
131
+ export * from './Pending';
132
+ export * from './PauseCircle';
133
+ export * from './Condition';
131
134
  export * from './svgIcon';