@veracity/vui 2.0.2 → 2.0.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 (110) hide show
  1. package/dist/cjs/header/headerNotifications.js +2 -2
  2. package/dist/cjs/icon/icon.d.ts.map +1 -1
  3. package/dist/cjs/icon/icon.js +3 -2
  4. package/dist/cjs/icon/icon.types.d.ts +2 -0
  5. package/dist/cjs/icon/icon.types.d.ts.map +1 -1
  6. package/dist/cjs/icons/baseIcons/conc/conCertificate.d.ts +4 -0
  7. package/dist/cjs/icons/baseIcons/conc/conCertificate.d.ts.map +1 -0
  8. package/dist/cjs/icons/baseIcons/conc/conCertificate.js +7 -0
  9. package/dist/cjs/icons/baseIcons/conc/conCreateDataset.d.ts +4 -0
  10. package/dist/cjs/icons/baseIcons/conc/conCreateDataset.d.ts.map +1 -0
  11. package/dist/cjs/icons/baseIcons/conc/conCreateDataset.js +7 -0
  12. package/dist/cjs/icons/baseIcons/conc/conDatabase.d.ts +4 -0
  13. package/dist/cjs/icons/baseIcons/conc/conDatabase.d.ts.map +1 -0
  14. package/dist/cjs/icons/baseIcons/conc/conDatabase.js +7 -0
  15. package/dist/cjs/icons/baseIcons/conc/conDatabasePlus.d.ts +4 -0
  16. package/dist/cjs/icons/baseIcons/conc/conDatabasePlus.d.ts.map +1 -0
  17. package/dist/cjs/icons/baseIcons/conc/conDatabasePlus.js +7 -0
  18. package/dist/cjs/icons/baseIcons/conc/conDataset.d.ts +4 -0
  19. package/dist/cjs/icons/baseIcons/conc/conDataset.d.ts.map +1 -0
  20. package/dist/cjs/icons/baseIcons/conc/conDataset.js +7 -0
  21. package/dist/cjs/icons/baseIcons/conc/conFolderPlus.d.ts +4 -0
  22. package/dist/cjs/icons/baseIcons/conc/conFolderPlus.d.ts.map +1 -0
  23. package/dist/cjs/icons/baseIcons/conc/conFolderPlus.js +7 -0
  24. package/dist/cjs/icons/baseIcons/conc/conInsightSearchAlt.d.ts +4 -0
  25. package/dist/cjs/icons/baseIcons/conc/conInsightSearchAlt.d.ts.map +1 -0
  26. package/dist/cjs/icons/baseIcons/conc/conInsightSearchAlt.js +8 -0
  27. package/dist/cjs/icons/baseIcons/conc/conMachineLearning.d.ts +4 -0
  28. package/dist/cjs/icons/baseIcons/conc/conMachineLearning.d.ts.map +1 -0
  29. package/dist/cjs/icons/baseIcons/conc/conMachineLearning.js +8 -0
  30. package/dist/cjs/icons/baseIcons/conc/conReport.d.ts +4 -0
  31. package/dist/cjs/icons/baseIcons/conc/conReport.d.ts.map +1 -0
  32. package/dist/cjs/icons/baseIcons/conc/conReport.js +7 -0
  33. package/dist/cjs/icons/baseIcons/conc/conReport2.d.ts +4 -0
  34. package/dist/cjs/icons/baseIcons/conc/conReport2.d.ts.map +1 -0
  35. package/dist/cjs/icons/baseIcons/conc/conReport2.js +7 -0
  36. package/dist/cjs/icons/baseIcons/conc/conUploadFile.d.ts +4 -0
  37. package/dist/cjs/icons/baseIcons/conc/conUploadFile.d.ts.map +1 -0
  38. package/dist/cjs/icons/baseIcons/conc/conUploadFile.js +7 -0
  39. package/dist/cjs/icons/baseIcons/conc/conUploadFile2.d.ts +4 -0
  40. package/dist/cjs/icons/baseIcons/conc/conUploadFile2.d.ts.map +1 -0
  41. package/dist/cjs/icons/baseIcons/conc/conUploadFile2.js +7 -0
  42. package/dist/cjs/icons/baseIcons/icons.d.ts +17 -5
  43. package/dist/cjs/icons/baseIcons/icons.d.ts.map +1 -1
  44. package/dist/cjs/icons/baseIcons/icons.js +41 -17
  45. package/dist/cjs/icons/baseIcons/types.d.ts +1 -1
  46. package/dist/cjs/icons/baseIcons/types.d.ts.map +1 -1
  47. package/dist/esm/header/headerNotifications.js +2 -2
  48. package/dist/esm/icon/icon.d.ts.map +1 -1
  49. package/dist/esm/icon/icon.js +1 -1
  50. package/dist/esm/icon/icon.types.d.ts +2 -0
  51. package/dist/esm/icon/icon.types.d.ts.map +1 -1
  52. package/dist/esm/icons/baseIcons/conc/conCertificate.d.ts +4 -0
  53. package/dist/esm/icons/baseIcons/conc/conCertificate.d.ts.map +1 -0
  54. package/dist/esm/icons/baseIcons/conc/conCertificate.js +5 -0
  55. package/dist/esm/icons/baseIcons/conc/conCreateDataset.d.ts +4 -0
  56. package/dist/esm/icons/baseIcons/conc/conCreateDataset.d.ts.map +1 -0
  57. package/dist/esm/icons/baseIcons/conc/conCreateDataset.js +5 -0
  58. package/dist/esm/icons/baseIcons/conc/conDatabase.d.ts +4 -0
  59. package/dist/esm/icons/baseIcons/conc/conDatabase.d.ts.map +1 -0
  60. package/dist/esm/icons/baseIcons/conc/conDatabase.js +5 -0
  61. package/dist/esm/icons/baseIcons/conc/conDatabasePlus.d.ts +4 -0
  62. package/dist/esm/icons/baseIcons/conc/conDatabasePlus.d.ts.map +1 -0
  63. package/dist/esm/icons/baseIcons/conc/conDatabasePlus.js +5 -0
  64. package/dist/esm/icons/baseIcons/conc/conDataset.d.ts +4 -0
  65. package/dist/esm/icons/baseIcons/conc/conDataset.d.ts.map +1 -0
  66. package/dist/esm/icons/baseIcons/conc/conDataset.js +5 -0
  67. package/dist/esm/icons/baseIcons/conc/conFolderPlus.d.ts +4 -0
  68. package/dist/esm/icons/baseIcons/conc/conFolderPlus.d.ts.map +1 -0
  69. package/dist/esm/icons/baseIcons/conc/conFolderPlus.js +5 -0
  70. package/dist/esm/icons/baseIcons/conc/conInsightSearchAlt.d.ts +4 -0
  71. package/dist/esm/icons/baseIcons/conc/conInsightSearchAlt.d.ts.map +1 -0
  72. package/dist/esm/icons/baseIcons/conc/conInsightSearchAlt.js +6 -0
  73. package/dist/esm/icons/baseIcons/conc/conMachineLearning.d.ts +4 -0
  74. package/dist/esm/icons/baseIcons/conc/conMachineLearning.d.ts.map +1 -0
  75. package/dist/esm/icons/baseIcons/conc/conMachineLearning.js +6 -0
  76. package/dist/esm/icons/baseIcons/conc/conReport.d.ts +4 -0
  77. package/dist/esm/icons/baseIcons/conc/conReport.d.ts.map +1 -0
  78. package/dist/esm/icons/baseIcons/conc/conReport.js +5 -0
  79. package/dist/esm/icons/baseIcons/conc/conReport2.d.ts +4 -0
  80. package/dist/esm/icons/baseIcons/conc/conReport2.d.ts.map +1 -0
  81. package/dist/esm/icons/baseIcons/conc/conReport2.js +5 -0
  82. package/dist/esm/icons/baseIcons/conc/conUploadFile.d.ts +4 -0
  83. package/dist/esm/icons/baseIcons/conc/conUploadFile.d.ts.map +1 -0
  84. package/dist/esm/icons/baseIcons/conc/conUploadFile.js +5 -0
  85. package/dist/esm/icons/baseIcons/conc/conUploadFile2.d.ts +4 -0
  86. package/dist/esm/icons/baseIcons/conc/conUploadFile2.d.ts.map +1 -0
  87. package/dist/esm/icons/baseIcons/conc/conUploadFile2.js +5 -0
  88. package/dist/esm/icons/baseIcons/icons.d.ts +17 -5
  89. package/dist/esm/icons/baseIcons/icons.d.ts.map +1 -1
  90. package/dist/esm/icons/baseIcons/icons.js +17 -5
  91. package/dist/esm/icons/baseIcons/types.d.ts +1 -1
  92. package/dist/esm/icons/baseIcons/types.d.ts.map +1 -1
  93. package/package.json +1 -1
  94. package/src/header/headerNotifications.tsx +2 -2
  95. package/src/icon/icon.tsx +2 -0
  96. package/src/icon/icon.types.ts +2 -0
  97. package/src/icons/baseIcons/conc/conCertificate.ts +8 -0
  98. package/src/icons/baseIcons/conc/conCreateDataset.ts +8 -0
  99. package/src/icons/baseIcons/conc/conDatabase.ts +8 -0
  100. package/src/icons/baseIcons/conc/conDatabasePlus.ts +8 -0
  101. package/src/icons/baseIcons/conc/conDataset.ts +8 -0
  102. package/src/icons/baseIcons/conc/conFolderPlus.ts +8 -0
  103. package/src/icons/baseIcons/conc/conInsightSearchAlt.ts +9 -0
  104. package/src/icons/baseIcons/conc/conMachineLearning.ts +9 -0
  105. package/src/icons/baseIcons/conc/conReport.ts +8 -0
  106. package/src/icons/baseIcons/conc/conReport2.ts +8 -0
  107. package/src/icons/baseIcons/conc/conUploadFile.ts +8 -0
  108. package/src/icons/baseIcons/conc/conUploadFile2.ts +8 -0
  109. package/src/icons/baseIcons/icons.ts +17 -5
  110. package/src/icons/baseIcons/types.ts +17 -5
@@ -3,13 +3,37 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.fabDhl = exports.fabCcVisa = exports.fabCcPaypal = exports.fabCcMastercard = exports.fabCcDinersClub = exports.fabCcApplePay = exports.fabCcAmex = exports.fabCcAmazonPay = exports.fabBtc = exports.fabBluetooth = exports.fabApplePay = exports.cusVessel = exports.cusTransformer = exports.cusDotsMenu = exports.cusDotFullAlt = exports.cusDotFull = exports.culVesselGroup = exports.culVessel = exports.culVeracityService = exports.culUserTransfer = exports.culTransformer = exports.culTimesThin = exports.culTarget = exports.culShortcut = exports.culScreenshotAlt = exports.culScreenshot = exports.culPlusThin = exports.culNumber1 = exports.culMapMarkerStar = exports.culListDense = exports.culGlobePlus = exports.culFilterAlt = exports.culFileDownloadAlt = exports.culDotsMenu = exports.culDeepSearch = exports.culCovid = exports.culCircleChartAlt = exports.culCircleChart = exports.culAutoSave = exports.culApiService = exports.culApiProduct = exports.cuiRadioUnselected = exports.cuiRadioSelected = exports.cuiCheckboxUnselected = exports.cuiCheckboxSelected = exports.cuiCheckboxIndeterminate = exports.cubVeracity = exports.cubPowerBi = exports.cubDNV = exports.cubBellship = void 0;
7
- exports.falBalanceScale = exports.falAward = exports.falArrowUp = exports.falArrowToTop = exports.falArrowToRight = exports.falArrowToLeft = exports.falArrowToBottom = exports.falArrowsUpDown = exports.falArrowsLeftRight = exports.falArrows = exports.falArrowRight = exports.falArrowLeft = exports.falArrowFromTop = exports.falArrowFromRight = exports.falArrowFromLeft = exports.falArrowFromBottom = exports.falArrowDown = exports.falArrowCircleUp = exports.falArrowCircleRight = exports.falArrowCircleLeft = exports.falArrowCircleDown = exports.falArrowAltUp = exports.falArrowAltRight = exports.falArrowAltLeft = exports.falArrowAltDown = exports.falAngleUp = exports.falAngleRight = exports.falAngleLeft = exports.falAngleDown = exports.falAngleDoubleUp = exports.falAngleDoubleRight = exports.falAngleDoubleLeft = exports.falAngleDoubleDown = exports.falAnalytics = exports.falAddressCard = exports.falAddressBook = exports.fadSpinnerThird = exports.fabYoutube = exports.fabUps = exports.fabTwitter = exports.fabSlack = exports.fabOsi = exports.fabMedium = exports.fabLinkedinIn = exports.fabGoogleDrive = exports.fabGoogle = exports.fabFirefox = exports.fabFedex = exports.fabFacebook = exports.fabEbay = void 0;
8
- exports.falCodeMerge = exports.falCodeCommit = exports.falCodeBranch = exports.falCode = exports.falCloudUpload = exports.falCloudSunRain = exports.falCloudSun = exports.falCloudSnow = exports.falCloudShowersHeavy = exports.falCloud = exports.falCircle = exports.falChevronUp = exports.falChevronRight = exports.falChevronLeft = exports.falChevronDown = exports.falChevronDoubleUp = exports.falChevronDoubleRight = exports.falChevronDoubleLeft = exports.falChevronDoubleDown = exports.falChevronCircleUp = exports.falChevronCircleRight = exports.falChevronCircleLeft = exports.falChevronCircleDown = exports.falCheckSquare = exports.falCheckCircle = exports.falCheck = exports.falChartScatter = exports.falChartPieAlt = exports.falChartPie = exports.falChartNetwork = exports.falChartLineDown = exports.falChartLine = exports.falChartBar = exports.falChartArea = exports.falCauldron = exports.falCaretUp = exports.falCaretRight = exports.falCaretLeft = exports.falCaretDown = exports.falCamera = exports.falCalendarAlt = exports.falCalendar = exports.falBullseye = exports.falBuilding = exports.falBroom = exports.falBroadcastTower = exports.falBookOpen = exports.falBell = exports.falBars = exports.falBan = void 0;
9
- exports.falFolderPlus = exports.falFolderOpen = exports.falFolder = exports.falFlag = exports.falFilter = exports.falFileWord = exports.falFileVideo = exports.falFileSpreadsheet = exports.falFileSignature = exports.falFilePowerpoint = exports.falFilePlus = exports.falFilePdf = exports.falFileInvoiceDollar = exports.falFileImage = exports.falFileExclamation = exports.falFileExcel = exports.falFileEdit = exports.falFileCsv = exports.falFileCode = exports.falFileCheck = exports.falFileChartPie = exports.falFileChartLine = exports.falFileCertificate = exports.falFileAudio = exports.falFileArchive = exports.falFileAlt = exports.falFile = exports.falEyeSlash = exports.falEye = exports.falExternalLink = exports.falExpandAlt = exports.falExclamationTriangle = exports.falExclamationCircle = exports.falExchange = exports.falEuroSign = exports.falEnvelope = exports.falEllipsisV = exports.falEllipsisH = exports.falEdit = exports.falDownload = exports.falDotCircle = exports.falDollarSign = exports.falDatabase = exports.falCreditCard = exports.falCopy = exports.falCompressAlt = exports.falCommentAlt = exports.falComment = exports.falCogs = exports.falCog = void 0;
10
- exports.falServer = exports.falSearchPlus = exports.falSearchMinus = exports.falSearch = exports.falSave = exports.falRuler = exports.falRedo = exports.falReceipt = exports.falQuestionCircle = exports.falPuzzlePiece = exports.falProjectDiagram = exports.falPrint = exports.falPoundSign = exports.falPlusSquare = exports.falPlusCircle = exports.falPlus = exports.falPlug = exports.falPlayCircle = exports.falPlay = exports.falPencilRuler = exports.falPen = exports.falPauseCircle = exports.falPause = exports.falPaperclip = exports.falMinus = exports.falMapMarkerExclamation = exports.falMapMarkerCheck = exports.falMapMarkerAltSlash = exports.falMapMarkerAlt = exports.falMapMarker = exports.falMapMarkedAlt = exports.falMapMarked = exports.falMap = exports.falLongArrowUp = exports.falLongArrowRight = exports.falLongArrowLeft = exports.falLongArrowDown = exports.falLockAlt = exports.falList = exports.falLink = exports.falLayerPlus = exports.falLayerGroup = exports.falKey = exports.falInfoCircle = exports.falImage = exports.falHourglass = exports.falHome = exports.falGlobe = exports.falGlassesAlt = exports.falFolders = void 0;
11
- exports.falWater = exports.falUserTimes = exports.falUserShield = exports.falUsersClass = exports.falUsers = exports.falUserPlus = exports.falUserHeadset = exports.falUserFriends = exports.falUserEdit = exports.falUserCog = exports.falUserCircle = exports.falUserChart = exports.falUser = exports.falUnlockAlt = exports.falTrashAlt = exports.falToggleOn = exports.falToggleOff = exports.falTimesCircle = exports.falTimes = exports.falThList = exports.falThLarge = exports.falTh = exports.falTemperatureHigh = exports.falTachometer = exports.falSync = exports.falSun = exports.falSuitcase = exports.falStopwatch = exports.falStopCircle = exports.falStop = exports.falStepForward = exports.falSquare = exports.falSpinner = exports.falSort = exports.falSolarPanel = exports.falSnowflake = exports.falSnowBlowing = exports.falSlidersV = exports.falSignOutAlt = exports.falSignOut = exports.falSignInAlt = exports.falSignIn = exports.falShoppingCart = exports.falShoppingBasket = exports.falShip = exports.falShieldCheck = exports.falShieldAlt = exports.falShareAlt = exports.falShareAll = exports.falShare = void 0;
12
- exports.fasWindTurbine = exports.fasStar = exports.fasSort = exports.fasSolarPanel = exports.fasShield = exports.fasQuoteRight = exports.fasQuoteLeft = exports.fasPuzzlePiece = exports.fasMousePointer = exports.fasMapMarkerExclamation = exports.fasMapMarkerAlt = exports.fasLayerGroup = exports.fasGripDotsVertical = exports.fasFolder = exports.fasDiamond = exports.fasCheckCircle = exports.fasChartNetwork = exports.fasCaretUp = exports.fasCaretRight = exports.fasCaretLeft = exports.fasCaretDown = exports.fasCalendarAlt = exports.falWrench = exports.falWindTurbine = exports.falWind = void 0;
6
+ exports.cusTransformer = exports.cusDotsMenu = exports.cusDotFullAlt = exports.cusDotFull = exports.culVesselGroup = exports.culVessel = exports.culVeracityService = exports.culUserTransfer = exports.culTransformer = exports.culTimesThin = exports.culTarget = exports.culShortcut = exports.culScreenshotAlt = exports.culScreenshot = exports.culPlusThin = exports.culNumber1 = exports.culMapMarkerStar = exports.culListDense = exports.culGlobePlus = exports.culFilterAlt = exports.culFileDownloadAlt = exports.culDotsMenu = exports.culDeepSearch = exports.culCovid = exports.culCircleChartAlt = exports.culCircleChart = exports.culAutoSave = exports.culApiService = exports.culApiProduct = exports.cuiRadioUnselected = exports.cuiRadioSelected = exports.cuiCheckboxUnselected = exports.cuiCheckboxSelected = exports.cuiCheckboxIndeterminate = exports.cubVeracity = exports.cubPowerBi = exports.cubDNV = exports.cubBellship = exports.conUploadFile2 = exports.conUploadFile = exports.conReport2 = exports.conReport = exports.conMachineLearning = exports.conInsightSearchAlt = exports.conFolderPlus = exports.conDataset = exports.conDatabasePlus = exports.conDatabase = exports.conCreateDataset = exports.conCertificate = void 0;
7
+ exports.falArrowFromTop = exports.falArrowFromRight = exports.falArrowFromLeft = exports.falArrowFromBottom = exports.falArrowDown = exports.falArrowCircleUp = exports.falArrowCircleRight = exports.falArrowCircleLeft = exports.falArrowCircleDown = exports.falArrowAltUp = exports.falArrowAltRight = exports.falArrowAltLeft = exports.falArrowAltDown = exports.falAngleUp = exports.falAngleRight = exports.falAngleLeft = exports.falAngleDown = exports.falAngleDoubleUp = exports.falAngleDoubleRight = exports.falAngleDoubleLeft = exports.falAngleDoubleDown = exports.falAnalytics = exports.falAddressCard = exports.falAddressBook = exports.fadSpinnerThird = exports.fabYoutube = exports.fabUps = exports.fabTwitter = exports.fabSlack = exports.fabOsi = exports.fabMedium = exports.fabLinkedinIn = exports.fabGoogleDrive = exports.fabGoogle = exports.fabFirefox = exports.fabFedex = exports.fabFacebook = exports.fabEbay = exports.fabDhl = exports.fabCcVisa = exports.fabCcPaypal = exports.fabCcMastercard = exports.fabCcDinersClub = exports.fabCcApplePay = exports.fabCcAmex = exports.fabCcAmazonPay = exports.fabBtc = exports.fabBluetooth = exports.fabApplePay = exports.cusVessel = void 0;
8
+ exports.falChevronRight = exports.falChevronLeft = exports.falChevronDown = exports.falChevronDoubleUp = exports.falChevronDoubleRight = exports.falChevronDoubleLeft = exports.falChevronDoubleDown = exports.falChevronCircleUp = exports.falChevronCircleRight = exports.falChevronCircleLeft = exports.falChevronCircleDown = exports.falCheckSquare = exports.falCheckCircle = exports.falCheck = exports.falChartScatter = exports.falChartPieAlt = exports.falChartPie = exports.falChartNetwork = exports.falChartLineDown = exports.falChartLine = exports.falChartBar = exports.falChartArea = exports.falCauldron = exports.falCaretUp = exports.falCaretRight = exports.falCaretLeft = exports.falCaretDown = exports.falCamera = exports.falCalendarAlt = exports.falCalendar = exports.falBullseye = exports.falBuilding = exports.falBroom = exports.falBroadcastTower = exports.falBookOpen = exports.falBell = exports.falBars = exports.falBan = exports.falBalanceScale = exports.falAward = exports.falArrowsUpDown = exports.falArrowsLeftRight = exports.falArrows = exports.falArrowUp = exports.falArrowToTop = exports.falArrowToRight = exports.falArrowToLeft = exports.falArrowToBottom = exports.falArrowRight = exports.falArrowLeft = void 0;
9
+ exports.falFileInvoiceDollar = exports.falFileImage = exports.falFileExclamation = exports.falFileExcel = exports.falFileEdit = exports.falFileCsv = exports.falFileCode = exports.falFileCheck = exports.falFileChartPie = exports.falFileChartLine = exports.falFileCertificate = exports.falFileAudio = exports.falFileArchive = exports.falFileAlt = exports.falFile = exports.falEyeSlash = exports.falEye = exports.falExternalLink = exports.falExpandAlt = exports.falExclamationTriangle = exports.falExclamationCircle = exports.falExchange = exports.falEuroSign = exports.falEnvelope = exports.falEllipsisV = exports.falEllipsisH = exports.falEdit = exports.falDownload = exports.falDotCircle = exports.falDollarSign = exports.falDatabase = exports.falCreditCard = exports.falCopy = exports.falCompressAlt = exports.falCommentAlt = exports.falComment = exports.falCogs = exports.falCog = exports.falCodeMerge = exports.falCodeCommit = exports.falCodeBranch = exports.falCode = exports.falCloudUpload = exports.falCloudSunRain = exports.falCloudSun = exports.falCloudSnow = exports.falCloudShowersHeavy = exports.falCloud = exports.falCircle = exports.falChevronUp = void 0;
10
+ exports.falPoundSign = exports.falPlusSquare = exports.falPlusCircle = exports.falPlus = exports.falPlug = exports.falPlayCircle = exports.falPlay = exports.falPencilRuler = exports.falPen = exports.falPauseCircle = exports.falPause = exports.falPaperclip = exports.falMinus = exports.falMapMarkerExclamation = exports.falMapMarkerCheck = exports.falMapMarkerAltSlash = exports.falMapMarkerAlt = exports.falMapMarker = exports.falMapMarkedAlt = exports.falMapMarked = exports.falMap = exports.falLongArrowUp = exports.falLongArrowRight = exports.falLongArrowLeft = exports.falLongArrowDown = exports.falLockAlt = exports.falList = exports.falLink = exports.falLayerPlus = exports.falLayerGroup = exports.falKey = exports.falInfoCircle = exports.falImage = exports.falHourglass = exports.falHome = exports.falGlobe = exports.falGlassesAlt = exports.falFolders = exports.falFolderPlus = exports.falFolderOpen = exports.falFolder = exports.falFlag = exports.falFilter = exports.falFileWord = exports.falFileVideo = exports.falFileSpreadsheet = exports.falFileSignature = exports.falFilePowerpoint = exports.falFilePlus = exports.falFilePdf = void 0;
11
+ exports.falUser = exports.falUnlockAlt = exports.falTrashAlt = exports.falToggleOn = exports.falToggleOff = exports.falTimesCircle = exports.falTimes = exports.falThList = exports.falThLarge = exports.falTh = exports.falTemperatureHigh = exports.falTachometer = exports.falSync = exports.falSun = exports.falSuitcase = exports.falStopwatch = exports.falStopCircle = exports.falStop = exports.falStepForward = exports.falSquare = exports.falSpinner = exports.falSort = exports.falSolarPanel = exports.falSnowflake = exports.falSnowBlowing = exports.falSlidersV = exports.falSignOutAlt = exports.falSignOut = exports.falSignInAlt = exports.falSignIn = exports.falShoppingCart = exports.falShoppingBasket = exports.falShip = exports.falShieldCheck = exports.falShieldAlt = exports.falShareAlt = exports.falShareAll = exports.falShare = exports.falServer = exports.falSearchPlus = exports.falSearchMinus = exports.falSearch = exports.falSave = exports.falRuler = exports.falRedo = exports.falReceipt = exports.falQuestionCircle = exports.falPuzzlePiece = exports.falProjectDiagram = exports.falPrint = void 0;
12
+ exports.fasWindTurbine = exports.fasStar = exports.fasSort = exports.fasSolarPanel = exports.fasShield = exports.fasQuoteRight = exports.fasQuoteLeft = exports.fasPuzzlePiece = exports.fasMousePointer = exports.fasMapMarkerExclamation = exports.fasMapMarkerAlt = exports.fasLayerGroup = exports.fasGripDotsVertical = exports.fasFolder = exports.fasDiamond = exports.fasCheckCircle = exports.fasChartNetwork = exports.fasCaretUp = exports.fasCaretRight = exports.fasCaretLeft = exports.fasCaretDown = exports.fasCalendarAlt = exports.falWrench = exports.falWindTurbine = exports.falWind = exports.falWater = exports.falUsersClass = exports.falUsers = exports.falUserTimes = exports.falUserShield = exports.falUserPlus = exports.falUserHeadset = exports.falUserFriends = exports.falUserEdit = exports.falUserCog = exports.falUserCircle = exports.falUserChart = void 0;
13
+ var conCertificate_1 = require("./conc/conCertificate");
14
+ Object.defineProperty(exports, "conCertificate", { enumerable: true, get: function () { return __importDefault(conCertificate_1).default; } });
15
+ var conCreateDataset_1 = require("./conc/conCreateDataset");
16
+ Object.defineProperty(exports, "conCreateDataset", { enumerable: true, get: function () { return __importDefault(conCreateDataset_1).default; } });
17
+ var conDatabase_1 = require("./conc/conDatabase");
18
+ Object.defineProperty(exports, "conDatabase", { enumerable: true, get: function () { return __importDefault(conDatabase_1).default; } });
19
+ var conDatabasePlus_1 = require("./conc/conDatabasePlus");
20
+ Object.defineProperty(exports, "conDatabasePlus", { enumerable: true, get: function () { return __importDefault(conDatabasePlus_1).default; } });
21
+ var conDataset_1 = require("./conc/conDataset");
22
+ Object.defineProperty(exports, "conDataset", { enumerable: true, get: function () { return __importDefault(conDataset_1).default; } });
23
+ var conFolderPlus_1 = require("./conc/conFolderPlus");
24
+ Object.defineProperty(exports, "conFolderPlus", { enumerable: true, get: function () { return __importDefault(conFolderPlus_1).default; } });
25
+ var conInsightSearchAlt_1 = require("./conc/conInsightSearchAlt");
26
+ Object.defineProperty(exports, "conInsightSearchAlt", { enumerable: true, get: function () { return __importDefault(conInsightSearchAlt_1).default; } });
27
+ var conMachineLearning_1 = require("./conc/conMachineLearning");
28
+ Object.defineProperty(exports, "conMachineLearning", { enumerable: true, get: function () { return __importDefault(conMachineLearning_1).default; } });
29
+ var conReport_1 = require("./conc/conReport");
30
+ Object.defineProperty(exports, "conReport", { enumerable: true, get: function () { return __importDefault(conReport_1).default; } });
31
+ var conReport2_1 = require("./conc/conReport2");
32
+ Object.defineProperty(exports, "conReport2", { enumerable: true, get: function () { return __importDefault(conReport2_1).default; } });
33
+ var conUploadFile_1 = require("./conc/conUploadFile");
34
+ Object.defineProperty(exports, "conUploadFile", { enumerable: true, get: function () { return __importDefault(conUploadFile_1).default; } });
35
+ var conUploadFile2_1 = require("./conc/conUploadFile2");
36
+ Object.defineProperty(exports, "conUploadFile2", { enumerable: true, get: function () { return __importDefault(conUploadFile2_1).default; } });
13
37
  var cubBellship_1 = require("./cub/cubBellship");
14
38
  Object.defineProperty(exports, "cubBellship", { enumerable: true, get: function () { return __importDefault(cubBellship_1).default; } });
15
39
  var cubDNV_1 = require("./cub/cubDNV");
@@ -190,12 +214,6 @@ var falArrowLeft_1 = require("./fal/falArrowLeft");
190
214
  Object.defineProperty(exports, "falArrowLeft", { enumerable: true, get: function () { return __importDefault(falArrowLeft_1).default; } });
191
215
  var falArrowRight_1 = require("./fal/falArrowRight");
192
216
  Object.defineProperty(exports, "falArrowRight", { enumerable: true, get: function () { return __importDefault(falArrowRight_1).default; } });
193
- var falArrows_1 = require("./fal/falArrows");
194
- Object.defineProperty(exports, "falArrows", { enumerable: true, get: function () { return __importDefault(falArrows_1).default; } });
195
- var falArrowsLeftRight_1 = require("./fal/falArrowsLeftRight");
196
- Object.defineProperty(exports, "falArrowsLeftRight", { enumerable: true, get: function () { return __importDefault(falArrowsLeftRight_1).default; } });
197
- var falArrowsUpDown_1 = require("./fal/falArrowsUpDown");
198
- Object.defineProperty(exports, "falArrowsUpDown", { enumerable: true, get: function () { return __importDefault(falArrowsUpDown_1).default; } });
199
217
  var falArrowToBottom_1 = require("./fal/falArrowToBottom");
200
218
  Object.defineProperty(exports, "falArrowToBottom", { enumerable: true, get: function () { return __importDefault(falArrowToBottom_1).default; } });
201
219
  var falArrowToLeft_1 = require("./fal/falArrowToLeft");
@@ -206,6 +224,12 @@ var falArrowToTop_1 = require("./fal/falArrowToTop");
206
224
  Object.defineProperty(exports, "falArrowToTop", { enumerable: true, get: function () { return __importDefault(falArrowToTop_1).default; } });
207
225
  var falArrowUp_1 = require("./fal/falArrowUp");
208
226
  Object.defineProperty(exports, "falArrowUp", { enumerable: true, get: function () { return __importDefault(falArrowUp_1).default; } });
227
+ var falArrows_1 = require("./fal/falArrows");
228
+ Object.defineProperty(exports, "falArrows", { enumerable: true, get: function () { return __importDefault(falArrows_1).default; } });
229
+ var falArrowsLeftRight_1 = require("./fal/falArrowsLeftRight");
230
+ Object.defineProperty(exports, "falArrowsLeftRight", { enumerable: true, get: function () { return __importDefault(falArrowsLeftRight_1).default; } });
231
+ var falArrowsUpDown_1 = require("./fal/falArrowsUpDown");
232
+ Object.defineProperty(exports, "falArrowsUpDown", { enumerable: true, get: function () { return __importDefault(falArrowsUpDown_1).default; } });
209
233
  var falAward_1 = require("./fal/falAward");
210
234
  Object.defineProperty(exports, "falAward", { enumerable: true, get: function () { return __importDefault(falAward_1).default; } });
211
235
  var falBalanceScale_1 = require("./fal/falBalanceScale");
@@ -600,14 +624,14 @@ var falUserHeadset_1 = require("./fal/falUserHeadset");
600
624
  Object.defineProperty(exports, "falUserHeadset", { enumerable: true, get: function () { return __importDefault(falUserHeadset_1).default; } });
601
625
  var falUserPlus_1 = require("./fal/falUserPlus");
602
626
  Object.defineProperty(exports, "falUserPlus", { enumerable: true, get: function () { return __importDefault(falUserPlus_1).default; } });
603
- var falUsers_1 = require("./fal/falUsers");
604
- Object.defineProperty(exports, "falUsers", { enumerable: true, get: function () { return __importDefault(falUsers_1).default; } });
605
- var falUsersClass_1 = require("./fal/falUsersClass");
606
- Object.defineProperty(exports, "falUsersClass", { enumerable: true, get: function () { return __importDefault(falUsersClass_1).default; } });
607
627
  var falUserShield_1 = require("./fal/falUserShield");
608
628
  Object.defineProperty(exports, "falUserShield", { enumerable: true, get: function () { return __importDefault(falUserShield_1).default; } });
609
629
  var falUserTimes_1 = require("./fal/falUserTimes");
610
630
  Object.defineProperty(exports, "falUserTimes", { enumerable: true, get: function () { return __importDefault(falUserTimes_1).default; } });
631
+ var falUsers_1 = require("./fal/falUsers");
632
+ Object.defineProperty(exports, "falUsers", { enumerable: true, get: function () { return __importDefault(falUsers_1).default; } });
633
+ var falUsersClass_1 = require("./fal/falUsersClass");
634
+ Object.defineProperty(exports, "falUsersClass", { enumerable: true, get: function () { return __importDefault(falUsersClass_1).default; } });
611
635
  var falWater_1 = require("./fal/falWater");
612
636
  Object.defineProperty(exports, "falWater", { enumerable: true, get: function () { return __importDefault(falWater_1).default; } });
613
637
  var falWind_1 = require("./fal/falWind");
@@ -1,2 +1,2 @@
1
- export declare type BaseIcon = 'cubBellship' | 'cubDNV' | 'cubPowerBi' | 'cubVeracity' | 'cuiCheckboxIndeterminate' | 'cuiCheckboxSelected' | 'cuiCheckboxUnselected' | 'cuiRadioSelected' | 'cuiRadioUnselected' | 'culApiProduct' | 'culApiService' | 'culAutoSave' | 'culCircleChart' | 'culCircleChartAlt' | 'culCovid' | 'culDeepSearch' | 'culDotsMenu' | 'culFileDownloadAlt' | 'culFilterAlt' | 'culGlobePlus' | 'culListDense' | 'culMapMarkerStar' | 'culNumber1' | 'culPlusThin' | 'culScreenshot' | 'culScreenshotAlt' | 'culShortcut' | 'culTarget' | 'culTimesThin' | 'culTransformer' | 'culUserTransfer' | 'culVeracityService' | 'culVessel' | 'culVesselGroup' | 'cusDotFull' | 'cusDotFullAlt' | 'cusDotsMenu' | 'cusTransformer' | 'cusVessel' | 'fabApplePay' | 'fabBluetooth' | 'fabBtc' | 'fabCcAmazonPay' | 'fabCcAmex' | 'fabCcApplePay' | 'fabCcDinersClub' | 'fabCcMastercard' | 'fabCcPaypal' | 'fabCcVisa' | 'fabDhl' | 'fabEbay' | 'fabFacebook' | 'fabFedex' | 'fabFirefox' | 'fabGoogle' | 'fabGoogleDrive' | 'fabLinkedinIn' | 'fabMedium' | 'fabOsi' | 'fabSlack' | 'fabTwitter' | 'fabUps' | 'fabYoutube' | 'fadSpinnerThird' | 'falAddressBook' | 'falAddressCard' | 'falAnalytics' | 'falAngleDoubleDown' | 'falAngleDoubleLeft' | 'falAngleDoubleRight' | 'falAngleDoubleUp' | 'falAngleDown' | 'falAngleLeft' | 'falAngleRight' | 'falAngleUp' | 'falArrowAltDown' | 'falArrowAltLeft' | 'falArrowAltRight' | 'falArrowAltUp' | 'falArrowCircleDown' | 'falArrowCircleLeft' | 'falArrowCircleRight' | 'falArrowCircleUp' | 'falArrowDown' | 'falArrowFromBottom' | 'falArrowFromLeft' | 'falArrowFromRight' | 'falArrowFromTop' | 'falArrowLeft' | 'falArrowRight' | 'falArrows' | 'falArrowsLeftRight' | 'falArrowsUpDown' | 'falArrowToBottom' | 'falArrowToLeft' | 'falArrowToRight' | 'falArrowToTop' | 'falArrowUp' | 'falAward' | 'falBalanceScale' | 'falBan' | 'falBars' | 'falBell' | 'falBookOpen' | 'falBroadcastTower' | 'falBroom' | 'falBuilding' | 'falBullseye' | 'falCalendar' | 'falCalendarAlt' | 'falCamera' | 'falCaretDown' | 'falCaretLeft' | 'falCaretRight' | 'falCaretUp' | 'falCauldron' | 'falChartArea' | 'falChartBar' | 'falChartLine' | 'falChartLineDown' | 'falChartNetwork' | 'falChartPie' | 'falChartPieAlt' | 'falChartScatter' | 'falCheck' | 'falCheckCircle' | 'falCheckSquare' | 'falChevronCircleDown' | 'falChevronCircleLeft' | 'falChevronCircleRight' | 'falChevronCircleUp' | 'falChevronDoubleDown' | 'falChevronDoubleLeft' | 'falChevronDoubleRight' | 'falChevronDoubleUp' | 'falChevronDown' | 'falChevronLeft' | 'falChevronRight' | 'falChevronUp' | 'falCircle' | 'falCloud' | 'falCloudShowersHeavy' | 'falCloudSnow' | 'falCloudSun' | 'falCloudSunRain' | 'falCloudUpload' | 'falCode' | 'falCodeBranch' | 'falCodeCommit' | 'falCodeMerge' | 'falCog' | 'falCogs' | 'falComment' | 'falCommentAlt' | 'falCompressAlt' | 'falCopy' | 'falCreditCard' | 'falDatabase' | 'falDollarSign' | 'falDotCircle' | 'falDownload' | 'falEdit' | 'falEllipsisH' | 'falEllipsisV' | 'falEnvelope' | 'falEuroSign' | 'falExchange' | 'falExclamationCircle' | 'falExclamationTriangle' | 'falExpandAlt' | 'falExternalLink' | 'falEye' | 'falEyeSlash' | 'falFile' | 'falFileAlt' | 'falFileArchive' | 'falFileAudio' | 'falFileCertificate' | 'falFileChartLine' | 'falFileChartPie' | 'falFileCheck' | 'falFileCode' | 'falFileCsv' | 'falFileEdit' | 'falFileExcel' | 'falFileExclamation' | 'falFileImage' | 'falFileInvoiceDollar' | 'falFilePdf' | 'falFilePlus' | 'falFilePowerpoint' | 'falFileSignature' | 'falFileSpreadsheet' | 'falFileVideo' | 'falFileWord' | 'falFilter' | 'falFlag' | 'falFolder' | 'falFolderOpen' | 'falFolderPlus' | 'falFolders' | 'falGlassesAlt' | 'falGlobe' | 'falHome' | 'falHourglass' | 'falImage' | 'falInfoCircle' | 'falKey' | 'falLayerGroup' | 'falLayerPlus' | 'falLink' | 'falList' | 'falLockAlt' | 'falLongArrowDown' | 'falLongArrowLeft' | 'falLongArrowRight' | 'falLongArrowUp' | 'falMap' | 'falMapMarked' | 'falMapMarkedAlt' | 'falMapMarker' | 'falMapMarkerAlt' | 'falMapMarkerAltSlash' | 'falMapMarkerCheck' | 'falMapMarkerExclamation' | 'falMinus' | 'falPaperclip' | 'falPause' | 'falPauseCircle' | 'falPen' | 'falPencilRuler' | 'falPlay' | 'falPlayCircle' | 'falPlug' | 'falPlus' | 'falPlusCircle' | 'falPlusSquare' | 'falPoundSign' | 'falPrint' | 'falProjectDiagram' | 'falPuzzlePiece' | 'falQuestionCircle' | 'falReceipt' | 'falRedo' | 'falRuler' | 'falSave' | 'falSearch' | 'falSearchMinus' | 'falSearchPlus' | 'falServer' | 'falShare' | 'falShareAll' | 'falShareAlt' | 'falShieldAlt' | 'falShieldCheck' | 'falShip' | 'falShoppingBasket' | 'falShoppingCart' | 'falSignIn' | 'falSignInAlt' | 'falSignOut' | 'falSignOutAlt' | 'falSlidersV' | 'falSnowBlowing' | 'falSnowflake' | 'falSolarPanel' | 'falSort' | 'falSpinner' | 'falSquare' | 'falStepForward' | 'falStop' | 'falStopCircle' | 'falStopwatch' | 'falSuitcase' | 'falSun' | 'falSync' | 'falTachometer' | 'falTemperatureHigh' | 'falTh' | 'falThLarge' | 'falThList' | 'falTimes' | 'falTimesCircle' | 'falToggleOff' | 'falToggleOn' | 'falTrashAlt' | 'falUnlockAlt' | 'falUser' | 'falUserChart' | 'falUserCircle' | 'falUserCog' | 'falUserEdit' | 'falUserFriends' | 'falUserHeadset' | 'falUserPlus' | 'falUsers' | 'falUsersClass' | 'falUserShield' | 'falUserTimes' | 'falWater' | 'falWind' | 'falWindTurbine' | 'falWrench' | 'fasCalendarAlt' | 'fasCaretDown' | 'fasCaretLeft' | 'fasCaretRight' | 'fasCaretUp' | 'fasChartNetwork' | 'fasCheckCircle' | 'fasDiamond' | 'fasFolder' | 'fasGripDotsVertical' | 'fasLayerGroup' | 'fasMapMarkerAlt' | 'fasMapMarkerExclamation' | 'fasMousePointer' | 'fasPuzzlePiece' | 'fasQuoteLeft' | 'fasQuoteRight' | 'fasShield' | 'fasSolarPanel' | 'fasSort' | 'fasStar' | 'fasWindTurbine';
1
+ export declare type BaseIcon = 'conCertificate' | 'conCreateDataset' | 'conDatabase' | 'conDatabasePlus' | 'conDataset' | 'conFolderPlus' | 'conInsightSearchAlt' | 'conMachineLearning' | 'conReport' | 'conReport2' | 'conUploadFile' | 'conUploadFile2' | 'cubBellship' | 'cubDNV' | 'cubPowerBi' | 'cubVeracity' | 'cuiCheckboxIndeterminate' | 'cuiCheckboxSelected' | 'cuiCheckboxUnselected' | 'cuiRadioSelected' | 'cuiRadioUnselected' | 'culApiProduct' | 'culApiService' | 'culAutoSave' | 'culCircleChart' | 'culCircleChartAlt' | 'culCovid' | 'culDeepSearch' | 'culDotsMenu' | 'culFileDownloadAlt' | 'culFilterAlt' | 'culGlobePlus' | 'culListDense' | 'culMapMarkerStar' | 'culNumber1' | 'culPlusThin' | 'culScreenshot' | 'culScreenshotAlt' | 'culShortcut' | 'culTarget' | 'culTimesThin' | 'culTransformer' | 'culUserTransfer' | 'culVeracityService' | 'culVessel' | 'culVesselGroup' | 'cusDotFull' | 'cusDotFullAlt' | 'cusDotsMenu' | 'cusTransformer' | 'cusVessel' | 'fabApplePay' | 'fabBluetooth' | 'fabBtc' | 'fabCcAmazonPay' | 'fabCcAmex' | 'fabCcApplePay' | 'fabCcDinersClub' | 'fabCcMastercard' | 'fabCcPaypal' | 'fabCcVisa' | 'fabDhl' | 'fabEbay' | 'fabFacebook' | 'fabFedex' | 'fabFirefox' | 'fabGoogle' | 'fabGoogleDrive' | 'fabLinkedinIn' | 'fabMedium' | 'fabOsi' | 'fabSlack' | 'fabTwitter' | 'fabUps' | 'fabYoutube' | 'fadSpinnerThird' | 'falAddressBook' | 'falAddressCard' | 'falAnalytics' | 'falAngleDoubleDown' | 'falAngleDoubleLeft' | 'falAngleDoubleRight' | 'falAngleDoubleUp' | 'falAngleDown' | 'falAngleLeft' | 'falAngleRight' | 'falAngleUp' | 'falArrowAltDown' | 'falArrowAltLeft' | 'falArrowAltRight' | 'falArrowAltUp' | 'falArrowCircleDown' | 'falArrowCircleLeft' | 'falArrowCircleRight' | 'falArrowCircleUp' | 'falArrowDown' | 'falArrowFromBottom' | 'falArrowFromLeft' | 'falArrowFromRight' | 'falArrowFromTop' | 'falArrowLeft' | 'falArrowRight' | 'falArrowToBottom' | 'falArrowToLeft' | 'falArrowToRight' | 'falArrowToTop' | 'falArrowUp' | 'falArrows' | 'falArrowsLeftRight' | 'falArrowsUpDown' | 'falAward' | 'falBalanceScale' | 'falBan' | 'falBars' | 'falBell' | 'falBookOpen' | 'falBroadcastTower' | 'falBroom' | 'falBuilding' | 'falBullseye' | 'falCalendar' | 'falCalendarAlt' | 'falCamera' | 'falCaretDown' | 'falCaretLeft' | 'falCaretRight' | 'falCaretUp' | 'falCauldron' | 'falChartArea' | 'falChartBar' | 'falChartLine' | 'falChartLineDown' | 'falChartNetwork' | 'falChartPie' | 'falChartPieAlt' | 'falChartScatter' | 'falCheck' | 'falCheckCircle' | 'falCheckSquare' | 'falChevronCircleDown' | 'falChevronCircleLeft' | 'falChevronCircleRight' | 'falChevronCircleUp' | 'falChevronDoubleDown' | 'falChevronDoubleLeft' | 'falChevronDoubleRight' | 'falChevronDoubleUp' | 'falChevronDown' | 'falChevronLeft' | 'falChevronRight' | 'falChevronUp' | 'falCircle' | 'falCloud' | 'falCloudShowersHeavy' | 'falCloudSnow' | 'falCloudSun' | 'falCloudSunRain' | 'falCloudUpload' | 'falCode' | 'falCodeBranch' | 'falCodeCommit' | 'falCodeMerge' | 'falCog' | 'falCogs' | 'falComment' | 'falCommentAlt' | 'falCompressAlt' | 'falCopy' | 'falCreditCard' | 'falDatabase' | 'falDollarSign' | 'falDotCircle' | 'falDownload' | 'falEdit' | 'falEllipsisH' | 'falEllipsisV' | 'falEnvelope' | 'falEuroSign' | 'falExchange' | 'falExclamationCircle' | 'falExclamationTriangle' | 'falExpandAlt' | 'falExternalLink' | 'falEye' | 'falEyeSlash' | 'falFile' | 'falFileAlt' | 'falFileArchive' | 'falFileAudio' | 'falFileCertificate' | 'falFileChartLine' | 'falFileChartPie' | 'falFileCheck' | 'falFileCode' | 'falFileCsv' | 'falFileEdit' | 'falFileExcel' | 'falFileExclamation' | 'falFileImage' | 'falFileInvoiceDollar' | 'falFilePdf' | 'falFilePlus' | 'falFilePowerpoint' | 'falFileSignature' | 'falFileSpreadsheet' | 'falFileVideo' | 'falFileWord' | 'falFilter' | 'falFlag' | 'falFolder' | 'falFolderOpen' | 'falFolderPlus' | 'falFolders' | 'falGlassesAlt' | 'falGlobe' | 'falHome' | 'falHourglass' | 'falImage' | 'falInfoCircle' | 'falKey' | 'falLayerGroup' | 'falLayerPlus' | 'falLink' | 'falList' | 'falLockAlt' | 'falLongArrowDown' | 'falLongArrowLeft' | 'falLongArrowRight' | 'falLongArrowUp' | 'falMap' | 'falMapMarked' | 'falMapMarkedAlt' | 'falMapMarker' | 'falMapMarkerAlt' | 'falMapMarkerAltSlash' | 'falMapMarkerCheck' | 'falMapMarkerExclamation' | 'falMinus' | 'falPaperclip' | 'falPause' | 'falPauseCircle' | 'falPen' | 'falPencilRuler' | 'falPlay' | 'falPlayCircle' | 'falPlug' | 'falPlus' | 'falPlusCircle' | 'falPlusSquare' | 'falPoundSign' | 'falPrint' | 'falProjectDiagram' | 'falPuzzlePiece' | 'falQuestionCircle' | 'falReceipt' | 'falRedo' | 'falRuler' | 'falSave' | 'falSearch' | 'falSearchMinus' | 'falSearchPlus' | 'falServer' | 'falShare' | 'falShareAll' | 'falShareAlt' | 'falShieldAlt' | 'falShieldCheck' | 'falShip' | 'falShoppingBasket' | 'falShoppingCart' | 'falSignIn' | 'falSignInAlt' | 'falSignOut' | 'falSignOutAlt' | 'falSlidersV' | 'falSnowBlowing' | 'falSnowflake' | 'falSolarPanel' | 'falSort' | 'falSpinner' | 'falSquare' | 'falStepForward' | 'falStop' | 'falStopCircle' | 'falStopwatch' | 'falSuitcase' | 'falSun' | 'falSync' | 'falTachometer' | 'falTemperatureHigh' | 'falTh' | 'falThLarge' | 'falThList' | 'falTimes' | 'falTimesCircle' | 'falToggleOff' | 'falToggleOn' | 'falTrashAlt' | 'falUnlockAlt' | 'falUser' | 'falUserChart' | 'falUserCircle' | 'falUserCog' | 'falUserEdit' | 'falUserFriends' | 'falUserHeadset' | 'falUserPlus' | 'falUserShield' | 'falUserTimes' | 'falUsers' | 'falUsersClass' | 'falWater' | 'falWind' | 'falWindTurbine' | 'falWrench' | 'fasCalendarAlt' | 'fasCaretDown' | 'fasCaretLeft' | 'fasCaretRight' | 'fasCaretUp' | 'fasChartNetwork' | 'fasCheckCircle' | 'fasDiamond' | 'fasFolder' | 'fasGripDotsVertical' | 'fasLayerGroup' | 'fasMapMarkerAlt' | 'fasMapMarkerExclamation' | 'fasMousePointer' | 'fasPuzzlePiece' | 'fasQuoteLeft' | 'fasQuoteRight' | 'fasShield' | 'fasSolarPanel' | 'fasSort' | 'fasStar' | 'fasWindTurbine';
2
2
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/icons/baseIcons/types.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ,GAChB,aAAa,GACb,QAAQ,GACR,YAAY,GACZ,aAAa,GACb,0BAA0B,GAC1B,qBAAqB,GACrB,uBAAuB,GACvB,kBAAkB,GAClB,oBAAoB,GACpB,eAAe,GACf,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,mBAAmB,GACnB,UAAU,GACV,eAAe,GACf,aAAa,GACb,oBAAoB,GACpB,cAAc,GACd,cAAc,GACd,cAAc,GACd,kBAAkB,GAClB,YAAY,GACZ,aAAa,GACb,eAAe,GACf,kBAAkB,GAClB,aAAa,GACb,WAAW,GACX,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,oBAAoB,GACpB,WAAW,GACX,gBAAgB,GAChB,YAAY,GACZ,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,WAAW,GACX,aAAa,GACb,cAAc,GACd,QAAQ,GACR,gBAAgB,GAChB,WAAW,GACX,eAAe,GACf,iBAAiB,GACjB,iBAAiB,GACjB,aAAa,GACb,WAAW,GACX,QAAQ,GACR,SAAS,GACT,aAAa,GACb,UAAU,GACV,YAAY,GACZ,WAAW,GACX,gBAAgB,GAChB,eAAe,GACf,WAAW,GACX,QAAQ,GACR,UAAU,GACV,YAAY,GACZ,QAAQ,GACR,YAAY,GACZ,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,cAAc,GACd,oBAAoB,GACpB,oBAAoB,GACpB,qBAAqB,GACrB,kBAAkB,GAClB,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,iBAAiB,GACjB,kBAAkB,GAClB,eAAe,GACf,oBAAoB,GACpB,oBAAoB,GACpB,qBAAqB,GACrB,kBAAkB,GAClB,cAAc,GACd,oBAAoB,GACpB,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,WAAW,GACX,oBAAoB,GACpB,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,iBAAiB,GACjB,eAAe,GACf,YAAY,GACZ,UAAU,GACV,iBAAiB,GACjB,QAAQ,GACR,SAAS,GACT,SAAS,GACT,aAAa,GACb,mBAAmB,GACnB,UAAU,GACV,aAAa,GACb,aAAa,GACb,aAAa,GACb,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,cAAc,GACd,aAAa,GACb,cAAc,GACd,kBAAkB,GAClB,iBAAiB,GACjB,aAAa,GACb,gBAAgB,GAChB,iBAAiB,GACjB,UAAU,GACV,gBAAgB,GAChB,gBAAgB,GAChB,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,oBAAoB,GACpB,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,oBAAoB,GACpB,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,UAAU,GACV,sBAAsB,GACtB,cAAc,GACd,aAAa,GACb,iBAAiB,GACjB,gBAAgB,GAChB,SAAS,GACT,eAAe,GACf,eAAe,GACf,cAAc,GACd,QAAQ,GACR,SAAS,GACT,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,SAAS,GACT,eAAe,GACf,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,SAAS,GACT,cAAc,GACd,cAAc,GACd,aAAa,GACb,aAAa,GACb,aAAa,GACb,sBAAsB,GACtB,wBAAwB,GACxB,cAAc,GACd,iBAAiB,GACjB,QAAQ,GACR,aAAa,GACb,SAAS,GACT,YAAY,GACZ,gBAAgB,GAChB,cAAc,GACd,oBAAoB,GACpB,kBAAkB,GAClB,iBAAiB,GACjB,cAAc,GACd,aAAa,GACb,YAAY,GACZ,aAAa,GACb,cAAc,GACd,oBAAoB,GACpB,cAAc,GACd,sBAAsB,GACtB,YAAY,GACZ,aAAa,GACb,mBAAmB,GACnB,kBAAkB,GAClB,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,WAAW,GACX,SAAS,GACT,WAAW,GACX,eAAe,GACf,eAAe,GACf,YAAY,GACZ,eAAe,GACf,UAAU,GACV,SAAS,GACT,cAAc,GACd,UAAU,GACV,eAAe,GACf,QAAQ,GACR,eAAe,GACf,cAAc,GACd,SAAS,GACT,SAAS,GACT,YAAY,GACZ,kBAAkB,GAClB,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,QAAQ,GACR,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,iBAAiB,GACjB,sBAAsB,GACtB,mBAAmB,GACnB,yBAAyB,GACzB,UAAU,GACV,cAAc,GACd,UAAU,GACV,gBAAgB,GAChB,QAAQ,GACR,gBAAgB,GAChB,SAAS,GACT,eAAe,GACf,SAAS,GACT,SAAS,GACT,eAAe,GACf,eAAe,GACf,cAAc,GACd,UAAU,GACV,mBAAmB,GACnB,gBAAgB,GAChB,mBAAmB,GACnB,YAAY,GACZ,SAAS,GACT,UAAU,GACV,SAAS,GACT,WAAW,GACX,gBAAgB,GAChB,eAAe,GACf,WAAW,GACX,UAAU,GACV,aAAa,GACb,aAAa,GACb,cAAc,GACd,gBAAgB,GAChB,SAAS,GACT,mBAAmB,GACnB,iBAAiB,GACjB,WAAW,GACX,cAAc,GACd,YAAY,GACZ,eAAe,GACf,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,SAAS,GACT,YAAY,GACZ,WAAW,GACX,gBAAgB,GAChB,SAAS,GACT,eAAe,GACf,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,GACT,eAAe,GACf,oBAAoB,GACpB,OAAO,GACP,YAAY,GACZ,WAAW,GACX,UAAU,GACV,gBAAgB,GAChB,cAAc,GACd,aAAa,GACb,aAAa,GACb,cAAc,GACd,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,aAAa,GACb,UAAU,GACV,eAAe,GACf,eAAe,GACf,cAAc,GACd,UAAU,GACV,SAAS,GACT,gBAAgB,GAChB,WAAW,GACX,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,iBAAiB,GACjB,gBAAgB,GAChB,YAAY,GACZ,WAAW,GACX,qBAAqB,GACrB,eAAe,GACf,iBAAiB,GACjB,yBAAyB,GACzB,iBAAiB,GACjB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,WAAW,GACX,eAAe,GACf,SAAS,GACT,SAAS,GACT,gBAAgB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/icons/baseIcons/types.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ import { cs } from '../utils';
5
5
  import { useHeaderContext } from './context';
6
6
  const Badge = styled.spanBox `
7
7
  align-items: center;
8
- background-color: red.70;
8
+ background-color: hsl(357, 83%, 60%);
9
9
  border-radius: round;
10
10
  color: white;
11
11
  display: flex;
@@ -23,7 +23,7 @@ export const HeaderNotifications = vui((props, ref) => {
23
23
  const { children, className, count = 0, url, ...rest } = props;
24
24
  const { links } = useHeaderContext() ?? {};
25
25
  const styles = useStyleConfig('Header', useHeaderContext()).notifications;
26
- return (React.createElement(Button, { as: "a", className: cs('vui-headerNotifications', className), href: url ?? links.notifications, minW: 0, ml: 1, position: "relative", px: "7px", ref: ref, title: "Notifications", variant: "text", ...styles.container, ...rest }, children ?? (React.createElement(React.Fragment, null,
26
+ return (React.createElement(Button, { as: "a", className: cs('vui-headerNotifications', className), href: url ?? links.notifications, minW: 0, ml: 1, position: "relative", px: "7px", ref: ref, title: "Notifications", variant: "tertiaryDark", ...styles.container, ...rest }, children ?? (React.createElement(React.Fragment, null,
27
27
  React.createElement(Button.Icon, { name: "falBell" }),
28
28
  count > 0 && React.createElement(Badge, null, count < 100 ? count : '99+')))));
29
29
  });
@@ -1 +1 @@
1
- {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,4FAA4F;AAC5F,eAAO,MAAM,IAAI,kDA8Bf,CAAA;AAEF,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,4FAA4F;AAC5F,eAAO,MAAM,IAAI,kDAgCf,CAAA;AAEF,eAAe,IAAI,CAAA"}
@@ -14,6 +14,6 @@ export const Icon = vui((props, ref) => {
14
14
  transform: rotate !== undefined ? `rotate(${rotate}deg)` : undefined,
15
15
  w: scaledSize
16
16
  });
17
- return (React.createElement(Svg, { className: cs('vui-icon', className), display: "inline-flex", flexShrink: 0, ref: ref, src: src, ...styles, ...customIcon?.svgProps, ...aliasedProps, ...rest }, customIcon?.d.map((d, i) => (React.createElement("path", { d: d, fill: "currentColor", key: i, ...customIcon.pathProps[i] })))));
17
+ return (React.createElement(Svg, { className: cs('vui-icon', className), clipRule: customIcon?.pathProps?.clipRule || props?.pathProps?.clipRule || undefined, display: "inline-flex", fillRule: customIcon?.pathProps?.fillRule || props?.pathProps?.fillRule || undefined, flexShrink: 0, ref: ref, src: src, ...styles, ...customIcon?.svgProps, ...aliasedProps, ...rest }, customIcon?.d.map((d, i) => (React.createElement("path", { d: d, fill: "currentColor", key: i, ...customIcon.pathProps[i] })))));
18
18
  });
19
19
  export default Icon;
@@ -17,6 +17,8 @@ export declare type IconProps = SvgProps & ThemingProps<'Icon'> & {
17
17
  icon?: IconProp;
18
18
  /** Name of the icon stored in Veracity CDN. */
19
19
  name?: IconProp;
20
+ /** pathProps of the icon. */
21
+ pathProps?: any;
20
22
  /** Rotates the icon by given amount of degrees clockwise. */
21
23
  rotate?: number;
22
24
  /** Uses a scale of 1-10 and multiply of 16px to define icon size. */
@@ -1 +1 @@
1
- {"version":3,"file":"icon.types.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAClC,OAAO,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAE7C,oBAAY,oBAAoB,GAAG;IACjC,UAAU,CAAC,EAAE;QACX,CAAC,EAAE,MAAM,EAAE,CAAA;QACX,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAA;QAC3C,QAAQ,EAAE,OAAO,CAAC,OAAO,GAAG,CAAC,CAAA;KAC9B,CAAA;IACD,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;AAE1C,oBAAY,SAAS,GAAG,QAAQ,GAC9B,YAAY,CAAC,MAAM,CAAC,GAAG;IACrB,qCAAqC;IACrC,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,+CAA+C;IAC/C,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA"}
1
+ {"version":3,"file":"icon.types.d.ts","sourceRoot":"","sources":["../../../src/icon/icon.types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAClC,OAAO,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAE7C,oBAAY,oBAAoB,GAAG;IACjC,UAAU,CAAC,EAAE;QACX,CAAC,EAAE,MAAM,EAAE,CAAA;QACX,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAA;QAC3C,QAAQ,EAAE,OAAO,CAAC,OAAO,GAAG,CAAC,CAAA;KAC9B,CAAA;IACD,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAED,oBAAY,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;AAE1C,oBAAY,SAAS,GAAG,QAAQ,GAC9B,YAAY,CAAC,MAAM,CAAC,GAAG;IACrB,qCAAqC;IACrC,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,+CAA+C;IAC/C,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,6BAA6B;IAC7B,SAAS,CAAC,EAAE,GAAG,CAAA;IACf,6DAA6D;IAC7D,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conCertificate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conCertificate.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conCertificate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M12 6C12 3.79086 13.7909 2 16 2H47C49.2091 2 51 3.79086 51 6V52C51 54.2091 49.2091 56 47 56H45.5C44.9477 56 44.5 55.5523 44.5 55C44.5 54.4477 44.9477 54 45.5 54H47C48.1046 54 49 53.1046 49 52V6C49 4.89543 48.1046 4 47 4H16C14.8954 4 14 4.89543 14 6V52C14 53.1046 14.8954 54 16 54H28.5C29.0523 54 29.5 54.4477 29.5 55C29.5 55.5523 29.0523 56 28.5 56H16C13.7909 56 12 54.2091 12 52V6ZM31 48C31 46.8954 31.8954 46 33 46H41C42.1046 46 43 46.8954 43 48V59.0053C43 60.6515 41.1224 61.5927 39.8034 60.6079L37 58.5147L34.1966 60.6079C32.8776 61.5928 31 60.6515 31 59.0053V48ZM41 48H33V59.0053L35.8034 56.9121C36.5131 56.3822 37.4869 56.3822 38.1966 56.9121L41 59.0053V48ZM19 13C18.4477 13 18 13.4477 18 14C18 14.5523 18.4477 15 19 15H43C43.5523 15 44 14.5523 44 14C44 13.4477 43.5523 13 43 13H19ZM18 23C18 22.4477 18.4477 22 19 22H43C43.5523 22 44 22.4477 44 23C44 23.5523 43.5523 24 43 24H19C18.4477 24 18 23.5523 18 23ZM19 31C18.4477 31 18 31.4477 18 32C18 32.5523 18.4477 33 19 33H43C43.5523 33 44 32.5523 44 32C44 31.4477 43.5523 31 43 31H19Z'],
4
+ name: 'conCertificate'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conCreateDataset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conCreateDataset.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conCreateDataset.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M15 11.0062H28.5C28.5 10.2228 28.5 9 28.5 9H15C13.3438 9.00625 12 10.35 12 12.0062V41.25C12 41.6625 12.3375 42 12.75 42H13.25C13.6625 42 14 41.6625 14 41.25L14 12.0062C14 11.4562 14.45 11.0062 15 11.0062Z M28.5 9.00625V10.0062V11.0062C28.9125 11.0062 29.25 10.6687 29.25 10.2562V9.75625C29.25 9.34375 28.9125 9.00625 28.5 9.00625Z M20 16.0063H33.5C33.5 15.2228 33.5 14 33.5 14H20C18.3438 14.0062 17 15.35 17 17.0063V45.25C17 45.6625 17.3375 46 17.75 46H18.25C18.6625 46 19 45.6625 19 45.25V17.0063C19 16.4563 19.45 16.0063 20 16.0063Z M33.5 14.0063V15.0063V16.0063C33.9125 16.0063 34.25 15.6688 34.25 15.2563V14.7563C34.25 14.3438 33.9125 14.0063 33.5 14.0063Z M46.25 48.9976L50.9062 48.9952C51.0962 48.9952 51.25 49.149 51.25 49.3389V50.6514C51.25 50.8413 51.0962 50.9952 50.9062 50.9952L46.25 50.9976V55.6538C46.25 55.8438 46.0962 55.9976 45.9062 55.9976H44.5938C44.4038 55.9976 44.25 55.8438 44.25 55.6538V50.9976L39.5962 50.9952C39.4062 50.9952 39.2524 50.8413 39.2524 50.6514V49.3389C39.2524 49.149 39.4062 48.9952 39.5962 48.9952L44.25 48.9976V44.3438C44.25 44.1538 44.4038 44 44.5938 44H45.9062C46.0962 44 46.25 44.1538 46.25 44.3438V48.9976Z M50.9062 48.9952L46.25 48.9976V44.3438C46.25 44.1538 46.0962 44 45.9062 44H44.5938C44.4038 44 44.25 44.1538 44.25 44.3438V48.9976L39.5962 48.9952C39.4062 48.9952 39.2524 49.149 39.2524 49.3389V50.6514C39.2524 50.8413 39.4062 50.9952 39.5962 50.9952L44.25 50.9976V55.6538C44.25 55.8438 44.4038 55.9976 44.5938 55.9976H45.9062C46.0962 55.9976 46.25 55.8438 46.25 55.6538V50.9976L50.9062 50.9952C51.0962 50.9952 51.25 50.8413 51.25 50.6514V49.3389C51.25 49.149 51.0962 48.9952 50.9062 48.9952Z M45.3688 25.1231L40.125 19.8793C39.5625 19.3168 38.8 18.9981 38.0062 18.9981H25.25C23.5938 19.0043 22.25 20.3481 22.25 22.0043V48C22.25 49.6562 23.5938 51 25.25 51H35.25V49V48.9952L25.25 49C24.7 49 24.25 48.55 24.25 48V22.0043C24.25 21.4543 24.7 21.0043 25.25 21.0043H36.25V27.5043C36.25 28.3356 36.9188 29.0043 37.75 29.0043H44.25V40H46.25V27.2481C46.25 26.4543 45.9313 25.6856 45.3688 25.1231ZM44.2188 27.0043C44.175 26.8293 44.0875 26.6731 43.9563 26.5418L38.7125 21.298C38.5813 21.1668 38.425 21.0793 38.25 21.0356V27.0043H44.2188Z M46.25 40H44.25C44.25 40.1899 44.4038 40.3438 44.5938 40.3438H45.9062C46.0962 40.3438 46.25 40.1899 46.25 40Z M35.25 49V51C35.4399 51 35.5938 50.8462 35.5938 50.6562V49.3438C35.5938 49.1538 35.4399 49 35.25 49Z M40.3462 32.75V33.25C40.3462 33.6625 40.0087 34 39.5962 34H28.3462C27.9337 34 27.5962 33.6625 27.5962 33.25V32.75C27.5962 32.3375 27.9337 32 28.3462 32H39.5962C40.0087 32 40.3462 32.3375 40.3462 32.75Z M40.3462 36.75V37.25C40.3462 37.6625 40.0087 38 39.5962 38H28.3462C27.9337 38 27.5962 37.6625 27.5962 37.25V36.75C27.5962 36.3375 27.9337 36 28.3462 36H39.5962C40.0087 36 40.3462 36.3375 40.3462 36.75Z M40.3462 40.75V41.25C40.3462 41.6625 40.0087 42 39.5962 42H28.3462C27.9337 42 27.5962 41.6625 27.5962 41.25V40.75C27.5962 40.3375 27.9337 40 28.3462 40H39.5962C40.0087 40 40.3462 40.3375 40.3462 40.75Z M50.9062 50.9952C51.0962 50.9952 51.25 50.8413 51.25 50.6514V49.3389C51.25 49.149 51.0962 48.9952 50.9062 48.9952L46.25 48.9976V44.3438C46.25 44.1538 46.0962 44 45.9062 44H44.5938C44.4038 44 44.25 44.1538 44.25 44.3438V48.9976L39.5962 48.9952C39.4062 48.9952 39.2524 49.149 39.2524 49.3389V50.6514C39.2524 50.8413 39.4062 50.9952 39.5962 50.9952L44.25 50.9976V55.6538C44.25 55.8438 44.4038 55.9976 44.5938 55.9976H45.9062C46.0962 55.9976 46.25 55.8438 46.25 55.6538V50.9976L50.9062 50.9952ZM25.25 49C24.7 49 24.25 48.55 24.25 48V22.0043C24.25 21.4543 24.7 21.0043 25.25 21.0043H36.25V27.5043C36.25 28.3356 36.9188 29.0043 37.75 29.0043H44.25V40C44.25 40.1899 44.4038 40.3438 44.5938 40.3438H45.9062C46.0962 40.3438 46.25 40.1899 46.25 40V27.2481C46.25 27.1665 46.2466 27.0852 46.24 27.0043C46.2281 26.8595 46.2056 26.7162 46.1731 26.5755C46.1447 26.4526 46.1086 26.3317 46.0651 26.2135C46.009 26.0609 45.9406 25.9128 45.8606 25.771C45.7277 25.5355 45.5627 25.317 45.3688 25.1231L40.125 19.8793C39.69 19.4443 39.1354 19.1551 38.5393 19.0463C38.4438 19.0289 38.3473 19.0161 38.25 19.0081C38.2329 19.0067 38.2158 19.0054 38.1987 19.0043C38.1348 19.0001 38.0706 18.9981 38.0062 18.9981H25.25C23.6325 19.0042 22.3131 20.2859 22.2522 21.8885C22.2507 21.9269 22.25 21.9655 22.25 22.0043V48C22.25 49.6562 23.5938 51 25.25 51H35.25C35.4399 51 35.5938 50.8462 35.5938 50.6562V49.3438C35.5938 49.1538 35.4399 49 35.25 49V48.9952L25.25 49ZM38.25 27.0043H44.2188C44.2101 26.9698 44.1998 26.9361 44.1878 26.9031C44.1692 26.852 44.1464 26.8027 44.1196 26.7554C44.076 26.6786 44.0215 26.6071 43.9563 26.5418L38.7125 21.298C38.5813 21.1668 38.425 21.0793 38.25 21.0356V27.0043ZM15 9C13.3438 9.00625 12 10.35 12 12.0062V41.25C12 41.6625 12.3375 42 12.75 42H13.25C13.6625 42 14 41.6625 14 41.25L14 12.0062C14 11.4562 14.45 11.0062 15 11.0062H28.5C28.9125 11.0062 29.25 10.6687 29.25 10.2562V9.75625C29.25 9.34375 28.9125 9.00625 28.5 9.00625V9H15ZM33.5 14.0063V14H20C18.372 14.0061 17.046 15.3045 17.0012 16.9217C17.0004 16.9498 17 16.978 17 17.0063V45.25C17 45.6625 17.3375 46 17.75 46H18.25C18.6625 46 19 45.6625 19 45.25V17.0063C19 16.4563 19.45 16.0063 20 16.0063H33.5C33.9125 16.0063 34.25 15.6688 34.25 15.2563V14.7563C34.25 14.3438 33.9125 14.0063 33.5 14.0063ZM40.3462 33.25V32.75C40.3462 32.3375 40.0087 32 39.5962 32H28.3462C27.9337 32 27.5962 32.3375 27.5962 32.75V33.25C27.5962 33.6625 27.9337 34 28.3462 34H39.5962C40.0087 34 40.3462 33.6625 40.3462 33.25ZM39.5962 36C40.0087 36 40.3462 36.3375 40.3462 36.75V37.25C40.3462 37.6625 40.0087 38 39.5962 38H28.3462C27.9337 38 27.5962 37.6625 27.5962 37.25V36.75C27.5962 36.3375 27.9337 36 28.3462 36H39.5962ZM40.3462 41.25V40.75C40.3462 40.3375 40.0087 40 39.5962 40H28.3462C27.9337 40 27.5962 40.3375 27.5962 40.75V41.25C27.5962 41.6625 27.9337 42 28.3462 42H39.5962C40.0087 42 40.3462 41.6625 40.3462 41.25Z'],
4
+ name: 'conCreateDataset'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conDatabase.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conDatabase.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conDatabase.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M14.2004 14.507C13.3528 15.3211 13 16.1077 13 16.8358C13 17.5639 13.3528 18.3506 14.2004 19.1646C15.0524 19.9829 16.3468 20.7674 18.0529 21.4477C21.4602 22.8064 26.3132 23.6716 31.9437 23.6716C37.5742 23.6716 42.4272 22.8064 45.8345 21.4477C47.5406 20.7674 48.835 19.9829 49.687 19.1646C50.5346 18.3506 50.8874 17.5639 50.8874 16.8358C50.8874 16.1077 50.5346 15.3211 49.687 14.507C48.835 13.6887 47.5406 12.9042 45.8345 12.2239C42.4272 10.8653 37.5742 10 31.9437 10C26.3132 10 21.4602 10.8653 18.0529 12.2239C16.3468 12.9042 15.0524 13.6887 14.2004 14.507ZM50.8874 20.7795C49.8016 21.7624 48.3239 22.6082 46.5753 23.3055C42.8703 24.7828 37.7514 25.6716 31.9437 25.6716C26.136 25.6716 21.0171 24.7828 17.3121 23.3055C15.5635 22.6082 14.0858 21.7624 13 20.7795V27.0224C13 27.754 13.3506 28.5412 14.1905 29.3537C15.0353 30.1709 16.3208 30.9547 18.0206 31.6347C21.4157 32.9927 26.2679 33.8582 31.9437 33.8582C37.6195 33.8582 42.4717 32.9927 45.8668 31.6347C47.5666 30.9547 48.8521 30.1709 49.6969 29.3537C50.5368 28.5412 50.8874 27.754 50.8874 27.0224V20.7795ZM52.8874 16.8358C52.8874 15.4001 52.177 14.1254 51.0724 13.0645C49.9722 12.0079 48.4253 11.1039 46.5753 10.3662C42.8703 8.88884 37.7514 8 31.9437 8C26.136 8 21.0171 8.88884 17.3121 10.3662C15.4621 11.1039 13.9152 12.0079 12.815 13.0645C11.7104 14.1254 11 15.4001 11 16.8358V47.3955C11 48.8277 11.7015 50.1018 12.8 51.1643C13.8935 52.2221 15.4327 53.1267 17.2779 53.8648C20.9729 55.3427 26.0925 56.2313 31.9437 56.2313C37.7949 56.2313 42.9145 55.3427 46.6095 53.8648C48.4547 53.1267 49.9939 52.2221 51.0874 51.1643C52.1859 50.1018 52.8874 48.8277 52.8874 47.3955V16.8358ZM50.8874 30.9785C49.8095 31.9561 48.3449 32.7975 46.6095 33.4916C42.9145 34.9696 37.7949 35.8582 31.9437 35.8582C26.0925 35.8582 20.9729 34.9696 17.2779 33.4916C15.5425 32.7975 14.0779 31.9561 13 30.9785V37.2089C13 37.9406 13.3506 38.7278 14.1905 39.5402C15.0353 40.3574 16.3208 41.1413 18.0206 41.8212C21.4157 43.1792 26.2679 44.0448 31.9437 44.0448C37.6195 44.0448 42.4717 43.1792 45.8668 41.8212C47.5666 41.1413 48.8521 40.3574 49.6969 39.5402C50.5368 38.7278 50.8874 37.9406 50.8874 37.2089V30.9785ZM50.8874 41.1651C49.8095 42.1426 48.3449 42.9841 46.6095 43.6782C42.9145 45.1562 37.7949 46.0448 31.9437 46.0448C26.0925 46.0448 20.9729 45.1562 17.2779 43.6782C15.5425 42.9841 14.0779 42.1426 13 41.1651V47.3955C13 48.1271 13.3506 48.9144 14.1905 49.7268C15.0353 50.544 16.3208 51.3279 18.0206 52.0078C21.4157 53.3658 26.2679 54.2313 31.9437 54.2313C37.6195 54.2313 42.4717 53.3658 45.8668 52.0078C47.5666 51.3279 48.8521 50.544 49.6969 49.7268C50.5368 48.9144 50.8874 48.1271 50.8874 47.3955V41.1651Z'],
4
+ name: 'conDatabase'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conDatabasePlus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conDatabasePlus.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conDatabasePlus.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M50.6734 13.7896H55.1647C55.3135 13.7896 55.434 13.9101 55.434 14.0588V15.1358C55.434 15.2845 55.3135 15.405 55.1647 15.405H50.6734V19.8967C50.6734 20.0455 50.553 20.166 50.4042 20.166H49.3274C49.1787 20.166 49.0582 20.0455 49.0582 19.8967V15.405H44.5512C44.4025 15.405 44.282 15.2845 44.282 15.1358V14.0588C44.282 13.9101 44.4025 13.7896 44.5512 13.7896H49.0582V9.28222C49.0582 9.13347 49.1787 9.01299 49.3274 9.01299H50.4042C50.553 9.01299 50.6734 9.13347 50.6734 9.28222V13.7896Z M11 16.8358C11 16.1077 11.3528 15.3211 12.2004 14.507C13.0524 13.6887 14.3468 12.9042 16.0529 12.2239C19.4602 10.8653 24.3132 10 29.9437 10C34.9607 10 39.3659 10.6871 42.6813 11.8017C43.2048 11.9776 43.7719 11.6959 43.9479 11.1724C44.1239 10.6489 43.8422 10.0819 43.3187 9.90591C39.7543 8.70765 35.1261 8 29.9437 8C24.136 8 19.0171 8.88884 15.3121 10.3662C13.4621 11.1039 11.9152 12.0079 10.815 13.0645C9.71043 14.1254 9 15.4001 9 16.8358V47.3955C9 48.8277 9.70154 50.1018 10.8 51.1643C11.8935 52.2221 13.4327 53.1267 15.2779 53.8648C18.9729 55.3427 24.0925 56.2313 29.9437 56.2313C35.7949 56.2313 40.9145 55.3427 44.6095 53.8648C46.4547 53.1267 47.9939 52.2221 49.0874 51.1643C50.1859 50.1018 50.8874 48.8277 50.8874 47.3955V24C50.8874 23.4477 50.4397 23 49.8874 23C49.3351 23 48.8874 23.4477 48.8874 24V27.0224C48.8874 27.754 48.5368 28.5412 47.6969 29.3537C46.8521 30.1709 45.5666 30.9547 43.8668 31.6347C40.4717 32.9927 35.6195 33.8582 29.9437 33.8582C24.2679 33.8582 19.4157 32.9927 16.0206 31.6347C14.3208 30.9547 13.0353 30.1709 12.1905 29.3537C11.3506 28.5412 11 27.754 11 27.0224V20.7795C12.0858 21.7624 13.5635 22.6082 15.3121 23.3055C19.0171 24.7828 24.136 25.6716 29.9437 25.6716C35.1261 25.6716 39.7543 24.964 43.3187 23.7657C43.8422 23.5897 44.1239 23.0227 43.9479 22.4992C43.7719 21.9757 43.2048 21.694 42.6813 21.87C39.3659 22.9846 34.9607 23.6716 29.9437 23.6716C24.3132 23.6716 19.4602 22.8064 16.0529 21.4477C14.3468 20.7674 13.0524 19.9829 12.2004 19.1646C11.3528 18.3506 11 17.5639 11 16.8358ZM11 37.2089V30.9785C12.0779 31.9561 13.5425 32.7975 15.2779 33.4916C18.9729 34.9696 24.0925 35.8582 29.9437 35.8582C35.7949 35.8582 40.9145 34.9696 44.6095 33.4916C46.3449 32.7975 47.8095 31.9561 48.8874 30.9785V37.2089C48.8874 37.9406 48.5368 38.7278 47.6969 39.5402C46.8521 40.3574 45.5666 41.1413 43.8668 41.8212C40.4717 43.1792 35.6195 44.0448 29.9437 44.0448C24.2679 44.0448 19.4157 43.1792 16.0206 41.8212C14.3208 41.1413 13.0353 40.3574 12.1905 39.5402C11.3506 38.7278 11 37.9406 11 37.2089ZM44.6095 43.6782C46.3449 42.9841 47.8095 42.1426 48.8874 41.1651V47.3955C48.8874 48.1271 48.5368 48.9144 47.6969 49.7268C46.8521 50.544 45.5666 51.3279 43.8668 52.0078C40.4717 53.3658 35.6195 54.2313 29.9437 54.2313C24.2679 54.2313 19.4157 53.3658 16.0206 52.0078C14.3208 51.3279 13.0353 50.544 12.1905 49.7268C11.3506 48.9144 11 48.1271 11 47.3955V41.1651C12.0779 42.1426 13.5425 42.9841 15.2779 43.6782C18.9729 45.1562 24.0925 46.0448 29.9437 46.0448C35.7949 46.0448 40.9145 45.1562 44.6095 43.6782Z'],
4
+ name: 'conDatabasePlus'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conDataset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conDataset.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conDataset.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M32 8C30.8954 8 30 8.89543 30 10C30 11.1046 30.8954 12 32 12C33.1046 12 34 11.1046 34 10C34 8.89543 33.1046 8 32 8ZM33 13.874C34.7252 13.4299 36 11.8638 36 10C36 7.79086 34.2091 6 32 6C29.7909 6 28 7.79086 28 10C28 11.8638 29.2748 13.4299 31 13.874L31 19.0174C28.4521 19.1065 26.1918 19.5352 24.4814 20.2119C23.5184 20.5929 22.6799 21.0721 22.0661 21.657C21.4482 22.2458 21 23.0033 21 23.8983V31H15.874C15.4299 29.2748 13.8638 28 12 28C9.79086 28 8 29.7909 8 32C8 34.2091 9.79086 36 12 36C13.8638 36 15.4299 34.7252 15.874 33H21V39.1017C21 39.9931 21.442 40.7501 22.0573 41.3406C22.6679 41.9266 23.5028 42.4063 24.4637 42.7877C26.1717 43.4655 28.4345 43.8943 31 43.9829L31 49.126C29.2748 49.5701 28 51.1362 28 53C28 55.2091 29.7909 57 32 57C34.2091 57 36 55.2091 36 53C36 51.1362 34.7252 49.5701 33 49.126L33 43.9829C35.5655 43.8943 37.8283 43.4655 39.5363 42.7877C40.4972 42.4063 41.3321 41.9266 41.9427 41.3406C42.558 40.7501 43 39.9931 43 39.1017V33H48.126C48.5701 34.7252 50.1362 36 52 36C54.2091 36 56 34.2091 56 32C56 29.7909 54.2091 28 52 28C50.1362 28 48.5701 29.2748 48.126 31H43V23.8983C43 23.0033 42.5518 22.2458 41.9339 21.657C41.3201 21.0721 40.4816 20.5929 39.5186 20.2119C37.8082 19.5352 35.5479 19.1065 33 19.0174L33 13.874ZM41 23.8983C41 23.7168 40.9151 23.4488 40.5542 23.1049C40.1891 22.757 39.6029 22.3961 38.7828 22.0717C37.1477 21.4248 34.7798 21 32 21C29.2202 21 26.8523 21.4248 25.2172 22.0717C24.397 22.3961 23.8109 22.757 23.4458 23.1049C23.0849 23.4488 23 23.7168 23 23.8983C23 24.0798 23.0849 24.3478 23.4458 24.6918C23.8109 25.0396 24.397 25.4005 25.2172 25.725C26.8523 26.3719 29.2202 26.7966 32 26.7966C34.7798 26.7966 37.1477 26.3719 38.7828 25.725C39.6029 25.4005 40.1891 25.0396 40.5542 24.6918C40.9151 24.3478 41 24.0798 41 23.8983ZM23 26.852C23.4432 27.1278 23.9428 27.3716 24.4814 27.5847C26.4125 28.3487 29.0445 28.7966 32 28.7966C34.9555 28.7966 37.5875 28.3487 39.5186 27.5847C40.0572 27.3716 40.5568 27.1278 41 26.852V28.9661C41 29.1511 40.9145 29.4197 40.5578 29.762C40.1965 30.1088 39.6151 30.4691 38.7985 30.7931C37.1701 31.4394 34.8029 31.8644 32 31.8644C29.1971 31.8644 26.8299 31.4394 25.2015 30.7931C24.3849 30.4691 23.8035 30.1088 23.4422 29.762C23.0855 29.4197 23 29.1511 23 28.9661V26.852ZM23 31.9267C23.4381 32.1996 23.9316 32.4409 24.4637 32.6521C26.3904 33.4167 29.0232 33.8644 32 33.8644C34.9768 33.8644 37.6096 33.4167 39.5363 32.6521C40.0684 32.4409 40.5619 32.1996 41 31.9267V34.0339C41 34.2189 40.9145 34.4875 40.5578 34.8298C40.1965 35.1766 39.6151 35.5368 38.7985 35.8609C37.1701 36.5072 34.8029 36.9322 32 36.9322C29.1971 36.9322 26.8299 36.5072 25.2015 35.8609C24.3849 35.5368 23.8035 35.1766 23.4422 34.8298C23.0855 34.4875 23 34.2189 23 34.0339V31.9267ZM23 36.9945V39.1017C23 39.2867 23.0855 39.5553 23.4422 39.8976C23.8035 40.2444 24.3849 40.6046 25.2015 40.9287C26.8299 41.575 29.1971 42 32 42C34.8029 42 37.1701 41.575 38.7985 40.9287C39.6151 40.6046 40.1965 40.2444 40.5578 39.8976C40.9145 39.5553 41 39.2867 41 39.1017V36.9945C40.5619 37.2674 40.0684 37.5087 39.5363 37.7199C37.6096 38.4845 34.9768 38.9322 32 38.9322C29.0232 38.9322 26.3904 38.4845 24.4637 37.7199C23.9316 37.5087 23.4381 37.2674 23 36.9945ZM50 32C50 33.1046 50.8954 34 52 34C53.1046 34 54 33.1046 54 32C54 30.8954 53.1046 30 52 30C50.8954 30 50 30.8954 50 32ZM32 51C30.8954 51 30 51.8954 30 53C30 54.1046 30.8954 55 32 55C33.1046 55 34 54.1046 34 53C34 51.8954 33.1046 51 32 51ZM14 32C14 30.8954 13.1046 30 12 30C10.8954 30 10 30.8954 10 32C10 33.1046 10.8954 34 12 34C13.1046 34 14 33.1046 14 32Z'],
4
+ name: 'conDataset'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conFolderPlus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conFolderPlus.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conFolderPlus.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M33.0546 33.4473H39.9296C40.1195 33.4473 40.2733 33.6011 40.2733 33.791V35.166C40.2733 35.3559 40.1195 35.5098 39.9296 35.5098H33.0546V42.3848C33.0546 42.5747 32.9007 42.7285 32.7108 42.7285H31.3358C31.1459 42.7285 30.9921 42.5747 30.9921 42.3848V35.5098H24.1171C23.9271 35.5098 23.7733 35.3559 23.7733 35.166V33.791C23.7733 33.6011 23.9271 33.4473 24.1171 33.4473H30.9921V26.5723C30.9921 26.3823 31.1459 26.2285 31.3358 26.2285H32.7108C32.9007 26.2285 33.0546 26.3823 33.0546 26.5723V33.4473Z M7.99987 44.9932V19.7287C7.98387 17.6803 9.6642 15.9999 11.7126 15.9999H19.7733L28.9432 19.4998H52.2647C54.3131 19.4998 55.9934 21.1801 55.9774 23.2285L55.9934 44.9932C55.9934 47.0416 54.3291 48.722 52.2647 48.722H11.7286C9.6802 48.722 7.99987 47.0576 7.99987 44.9932ZM52.2647 21.5482C53.1929 21.5482 53.945 22.3003 53.945 23.2285L53.961 44.9932H53.945C53.945 45.9214 53.1929 46.6735 52.2647 46.6735H11.7286C10.8004 46.6735 10.0483 45.9214 10.0483 44.9932L10.0323 19.7286C10.0323 18.8004 10.7844 18.0483 11.7126 18.0483H19.7733L28.9432 21.5482H40.604H52.2647Z M39.9296 33.4473H33.0546V26.5723C33.0546 26.3823 32.9007 26.2285 32.7108 26.2285H31.3358C31.1459 26.2285 30.9921 26.3823 30.9921 26.5723V33.4473H24.1171C23.9271 33.4473 23.7733 33.6011 23.7733 33.791V35.166C23.7733 35.3559 23.9271 35.5098 24.1171 35.5098H30.9921V42.3848C30.9921 42.5747 31.1459 42.7285 31.3358 42.7285H32.7108C32.9007 42.7285 33.0546 42.5747 33.0546 42.3848V35.5098H39.9296C40.1195 35.5098 40.2733 35.3559 40.2733 35.166V33.791C40.2733 33.6011 40.1195 33.4473 39.9296 33.4473Z M32.0546 34.4473V27.2285H31.9921V34.4473H24.7733V34.5098H31.9921V41.7285H32.0546V34.5098H39.2733V34.4473H32.0546ZM7.99987 19.7287V44.9932C7.99987 47.0576 9.6802 48.722 11.7286 48.722H52.2647C53.5893 48.722 54.7492 48.0302 55.4104 46.9932C55.6963 46.5449 55.8889 46.032 55.9614 45.4827C55.9825 45.3224 55.9934 45.159 55.9934 44.9932L55.9774 23.2285C55.9934 21.1801 54.3131 19.4998 52.2647 19.4998H28.9432L19.7733 15.9999H11.7126C9.6642 15.9999 7.98387 17.6803 7.99987 19.7287ZM11.7126 18.0483C10.7844 18.0483 10.0323 18.8004 10.0323 19.7286L10.0483 44.9932C10.0483 45.9214 10.8004 46.6735 11.7286 46.6735H52.2647C53.1929 46.6735 53.945 45.9214 53.945 44.9932H53.961L53.945 23.2285C53.945 22.3003 53.1929 21.5482 52.2647 21.5482H28.9432L19.7733 18.0483H11.7126ZM32.7108 26.2285C32.9007 26.2285 33.0546 26.3823 33.0546 26.5723V33.4473H39.9296C40.1195 33.4473 40.2733 33.6011 40.2733 33.791V35.166C40.2733 35.3559 40.1195 35.5098 39.9296 35.5098H33.0546V42.3848C33.0546 42.5747 32.9007 42.7285 32.7108 42.7285H31.3358C31.1459 42.7285 30.9921 42.5747 30.9921 42.3848V35.5098H24.1171C23.9271 35.5098 23.7733 35.3559 23.7733 35.166V33.791C23.7733 33.6011 23.9271 33.4473 24.1171 33.4473H30.9921V26.5723C30.9921 26.3823 31.1459 26.2285 31.3358 26.2285H32.7108Z'],
4
+ name: 'conFolderPlus'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conInsightSearchAlt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conInsightSearchAlt.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conInsightSearchAlt.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAC,MAAM,aAAa,CAAA;;AAE1C,wBAImB"}
@@ -0,0 +1,6 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M4.19165 24.9841C11.4609 13.6099 22.1372 8 32.5578 8C42.9836 8 53.2963 13.6139 59.8426 24.9856C56.6095 30.2822 52.4537 34.258 47.8143 36.9233L44.682 33.791C44.5203 33.6293 44.3094 33.5449 44.0844 33.5449H43.3602C45.7718 30.9364 47.2483 27.4561 47.2483 23.6243C47.2483 15.5458 40.7026 9 32.624 9C24.5455 9 17.9998 15.5458 17.9998 23.6243C17.9998 31.7028 24.5455 38.2486 32.624 38.2486C36.4559 38.2486 39.9362 36.7721 42.5447 34.3675V35.0847C42.5447 35.3097 42.6361 35.5206 42.7907 35.6823L45.3188 38.2104C41.2668 40.0722 36.9249 41 32.558 41C22.1181 41 11.4493 35.6955 4.19165 24.9841ZM46.8207 39.7123C42.3256 41.9017 37.4628 43 32.558 43C21.2421 43 9.79091 37.1556 2.181 25.5741C2.12567 25.495 2.08251 25.4089 2.05224 25.3187C2.03349 25.263 2.01989 25.2063 2.01131 25.1492C1.97939 24.9384 2.0144 24.7164 2.12434 24.5173C2.13455 24.4987 2.14537 24.4804 2.1568 24.4625C9.75482 12.2081 21.2103 6 32.5578 6C43.9082 6 55.0035 12.2127 61.8597 24.4882C61.9039 24.5627 61.9382 24.6424 61.9618 24.7251C61.9756 24.7732 61.9857 24.8219 61.992 24.8707C62.02 25.0843 61.9795 25.3085 61.8614 25.5085C58.5168 31.1726 54.1672 35.4683 49.2761 38.385L53.7519 42.8608C54.0824 43.1913 54.0824 43.7256 53.7519 44.0561L53.0559 44.7522C52.7254 45.0826 52.1911 45.0826 51.8606 44.7522L46.8207 39.7123ZM16.5442 24.084C16.5442 24.634 16.4892 25.1583 16.3792 25.657C16.2692 26.1557 16.0932 26.5957 15.8512 26.977C15.6092 27.351 15.2939 27.6517 14.9052 27.879C14.5239 28.099 14.0582 28.209 13.5082 28.209C12.9582 28.209 12.4889 28.099 12.1002 27.879C11.7115 27.6517 11.3925 27.351 11.1432 26.977C10.9012 26.5957 10.7252 26.1557 10.6152 25.657C10.5052 25.1583 10.4502 24.634 10.4502 24.084C10.4502 23.534 10.5052 23.0133 10.6152 22.522C10.7252 22.0233 10.9012 21.5907 11.1432 21.224C11.3925 20.85 11.7115 20.553 12.1002 20.333C12.4889 20.113 12.9582 20.003 13.5082 20.003C14.0582 20.003 14.5239 20.113 14.9052 20.333C15.2939 20.553 15.6092 20.85 15.8512 21.224C16.0932 21.5907 16.2692 22.0233 16.3792 22.522C16.4892 23.0133 16.5442 23.534 16.5442 24.084ZM14.6522 24.084C14.6522 23.842 14.6375 23.5743 14.6082 23.281C14.5789 22.9877 14.5239 22.7163 14.4432 22.467C14.3625 22.2103 14.2452 21.9977 14.0912 21.829C13.9445 21.653 13.7502 21.565 13.5082 21.565C13.2662 21.565 13.0682 21.653 12.9142 21.829C12.7602 21.9977 12.6392 22.2103 12.5512 22.467C12.4705 22.7163 12.4155 22.9877 12.3862 23.281C12.3569 23.5743 12.3422 23.842 12.3422 24.084C12.3422 24.3333 12.3569 24.6083 12.3862 24.909C12.4155 25.2023 12.4705 25.4773 12.5512 25.734C12.6392 25.9833 12.7602 26.196 12.9142 26.372C13.0682 26.5407 13.2662 26.625 13.5082 26.625C13.7502 26.625 13.9445 26.5407 14.0912 26.372C14.2452 26.196 14.3625 25.9833 14.4432 25.734C14.5239 25.4773 14.5789 25.2023 14.6082 24.909C14.6375 24.6083 14.6522 24.3333 14.6522 24.084ZM51.0572 22.28V28H52.9052V20.212H51.2112L48.6482 22.093L49.6052 23.402L51.0572 22.28ZM40.1849 25.657C40.2949 25.1583 40.3499 24.634 40.3499 24.084C40.3499 23.534 40.2949 23.0133 40.1849 22.522C40.0749 22.0233 39.8989 21.5907 39.6569 21.224C39.4149 20.85 39.0995 20.553 38.7109 20.333C38.3295 20.113 37.8639 20.003 37.3139 20.003C36.7639 20.003 36.2945 20.113 35.9059 20.333C35.5172 20.553 35.1982 20.85 34.9489 21.224C34.7069 21.5907 34.5309 22.0233 34.4209 22.522C34.3109 23.0133 34.2559 23.534 34.2559 24.084C34.2559 24.634 34.3109 25.1583 34.4209 25.657C34.5309 26.1557 34.7069 26.5957 34.9489 26.977C35.1982 27.351 35.5172 27.6517 35.9059 27.879C36.2945 28.099 36.7639 28.209 37.3139 28.209C37.8639 28.209 38.3295 28.099 38.7109 27.879C39.0995 27.6517 39.4149 27.351 39.6569 26.977C39.8989 26.5957 40.0749 26.1557 40.1849 25.657ZM38.4139 23.281C38.4432 23.5743 38.4579 23.842 38.4579 24.084C38.4579 24.3333 38.4432 24.6083 38.4139 24.909C38.3845 25.2023 38.3295 25.4773 38.2489 25.734C38.1682 25.9833 38.0509 26.196 37.8969 26.372C37.7502 26.5407 37.5559 26.625 37.3139 26.625C37.0719 26.625 36.8739 26.5407 36.7199 26.372C36.5659 26.196 36.4449 25.9833 36.3569 25.734C36.2762 25.4773 36.2212 25.2023 36.1919 24.909C36.1625 24.6083 36.1479 24.3333 36.1479 24.084C36.1479 23.842 36.1625 23.5743 36.1919 23.281C36.2212 22.9877 36.2762 22.7163 36.3569 22.467C36.4449 22.2103 36.5659 21.9977 36.7199 21.829C36.8739 21.653 37.0719 21.565 37.3139 21.565C37.5559 21.565 37.7502 21.653 37.8969 21.829C38.0509 21.9977 38.1682 22.2103 38.2489 22.467C38.3295 22.7163 38.3845 22.9877 38.4139 23.281ZM23.6402 28V22.28L22.1882 23.402L21.2312 22.093L23.7942 20.212H25.4882V28H23.6402ZM30.2515 28V22.28L28.7995 23.402L27.8425 22.093L30.4055 20.212H32.0995V28H30.2515ZM44.1254 28.2039C42.3072 32.7737 37.8467 35.9987 32.624 35.9987C25.783 35.9987 20.2496 30.4654 20.2496 23.6243C20.2496 16.7832 25.783 11.2499 32.624 11.2499C38.2198 11.2499 42.9405 14.952 44.4738 20.0438C44.3014 20.0166 44.1185 20.003 43.9252 20.003C43.3752 20.003 42.9059 20.113 42.5172 20.333C42.1285 20.553 41.8095 20.85 41.5602 21.224C41.3182 21.5907 41.1422 22.0233 41.0322 22.522C40.9222 23.0133 40.8672 23.534 40.8672 24.084C40.8672 24.634 40.9222 25.1583 41.0322 25.657C41.1422 26.1557 41.3182 26.5957 41.5602 26.977C41.8095 27.351 42.1285 27.6517 42.5172 27.879C42.9059 28.099 43.3752 28.209 43.9252 28.209C43.9932 28.209 44.0599 28.2073 44.1254 28.2039ZM44.7836 25.9352C44.7108 26.0998 44.619 26.2454 44.5082 26.372C44.3615 26.5407 44.1672 26.625 43.9252 26.625C43.6832 26.625 43.4852 26.5407 43.3312 26.372C43.1772 26.196 43.0562 25.9833 42.9682 25.734C42.8875 25.4773 42.8325 25.2023 42.8032 24.909C42.7739 24.6083 42.7592 24.3333 42.7592 24.084C42.7592 23.842 42.7739 23.5743 42.8032 23.281C42.8325 22.9877 42.8875 22.7163 42.9682 22.467C43.0562 22.2103 43.1772 21.9977 43.3312 21.829C43.4852 21.653 43.6832 21.565 43.9252 21.565C44.1672 21.565 44.3615 21.653 44.5082 21.829C44.6622 21.9977 44.7795 22.2103 44.8602 22.467C44.9103 22.6219 44.9505 22.7853 44.9808 22.9572C44.9925 23.1781 44.9984 23.4005 44.9984 23.6243C44.9984 24.4142 44.9247 25.1867 44.7836 25.9352ZM26.4998 46C26.4998 45.4477 26.9475 45 27.4998 45H31.4998C32.052 45 32.4998 45.4477 32.4998 46C32.4998 46.5523 32.052 47 31.4998 47H27.4998C26.9475 47 26.4998 46.5523 26.4998 46ZM33.4998 46C33.4998 45.4477 33.9475 45 34.4998 45H36.9998C37.552 45 37.9998 45.4477 37.9998 46C37.9998 46.5523 37.552 47 36.9998 47H34.4998C33.9475 47 33.4998 46.5523 33.4998 46ZM21.4998 49C20.9475 49 20.4998 49.4477 20.4998 50C20.4998 50.5523 20.9475 51 21.4998 51H36.9998C37.552 51 37.9998 50.5523 37.9998 50C37.9998 49.4477 37.552 49 36.9998 49H21.4998ZM23.9998 54C23.9998 53.4477 24.4475 53 24.9998 53H36.9998C37.552 53 37.9998 53.4477 37.9998 54C37.9998 54.5523 37.552 55 36.9998 55H24.9998C24.4475 55 23.9998 54.5523 23.9998 54ZM18.9998 53C18.4475 53 17.9998 53.4477 17.9998 54C17.9998 54.5523 18.4475 55 18.9998 55H21.9998C22.552 55 22.9998 54.5523 22.9998 54C22.9998 53.4477 22.552 53 21.9998 53H18.9998Z'],
4
+ name: 'conInsightSearchAlt',
5
+ pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
6
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conMachineLearning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conMachineLearning.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conMachineLearning.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,cAAc,EAAC,MAAM,aAAa,CAAA;;AAE1C,wBAImB"}
@@ -0,0 +1,6 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M26.8462 17.9191C26.8462 19.7829 25.5714 21.349 23.8462 21.793V27.9191H25.8462C26.3985 27.9191 26.8462 28.3668 26.8462 28.9191V34.0451C28.5714 34.4891 29.8462 36.0552 29.8462 37.9191C29.8462 39.7829 28.5714 41.349 26.8462 41.7931V43.0451C28.5714 43.4891 29.8462 45.0552 29.8462 46.9191C29.8462 49.1282 28.0553 50.9191 25.8462 50.9191C23.6371 50.9191 21.8462 49.1282 21.8462 46.9191C21.8462 45.0552 23.121 43.4891 24.8462 43.0451V41.7931C23.121 41.349 21.8462 39.7829 21.8462 37.9191C21.8462 36.0552 23.121 34.4891 24.8462 34.0451V29.9191H18.8462C18.8462 32.1282 17.0553 33.9191 14.8462 33.9191C12.6371 33.9191 10.8462 32.1282 10.8462 29.9191C10.8462 27.7099 12.6371 25.9191 14.8462 25.9191C16.3268 25.9191 17.6194 26.7235 18.3111 27.9191H21.8462V21.793C20.121 21.349 18.8462 19.7829 18.8462 17.9191C18.8462 15.7099 20.6371 13.9191 22.8462 13.9191C25.0553 13.9191 26.8462 15.7099 26.8462 17.9191ZM24.8462 17.9191C24.8462 19.0236 23.9508 19.9191 22.8462 19.9191C21.7416 19.9191 20.8462 19.0236 20.8462 17.9191C20.8462 16.8145 21.7416 15.9191 22.8462 15.9191C23.9508 15.9191 24.8462 16.8145 24.8462 17.9191ZM27.8462 37.9191C27.8462 39.0236 26.9508 39.9191 25.8462 39.9191C24.7416 39.9191 23.8462 39.0236 23.8462 37.9191C23.8462 36.8145 24.7416 35.9191 25.8462 35.9191C26.9508 35.9191 27.8462 36.8145 27.8462 37.9191ZM14.8462 31.9191C15.9508 31.9191 16.8462 31.0236 16.8462 29.9191C16.8462 28.8145 15.9508 27.9191 14.8462 27.9191C13.7416 27.9191 12.8462 28.8145 12.8462 29.9191C12.8462 31.0236 13.7416 31.9191 14.8462 31.9191ZM27.8462 46.9191C27.8462 48.0236 26.9508 48.9191 25.8462 48.9191C24.7416 48.9191 23.8462 48.0236 23.8462 46.9191C23.8462 45.8145 24.7416 44.9191 25.8462 44.9191C26.9508 44.9191 27.8462 45.8145 27.8462 46.9191Z M38.3411 16.3196C38.2862 15.77 37.7961 15.3691 37.2466 15.424C36.6971 15.479 36.2961 15.969 36.3511 16.5186C36.5561 18.5689 36.4954 20.0459 36.2688 21.2314C35.9628 22.8323 35.3414 23.9833 34.4886 25.4046C34.2045 25.8782 34.358 26.4924 34.8316 26.7766C35.3052 27.0607 35.9194 26.9072 36.2036 26.4336C36.8713 25.3207 37.4803 24.244 37.8987 22.9291C38.1257 23.213 38.3457 23.6534 38.836 24.6348L38.9517 24.8663C39.8652 26.6934 41.4128 27.6087 43.1123 27.9043C44.7692 28.1925 46.5705 27.8984 48.1623 27.3678C48.6863 27.1931 48.9694 26.6268 48.7948 26.1029C48.6201 25.5789 48.0538 25.2957 47.5299 25.4704C46.1217 25.9398 44.673 26.1457 43.4549 25.9339C42.2794 25.7294 41.327 25.1448 40.7405 23.9719C40.6834 23.8577 40.6282 23.7467 40.5746 23.6389C40.1468 22.7789 39.8201 22.1222 39.4418 21.6566C39.1198 21.2602 38.7683 21.002 38.3605 20.7972C38.5164 19.5486 38.5193 18.1012 38.3411 16.3196Z M36.5532 36.712C36.1627 36.3214 35.5295 36.3214 35.139 36.712C34.7485 37.1025 34.7485 37.7357 35.139 38.1262C36.1184 39.1056 36.7754 39.8887 37.2017 40.7413C37.6181 41.5742 37.8461 42.5393 37.8461 43.9191C37.8461 44.0718 37.8803 44.2165 37.9416 44.346L37.8942 44.3741C36.7043 45.088 35.9653 46.1787 35.4177 47.5477C35.2126 48.0605 35.462 48.6424 35.9748 48.8475C36.4876 49.0527 37.0696 48.8032 37.2747 48.2905C37.7271 47.1594 38.2382 46.5001 38.9232 46.0891C39.6344 45.6623 40.6716 45.4191 42.3462 45.4191C42.8985 45.4191 43.3462 44.9714 43.3462 44.4191C43.3462 43.8668 42.8985 43.4191 42.3462 43.4191C41.4217 43.4191 40.5901 43.4849 39.8433 43.6407C39.8135 42.1503 39.5403 40.9463 38.9905 39.8469C38.4168 38.6995 37.5738 37.7326 36.5532 36.712Z M31.9224 4.43383C31.7018 4.26755 31.4608 4.11197 31.2085 3.97082C30.4893 3.56853 29.5841 3.23014 28.5673 3.08119C26.611 2.7946 24.268 3.21663 22.1164 5.15561C21.9887 5.14553 21.8413 5.13762 21.678 5.13502C21.1188 5.12611 20.3469 5.17892 19.5258 5.43809C18.6985 5.69923 17.8133 6.17307 17.0616 7.00482C16.4229 7.71142 15.9136 8.63983 15.603 9.83503C12.9181 10.4391 10.4134 11.7635 8.78077 14.0954C7.08224 16.5214 6.44208 19.8734 7.30593 24.2466C5.27968 26.1485 4.66592 29.4248 5.16423 32.2668C5.63798 34.9686 7.18879 37.666 9.95283 38.7074C9.12938 40.6054 9.12013 42.5698 9.80953 44.1861C10.4865 45.7733 11.823 46.9739 13.5841 47.3813C13.0643 49.4925 13.6608 51.4033 14.8843 52.7447C16.084 54.0598 17.8769 54.8097 19.6953 54.653C20.2628 56.5032 21.6609 58.6484 23.6222 59.8864C24.8188 60.6417 26.2599 61.0799 27.8582 60.8641C29.1954 60.6836 30.561 60.0565 31.9224 58.9102C33.2837 60.0565 34.6493 60.6836 35.9866 60.8641C37.5848 61.0799 39.0259 60.6417 40.2225 59.8864C42.1838 58.6484 43.582 56.5032 44.1494 54.653C45.9678 54.8097 47.7608 54.0598 48.9604 52.7447C50.1839 51.4033 50.7804 49.4925 50.2607 47.3813C52.0217 46.9739 53.3582 45.7733 54.0352 44.1861C54.7246 42.5698 54.7153 40.6054 53.8919 38.7074C56.6559 37.666 58.2067 34.9686 58.6805 32.2668C59.1788 29.4248 58.565 26.1485 56.5388 24.2466C57.4026 19.8734 56.7625 16.5214 55.064 14.0954C53.4313 11.7635 50.9267 10.4391 48.2417 9.83503C47.9311 8.63983 47.4218 7.71142 46.7832 7.00482C46.0314 6.17307 45.1462 5.69923 44.3189 5.43809C43.4979 5.17892 42.726 5.12611 42.1668 5.13502C42.0034 5.13762 41.8561 5.14553 41.7283 5.15561C39.5767 3.21663 37.2337 2.7946 35.2774 3.08119C34.2606 3.23014 33.3554 3.56853 32.6363 3.97082C32.3839 4.11197 32.1429 4.26755 31.9224 4.43383ZM30.2321 5.71629C30.4935 5.86253 30.6964 6.00682 30.8462 6.13224V57.1968C29.6318 58.278 28.5337 58.7548 27.5906 58.8821C26.538 59.0242 25.5636 58.7467 24.6897 58.1951C22.8804 57.0531 21.6556 54.8284 21.444 53.3595C21.4029 53.0741 21.2406 52.8203 20.9988 52.6633C20.7569 52.5063 20.459 52.4613 20.1816 52.5399C18.818 52.9264 17.3194 52.4465 16.362 51.3968C15.4405 50.3866 15.0031 48.8211 15.8456 46.9409C15.9842 46.6315 15.9566 46.2729 15.7723 45.9884C15.588 45.7038 15.272 45.532 14.933 45.532C13.3426 45.532 12.1888 44.6665 11.6492 43.4014C11.1017 42.1179 11.1659 40.3466 12.2656 38.6015C12.4442 38.318 12.469 37.964 12.3316 37.6585C12.1943 37.3529 11.9131 37.1364 11.5826 37.0817C9.14581 36.6789 7.5944 34.5461 7.13418 31.9214C6.66784 29.2617 7.41706 26.6096 9.00476 25.4284C9.32154 25.1928 9.47001 24.7928 9.38369 24.4075C8.42153 20.113 9.05721 17.1877 10.4191 15.2425C11.7908 13.2833 14.0251 12.1374 16.6163 11.67C17.0262 11.5961 17.3473 11.2759 17.4224 10.8662C17.6448 9.65284 18.0753 8.86591 18.5453 8.34589C19.017 7.82403 19.5749 7.51989 20.1279 7.34532C20.6871 7.16879 21.2328 7.12818 21.6461 7.13477C21.8505 7.13802 22.0161 7.15271 22.1265 7.16581C22.1815 7.17234 22.2222 7.17841 22.2465 7.18232L22.2703 7.18633L22.2684 7.18595C22.5941 7.2502 22.9305 7.14865 23.1662 6.91487C24.9343 5.16118 26.7877 4.84184 28.2774 5.06007C29.0383 5.17153 29.7121 5.42544 30.2321 5.71629ZM36.2541 58.8821C35.2717 58.7495 34.1212 58.2377 32.8462 57.0585V6.27045C32.9977 6.12 33.2484 5.92005 33.6126 5.71629C34.1326 5.42544 34.8064 5.17153 35.5673 5.06007C37.057 4.84184 38.9104 5.16118 40.6786 6.91487C40.9141 7.14844 41.25 7.25002 41.5754 7.18612L41.5982 7.18232C41.6225 7.17841 41.6632 7.17234 41.7182 7.16581C41.8286 7.15271 41.9943 7.13802 42.1986 7.13477C42.6119 7.12818 43.1576 7.16879 43.7169 7.34532C44.2699 7.51989 44.8277 7.82403 45.2994 8.34589C45.7694 8.86591 46.1999 9.65284 46.4223 10.8662C46.4974 11.2759 46.8185 11.5961 47.2284 11.67C49.8196 12.1374 52.0539 13.2833 53.4256 15.2425C54.7875 17.1877 55.4232 20.113 54.461 24.4075C54.3747 24.7928 54.5232 25.1928 54.84 25.4284C56.4277 26.6096 57.1769 29.2617 56.7105 31.9214C56.2938 34.2981 54.9824 36.2714 52.929 36.9223C52.8273 36.9138 52.7226 36.9209 52.6179 36.9455C51.2471 37.2668 50.4451 37.2668 49.0743 36.9455C46.8191 36.4168 45.0933 34.7372 44.1781 33.3644C43.8718 32.9049 43.2509 32.7807 42.7914 33.087C42.3319 33.3934 42.2077 34.0143 42.514 34.4738C43.5989 36.101 45.7016 38.209 48.6179 38.8927C49.8583 39.1835 50.792 39.2584 51.8744 39.1175C52.6855 40.6909 52.6891 42.2443 52.1955 43.4014C51.656 44.6665 50.5022 45.532 48.9117 45.532C48.5727 45.532 48.2567 45.7038 48.0724 45.9884C47.8881 46.2729 47.8605 46.6315 47.9991 46.9409C48.8416 48.8211 48.4043 50.3866 47.4828 51.3968C46.5253 52.4465 45.0267 52.9264 43.6631 52.5399C43.3857 52.4613 43.0878 52.5063 42.846 52.6633C42.6041 52.8203 42.4418 53.0741 42.4007 53.3595C42.1891 54.8284 40.9643 57.0531 39.155 58.1951C38.2811 58.7467 37.3067 59.0242 36.2541 58.8821Z'],
4
+ name: 'conMachineLearning',
5
+ pathProps: { fillRule: 'evenodd', clipRule: 'evenodd' }
6
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conReport.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conReport.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M41.6558 47.2914V49.2887C41.6558 50.1811 40.9484 50.9035 40.0746 50.9035H16.634C15.7602 50.9035 15.0528 50.1811 15.0528 49.2887V14.7113C15.0528 13.8189 15.7602 13.0965 16.634 13.0965H31.2393V22.0206C31.2393 22.9696 31.9883 23.7346 32.9176 23.7346H41.6558V28.5508L43.7086 24.9669V21.6948C43.7086 20.7174 43.3202 19.7541 42.6406 19.0742L35.8026 12.0907C35.1229 11.3966 34.1936 11 33.2366 11H16.634C14.6228 11.0142 13 12.6715 13 14.7113V49.2887C13 51.3285 14.6228 53 16.634 53H40.0746C42.0719 53 43.7086 51.3427 43.7086 49.2887V43.6934L41.6558 47.2914ZM33.2782 13.0681L33.6249 13.1531C33.9023 13.2239 34.152 13.3656 34.3601 13.5781L41.1842 20.5474C41.3922 20.7599 41.5309 21.0148 41.6003 21.2981L41.6835 21.6523H33.2782V13.0681Z M36.6486 48.7363C36.3019 48.7363 35.9551 48.6371 35.6361 48.4529C34.901 48.0138 34.5265 47.1781 34.6791 46.3282L35.2755 42.9568L45.8862 24.3578C46.1913 23.8054 46.7045 23.4229 47.3009 23.2671C47.8973 23.1113 48.5215 23.1963 49.0624 23.5079L50.283 24.2304C50.8239 24.542 51.1984 25.0661 51.351 25.6752C51.5036 26.2843 51.4204 26.9218 51.1152 27.4742L40.5045 46.0732L37.9247 48.2546C37.5502 48.5663 37.1063 48.7363 36.6486 48.7363ZM37.1063 43.6509L36.5654 46.6823C36.5654 46.7106 36.5515 46.7389 36.607 46.7673C36.6486 46.7956 36.6764 46.7814 36.6902 46.7531L39.0066 44.7841L49.4508 26.4826C49.5201 26.3551 49.5063 26.2418 49.4924 26.171C49.4785 26.1143 49.4369 26.001 49.3121 25.9302L48.0915 25.2078C47.9667 25.1369 47.8557 25.1511 47.7864 25.1653C47.7309 25.1794 47.6199 25.2219 47.5506 25.3494L37.1063 43.6509Z M34.7762 38.7994V31.2918C34.7762 30.9377 34.4988 30.6544 34.152 30.6544H33.7359C33.3892 30.6544 33.1118 30.9377 33.1118 31.2918V38.7994C33.1118 39.1536 33.3892 39.4369 33.7359 39.4369H34.152C34.4988 39.4369 34.7762 39.1536 34.7762 38.7994Z M20.2124 30.1728V41.59C20.2124 42.0433 20.5731 42.4257 21.0308 42.4257H36.2602C36.6209 42.4257 36.9537 42.1991 37.0647 41.845C37.245 41.2642 36.815 40.7259 36.2741 40.7259H22.0017C21.9323 40.7259 21.8769 40.6692 21.8769 40.5984V30.1586C21.8769 29.6062 21.3498 29.1671 20.7811 29.3512C20.4344 29.4645 20.2124 29.8045 20.2124 30.1728Z M31.7247 38.6578V34.2665C31.7247 33.9124 31.4473 33.6291 31.1006 33.6291H30.6845C30.3377 33.6291 30.0603 33.9124 30.0603 34.2665V38.6578C30.0603 39.0119 30.3377 39.2952 30.6845 39.2952H31.1006C31.4473 39.2952 31.7247 39.0119 31.7247 38.6578Z M28.812 38.7995V32.2835C28.812 31.9293 28.5346 31.646 28.1878 31.646H27.7717C27.425 31.646 27.1476 31.9293 27.1476 32.2835V38.7995C27.1476 39.1536 27.425 39.4369 27.7717 39.4369H28.1878C28.5346 39.4369 28.812 39.1536 28.812 38.7995Z M25.7605 38.6578V36.2497C25.7605 35.8956 25.4831 35.6123 25.1364 35.6123H24.7203C24.3735 35.6123 24.0961 35.8956 24.0961 36.2497V38.6578C24.0961 39.0119 24.3735 39.2952 24.7203 39.2952H25.1364C25.4831 39.2952 25.7605 39.0119 25.7605 38.6578Z M40.5045 46.0732L37.9247 48.2546C37.5502 48.5663 37.1063 48.7363 36.6486 48.7363C36.3328 48.7363 36.017 48.654 35.7221 48.5002C35.6933 48.4851 35.6646 48.4694 35.6361 48.4529C35.594 48.4278 35.5531 48.4013 35.5133 48.3736C34.9566 47.9855 34.6386 47.3557 34.6455 46.6823C34.6467 46.5708 34.6567 46.4581 34.6761 46.3451C34.6771 46.3395 34.6781 46.3338 34.6791 46.3282L35.2755 42.9568L35.5785 42.4257H21.0308C20.9826 42.4257 20.9354 42.4215 20.8897 42.4134C20.5623 42.3552 20.3059 42.0985 20.2332 41.7766C20.2196 41.7164 20.2124 41.6539 20.2124 41.59V30.1728C20.2124 30.1681 20.2125 30.1633 20.2126 30.1586C20.2182 29.7958 20.4388 29.4631 20.7811 29.3512C21.3498 29.1671 21.8769 29.6062 21.8769 30.1586V40.5984C21.8769 40.6692 21.9323 40.7259 22.0017 40.7259H36.2741C36.338 40.7259 36.4004 40.7334 36.4604 40.7476C36.4824 40.7529 36.5041 40.759 36.5254 40.7659L45.8862 24.3578C46.1913 23.8054 46.7045 23.4229 47.3009 23.2671C47.3317 23.2591 47.3632 23.2515 47.3941 23.2448C47.9602 23.1211 48.5459 23.2119 49.0576 23.5051L49.0624 23.5079L50.283 24.2304C50.2918 24.2354 50.3005 24.2405 50.3091 24.2456C50.836 24.559 51.2009 25.076 51.351 25.6752C51.3542 25.688 51.3573 25.7009 51.3603 25.7137C51.3672 25.7429 51.3735 25.7722 51.3792 25.8015C51.4862 26.3472 51.4068 26.9093 51.1508 27.4074C51.1448 27.4191 51.1387 27.4307 51.1325 27.4423C51.1268 27.453 51.1211 27.4636 51.1152 27.4742L40.5045 46.0732ZM41.6558 28.5508L43.7086 24.9669V21.6948C43.7086 21.632 43.707 21.5692 43.7038 21.5066C43.6575 20.5948 43.2765 19.7104 42.6406 19.0742L35.8026 12.0907C35.1242 11.3979 34.197 11.0014 33.2418 11L33.2366 11H16.634C14.6228 11.0142 13 12.6715 13 14.7113V49.2887C13 51.3285 14.6228 53 16.634 53H40.0746C42.0719 53 43.7086 51.3427 43.7086 49.2887V43.6934L41.6558 47.2914V49.2887C41.6558 50.1811 40.9484 50.9035 40.0746 50.9035H16.634C15.7602 50.9035 15.0528 50.1811 15.0528 49.2887V14.7113C15.0528 13.8189 15.7602 13.0965 16.634 13.0965H31.2393V22.0206C31.2393 22.1476 31.2527 22.2714 31.2782 22.3905C31.4061 22.988 31.8378 23.4674 32.4007 23.6523C32.5634 23.7057 32.7371 23.7346 32.9176 23.7346H41.6558V28.5508ZM41.6835 21.6523L41.6003 21.2981C41.5309 21.0148 41.3922 20.7599 41.1842 20.5474L34.3601 13.5781C34.152 13.3656 33.9023 13.2239 33.6249 13.1531L33.2782 13.0681V21.6523H41.6835ZM24.0996 38.7259C24.1325 39.0476 24.3961 39.2952 24.7203 39.2952H25.1364C25.1558 39.2952 25.1749 39.2943 25.1938 39.2926C25.4667 39.2676 25.6869 39.0661 25.7453 38.7995C25.7506 38.7755 25.7545 38.7509 25.7571 38.7259C25.7594 38.7035 25.7605 38.6808 25.7605 38.6578V36.2497C25.7605 35.8994 25.4891 35.6184 25.1476 35.6124C25.1439 35.6123 25.1401 35.6123 25.1364 35.6123H24.7203C24.3735 35.6123 24.0961 35.8956 24.0961 36.2497V38.6578C24.0961 38.6808 24.0973 38.7035 24.0996 38.7259ZM24.4904 37.4537C24.563 37.4922 24.6398 37.5244 24.7203 37.5496C24.7872 37.5705 24.8566 37.5865 24.9283 37.5971C25.0001 37.5865 25.0695 37.5705 25.1364 37.5496C25.1401 37.5484 25.1439 37.5472 25.1476 37.546V37.3614C25.1439 37.3602 25.1401 37.3591 25.1364 37.3579C25.0695 37.337 25.0001 37.321 24.9283 37.3104C24.8566 37.321 24.7872 37.337 24.7203 37.3579C24.6398 37.383 24.563 37.4153 24.4904 37.4537ZM27.1476 38.7995C27.1476 39.11 27.3609 39.3661 27.6472 39.4244C27.6874 39.4326 27.7291 39.4369 27.7717 39.4369H28.1878C28.5346 39.4369 28.812 39.1536 28.812 38.7995V32.2835C28.812 31.9293 28.5346 31.646 28.1878 31.646H27.7717C27.425 31.646 27.1476 31.9293 27.1476 32.2835V38.7995ZM30.0638 38.7259C30.0663 38.7509 30.0703 38.7755 30.0755 38.7995C30.138 39.0846 30.3855 39.2952 30.6845 39.2952H31.1006C31.1199 39.2952 31.1391 39.2943 31.158 39.2926C31.4309 39.2676 31.6511 39.0661 31.7095 38.7994C31.7148 38.7754 31.7187 38.7509 31.7213 38.7259C31.7235 38.7035 31.7247 38.6808 31.7247 38.6578V34.2665C31.7247 33.9162 31.4533 33.6352 31.1118 33.6292C31.108 33.6291 31.1043 33.6291 31.1006 33.6291H30.6845C30.3377 33.6291 30.0603 33.9124 30.0603 34.2665V38.6578C30.0603 38.6808 30.0615 38.7035 30.0638 38.7259ZM33.1118 38.7994C33.1118 39.11 33.3251 39.366 33.6114 39.4244C33.6516 39.4326 33.6932 39.4369 33.7359 39.4369H34.152C34.4988 39.4369 34.7762 39.1536 34.7762 38.7994V31.2918C34.7762 30.9377 34.4988 30.6544 34.152 30.6544H33.7359C33.3892 30.6544 33.1118 30.9377 33.1118 31.2918V38.7994ZM49.4508 26.4826C49.5201 26.3551 49.5063 26.2418 49.4924 26.171C49.4904 26.1627 49.4878 26.1532 49.4844 26.1428C49.4646 26.0821 49.4187 25.9906 49.3121 25.9302L48.0915 25.2078C48.0894 25.2066 48.0873 25.2054 48.0852 25.2042C48.0783 25.2005 48.0715 25.197 48.0647 25.1937C47.9566 25.1417 47.8608 25.151 47.7963 25.1633C47.7929 25.1639 47.7896 25.1646 47.7864 25.1653C47.7394 25.1772 47.6528 25.2095 47.5852 25.2963C47.5799 25.3033 47.5746 25.3105 47.5695 25.3182C47.5629 25.328 47.5566 25.3384 47.5506 25.3494L37.1063 43.6509L36.5654 46.6823L36.5652 46.6896L36.5646 46.6965C36.5627 46.7201 36.5608 46.7437 36.607 46.7673L36.6086 46.7683C36.6181 46.7746 36.6269 46.7787 36.635 46.7808C36.6398 46.7821 36.6443 46.7827 36.6486 46.7827C36.6581 46.7827 36.6663 46.7798 36.6732 46.7746C36.6772 46.7716 36.6808 46.7679 36.684 46.7636C36.6863 46.7604 36.6884 46.7569 36.6902 46.7531L39.0066 44.7841L49.4508 26.4826Z'],
4
+ name: 'conReport'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conReport2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conReport2.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conReport2.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M25.6552 15C24.8363 15 24.1724 15.6639 24.1724 16.4828C24.1724 17.3017 24.8363 17.9655 25.6552 17.9655C26.4741 17.9655 27.1379 17.3017 27.1379 16.4828C27.1379 15.6639 26.4741 15 25.6552 15ZM22.1724 16.4828C22.1724 14.5593 23.7317 13 25.6552 13C27.5786 13 29.1379 14.5593 29.1379 16.4828C29.1379 17.0807 28.9872 17.6435 28.7218 18.1351L36.4166 25.83C36.9083 25.5645 37.471 25.4138 38.069 25.4138C38.6669 25.4138 39.2297 25.5645 39.7213 25.83L46.6938 18.8575C46.1136 18.2354 45.7586 17.4005 45.7586 16.4828C45.7586 14.5593 47.3179 13 49.2414 13C51.1649 13 52.7241 14.5593 52.7241 16.4828C52.7241 18.4062 51.1649 19.9655 49.2414 19.9655C48.985 19.9655 48.7351 19.9378 48.4945 19.8852L41.1356 27.2442C41.401 27.7358 41.5517 28.2986 41.5517 28.8966C41.5517 30.82 39.9924 32.3793 38.069 32.3793C36.1455 32.3793 34.5862 30.82 34.5862 28.8966C34.5862 28.2986 34.7369 27.7358 35.0024 27.2442L27.3075 19.5493C26.8159 19.8148 26.2531 19.9655 25.6552 19.9655C25.3988 19.9655 25.1489 19.9378 24.9083 19.8852L17.5493 27.2442C17.8148 27.7358 17.9655 28.2986 17.9655 28.8966C17.9655 30.82 16.4062 32.3793 14.4828 32.3793C12.5593 32.3793 11 30.82 11 28.8966C11 26.9731 12.5593 25.4138 14.4828 25.4138C15.0807 25.4138 15.6435 25.5645 16.1351 25.83L23.1076 18.8575C22.5274 18.2354 22.1724 17.4005 22.1724 16.4828ZM49.2414 15C48.4225 15 47.7586 15.6639 47.7586 16.4828C47.7586 17.3017 48.4225 17.9655 49.2414 17.9655C50.0603 17.9655 50.7241 17.3017 50.7241 16.4828C50.7241 15.6639 50.0603 15 49.2414 15ZM14.4828 27.4138C13.6639 27.4138 13 28.0776 13 28.8966C13 29.7155 13.6639 30.3793 14.4828 30.3793C15.3017 30.3793 15.9655 29.7155 15.9655 28.8966C15.9655 28.0776 15.3017 27.4138 14.4828 27.4138ZM38.069 27.4138C37.2501 27.4138 36.5862 28.0776 36.5862 28.8966C36.5862 29.7155 37.2501 30.3793 38.069 30.3793C38.8879 30.3793 39.5517 29.7155 39.5517 28.8966C39.5517 28.0776 38.8879 27.4138 38.069 27.4138ZM23.1724 29.8966C23.1724 28.792 24.0678 27.8966 25.1724 27.8966H26.8966C28.0011 27.8966 28.8965 28.792 28.8965 29.8966V49C28.8965 50.1046 28.0011 51 26.8966 51H25.1724C24.0678 51 23.1724 50.1046 23.1724 49V29.8966ZM26.8966 29.8966H25.1724V49H26.8966V29.8966ZM46 29.8966C46 28.792 46.8954 27.8966 48 27.8966H49.7241C50.8287 27.8966 51.7241 28.792 51.7241 29.8966V49C51.7241 50.1046 50.8287 51 49.7241 51H48C46.8954 51 46 50.1046 46 49V29.8966ZM49.7241 29.8966H48V49H49.7241V29.8966ZM34.5862 38.5862C34.5862 37.4816 35.4816 36.5862 36.5862 36.5862H38.3103C39.4149 36.5862 40.3103 37.4816 40.3103 38.5862V49C40.3103 50.1046 39.4149 51 38.3103 51H36.5862C35.4816 51 34.5862 50.1046 34.5862 49V38.5862ZM38.3103 38.5862H36.5862V49H38.3103V38.5862ZM11.7586 39.8276C11.7586 38.723 12.6541 37.8276 13.7586 37.8276H15.4828C16.5873 37.8276 17.4828 38.723 17.4828 39.8276V49C17.4828 50.1046 16.5873 51 15.4828 51H13.7586C12.6541 51 11.7586 50.1046 11.7586 49V39.8276ZM15.4828 39.8276H13.7586V49H15.4828L15.4828 39.8276Z'],
4
+ name: 'conReport2'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conUploadFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conUploadFile.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conUploadFile.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M47.1187 17.125L41.875 11.8813C41.3125 11.3188 40.55 11 39.7563 11H19C17.3438 11.0063 16 12.35 16 14.0063L16 50.0019C16 51.6582 17.3438 53.0019 19 53.0019H45C46.6562 53.0019 48 51.6582 48 50.0019V19.25C48 18.4562 47.6812 17.6875 47.1187 17.125ZM45.7062 18.5437C45.8375 18.675 45.925 18.8313 45.9688 19.0063H40V13.0375C40.175 13.0813 40.3312 13.1687 40.4625 13.3L45.7062 18.5437ZM45 51.0019H19C18.45 51.0019 18 50.5519 18 50.0019V14.0063C18 13.4563 18.45 13.0063 19 13.0063H38V19.5063C38 20.3375 38.6688 21.0062 39.5 21.0062H46V50.0019C46 50.5519 45.55 51.0019 45 51.0019Z M39.7511 34.5639L39.3073 35.0076C39.0136 35.3014 38.5386 35.3014 38.2448 35.0076L33.0075 29.7641V46.2576C33.0075 46.6701 32.67 47.0076 32.2575 47.0076H31.6325C31.22 47.0076 30.8825 46.6701 30.8825 46.2576V29.7641L25.6398 35.0076C25.3461 35.3014 24.8711 35.3014 24.5773 35.0076L24.1336 34.5639C23.8398 34.2701 23.8398 33.7951 24.1336 33.5014L31.4075 26.2203C31.7013 25.9266 32.1763 25.9266 32.47 26.2203L39.7448 33.5014C40.0448 33.8014 40.0448 34.2701 39.7511 34.5639Z M47.9231 18.5774C47.9556 18.7181 47.9781 18.8615 47.99 19.0062C47.9966 19.0871 48 19.1684 48 19.25V50.0019C48 51.6582 46.6562 53.0019 45 53.0019H19C17.3438 53.0019 16 51.6582 16 50.0019V14.0063C16 12.35 17.3438 11.0063 19 11H39.7563C39.8206 11 39.8848 11.0021 39.9487 11.0063C39.9658 11.0074 39.9829 11.0086 40 11.01C40.0973 11.0181 40.1938 11.0308 40.2893 11.0483C40.8854 11.157 41.44 11.4463 41.875 11.8813L47.1187 17.125C47.3126 17.3188 47.4775 17.5372 47.6104 17.7726C47.6905 17.9145 47.759 18.0627 47.8151 18.2154C47.8586 18.3336 47.8947 18.4545 47.9231 18.5774ZM40 19.0063H45.9688C45.9602 18.9719 45.9499 18.9382 45.9379 18.9053C45.9192 18.854 45.8964 18.8046 45.8695 18.7572C45.8259 18.6804 45.7715 18.609 45.7062 18.5437L40.4625 13.3C40.3312 13.1687 40.175 13.0813 40 13.0375V19.0063ZM38.2448 35.0076C38.5386 35.3014 39.0136 35.3014 39.3073 35.0076L39.7511 34.5639C40.0448 34.2701 40.0448 33.8014 39.7448 33.5014L32.47 26.2203C32.3619 26.1122 32.2292 26.0438 32.09 26.0153C31.9964 25.9961 31.8999 25.995 31.8059 26.0118C31.6601 26.0379 31.5204 26.1074 31.4075 26.2203L24.1336 33.5014C23.8398 33.7951 23.8398 34.2701 24.1336 34.5639L24.5773 35.0076C24.8711 35.3014 25.3461 35.3014 25.6398 35.0076L30.8825 29.7641V46.2576C30.8825 46.6701 31.22 47.0076 31.6325 47.0076H32.2575C32.67 47.0076 33.0075 46.6701 33.0075 46.2576V29.7641L38.2448 35.0076ZM39.6559 33.5903C39.6559 33.5903 39.6559 33.5903 39.6559 33.5903V33.5903ZM39.6559 33.5903C39.657 33.5913 39.658 33.5924 39.659 33.5934L39.6559 33.5903ZM19 51.0019H45C45.55 51.0019 46 50.5519 46 50.0019V21.0062H39.5C38.6688 21.0062 38 20.3375 38 19.5063V13.0063H19C18.45 13.0063 18 13.4563 18 14.0063V50.0019C18 50.5519 18.45 51.0019 19 51.0019Z'],
4
+ name: 'conUploadFile'
5
+ };
@@ -0,0 +1,4 @@
1
+ import { IconDefinition } from '../../types';
2
+ declare const _default: IconDefinition;
3
+ export default _default;
4
+ //# sourceMappingURL=conUploadFile2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conUploadFile2.d.ts","sourceRoot":"","sources":["../../../../../src/icons/baseIcons/conc/conUploadFile2.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;;AAE5C,wBAGmB"}
@@ -0,0 +1,5 @@
1
+ /* eslint-disable */
2
+ export default {
3
+ details: [64, 64, [], '', 'M44 51.5V52C44 52.4125 43.6625 52.75 43.25 52.75H20.75C20.3375 52.75 20 52.4125 20 52V51.5C20 51.0875 20.3375 50.75 20.75 50.75H43.25C43.6625 50.75 44 51.0875 44 51.5Z M42.6187 11.8813L47.8625 17.125C48.425 17.6875 48.7438 18.4563 48.7438 19.25V24.75C48.7438 25.1625 48.4062 25.5 47.9937 25.5H47.4937C47.0812 25.5 46.7437 25.1625 46.7437 24.75V21.0063H40.2437C39.4125 21.0063 38.7437 20.3375 38.7437 19.5063V13.0062H19C18.45 13.0062 18 13.4562 18 14.0062L18 24.75C18 25.1625 17.6625 25.5 17.25 25.5H16.75C16.3375 25.5 16 25.1625 16 24.75V14.0062C16 12.35 17.3438 11.0063 19 11H40.5C41.2938 11 42.0562 11.3188 42.6187 11.8813ZM46.7125 19.0063C46.6687 18.8313 46.5812 18.675 46.45 18.5437L41.2062 13.3C41.075 13.1688 40.9187 13.0812 40.7437 13.0375V19.0063H46.7125Z M24.5001 35.0606L24.9419 35.5026C25.2348 35.7954 25.7097 35.7954 26.0026 35.5026L31.2179 30.2571V44.75C31.2179 45.1642 31.5537 45.5 31.9679 45.5H32.5929C33.0071 45.5 33.3429 45.1642 33.3429 44.75V30.2571L38.5581 35.5026C38.851 35.7954 39.3259 35.7954 39.6188 35.5026L40.0607 35.0606C40.3536 34.7677 40.3536 34.2929 40.0607 34L32.8107 26.7197C32.5178 26.4268 32.0429 26.4268 31.75 26.7197L24.5 34C24.2071 34.2929 24.2071 34.7677 24.5001 35.0606Z'],
4
+ name: 'conUploadFile2'
5
+ };