@activecollab/components 2.0.378 → 2.0.379

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 (59) hide show
  1. package/dist/cjs/components/Icons/collection/TextAlignCenter.js +62 -0
  2. package/dist/cjs/components/Icons/collection/TextAlignCenter.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/TextAlignJustify.js +62 -0
  4. package/dist/cjs/components/Icons/collection/TextAlignJustify.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/TextAlignLeft.js +62 -0
  6. package/dist/cjs/components/Icons/collection/TextAlignLeft.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/TextAlignRight.js +62 -0
  8. package/dist/cjs/components/Icons/collection/TextAlignRight.js.map +1 -0
  9. package/dist/cjs/components/Icons/collection/TextStyleBold.js +62 -0
  10. package/dist/cjs/components/Icons/collection/TextStyleBold.js.map +1 -0
  11. package/dist/cjs/components/Icons/collection/TextStyleItalic.js +62 -0
  12. package/dist/cjs/components/Icons/collection/TextStyleItalic.js.map +1 -0
  13. package/dist/cjs/components/Icons/collection/TextStyleStrike.js +68 -0
  14. package/dist/cjs/components/Icons/collection/TextStyleStrike.js.map +1 -0
  15. package/dist/cjs/components/Icons/collection/TextStyleUnderline.js +68 -0
  16. package/dist/cjs/components/Icons/collection/TextStyleUnderline.js.map +1 -0
  17. package/dist/cjs/components/Icons/collection/index.js +56 -0
  18. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  19. package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts +32 -0
  20. package/dist/esm/components/Icons/collection/TextAlignCenter.d.ts.map +1 -0
  21. package/dist/esm/components/Icons/collection/TextAlignCenter.js +55 -0
  22. package/dist/esm/components/Icons/collection/TextAlignCenter.js.map +1 -0
  23. package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts +32 -0
  24. package/dist/esm/components/Icons/collection/TextAlignJustify.d.ts.map +1 -0
  25. package/dist/esm/components/Icons/collection/TextAlignJustify.js +55 -0
  26. package/dist/esm/components/Icons/collection/TextAlignJustify.js.map +1 -0
  27. package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts +32 -0
  28. package/dist/esm/components/Icons/collection/TextAlignLeft.d.ts.map +1 -0
  29. package/dist/esm/components/Icons/collection/TextAlignLeft.js +55 -0
  30. package/dist/esm/components/Icons/collection/TextAlignLeft.js.map +1 -0
  31. package/dist/esm/components/Icons/collection/TextAlignRight.d.ts +32 -0
  32. package/dist/esm/components/Icons/collection/TextAlignRight.d.ts.map +1 -0
  33. package/dist/esm/components/Icons/collection/TextAlignRight.js +55 -0
  34. package/dist/esm/components/Icons/collection/TextAlignRight.js.map +1 -0
  35. package/dist/esm/components/Icons/collection/TextStyleBold.d.ts +32 -0
  36. package/dist/esm/components/Icons/collection/TextStyleBold.d.ts.map +1 -0
  37. package/dist/esm/components/Icons/collection/TextStyleBold.js +55 -0
  38. package/dist/esm/components/Icons/collection/TextStyleBold.js.map +1 -0
  39. package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts +32 -0
  40. package/dist/esm/components/Icons/collection/TextStyleItalic.d.ts.map +1 -0
  41. package/dist/esm/components/Icons/collection/TextStyleItalic.js +55 -0
  42. package/dist/esm/components/Icons/collection/TextStyleItalic.js.map +1 -0
  43. package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts +32 -0
  44. package/dist/esm/components/Icons/collection/TextStyleStrike.d.ts.map +1 -0
  45. package/dist/esm/components/Icons/collection/TextStyleStrike.js +61 -0
  46. package/dist/esm/components/Icons/collection/TextStyleStrike.js.map +1 -0
  47. package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts +32 -0
  48. package/dist/esm/components/Icons/collection/TextStyleUnderline.d.ts.map +1 -0
  49. package/dist/esm/components/Icons/collection/TextStyleUnderline.js +61 -0
  50. package/dist/esm/components/Icons/collection/TextStyleUnderline.js.map +1 -0
  51. package/dist/esm/components/Icons/collection/index.d.ts +8 -0
  52. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  53. package/dist/esm/components/Icons/collection/index.js +8 -0
  54. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  55. package/dist/index.js +910 -482
  56. package/dist/index.js.map +1 -1
  57. package/dist/index.min.js +1 -1
  58. package/dist/index.min.js.map +1 -1
  59. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextStyleUnderline.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","TextStyleUnderlineIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","focusable","GradientDefs","fillRule","d","clipRule","x","y","rx","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/TextStyleUnderline.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component TextStyleUnderlineIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <TextStyleUnderlineIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <TextStyleUnderlineIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst TextStyleUnderlineIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"TextStyleUnderlineIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M11.84 18Q10.45 18 9.3 17.67Q8.14 17.34 7.31 16.64Q6.47 15.94 6.01 14.85Q5.54 13.76 5.54 12.25V3H8.64V12.01Q8.64 12.94 8.87 13.62Q9.1 14.29 9.53 14.73Q9.96 15.17 10.57 15.37Q11.18 15.58 11.92 15.58Q12.68 15.58 13.31 15.36Q13.95 15.14 14.4 14.69Q14.86 14.24 15.11 13.55Q15.36 12.86 15.36 11.9V3H18.46V12.09Q18.46 13.61 17.97 14.72Q17.47 15.84 16.59 16.57Q15.71 17.3 14.5 17.65Q13.29 18 11.84 18Z\"\n clipRule=\"evenodd\"\n />\n <rect x=\"4\" y=\"20\" width=\"16\" height=\"2\" rx=\"1\" />\n </svg>\n )\n);\nTextStyleUnderlineIcon.displayName = \"TextStyleUnderlineIcon\";\nexport default TextStyleUnderlineIcon;\n"],"mappings":"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","ignoreList":[]}
@@ -1407,12 +1407,60 @@ Object.defineProperty(exports, "TaskListIcon", {
1407
1407
  return _TaskList.default;
1408
1408
  }
1409
1409
  });
1410
+ Object.defineProperty(exports, "TextAlignCenterIcon", {
1411
+ enumerable: true,
1412
+ get: function get() {
1413
+ return _TextAlignCenter.default;
1414
+ }
1415
+ });
1416
+ Object.defineProperty(exports, "TextAlignJustifyIcon", {
1417
+ enumerable: true,
1418
+ get: function get() {
1419
+ return _TextAlignJustify.default;
1420
+ }
1421
+ });
1422
+ Object.defineProperty(exports, "TextAlignLeftIcon", {
1423
+ enumerable: true,
1424
+ get: function get() {
1425
+ return _TextAlignLeft.default;
1426
+ }
1427
+ });
1428
+ Object.defineProperty(exports, "TextAlignRightIcon", {
1429
+ enumerable: true,
1430
+ get: function get() {
1431
+ return _TextAlignRight.default;
1432
+ }
1433
+ });
1410
1434
  Object.defineProperty(exports, "TextIcon", {
1411
1435
  enumerable: true,
1412
1436
  get: function get() {
1413
1437
  return _TextIcon.default;
1414
1438
  }
1415
1439
  });
1440
+ Object.defineProperty(exports, "TextStyleBoldIcon", {
1441
+ enumerable: true,
1442
+ get: function get() {
1443
+ return _TextStyleBold.default;
1444
+ }
1445
+ });
1446
+ Object.defineProperty(exports, "TextStyleItalicIcon", {
1447
+ enumerable: true,
1448
+ get: function get() {
1449
+ return _TextStyleItalic.default;
1450
+ }
1451
+ });
1452
+ Object.defineProperty(exports, "TextStyleStrikeIcon", {
1453
+ enumerable: true,
1454
+ get: function get() {
1455
+ return _TextStyleStrike.default;
1456
+ }
1457
+ });
1458
+ Object.defineProperty(exports, "TextStyleUnderlineIcon", {
1459
+ enumerable: true,
1460
+ get: function get() {
1461
+ return _TextStyleUnderline.default;
1462
+ }
1463
+ });
1416
1464
  Object.defineProperty(exports, "ThumbUpOutlineIcon", {
1417
1465
  enumerable: true,
1418
1466
  get: function get() {
@@ -1731,6 +1779,14 @@ var _TaskAdd = _interopRequireDefault(require("./TaskAdd"));
1731
1779
  var _TaskListAdd = _interopRequireDefault(require("./TaskListAdd"));
1732
1780
  var _TaskListComplete = _interopRequireDefault(require("./TaskListComplete"));
1733
1781
  var _TaskList = _interopRequireDefault(require("./TaskList"));
1782
+ var _TextAlignCenter = _interopRequireDefault(require("./TextAlignCenter"));
1783
+ var _TextAlignJustify = _interopRequireDefault(require("./TextAlignJustify"));
1784
+ var _TextAlignLeft = _interopRequireDefault(require("./TextAlignLeft"));
1785
+ var _TextAlignRight = _interopRequireDefault(require("./TextAlignRight"));
1786
+ var _TextStyleBold = _interopRequireDefault(require("./TextStyleBold"));
1787
+ var _TextStyleItalic = _interopRequireDefault(require("./TextStyleItalic"));
1788
+ var _TextStyleStrike = _interopRequireDefault(require("./TextStyleStrike"));
1789
+ var _TextStyleUnderline = _interopRequireDefault(require("./TextStyleUnderline"));
1734
1790
  var _TextIcon = _interopRequireDefault(require("./TextIcon"));
1735
1791
  var _ThumbUpOutline = _interopRequireDefault(require("./ThumbUpOutline"));
1736
1792
  var _Trash = _interopRequireDefault(require("./Trash"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleDot","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_Cloud","_CloudDeploy","_CloudDeployFailed","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_FolderPlus","_Gear","_GearFailed","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitMerge","_GitPullRequest","_GitPullRequestDraft","_GitPullRequestClosed","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Key","_Labels","_Layers","_LayerBack","_LayerBackward","_LayerForward","_LayerFront","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_ShapesIcon","_Shield","_SidebarLeft","_SidebarRight","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleDotIcon } from \"./CircleDot\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CloudIcon } from \"./Cloud\";\nexport { default as CloudDeployIcon } from \"./CloudDeploy\";\nexport { default as CloudDeployFailedIcon } from \"./CloudDeployFailed\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as FolderPlusIcon } from \"./FolderPlus\";\nexport { default as GearIcon } from \"./Gear\";\nexport { default as GearFailedIcon } from \"./GearFailed\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitMergeIcon } from \"./GitMerge\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitPullRequestDraftIcon } from \"./GitPullRequestDraft\";\nexport { default as GitPullRequestClosedIcon } from \"./GitPullRequestClosed\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as KeyIcon } from \"./Key\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LayersIcon } from \"./Layers\";\nexport { default as LayerBackIcon } from \"./LayerBack\";\nexport { default as LayerBackwardIcon } from \"./LayerBackward\";\nexport { default as LayerForwardIcon } from \"./LayerForward\";\nexport { default as LayerFrontIcon } from \"./LayerFront\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShapesIcon } from \"./ShapesIcon\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SidebarLeftIcon } from \"./SidebarLeft\";\nexport { default as SidebarRightIcon } from \"./SidebarRight\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_Recurring","_interopRequireDefault","require","_AccessLog","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_Bulb","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxCircleBlank","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleDot","_CircleIcon","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_Cloud","_CloudDeploy","_CloudDeployFailed","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_ConnectionIcon","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_DrawIcon","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_FolderPlus","_Gear","_GearFailed","_Gift","_GitBranch","_GitCommit","_GitHub","_Git","_GitLab","_GitMerge","_GitPullRequest","_GitPullRequestDraft","_GitPullRequestClosed","_GitRepository","_GitRepositoryConnect","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Key","_Labels","_Layers","_LayerBack","_LayerBackward","_LayerForward","_LayerFront","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_MessageStar","_Message","_Minus","_MobileMenu","_MoneyStack","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_PinSmall","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_Puzzle","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReminderIcon","_Reorder","_ReportTime","_Reports","_Robot","_RocketSmall","_Rocket","_RoundedRectangleIcon","_Save","_SearchLarge","_SearchPlus","_Search","_SendBlank","_SendFilled","_Settings","_ShapesIcon","_Shield","_SidebarLeft","_SidebarRight","_SortGeneral","_SortIcon","_SortList","_SortSmall","_Spark","_StarOutline","_Star","_Status","_StickyIcon","_Stop","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_TextAlignCenter","_TextAlignJustify","_TextAlignLeft","_TextAlignRight","_TextStyleBold","_TextStyleItalic","_TextStyleStrike","_TextStyleUnderline","_TextIcon","_ThumbUpOutline","_Trash","_TreeDots","_TriangleIcon","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","e","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as RecurringIcon } from \"./Recurring\";\nexport { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as BulbIcon } from \"./Bulb\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxCircleBlankIcon } from \"./CheckboxCircleBlank\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleDotIcon } from \"./CircleDot\";\nexport { default as CircleIcon } from \"./CircleIcon\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CloudIcon } from \"./Cloud\";\nexport { default as CloudDeployIcon } from \"./CloudDeploy\";\nexport { default as CloudDeployFailedIcon } from \"./CloudDeployFailed\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as ConnectionIcon } from \"./ConnectionIcon\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DrawIcon } from \"./DrawIcon\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as FolderPlusIcon } from \"./FolderPlus\";\nexport { default as GearIcon } from \"./Gear\";\nexport { default as GearFailedIcon } from \"./GearFailed\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GitBranchIcon } from \"./GitBranch\";\nexport { default as GitCommitIcon } from \"./GitCommit\";\nexport { default as GitHubIcon } from \"./GitHub\";\nexport { default as GitIcon } from \"./Git\";\nexport { default as GitLabIcon } from \"./GitLab\";\nexport { default as GitMergeIcon } from \"./GitMerge\";\nexport { default as GitPullRequestIcon } from \"./GitPullRequest\";\nexport { default as GitPullRequestDraftIcon } from \"./GitPullRequestDraft\";\nexport { default as GitPullRequestClosedIcon } from \"./GitPullRequestClosed\";\nexport { default as GitRepositoryIcon } from \"./GitRepository\";\nexport { default as GitRepositoryConnectIcon } from \"./GitRepositoryConnect\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as KeyIcon } from \"./Key\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LayersIcon } from \"./Layers\";\nexport { default as LayerBackIcon } from \"./LayerBack\";\nexport { default as LayerBackwardIcon } from \"./LayerBackward\";\nexport { default as LayerForwardIcon } from \"./LayerForward\";\nexport { default as LayerFrontIcon } from \"./LayerFront\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageStarIcon } from \"./MessageStar\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoneyStackIcon } from \"./MoneyStack\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinSmallIcon } from \"./PinSmall\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as PuzzleIcon } from \"./Puzzle\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReminderIcon } from \"./ReminderIcon\";\nexport { default as ReorderIcon } from \"./Reorder\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RobotIcon } from \"./Robot\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as RoundedRectangleIcon } from \"./RoundedRectangleIcon\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchPlusIcon } from \"./SearchPlus\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShapesIcon } from \"./ShapesIcon\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SidebarLeftIcon } from \"./SidebarLeft\";\nexport { default as SidebarRightIcon } from \"./SidebarRight\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as SparkIcon } from \"./Spark\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StickyIcon } from \"./StickyIcon\";\nexport { default as StopIcon } from \"./Stop\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as TextAlignCenterIcon } from \"./TextAlignCenter\";\nexport { default as TextAlignJustifyIcon } from \"./TextAlignJustify\";\nexport { default as TextAlignLeftIcon } from \"./TextAlignLeft\";\nexport { default as TextAlignRightIcon } from \"./TextAlignRight\";\nexport { default as TextStyleBoldIcon } from \"./TextStyleBold\";\nexport { default as TextStyleItalicIcon } from \"./TextStyleItalic\";\nexport { default as TextStyleStrikeIcon } from \"./TextStyleStrike\";\nexport { default as TextStyleUnderlineIcon } from \"./TextStyleUnderline\";\nexport { default as TextIcon } from \"./TextIcon\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as TriangleIcon } from \"./TriangleIcon\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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","ignoreList":[]}
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ /**
3
+ * @component TextAlignCenterIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
12
+ *
13
+ * @example
14
+ * return (
15
+ * <TextAlignCenterIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
16
+ * )
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignCenterIcon className="mr-2" />
21
+ * )
22
+ *
23
+ * @see
24
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
25
+ * @see
26
+ * https://design.activecollab.com/docs/foundations/icons
27
+ */
28
+ declare const TextAlignCenterIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
29
+ gradient?: string;
30
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
31
+ export default TextAlignCenterIcon;
32
+ //# sourceMappingURL=TextAlignCenter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignCenter.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/TextAlignCenter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,mBAAmB;eAMR,MAAM;+CA6BtB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,55 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["gradient"];
4
+ import React from "react";
5
+ import { GradientDefs } from "../../GradientDefs";
6
+
7
+ /**
8
+ * @component TextAlignCenterIcon
9
+ * @description
10
+ *
11
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
12
+ * The Icon component is
13
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
14
+ *
15
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
16
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignCenterIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
21
+ * )
22
+ *
23
+ * @example
24
+ * return (
25
+ * <TextAlignCenterIcon className="mr-2" />
26
+ * )
27
+ *
28
+ * @see
29
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
30
+ * @see
31
+ * https://design.activecollab.com/docs/foundations/icons
32
+ */
33
+ const TextAlignCenterIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
34
+ let gradient = _ref.gradient,
35
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
36
+ return /*#__PURE__*/React.createElement("svg", _extends({
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ width: 24,
39
+ height: 24,
40
+ viewBox: "0 0 24 24",
41
+ "data-testid": "TextAlignCenterIcon",
42
+ fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
43
+ focusable: false,
44
+ ref: ref
45
+ }, props), /*#__PURE__*/React.createElement(GradientDefs, {
46
+ gradient: gradient
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ fillRule: "evenodd",
49
+ d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
50
+ clipRule: "evenodd"
51
+ }));
52
+ });
53
+ TextAlignCenterIcon.displayName = "TextAlignCenterIcon";
54
+ export default TextAlignCenterIcon;
55
+ //# sourceMappingURL=TextAlignCenter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignCenter.js","names":["React","GradientDefs","TextAlignCenterIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/TextAlignCenter.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component TextAlignCenterIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <TextAlignCenterIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <TextAlignCenterIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst TextAlignCenterIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"TextAlignCenterIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM7.5 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1a1 1 0 0 1 1-1z\"\n clipRule=\"evenodd\"\n />\n </svg>\n )\n);\nTextAlignCenterIcon.displayName = \"TextAlignCenterIcon\";\nexport default TextAlignCenterIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,mBAAmB,gBAAGF,KAAK,CAACG,UAAU,CAC1C,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,qBAAqB;IACjCC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,gRAAgR;IAClRC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDlB,mBAAmB,CAACmB,WAAW,GAAG,qBAAqB;AACvD,eAAenB,mBAAmB","ignoreList":[]}
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ /**
3
+ * @component TextAlignJustifyIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
12
+ *
13
+ * @example
14
+ * return (
15
+ * <TextAlignJustifyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
16
+ * )
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignJustifyIcon className="mr-2" />
21
+ * )
22
+ *
23
+ * @see
24
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
25
+ * @see
26
+ * https://design.activecollab.com/docs/foundations/icons
27
+ */
28
+ declare const TextAlignJustifyIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
29
+ gradient?: string;
30
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
31
+ export default TextAlignJustifyIcon;
32
+ //# sourceMappingURL=TextAlignJustify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignJustify.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/TextAlignJustify.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,oBAAoB;eAMT,MAAM;+CA6BtB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,55 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["gradient"];
4
+ import React from "react";
5
+ import { GradientDefs } from "../../GradientDefs";
6
+
7
+ /**
8
+ * @component TextAlignJustifyIcon
9
+ * @description
10
+ *
11
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
12
+ * The Icon component is
13
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
14
+ *
15
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
16
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignJustifyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
21
+ * )
22
+ *
23
+ * @example
24
+ * return (
25
+ * <TextAlignJustifyIcon className="mr-2" />
26
+ * )
27
+ *
28
+ * @see
29
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
30
+ * @see
31
+ * https://design.activecollab.com/docs/foundations/icons
32
+ */
33
+ const TextAlignJustifyIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
34
+ let gradient = _ref.gradient,
35
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
36
+ return /*#__PURE__*/React.createElement("svg", _extends({
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ width: 24,
39
+ height: 24,
40
+ viewBox: "0 0 24 24",
41
+ "data-testid": "TextAlignJustifyIcon",
42
+ fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
43
+ focusable: false,
44
+ ref: ref
45
+ }, props), /*#__PURE__*/React.createElement(GradientDefs, {
46
+ gradient: gradient
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ fillRule: "evenodd",
49
+ d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
50
+ clipRule: "evenodd"
51
+ }));
52
+ });
53
+ TextAlignJustifyIcon.displayName = "TextAlignJustifyIcon";
54
+ export default TextAlignJustifyIcon;
55
+ //# sourceMappingURL=TextAlignJustify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignJustify.js","names":["React","GradientDefs","TextAlignJustifyIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/TextAlignJustify.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component TextAlignJustifyIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <TextAlignJustifyIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <TextAlignJustifyIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst TextAlignJustifyIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"TextAlignJustifyIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z\"\n clipRule=\"evenodd\"\n />\n </svg>\n )\n);\nTextAlignJustifyIcon.displayName = \"TextAlignJustifyIcon\";\nexport default TextAlignJustifyIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,oBAAoB,gBAAGF,KAAK,CAACG,UAAU,CAC3C,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,sBAAsB;IAClCC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,2QAA2Q;IAC7QC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDlB,oBAAoB,CAACmB,WAAW,GAAG,sBAAsB;AACzD,eAAenB,oBAAoB","ignoreList":[]}
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ /**
3
+ * @component TextAlignLeftIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
12
+ *
13
+ * @example
14
+ * return (
15
+ * <TextAlignLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
16
+ * )
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignLeftIcon className="mr-2" />
21
+ * )
22
+ *
23
+ * @see
24
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
25
+ * @see
26
+ * https://design.activecollab.com/docs/foundations/icons
27
+ */
28
+ declare const TextAlignLeftIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
29
+ gradient?: string;
30
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
31
+ export default TextAlignLeftIcon;
32
+ //# sourceMappingURL=TextAlignLeft.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignLeft.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/TextAlignLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,iBAAiB;eAMN,MAAM;+CA6BtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,55 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
+ const _excluded = ["gradient"];
4
+ import React from "react";
5
+ import { GradientDefs } from "../../GradientDefs";
6
+
7
+ /**
8
+ * @component TextAlignLeftIcon
9
+ * @description
10
+ *
11
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
12
+ * The Icon component is
13
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
14
+ *
15
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
16
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
21
+ * )
22
+ *
23
+ * @example
24
+ * return (
25
+ * <TextAlignLeftIcon className="mr-2" />
26
+ * )
27
+ *
28
+ * @see
29
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
30
+ * @see
31
+ * https://design.activecollab.com/docs/foundations/icons
32
+ */
33
+ const TextAlignLeftIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
34
+ let gradient = _ref.gradient,
35
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
36
+ return /*#__PURE__*/React.createElement("svg", _extends({
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ width: 24,
39
+ height: 24,
40
+ viewBox: "0 0 24 24",
41
+ "data-testid": "TextAlignLeftIcon",
42
+ fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
43
+ focusable: false,
44
+ ref: ref
45
+ }, props), /*#__PURE__*/React.createElement(GradientDefs, {
46
+ gradient: gradient
47
+ }), /*#__PURE__*/React.createElement("path", {
48
+ fillRule: "evenodd",
49
+ d: "M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z",
50
+ clipRule: "evenodd"
51
+ }));
52
+ });
53
+ TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
54
+ export default TextAlignLeftIcon;
55
+ //# sourceMappingURL=TextAlignLeft.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignLeft.js","names":["React","GradientDefs","TextAlignLeftIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/TextAlignLeft.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component TextAlignLeftIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <TextAlignLeftIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <TextAlignLeftIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst TextAlignLeftIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"TextAlignLeftIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M4 4h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 9h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 14h16a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1zM4 19h9a1 1 0 0 1 1 1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1a1 1 0 0 1 1-1z\"\n clipRule=\"evenodd\"\n />\n </svg>\n )\n);\nTextAlignLeftIcon.displayName = \"TextAlignLeftIcon\";\nexport default TextAlignLeftIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,iBAAiB,gBAAGF,KAAK,CAACG,UAAU,CACxC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,mBAAmB;IAC/BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,0QAA0Q;IAC5QC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDlB,iBAAiB,CAACmB,WAAW,GAAG,mBAAmB;AACnD,eAAenB,iBAAiB","ignoreList":[]}
@@ -0,0 +1,32 @@
1
+ import React from "react";
2
+ /**
3
+ * @component TextAlignRightIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
12
+ *
13
+ * @example
14
+ * return (
15
+ * <TextAlignRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
16
+ * )
17
+ *
18
+ * @example
19
+ * return (
20
+ * <TextAlignRightIcon className="mr-2" />
21
+ * )
22
+ *
23
+ * @see
24
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
25
+ * @see
26
+ * https://design.activecollab.com/docs/foundations/icons
27
+ */
28
+ declare const TextAlignRightIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
29
+ gradient?: string;
30
+ }, "ref"> & React.RefAttributes<SVGSVGElement>>;
31
+ export default TextAlignRightIcon;
32
+ //# sourceMappingURL=TextAlignRight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAlignRight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/TextAlignRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,kBAAkB;eAMP,MAAM;+CA6BtB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}