infinity-forge 12.6.5 → 12.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/atena/i18n/context.d.ts +1 -1
- package/dist/ui/atena/i18n/context.js +1 -1
- package/dist/ui/atena/i18n/translation.js +1 -1
- package/dist/ui/atena/i18n/use-i18n-data.js +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js +1 -1
- package/dist/ui/codie-dynamic/components/directory-filter/source-filter-header/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/jobs/detail/components/description-career-detail/index.js +1 -1
- package/dist/ui/codie-dynamic/components/jobs/detail/components/description-career-detail/index.js.map +1 -1
- package/dist/ui/components/form/checkbox/index.d.ts +1 -1
- package/dist/ui/components/form/checkbox/index.js +3 -3
- package/dist/ui/components/form/handler/component.d.ts +1 -1
- package/dist/ui/components/form/handler/component.js +3 -3
- package/dist/ui/components/form/handler/custom-submit/index.d.ts +1 -1
- package/dist/ui/components/form/handler/custom-submit/index.js +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +3 -3
- package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +3 -3
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +3 -3
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +3 -3
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.d.ts +1 -1
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +2 -2
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js +1 -1
- package/dist/ui/components/form/handler/form-handler/index.d.ts +2 -2
- package/dist/ui/components/form/handler/form-handler/index.js +4 -4
- package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +3 -3
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js +1 -1
- package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +1 -1
- package/dist/ui/components/form/handler/form-handler/use-schemas.js +1 -1
- package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +1 -1
- package/dist/ui/components/form/handler/form-handler/use-send-file.js +1 -1
- package/dist/ui/components/form/handler/form-handler/use-submit/index.d.ts +2 -2
- package/dist/ui/components/form/handler/form-handler/use-submit/index.js +3 -3
- package/dist/ui/components/form/handler/i18n/index.d.ts +1 -1
- package/dist/ui/components/form/handler/i18n/index.js +2 -2
- package/dist/ui/components/form/handler/index.d.ts +6 -6
- package/dist/ui/components/form/handler/index.js +6 -6
- package/dist/ui/components/form/handler/interfaces.d.ts +3 -3
- package/dist/ui/components/form/input-control/error/index.js +1 -1
- package/dist/ui/components/form/input-control/label/index.js +2 -2
- package/dist/ui/components/form/input-control/loader-input/index.js +2 -2
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +1 -1
- package/dist/ui/components/form/input-currency/components/index.d.ts +1 -1
- package/dist/ui/components/form/input-currency/components/index.js +1 -1
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +1 -1
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +4 -4
- package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +1 -1
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +2 -2
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +1 -1
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +1 -1
- package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -8
- package/dist/ui/components/form/input-currency/components/utils/index.js +8 -8
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +1 -1
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +1 -1
- package/dist/ui/components/form/input-currency/index.d.ts +1 -1
- package/dist/ui/components/form/input-currency/index.js +2 -2
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +3 -3
- package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +2 -2
- package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/index.js +5 -5
- package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +2 -2
- package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js +1 -1
- package/dist/ui/components/form/input-date-picker/component.d.ts +2 -2
- package/dist/ui/components/form/input-date-picker/component.js +2 -2
- package/dist/ui/components/form/input-date-picker/index.d.ts +2 -2
- package/dist/ui/components/form/input-date-picker/index.js +2 -2
- package/dist/ui/components/form/input-date-picker/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -1
- package/dist/ui/components/form/input-date-picker/mock/index.js +1 -1
- package/dist/ui/components/form/input-manager/component.d.ts +2 -2
- package/dist/ui/components/form/input-manager/component.js +3 -3
- package/dist/ui/components/form/input-manager/index.d.ts +2 -2
- package/dist/ui/components/form/input-manager/index.js +2 -2
- package/dist/ui/components/form/input-manager/interfaces.d.ts +1 -1
- package/dist/ui/components/form/input-manager/styles.d.ts +1 -1
- package/dist/ui/components/form/input-mask/index.d.ts +1 -1
- package/dist/ui/components/form/input-mask/index.js +2 -2
- package/dist/ui/icons/index.d.ts +137 -137
- package/dist/ui/icons/index.js +137 -137
- package/dist/ui/icons/render/component.d.ts +2 -2
- package/dist/ui/icons/render/component.js +1 -1
- package/dist/ui/icons/render/icon-Instagram.d.ts +1 -1
- package/dist/ui/icons/render/icon-Linkedin.d.ts +1 -1
- package/dist/ui/icons/render/icon-Lupa.d.ts +1 -1
- package/dist/ui/icons/render/icon-Map.d.ts +1 -1
- package/dist/ui/icons/render/icon-Microphone.d.ts +1 -1
- package/dist/ui/icons/render/icon-Minus.d.ts +1 -1
- package/dist/ui/icons/render/icon-Phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-Pin.d.ts +1 -1
- package/dist/ui/icons/render/icon-Play.d.ts +1 -1
- package/dist/ui/icons/render/icon-Plus.d.ts +1 -1
- package/dist/ui/icons/render/icon-Share.d.ts +1 -1
- package/dist/ui/icons/render/icon-TikTok.d.ts +1 -1
- package/dist/ui/icons/render/icon-YouTube.d.ts +1 -1
- package/dist/ui/icons/render/icon-academic-cap.d.ts +1 -1
- package/dist/ui/icons/render/icon-ampulheta.d.ts +1 -1
- package/dist/ui/icons/render/icon-block.d.ts +1 -1
- package/dist/ui/icons/render/icon-boleto.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +1 -1
- package/dist/ui/icons/render/icon-bottom-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-box.d.ts +1 -1
- package/dist/ui/icons/render/icon-calculator.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar-browse.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -1
- package/dist/ui/icons/render/icon-calendar.d.ts +1 -1
- package/dist/ui/icons/render/icon-cam.d.ts +1 -1
- package/dist/ui/icons/render/icon-cell-phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-chalet.d.ts +1 -1
- package/dist/ui/icons/render/icon-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-check.d.ts +1 -1
- package/dist/ui/icons/render/icon-checked.d.ts +1 -1
- package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +1 -1
- package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +1 -1
- package/dist/ui/icons/render/icon-clip.d.ts +1 -1
- package/dist/ui/icons/render/icon-clock.d.ts +1 -1
- package/dist/ui/icons/render/icon-close.d.ts +1 -1
- package/dist/ui/icons/render/icon-codie.d.ts +1 -1
- package/dist/ui/icons/render/icon-computer.d.ts +1 -1
- package/dist/ui/icons/render/icon-credit-card.d.ts +1 -1
- package/dist/ui/icons/render/icon-danger.d.ts +1 -1
- package/dist/ui/icons/render/icon-death.d.ts +1 -1
- package/dist/ui/icons/render/icon-delete.d.ts +1 -1
- package/dist/ui/icons/render/icon-diabets.d.ts +1 -1
- package/dist/ui/icons/render/icon-door.d.ts +1 -1
- package/dist/ui/icons/render/icon-download.d.ts +1 -1
- package/dist/ui/icons/render/icon-drop-file.d.ts +1 -1
- package/dist/ui/icons/render/icon-edit-image.d.ts +1 -1
- package/dist/ui/icons/render/icon-edit-profile.d.ts +1 -1
- package/dist/ui/icons/render/icon-edit.d.ts +1 -1
- package/dist/ui/icons/render/icon-email.d.ts +1 -1
- package/dist/ui/icons/render/icon-empty-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-equalizer.d.ts +1 -1
- package/dist/ui/icons/render/icon-excel.d.ts +1 -1
- package/dist/ui/icons/render/icon-exclamation.d.ts +1 -1
- package/dist/ui/icons/render/icon-exit.d.ts +1 -1
- package/dist/ui/icons/render/icon-eye-slash.d.ts +1 -1
- package/dist/ui/icons/render/icon-eye.d.ts +1 -1
- package/dist/ui/icons/render/icon-facebook.d.ts +1 -1
- package/dist/ui/icons/render/icon-file.d.ts +1 -1
- package/dist/ui/icons/render/icon-filter.d.ts +1 -1
- package/dist/ui/icons/render/icon-flag.d.ts +1 -1
- package/dist/ui/icons/render/icon-folder.d.ts +1 -1
- package/dist/ui/icons/render/icon-fullfield-bell.d.ts +1 -1
- package/dist/ui/icons/render/icon-fullfield-chat.d.ts +1 -1
- package/dist/ui/icons/render/icon-gear.d.ts +1 -1
- package/dist/ui/icons/render/icon-gender.d.ts +1 -1
- package/dist/ui/icons/render/icon-globe.d.ts +1 -1
- package/dist/ui/icons/render/icon-google.d.ts +1 -1
- package/dist/ui/icons/render/icon-heart.d.ts +1 -1
- package/dist/ui/icons/render/icon-home.d.ts +1 -1
- package/dist/ui/icons/render/icon-hospitalization.d.ts +1 -1
- package/dist/ui/icons/render/icon-hypertension.d.ts +1 -1
- package/dist/ui/icons/render/icon-info.d.ts +1 -1
- package/dist/ui/icons/render/icon-instagram-logo.d.ts +1 -1
- package/dist/ui/icons/render/icon-interrogation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-language.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-arrow-bar.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-left-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-like.d.ts +1 -1
- package/dist/ui/icons/render/icon-loading.d.ts +1 -1
- package/dist/ui/icons/render/icon-map-floor.d.ts +1 -1
- package/dist/ui/icons/render/icon-message-balloon.d.ts +1 -1
- package/dist/ui/icons/render/icon-mobile.d.ts +1 -1
- package/dist/ui/icons/render/icon-money-value-symbol.d.ts +1 -1
- package/dist/ui/icons/render/icon-next.d.ts +1 -1
- package/dist/ui/icons/render/icon-not-found.d.ts +1 -1
- package/dist/ui/icons/render/icon-not-like.d.ts +1 -1
- package/dist/ui/icons/render/icon-padlock.d.ts +1 -1
- package/dist/ui/icons/render/icon-pc.d.ts +1 -1
- package/dist/ui/icons/render/icon-pdf.d.ts +1 -1
- package/dist/ui/icons/render/icon-performance.d.ts +1 -1
- package/dist/ui/icons/render/icon-person.d.ts +1 -1
- package/dist/ui/icons/render/icon-pet.d.ts +1 -1
- package/dist/ui/icons/render/icon-phone-message.d.ts +1 -1
- package/dist/ui/icons/render/icon-pix.d.ts +1 -1
- package/dist/ui/icons/render/icon-plane.d.ts +1 -1
- package/dist/ui/icons/render/icon-play-rounded.d.ts +1 -1
- package/dist/ui/icons/render/icon-plus-sharp.d.ts +1 -1
- package/dist/ui/icons/render/icon-prev.d.ts +1 -1
- package/dist/ui/icons/render/icon-print.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation-double.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation-rounded.d.ts +1 -1
- package/dist/ui/icons/render/icon-right-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-route.d.ts +1 -1
- package/dist/ui/icons/render/icon-selo.d.ts +1 -1
- package/dist/ui/icons/render/icon-send-arrow.d.ts +1 -1
- package/dist/ui/icons/render/icon-send-message.d.ts +1 -1
- package/dist/ui/icons/render/icon-send.d.ts +1 -1
- package/dist/ui/icons/render/icon-seo.d.ts +1 -1
- package/dist/ui/icons/render/icon-share-v2.d.ts +1 -1
- package/dist/ui/icons/render/icon-shopping.d.ts +1 -1
- package/dist/ui/icons/render/icon-star.d.ts +1 -1
- package/dist/ui/icons/render/icon-starBg.d.ts +1 -1
- package/dist/ui/icons/render/icon-three-dots.d.ts +1 -1
- package/dist/ui/icons/render/icon-tiktok-logo.d.ts +1 -1
- package/dist/ui/icons/render/icon-top-chevron.d.ts +1 -1
- package/dist/ui/icons/render/icon-top-navigation.d.ts +1 -1
- package/dist/ui/icons/render/icon-transparent-mail.d.ts +1 -1
- package/dist/ui/icons/render/icon-transparent-phone.d.ts +1 -1
- package/dist/ui/icons/render/icon-twitter.d.ts +1 -1
- package/dist/ui/icons/render/icon-undo.d.ts +1 -1
- package/dist/ui/icons/render/icon-upload.d.ts +1 -1
- package/dist/ui/icons/render/icon-user.d.ts +1 -1
- package/dist/ui/icons/render/icon-warning.d.ts +1 -1
- package/dist/ui/icons/render/icon-weight.d.ts +1 -1
- package/dist/ui/icons/render/icon-whats.d.ts +1 -1
- package/dist/ui/icons/render/icon-whatsapp-logo.d.ts +1 -1
- package/dist/ui/icons/render/icon-word.d.ts +1 -1
- package/dist/ui/icons/render/icon-x.d.ts +1 -1
- package/dist/ui/icons/render/image.d.ts +1 -1
- package/dist/ui/icons/render/index.d.ts +1 -1
- package/dist/ui/icons/render/index.js +1 -1
- package/dist/ui/icons/render-icon/index.d.ts +1 -1
- package/dist/ui/icons/render-icon/index.js +1 -1
- package/dist/ui/types/index.d.ts +1 -1
- package/dist/ui/types/index.js +1 -1
- package/dist/ui/utils/_app_utils/generate_ref.js +1 -1
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +1 -1
- package/dist/ui/utils/_app_utils/index.js +2 -2
- package/dist/ui/utils/buffer/base64.js +1 -1
- package/dist/ui/utils/buffer/index.d.ts +2 -2
- package/dist/ui/utils/buffer/index.js +2 -2
- package/dist/ui/utils/colors/index.d.ts +1 -1
- package/dist/ui/utils/colors/index.js +1 -1
- package/dist/ui/utils/date/index.d.ts +1 -1
- package/dist/ui/utils/date/index.js +1 -1
- package/dist/ui/utils/facebook/index.d.ts +1 -1
- package/dist/ui/utils/facebook/index.js +1 -1
- package/dist/ui/utils/file/compressor.js +1 -1
- package/dist/ui/utils/file/index.d.ts +4 -4
- package/dist/ui/utils/file/index.js +4 -4
- package/dist/ui/utils/file/load-file.js +1 -1
- package/dist/ui/utils/file/upload-file.d.ts +1 -1
- package/dist/ui/utils/file/upload-file.js +1 -1
- package/dist/ui/utils/http/api.d.ts +1 -1
- package/dist/ui/utils/http/api.js +1 -1
- package/dist/ui/utils/http/axios-http-client.d.ts +1 -1
- package/dist/ui/utils/http/axios-http-client.js +2 -2
- package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -7
- package/dist/ui/utils/http/errors/http-errors/index.js +7 -7
- package/dist/ui/utils/http/errors/index.d.ts +2 -2
- package/dist/ui/utils/http/errors/index.js +2 -2
- package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -1
- package/dist/ui/utils/http/errors/system-errors-model/index.js +1 -1
- package/dist/ui/utils/http/index.d.ts +4 -4
- package/dist/ui/utils/http/index.js +4 -4
- package/dist/ui/utils/http/interfaces.d.ts +1 -1
- package/dist/ui/utils/json/index.js +1 -1
- package/dist/ui/utils/libs/index.d.ts +3 -3
- package/dist/ui/utils/libs/index.js +3 -3
- package/dist/ui/utils/libs/moment/index.d.ts +1 -1
- package/dist/ui/utils/libs/moment/index.js +1 -1
- package/dist/ui/utils/libs/next/index.d.ts +2 -2
- package/dist/ui/utils/libs/next/index.js +2 -2
- package/dist/ui/utils/mocks/index.d.ts +1 -1
- package/dist/ui/utils/mocks/index.js +1 -1
- package/dist/ui/utils/phone/index.d.ts +1 -1
- package/dist/ui/utils/phone/index.js +1 -1
- package/dist/ui/utils/storage/index.d.ts +1 -1
- package/dist/ui/utils/storage/index.js +1 -1
- package/package.json +1 -1
package/dist/ui/icons/index.js
CHANGED
|
@@ -14,141 +14,141 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./render/icon-hospitalization
|
|
18
|
-
__exportStar(require("./render/icon-box
|
|
19
|
-
__exportStar(require("./render/icon-seo
|
|
20
|
-
__exportStar(require("./render/icon-right-navigation-double
|
|
21
|
-
__exportStar(require("./render/icon-flag
|
|
22
|
-
__exportStar(require("./render/icon-send
|
|
23
|
-
__exportStar(require("./render/icon-cell-phone
|
|
24
|
-
__exportStar(require("./render/icon-credit-card
|
|
25
|
-
__exportStar(require("./render/icon-pix
|
|
26
|
-
__exportStar(require("./render/icon-selo
|
|
27
|
-
__exportStar(require("./render/icon-right-navigation-rounded
|
|
28
|
-
__exportStar(require("./render/icon-route
|
|
29
|
-
__exportStar(require("./render/icon-edit-profile
|
|
30
|
-
__exportStar(require("./render/icon-performance
|
|
31
|
-
__exportStar(require("./render/icon-academic-cap
|
|
32
|
-
__exportStar(require("./render/icon-pc
|
|
33
|
-
__exportStar(require("./render/icon-x
|
|
34
|
-
__exportStar(require("./render/icon-undo
|
|
35
|
-
__exportStar(require("./render/icon-left-arrow-bar
|
|
36
|
-
__exportStar(require("./render/icon-boleto
|
|
37
|
-
__exportStar(require("./render/icon-Pin
|
|
38
|
-
__exportStar(require("./render/icon-Map
|
|
39
|
-
__exportStar(require("./render/icon-Lupa
|
|
40
|
-
__exportStar(require("./render/icon-info
|
|
41
|
-
__exportStar(require("./render/icon-cam
|
|
42
|
-
__exportStar(require("./render/icon-eye
|
|
43
|
-
__exportStar(require("./render/icon-left-chevron
|
|
44
|
-
__exportStar(require("./render/icon-right-chevron
|
|
45
|
-
__exportStar(require("./render/icon-top-chevron
|
|
46
|
-
__exportStar(require("./render/icon-bottom-chevron
|
|
47
|
-
__exportStar(require("./render/icon-edit-image
|
|
48
|
-
__exportStar(require("./render/icon-print
|
|
49
|
-
__exportStar(require("./render/icon-clip
|
|
50
|
-
__exportStar(require("./render/icon-left-navigation
|
|
51
|
-
__exportStar(require("./render/icon-right-navigation
|
|
52
|
-
__exportStar(require("./render/icon-top-navigation
|
|
53
|
-
__exportStar(require("./render/icon-bottom-navigation
|
|
54
|
-
__exportStar(require("./render/icon-prev
|
|
55
|
-
__exportStar(require("./render/icon-heart
|
|
56
|
-
__exportStar(require("./render/icon-weight
|
|
57
|
-
__exportStar(require("./render/icon-mobile
|
|
58
|
-
__exportStar(require("./render/icon-block
|
|
59
|
-
__exportStar(require("./render/icon-Plus
|
|
60
|
-
__exportStar(require("./render/icon-pdf
|
|
61
|
-
__exportStar(require("./render/icon-checked
|
|
62
|
-
__exportStar(require("./render/icon-exit
|
|
63
|
-
__exportStar(require("./render/icon-gender
|
|
64
|
-
__exportStar(require("./render/icon-death
|
|
65
|
-
__exportStar(require("./render/icon-pet
|
|
66
|
-
__exportStar(require("./render/icon-star
|
|
67
|
-
__exportStar(require("./render/icon-Play
|
|
68
|
-
__exportStar(require("./render/icon-edit
|
|
69
|
-
__exportStar(require("./render/icon-gear
|
|
70
|
-
__exportStar(require("./render/icon-whats
|
|
71
|
-
__exportStar(require("./render/icon-home
|
|
72
|
-
__exportStar(require("./render/icon-chat
|
|
73
|
-
__exportStar(require("./render/icon-word
|
|
74
|
-
__exportStar(require("./render/icon-user
|
|
75
|
-
__exportStar(require("./render/icon-like
|
|
76
|
-
__exportStar(require("./render/icon-door
|
|
77
|
-
__exportStar(require("./render/icon-excel
|
|
78
|
-
__exportStar(require("./render/index
|
|
79
|
-
__exportStar(require("./render/icon-Share
|
|
80
|
-
__exportStar(require("./render/image
|
|
81
|
-
__exportStar(require("./render/icon-file
|
|
82
|
-
__exportStar(require("./render/icon-Minus
|
|
83
|
-
__exportStar(require("./render/icon-clock
|
|
84
|
-
__exportStar(require("./render/icon-close
|
|
85
|
-
__exportStar(require("./render/icon-codie
|
|
86
|
-
__exportStar(require("./render/icon-next
|
|
87
|
-
__exportStar(require("./render/icon-email
|
|
88
|
-
__exportStar(require("./render/icon-Phone
|
|
89
|
-
__exportStar(require("./render/icon-check
|
|
90
|
-
__exportStar(require("./render/icon-chalet
|
|
91
|
-
__exportStar(require("./render/icon-danger
|
|
92
|
-
__exportStar(require("./render/icon-TikTok
|
|
93
|
-
__exportStar(require("./render/icon-folder
|
|
94
|
-
__exportStar(require("./render/icon-twitter
|
|
95
|
-
__exportStar(require("./render/icon-YouTube
|
|
96
|
-
__exportStar(require("./render/icon-not-like
|
|
97
|
-
__exportStar(require("./render/icon-share-v2
|
|
98
|
-
__exportStar(require("./render/icon-delete
|
|
99
|
-
__exportStar(require("./render/icon-upload
|
|
100
|
-
__exportStar(require("./render/icon-person
|
|
101
|
-
__exportStar(require("./render/icon-shopping
|
|
102
|
-
__exportStar(require("./render/icon-padlock
|
|
103
|
-
__exportStar(require("./render/icon-loading
|
|
104
|
-
__exportStar(require("./render/icon-eye-slash
|
|
105
|
-
__exportStar(require("./render/icon-diabets
|
|
106
|
-
__exportStar(require("./render/icon-Instagram
|
|
107
|
-
__exportStar(require("./render/icon-globe
|
|
108
|
-
__exportStar(require("./render/icon-send-arrow
|
|
109
|
-
__exportStar(require("./render/icon-Linkedin
|
|
110
|
-
__exportStar(require("./render/icon-facebook
|
|
111
|
-
__exportStar(require("./render/icon-warning
|
|
112
|
-
__exportStar(require("./render/icon-filter
|
|
113
|
-
__exportStar(require("./render/icon-starBg
|
|
114
|
-
__exportStar(require("./render/icon-download
|
|
115
|
-
__exportStar(require("./render/icon-language
|
|
116
|
-
__exportStar(require("./render/icon-plane
|
|
117
|
-
__exportStar(require("./render/icon-equalizer
|
|
118
|
-
__exportStar(require("./render/icon-map-floor
|
|
119
|
-
__exportStar(require("./render/icon-google
|
|
120
|
-
__exportStar(require("./render/icon-calendar
|
|
121
|
-
__exportStar(require("./render/icon-drop-file
|
|
122
|
-
__exportStar(require("./render/icon-calculator
|
|
123
|
-
__exportStar(require("./render/component
|
|
124
|
-
__exportStar(require("./render/icon-Microphone
|
|
125
|
-
__exportStar(require("./render/icon-empty-chat
|
|
126
|
-
__exportStar(require("./render/icon-computer
|
|
127
|
-
__exportStar(require("./render/icon-not-found
|
|
128
|
-
__exportStar(require("./render/icon-plus-sharp
|
|
129
|
-
__exportStar(require("./render/icon-three-dots
|
|
130
|
-
__exportStar(require("./render/icon-exclamation
|
|
131
|
-
__exportStar(require("./render/icon-tiktok-logo
|
|
132
|
-
__exportStar(require("./render/icon-hypertension
|
|
133
|
-
__exportStar(require("./render/icon-send-message
|
|
134
|
-
__exportStar(require("./render/icon-play-rounded
|
|
135
|
-
__exportStar(require("./render/icon-right-circle
|
|
136
|
-
__exportStar(require("./render/icon-phone-message
|
|
137
|
-
__exportStar(require("./render/icon-calendar-time
|
|
138
|
-
__exportStar(require("./render/icon-ampulheta
|
|
139
|
-
__exportStar(require("./render/icon-fullfield-bell
|
|
140
|
-
__exportStar(require("./render/icon-instagram-logo
|
|
141
|
-
__exportStar(require("./render/icon-whatsapp-logo
|
|
142
|
-
__exportStar(require("./render/icon-fullfield-chat
|
|
143
|
-
__exportStar(require("./render/icon-calendar-browse
|
|
144
|
-
__exportStar(require("./render/icon-message-balloon
|
|
145
|
-
__exportStar(require("./render/icon-transparent-mail
|
|
146
|
-
__exportStar(require("./render/icon-circular-left-arrow
|
|
147
|
-
__exportStar(require("./render/icon-circular-right-arrow
|
|
148
|
-
__exportStar(require("./render/icon-transparent-phone
|
|
149
|
-
__exportStar(require("./render/icon-money-value-symbol
|
|
150
|
-
__exportStar(require("./render/icon-interrogation-circle
|
|
151
|
-
__exportStar(require("./render/icon-bottom-navigation-double
|
|
152
|
-
__exportStar(require("./render/icon-left-navigation-circle
|
|
153
|
-
__exportStar(require("./render/icon-right-navigation-circle
|
|
17
|
+
__exportStar(require("./render/icon-hospitalization"), exports);
|
|
18
|
+
__exportStar(require("./render/icon-box"), exports);
|
|
19
|
+
__exportStar(require("./render/icon-seo"), exports);
|
|
20
|
+
__exportStar(require("./render/icon-right-navigation-double"), exports);
|
|
21
|
+
__exportStar(require("./render/icon-flag"), exports);
|
|
22
|
+
__exportStar(require("./render/icon-send"), exports);
|
|
23
|
+
__exportStar(require("./render/icon-cell-phone"), exports);
|
|
24
|
+
__exportStar(require("./render/icon-credit-card"), exports);
|
|
25
|
+
__exportStar(require("./render/icon-pix"), exports);
|
|
26
|
+
__exportStar(require("./render/icon-selo"), exports);
|
|
27
|
+
__exportStar(require("./render/icon-right-navigation-rounded"), exports);
|
|
28
|
+
__exportStar(require("./render/icon-route"), exports);
|
|
29
|
+
__exportStar(require("./render/icon-edit-profile"), exports);
|
|
30
|
+
__exportStar(require("./render/icon-performance"), exports);
|
|
31
|
+
__exportStar(require("./render/icon-academic-cap"), exports);
|
|
32
|
+
__exportStar(require("./render/icon-pc"), exports);
|
|
33
|
+
__exportStar(require("./render/icon-x"), exports);
|
|
34
|
+
__exportStar(require("./render/icon-undo"), exports);
|
|
35
|
+
__exportStar(require("./render/icon-left-arrow-bar"), exports);
|
|
36
|
+
__exportStar(require("./render/icon-boleto"), exports);
|
|
37
|
+
__exportStar(require("./render/icon-Pin"), exports);
|
|
38
|
+
__exportStar(require("./render/icon-Map"), exports);
|
|
39
|
+
__exportStar(require("./render/icon-Lupa"), exports);
|
|
40
|
+
__exportStar(require("./render/icon-info"), exports);
|
|
41
|
+
__exportStar(require("./render/icon-cam"), exports);
|
|
42
|
+
__exportStar(require("./render/icon-eye"), exports);
|
|
43
|
+
__exportStar(require("./render/icon-left-chevron"), exports);
|
|
44
|
+
__exportStar(require("./render/icon-right-chevron"), exports);
|
|
45
|
+
__exportStar(require("./render/icon-top-chevron"), exports);
|
|
46
|
+
__exportStar(require("./render/icon-bottom-chevron"), exports);
|
|
47
|
+
__exportStar(require("./render/icon-edit-image"), exports);
|
|
48
|
+
__exportStar(require("./render/icon-print"), exports);
|
|
49
|
+
__exportStar(require("./render/icon-clip"), exports);
|
|
50
|
+
__exportStar(require("./render/icon-left-navigation"), exports);
|
|
51
|
+
__exportStar(require("./render/icon-right-navigation"), exports);
|
|
52
|
+
__exportStar(require("./render/icon-top-navigation"), exports);
|
|
53
|
+
__exportStar(require("./render/icon-bottom-navigation"), exports);
|
|
54
|
+
__exportStar(require("./render/icon-prev"), exports);
|
|
55
|
+
__exportStar(require("./render/icon-heart"), exports);
|
|
56
|
+
__exportStar(require("./render/icon-weight"), exports);
|
|
57
|
+
__exportStar(require("./render/icon-mobile"), exports);
|
|
58
|
+
__exportStar(require("./render/icon-block"), exports);
|
|
59
|
+
__exportStar(require("./render/icon-Plus"), exports);
|
|
60
|
+
__exportStar(require("./render/icon-pdf"), exports);
|
|
61
|
+
__exportStar(require("./render/icon-checked"), exports);
|
|
62
|
+
__exportStar(require("./render/icon-exit"), exports);
|
|
63
|
+
__exportStar(require("./render/icon-gender"), exports);
|
|
64
|
+
__exportStar(require("./render/icon-death"), exports);
|
|
65
|
+
__exportStar(require("./render/icon-pet"), exports);
|
|
66
|
+
__exportStar(require("./render/icon-star"), exports);
|
|
67
|
+
__exportStar(require("./render/icon-Play"), exports);
|
|
68
|
+
__exportStar(require("./render/icon-edit"), exports);
|
|
69
|
+
__exportStar(require("./render/icon-gear"), exports);
|
|
70
|
+
__exportStar(require("./render/icon-whats"), exports);
|
|
71
|
+
__exportStar(require("./render/icon-home"), exports);
|
|
72
|
+
__exportStar(require("./render/icon-chat"), exports);
|
|
73
|
+
__exportStar(require("./render/icon-word"), exports);
|
|
74
|
+
__exportStar(require("./render/icon-user"), exports);
|
|
75
|
+
__exportStar(require("./render/icon-like"), exports);
|
|
76
|
+
__exportStar(require("./render/icon-door"), exports);
|
|
77
|
+
__exportStar(require("./render/icon-excel"), exports);
|
|
78
|
+
__exportStar(require("./render/index"), exports);
|
|
79
|
+
__exportStar(require("./render/icon-Share"), exports);
|
|
80
|
+
__exportStar(require("./render/image"), exports);
|
|
81
|
+
__exportStar(require("./render/icon-file"), exports);
|
|
82
|
+
__exportStar(require("./render/icon-Minus"), exports);
|
|
83
|
+
__exportStar(require("./render/icon-clock"), exports);
|
|
84
|
+
__exportStar(require("./render/icon-close"), exports);
|
|
85
|
+
__exportStar(require("./render/icon-codie"), exports);
|
|
86
|
+
__exportStar(require("./render/icon-next"), exports);
|
|
87
|
+
__exportStar(require("./render/icon-email"), exports);
|
|
88
|
+
__exportStar(require("./render/icon-Phone"), exports);
|
|
89
|
+
__exportStar(require("./render/icon-check"), exports);
|
|
90
|
+
__exportStar(require("./render/icon-chalet"), exports);
|
|
91
|
+
__exportStar(require("./render/icon-danger"), exports);
|
|
92
|
+
__exportStar(require("./render/icon-TikTok"), exports);
|
|
93
|
+
__exportStar(require("./render/icon-folder"), exports);
|
|
94
|
+
__exportStar(require("./render/icon-twitter"), exports);
|
|
95
|
+
__exportStar(require("./render/icon-YouTube"), exports);
|
|
96
|
+
__exportStar(require("./render/icon-not-like"), exports);
|
|
97
|
+
__exportStar(require("./render/icon-share-v2"), exports);
|
|
98
|
+
__exportStar(require("./render/icon-delete"), exports);
|
|
99
|
+
__exportStar(require("./render/icon-upload"), exports);
|
|
100
|
+
__exportStar(require("./render/icon-person"), exports);
|
|
101
|
+
__exportStar(require("./render/icon-shopping"), exports);
|
|
102
|
+
__exportStar(require("./render/icon-padlock"), exports);
|
|
103
|
+
__exportStar(require("./render/icon-loading"), exports);
|
|
104
|
+
__exportStar(require("./render/icon-eye-slash"), exports);
|
|
105
|
+
__exportStar(require("./render/icon-diabets"), exports);
|
|
106
|
+
__exportStar(require("./render/icon-Instagram"), exports);
|
|
107
|
+
__exportStar(require("./render/icon-globe"), exports);
|
|
108
|
+
__exportStar(require("./render/icon-send-arrow"), exports);
|
|
109
|
+
__exportStar(require("./render/icon-Linkedin"), exports);
|
|
110
|
+
__exportStar(require("./render/icon-facebook"), exports);
|
|
111
|
+
__exportStar(require("./render/icon-warning"), exports);
|
|
112
|
+
__exportStar(require("./render/icon-filter"), exports);
|
|
113
|
+
__exportStar(require("./render/icon-starBg"), exports);
|
|
114
|
+
__exportStar(require("./render/icon-download"), exports);
|
|
115
|
+
__exportStar(require("./render/icon-language"), exports);
|
|
116
|
+
__exportStar(require("./render/icon-plane"), exports);
|
|
117
|
+
__exportStar(require("./render/icon-equalizer"), exports);
|
|
118
|
+
__exportStar(require("./render/icon-map-floor"), exports);
|
|
119
|
+
__exportStar(require("./render/icon-google"), exports);
|
|
120
|
+
__exportStar(require("./render/icon-calendar"), exports);
|
|
121
|
+
__exportStar(require("./render/icon-drop-file"), exports);
|
|
122
|
+
__exportStar(require("./render/icon-calculator"), exports);
|
|
123
|
+
__exportStar(require("./render/component"), exports);
|
|
124
|
+
__exportStar(require("./render/icon-Microphone"), exports);
|
|
125
|
+
__exportStar(require("./render/icon-empty-chat"), exports);
|
|
126
|
+
__exportStar(require("./render/icon-computer"), exports);
|
|
127
|
+
__exportStar(require("./render/icon-not-found"), exports);
|
|
128
|
+
__exportStar(require("./render/icon-plus-sharp"), exports);
|
|
129
|
+
__exportStar(require("./render/icon-three-dots"), exports);
|
|
130
|
+
__exportStar(require("./render/icon-exclamation"), exports);
|
|
131
|
+
__exportStar(require("./render/icon-tiktok-logo"), exports);
|
|
132
|
+
__exportStar(require("./render/icon-hypertension"), exports);
|
|
133
|
+
__exportStar(require("./render/icon-send-message"), exports);
|
|
134
|
+
__exportStar(require("./render/icon-play-rounded"), exports);
|
|
135
|
+
__exportStar(require("./render/icon-right-circle"), exports);
|
|
136
|
+
__exportStar(require("./render/icon-phone-message"), exports);
|
|
137
|
+
__exportStar(require("./render/icon-calendar-time"), exports);
|
|
138
|
+
__exportStar(require("./render/icon-ampulheta"), exports);
|
|
139
|
+
__exportStar(require("./render/icon-fullfield-bell"), exports);
|
|
140
|
+
__exportStar(require("./render/icon-instagram-logo"), exports);
|
|
141
|
+
__exportStar(require("./render/icon-whatsapp-logo"), exports);
|
|
142
|
+
__exportStar(require("./render/icon-fullfield-chat"), exports);
|
|
143
|
+
__exportStar(require("./render/icon-calendar-browse"), exports);
|
|
144
|
+
__exportStar(require("./render/icon-message-balloon"), exports);
|
|
145
|
+
__exportStar(require("./render/icon-transparent-mail"), exports);
|
|
146
|
+
__exportStar(require("./render/icon-circular-left-arrow"), exports);
|
|
147
|
+
__exportStar(require("./render/icon-circular-right-arrow"), exports);
|
|
148
|
+
__exportStar(require("./render/icon-transparent-phone"), exports);
|
|
149
|
+
__exportStar(require("./render/icon-money-value-symbol"), exports);
|
|
150
|
+
__exportStar(require("./render/icon-interrogation-circle"), exports);
|
|
151
|
+
__exportStar(require("./render/icon-bottom-navigation-double"), exports);
|
|
152
|
+
__exportStar(require("./render/icon-left-navigation-circle"), exports);
|
|
153
|
+
__exportStar(require("./render/icon-right-navigation-circle"), exports);
|
|
154
154
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Icon = Icon;
|
|
4
|
-
var render_icon_1 = require("../render-icon
|
|
4
|
+
var render_icon_1 = require("../render-icon");
|
|
5
5
|
function Icon(_a) {
|
|
6
6
|
var name = _a.name, color = _a.color;
|
|
7
7
|
return (0, render_icon_1.RenderIcon)({ nameIcon: name, color: color });
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function InstagramIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function InstagramEmptyIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function LinkedinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function LinkedinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function LupaIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconMap({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconMapRounded({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconMicrophone({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function MinusIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function PhoneIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function PhoneInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function PinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function PinInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare function PinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function PlayIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function PlusIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function ShareIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconTikTok({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconYouTube({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconYouTubeEmpty({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconAcademicCap({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconAmpulheta({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBlock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBoleto({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBottomChevron({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBottomNavigationDouble({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBottomNavigation({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconBox({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCalculator({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCalendarBrowse({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCalendarTime({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCalendar({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCam({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCellPhone({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconChalet({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function CheckListIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function Checked({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCircularLeftArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCircularRightArrow({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconClip({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconClipV2({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconClockFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconClockNotFilled({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare function IconClock({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconClose({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCodie({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconComputer({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconCreditCard({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconCreditCardV2({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare function IconCreditCardV3({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDanger({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDeath({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDelete({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDiabets({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDoor({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDownload({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconDropFile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconEditImage({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconEditProfile({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconEdit({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconEmail({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export declare function IconEmptyEmail({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IIcon } from '../interfaces
|
|
1
|
+
import { IIcon } from '../interfaces';
|
|
2
2
|
export declare function IconEmptyChat({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
|