+---IAM (Services) | | .coveragerc | | build.sh | | dev-requirements.txt | | Dockerfile | | Jenkinsfile | | Jenkinsfile-PR | | k8s-deployment.yaml | | pyproject.toml | | README.md | | requirements.txt | | start.sh | | | +---references | | encryptdecrypt.py | | exceptionhandler.py | | oldcode.py | | | +---src | | | groupjson.py | | | groups.py | | | groupsdata.py | | | groupsdataaccess.py | | | iam.py | | | iamdata.py | | | iamdataaccess.py | | | usermanagement.py | | | usermanagementdata.py | | | usermanagementdataaccess.py | | | | | +---core | | | code_coverage.py | | | error_handler.py | | | extensions.py | | | hooks.py | | | log.py | | | __init__.py | | | | | +---data_access | | | base_access.py | | | credit_access.py | | | customer_access.py | | | db_connection.py | | | group_access.py | | | permission_access.py | | | product_access.py | | | product_history_access.py | | | query_history_access.py | | | role_access.py | | | user_access.py | | | __init__.py | | | | | +---routes | | | auth.py | | | billing.py | | | customer.py | | | dashboard.py | | | data_user.py | | | group.py | | | profile.py | | | roles.py | | | studio_user.py | | | __init__.py | | | | | +---services | | | auth_svc.py | | | base_svc.py | | | billing_svc.py | | | customer_svc.py | | | dashboard_svc.py | | | data_user_svc.py | | | group_svc.py | | | profile_svc.py | | | role_svc.py | | | studio_user_svc.py | | | __init__.py | | | | | \---utils | | constants.py | | exceptions.py | | loggers.py | | mail_constants.py | | mail_content.py | | messages.py | | secrets.py | | sendmail.py | | validation.py | | | \---test | activedirectoryconnection_test.py | activedirectory_test.py | cipher_test.py | exceptionutils_test.py | iampostgres_test.py | iam_test.py | mail_test.py | postgresmetadatagroups_test.py | postgresmetadata_test.py | readcsvfile_test.py | simpleawsadgroups_test.py | simpleawsadusers_test.py | simpleawsad_test.py | validation_test.py | __init__.py | +---Meta-Extractor (Services) | | .coveragerc | | build.sh | | Dockerfile | | Jenkinsfile | | Jenkinsfile-PR | | k8s-deployment.yaml | | pyproject.toml | | README.md | | requirements.txt | | start.sh | | | +---references | | sqliteextractor.py | | | +---src | | | metaextractor.py | | | | | +---core | | | code_coverage.py | | | error_handler.py | | | extensions.py | | | hooks.py | | | log.py | | | __init__.py | | | | | +---data_access | | | base_access.py | | | db_connection.py | | | insertmeta_access.py | | | metadata_access.py | | | request_access.py | | | trino_connection.py | | | __init__.py | | | | | +---data_sources | | | base_wrapper.py | | | connectorextractor.py | | | esextractor.py | | | eswrapper.py | | | mysqlextractor.py | | | mysqlqueries.py | | | mysqlwrapper.py | | | postgresextractor.py | | | postgresqueries.py | | | postgreswrapper.py | | | redshiftextractor.py | | | redshiftqueries.py | | | redshiftwrapper.py | | | s3_wrapper.py | | | salesforce_wrapper.py | | | sfextractor.py | | | sfqueries.py | | | sfwrapper.py | | | trinodbextractor.py | | | trinodbqueries.py | | | trinowrapper.py | | | __init__.py | | | | | +---services | | | base_svc.py | | | extractor_old.py | | | infermetadata.py | | | infermetadata_sf.py | | | schema_extractor_svc.py | | | __init__.py | | | | | \---utils | | api.py | | columndatatype.py | | constants.py | | exceptions.py | | loggers.py | | metadataextractor.py | | metajson.py | | secrets.py | | utility.py | | __init__.py | | | \---test | cipher_test.py | connection_test.py | extractmetadata_test.py | extractor_test.py | infermetadata_test.py | insertmetajson_test.py | metadataextractor_test.py | metaextractor_test.py | postgreswrapper_test.py | trinowrapper_test.py | utility_test.py | __init__.py | +---Orchestrator (Services) | | .coveragerc | | build.sh | | dev-requirements.txt | | Dockerfile | | Jenkinsfile | | Jenkinsfile-PR | | k8s-deployment.yaml | | pyproject.toml | | README.md | | requirements.txt | | start.sh | | | +---dataframe | | dataframe-deployment-template.yaml | | Dataframe-Dockerfile | | dataframe-service-template.yaml | | dataframe_requirements.txt | | | +---references | | cachehandler.py | | cipher.py | | containerd.txt | | exceptionhandler.py | | filter.py | | folders.py | | mail_content.py | | oldcode.py | | required.py | | token_genration.py | | | +---src | | | orchestrator.py | | | | | +---cache_handlers | | | auth_cache.py | | | base.py | | | customer_cache.py | | | dashboard_cache.py | | | product_cache.py | | | redis_connection.py | | | role_cache.py | | | user_cache.py | | | __init__.py | | | | | +---core | | | code_coverage.py | | | error_handler.py | | | extensions.py | | | hooks.py | | | log.py | | | prefix.py | | | __init__.py | | | | | +---dataframe | | | __init__.py | | | | | +---routes | | | activity.py | | | billing.py | | | dashboards.py | | | dataframes.py | | | datausers.py | | | data_sources.py | | | entitlements.py | | | groups.py | | | kubedeployer.py | | | onlinedashboards.py | | | products.py | | | profile.py | | | roles.py | | | sets.py | | | signin.py | | | studio_user.py | | | tdataframebuilder.py | | | tdfbuilder.py | | | __init__.py | | | | | +---templates | | | PostgresPoolTemplate.txt | | | PrestoPoolTemplate.txt | | | SnowflakePoolTemplate.txt | | | TClassTemplate.txt | | | TDataFrameCoreTemplate.txt | | | TTableFieldTemplate.txt | | | __init__.py | | | | | +---utils | | | api.py | | | codecoverage.py | | | constants.py | | | context.py | | | decorators.py | | | email.py | | | exceptions.py | | | loggers.py | | | messages.py | | | permissions.py | | | secrets.py | | | validator.py | | | __init__.py | | | | | \---validators | | activity_validator.py | | base_validator.py | | billing_validator.py | | dashboardvalidator.py | | group_validator.py | | product_validator.py | | role_validator.py | | user_validator.py | | __init__.py | | | \---test | cipher_test.py | dashboards_test.py | databasepool_test.py | exceptionutils_test.py | folders_test.py | joinsresponse.json | mail_test.py | metadataresponse.json | orchestratorexceptions_test.py | orchestrator_test.py | products_test.py | sets_test.py | tdataframebuilder_test.py | tdataframecore_test.py | token_test.py | __init__.py | +---Orchestrator(User-Interface) | | .babelrc | | .dockerignore | | .eslintignore | | .eslintrc.json | | cert.pem | | Dockerfile | | Jenkinsfile | | k8s-deployment.yaml | | key.pem | | LICENSE | | package-lock.json | | package.json | | README.md | | requirements.txt | | test-setup.js | | tsconfig.json | | | +---public | | | favicon.ico | | | index.html | | | logo192.png | | | logo512.png | | | manifest.json | | | robots.txt | | | | | \---asset | | | colors.css | | | icons.svg | | | Loader.svg | | | source_loading.svg | | | | | +---download_files | | | tharav-driver.exe | | | | | +---flaticons | | | +---css | | | | uicons-regular-rounded.css | | | | | | | +---svg | | | | fi-rr-a.svg | | | | fi-rr-ad.svg | | | | fi-rr-add-document.svg | | | | fi-rr-add-folder.svg | | | | fi-rr-add.svg | | | | fi-rr-address-book.svg | | | | fi-rr-air-conditioner.svg | | | | fi-rr-air-freshener.svg | | | | fi-rr-alarm-clock.svg | | | | fi-rr-alarm-exclamation.svg | | | | fi-rr-alarm-plus.svg | | | | fi-rr-alarm-snooze.svg | | | | fi-rr-align-justify.svg | | | | fi-rr-align-left.svg | | | | fi-rr-ambulance.svg | | | | fi-rr-angle-circle-down.svg | | | | fi-rr-angle-circle-left.svg | | | | fi-rr-angle-circle-right.svg | | | | fi-rr-angle-circle-up.svg | | | | fi-rr-angle-double-left.svg | | | | fi-rr-angle-double-right.svg | | | | fi-rr-angle-double-small-down.svg | | | | fi-rr-angle-double-small-left.svg | | | | fi-rr-angle-double-small-right.svg | | | | fi-rr-angle-double-small-up.svg | | | | fi-rr-angle-down.svg | | | | fi-rr-angle-left.svg | | | | fi-rr-angle-right.svg | | | | fi-rr-angle-small-down.svg | | | | fi-rr-angle-small-left.svg | | | | fi-rr-angle-small-right.svg | | | | fi-rr-angle-small-up.svg | | | | fi-rr-angle-square-down.svg | | | | fi-rr-angle-square-left.svg | | | | fi-rr-angle-square-right.svg | | | | fi-rr-angle-square-up.svg | | | | fi-rr-angle-up.svg | | | | fi-rr-angry.svg | | | | fi-rr-apple-whole.svg | | | | fi-rr-apps-add.svg | | | | fi-rr-apps-delete.svg | | | | fi-rr-apps-sort.svg | | | | fi-rr-apps.svg | | | | fi-rr-archive.svg | | | | fi-rr-arrow-alt-circle-down.svg | | | | fi-rr-arrow-alt-circle-left.svg | | | | fi-rr-arrow-alt-circle-right.svg | | | | fi-rr-arrow-alt-circle-up.svg | | | | fi-rr-arrow-alt-down.svg | | | | fi-rr-arrow-alt-from-bottom.svg | | | | fi-rr-arrow-alt-from-left.svg | | | | fi-rr-arrow-alt-from-right.svg | | | | fi-rr-arrow-alt-from-top.svg | | | | fi-rr-arrow-alt-left.svg | | | | fi-rr-arrow-alt-right.svg | | | | fi-rr-arrow-alt-square-down.svg | | | | fi-rr-arrow-alt-square-left.svg | | | | fi-rr-arrow-alt-square-right.svg | | | | fi-rr-arrow-alt-square-up.svg | | | | fi-rr-arrow-alt-to-bottom.svg | | | | fi-rr-arrow-alt-to-left.svg | | | | fi-rr-arrow-alt-to-right.svg | | | | fi-rr-arrow-alt-to-top.svg | | | | fi-rr-arrow-alt-up.svg | | | | fi-rr-arrow-circle-down.svg | | | | fi-rr-arrow-circle-left.svg | | | | fi-rr-arrow-circle-right.svg | | | | fi-rr-arrow-circle-up.svg | | | | fi-rr-arrow-down.svg | | | | fi-rr-arrow-from-bottom.svg | | | | fi-rr-arrow-from-left.svg | | | | fi-rr-arrow-from-right.svg | | | | fi-rr-arrow-from-top.svg | | | | fi-rr-arrow-left.svg | | | | fi-rr-arrow-right.svg | | | | fi-rr-arrow-small-down.svg | | | | fi-rr-arrow-small-left.svg | | | | fi-rr-arrow-small-right.svg | | | | fi-rr-arrow-small-up.svg | | | | fi-rr-arrow-square-down.svg | | | | fi-rr-arrow-square-left.svg | | | | fi-rr-arrow-square-right.svg | | | | fi-rr-arrow-square-up.svg | | | | fi-rr-arrow-to-bottom.svg | | | | fi-rr-arrow-to-left.svg | | | | fi-rr-arrow-to-right.svg | | | | fi-rr-arrow-to-top.svg | | | | fi-rr-arrow-trend-down.svg | | | | fi-rr-arrow-trend-up.svg | | | | fi-rr-arrow-up-from-square.svg | | | | fi-rr-arrow-up-left-from-circle.svg | | | | fi-rr-arrow-up-left.svg | | | | fi-rr-arrow-up-right-and-arrow-down-left-from-center.svg | | | | fi-rr-arrow-up-right-from-square.svg | | | | fi-rr-arrow-up-right.svg | | | | fi-rr-arrow-up-square-triangle.svg | | | | fi-rr-arrow-up-to-dotted-line.svg | | | | fi-rr-arrow-up.svg | | | | fi-rr-arrows-alt-h.svg | | | | fi-rr-arrows-alt-v.svg | | | | fi-rr-arrows-alt.svg | | | | fi-rr-arrows-cross.svg | | | | fi-rr-arrows-from-dotted-line.svg | | | | fi-rr-arrows-from-line.svg | | | | fi-rr-arrows-h-copy.svg | | | | fi-rr-arrows-h.svg | | | | fi-rr-arrows-repeat-1.svg | | | | fi-rr-arrows-repeat.svg | | | | fi-rr-arrows-to-dotted-line.svg | | | | fi-rr-arrows-to-line.svg | | | | fi-rr-arrows.svg | | | | fi-rr-assept-document.svg | | | | fi-rr-assistive-listening-systems.svg | | | | fi-rr-asterik.svg | | | | fi-rr-at.svg | | | | fi-rr-aubergine.svg | | | | fi-rr-avocado.svg | | | | fi-rr-b.svg | | | | fi-rr-baby-carriage.svg | | | | fi-rr-backpack.svg | | | | fi-rr-bacon.svg | | | | fi-rr-badge-check.svg | | | | fi-rr-badge-dollar.svg | | | | fi-rr-badge-percent.svg | | | | fi-rr-badge-sheriff.svg | | | | fi-rr-badge.svg | | | | fi-rr-bags-shopping.svg | | | | fi-rr-bahai.svg | | | | fi-rr-balance-scale-left.svg | | | | fi-rr-balance-scale-right.svg | | | | fi-rr-ball.svg | | | | fi-rr-balloons.svg | | | | fi-rr-ballot.svg | | | | fi-rr-ban.svg | | | | fi-rr-band-aid.svg | | | | fi-rr-bank.svg | | | | fi-rr-barber-shop.svg | | | | fi-rr-barcode-read.svg | | | | fi-rr-barcode-scan.svg | | | | fi-rr-barcode.svg | | | | fi-rr-bars-progress.svg | | | | fi-rr-baseball-alt.svg | | | | fi-rr-baseball.svg | | | | fi-rr-basket.svg | | | | fi-rr-basketball.svg | | | | fi-rr-bed-alt.svg | | | | fi-rr-bed.svg | | | | fi-rr-beer.svg | | | | fi-rr-bell-ring.svg | | | | fi-rr-bell-school.svg | | | | fi-rr-bell.svg | | | | fi-rr-bike.svg | | | | fi-rr-biking-mountain.svg | | | | fi-rr-biking.svg | | | | fi-rr-billiard.svg | | | | fi-rr-blinds-open.svg | | | | fi-rr-blinds-raised.svg | | | | fi-rr-blinds.svg | | | | fi-rr-bold.svg | | | | fi-rr-bolt.svg | | | | fi-rr-book-alt.svg | | | | fi-rr-book-arrow-right.svg | | | | fi-rr-book-arrow-up.svg | | | | fi-rr-book-bookmark.svg | | | | fi-rr-book-open-cover.svg | | | | fi-rr-book-open-reader.svg | | | | fi-rr-book.svg | | | | fi-rr-bookmark.svg | | | | fi-rr-books.svg | | | | fi-rr-bottle.svg | | | | fi-rr-bow-arrow.svg | | | | fi-rr-bowling-ball.svg | | | | fi-rr-bowling-pins.svg | | | | fi-rr-bowling.svg | | | | fi-rr-box-alt.svg | | | | fi-rr-box-ballot.svg | | | | fi-rr-box-check.svg | | | | fi-rr-box-tissue.svg | | | | fi-rr-box.svg | | | | fi-rr-boxes.svg | | | | fi-rr-boxing-glove.svg | | | | fi-rr-braille.svg | | | | fi-rr-brain-circuit.svg | | | | fi-rr-bread-slice.svg | | | | fi-rr-bread.svg | | | | fi-rr-briefcase.svg | | | | fi-rr-broccoli.svg | | | | fi-rr-broom.svg | | | | fi-rr-browser.svg | | | | fi-rr-brush.svg | | | | fi-rr-bug.svg | | | | fi-rr-building.svg | | | | fi-rr-bulb.svg | | | | fi-rr-bullseye-pointer.svg | | | | fi-rr-bullseye.svg | | | | fi-rr-burrito.svg | | | | fi-rr-bus-alt.svg | | | | fi-rr-bus.svg | | | | fi-rr-business-time.svg | | | | fi-rr-butterfly.svg | | | | fi-rr-c.svg | | | | fi-rr-cake-birthday.svg | | | | fi-rr-cake-wedding.svg | | | | fi-rr-calculator.svg | | | | fi-rr-calendar-check.svg | | | | fi-rr-calendar-clock.svg | | | | fi-rr-calendar-exclamation.svg | | | | fi-rr-calendar-lines-pen.svg | | | | fi-rr-calendar-lines.svg | | | | fi-rr-calendar-minus.svg | | | | fi-rr-calendar-pen.svg | | | | fi-rr-calendar-plus.svg | | | | fi-rr-calendar.svg | | | | fi-rr-calendars.svg | | | | fi-rr-call-history.svg | | | | fi-rr-call-incoming.svg | | | | fi-rr-call-missed.svg | | | | fi-rr-call-outgoing.svg | | | | fi-rr-camcorder.svg | | | | fi-rr-camera.svg | | | | fi-rr-camping.svg | | | | fi-rr-candy-alt.svg | | | | fi-rr-candy.svg | | | | fi-rr-canned-food.svg | | | | fi-rr-car-alt.svg | | | | fi-rr-car-battery.svg | | | | fi-rr-car-bolt.svg | | | | fi-rr-car-building.svg | | | | fi-rr-car-bump.svg | | | | fi-rr-car-bus.svg | | | | fi-rr-car-circle-bolt.svg | | | | fi-rr-car-crash.svg | | | | fi-rr-car-garage.svg | | | | fi-rr-car-mechanic.svg | | | | fi-rr-car-side-bolt.svg | | | | fi-rr-car-side.svg | | | | fi-rr-car-tilt.svg | | | | fi-rr-car-wash.svg | | | | fi-rr-car.svg | | | | fi-rr-caravan-alt.svg | | | | fi-rr-caravan.svg | | | | fi-rr-caret-circle-down.svg | | | | fi-rr-caret-circle-right.svg | | | | fi-rr-caret-circle-up.svg | | | | fi-rr-caret-down.svg | | | | fi-rr-caret-left.svg | | | | fi-rr-caret-quare-up.svg | | | | fi-rr-caret-right.svg | | | | fi-rr-caret-square-down.svg | | | | fi-rr-caret-square-left.svg | | | | fi-rr-caret-square-left_1.svg | | | | fi-rr-caret-square-right.svg | | | | fi-rr-caret-up.svg | | | | fi-rr-carrot.svg | | | | fi-rr-cars.svg | | | | fi-rr-cash-register.svg | | | | fi-rr-chair-office.svg | | | | fi-rr-chair.svg | | | | fi-rr-charging-station.svg | | | | fi-rr-chart-area.svg | | | | fi-rr-chart-connected.svg | | | | fi-rr-chart-histogram.svg | | | | fi-rr-chart-line-up.svg | | | | fi-rr-chart-network.svg | | | | fi-rr-chart-pie-alt.svg | | | | fi-rr-chart-pie.svg | | | | fi-rr-chart-pyramid.svg | | | | fi-rr-chart-scatter.svg | | | | fi-rr-chart-set-theory.svg | | | | fi-rr-chart-tree.svg | | | | fi-rr-chat-arrow-down.svg | | | | fi-rr-chat-arrow-grow.svg | | | | fi-rr-check.svg | | | | fi-rr-checkbox.svg | | | | fi-rr-cheese.svg | | | | fi-rr-cherry.svg | | | | fi-rr-chess-bishop.svg | | | | fi-rr-chess-board.svg | | | | fi-rr-chess-clock-alt.svg | | | | fi-rr-chess-clock.svg | | | | fi-rr-chess-king-alt.svg | | | | fi-rr-chess-king.svg | | | | fi-rr-chess-knight-alt.svg | | | | fi-rr-chess-knight.svg | | | | fi-rr-chess-pawn-alt.svg | | | | fi-rr-chess-piece.svg | | | | fi-rr-chess-queen-alt.svg | | | | fi-rr-chess-queen.svg | | | | fi-rr-chess-rook-alt.svg | | | | fi-rr-chess-rook.svg | | | | fi-rr-chess.svg | | | | fi-rr-chevron-double-down.svg | | | | fi-rr-chevron-double-up.svg | | | | fi-rr-child-head.svg | | | | fi-rr-chocolate.svg | | | | fi-rr-circle-envelope.svg | | | | fi-rr-circle-phone-flip.svg | | | | fi-rr-circle-phone-hangup.svg | | | | fi-rr-circle-phone.svg | | | | fi-rr-circle-small.svg | | | | fi-rr-circle.svg | | | | fi-rr-clip.svg | | | | fi-rr-clipboard-list-check.svg | | | | fi-rr-clipboard-list.svg | | | | fi-rr-clock-eight-thirty.svg | | | | fi-rr-clock-eleven-thirty.svg | | | | fi-rr-clock-eleven.svg | | | | fi-rr-clock-five-thirty.svg | | | | fi-rr-clock-five.svg | | | | fi-rr-clock-four-thirty.svg | | | | fi-rr-clock-nine-thirty.svg | | | | fi-rr-clock-nine.svg | | | | fi-rr-clock-one-thirty.svg | | | | fi-rr-clock-one.svg | | | | fi-rr-clock-seven-thirty.svg | | | | fi-rr-clock-seven.svg | | | | fi-rr-clock-six-thirty.svg | | | | fi-rr-clock-six.svg | | | | fi-rr-clock-ten-thirty.svg | | | | fi-rr-clock-ten.svg | | | | fi-rr-clock-three-thirty.svg | | | | fi-rr-clock-three.svg | | | | fi-rr-clock-twelve-thirty.svg | | | | fi-rr-clock-twelve.svg | | | | fi-rr-clock-two-thirty.svg | | | | fi-rr-clock-two.svg | | | | fi-rr-clock.svg | | | | fi-rr-cloud-check.svg | | | | fi-rr-cloud-disabled.svg | | | | fi-rr-cloud-download-alt.svg | | | | fi-rr-cloud-download.svg | | | | fi-rr-cloud-drizzle.svg | | | | fi-rr-cloud-hail-mixed.svg | | | | fi-rr-cloud-hail.svg | | | | fi-rr-cloud-moon-rain.svg | | | | fi-rr-cloud-moon.svg | | | | fi-rr-cloud-rain.svg | | | | fi-rr-cloud-rainbow.svg | | | | fi-rr-cloud-share.svg | | | | fi-rr-cloud-showers-heavy.svg | | | | fi-rr-cloud-showers.svg | | | | fi-rr-cloud-sleet.svg | | | | fi-rr-cloud-snow.svg | | | | fi-rr-cloud-sun-rain.svg | | | | fi-rr-cloud-sun.svg | | | | fi-rr-cloud-upload-alt.svg | | | | fi-rr-cloud-upload.svg | | | | fi-rr-cloud.svg | | | | fi-rr-clouds-moon.svg | | | | fi-rr-clouds-sun.svg | | | | fi-rr-clouds.svg | | | | fi-rr-club.svg | | | | fi-rr-cocktail-alt.svg | | | | fi-rr-cocktail.svg | | | | fi-rr-code-branch.svg | | | | fi-rr-code-commit.svg | | | | fi-rr-code-compare.svg | | | | fi-rr-code-fork.svg | | | | fi-rr-code-merge.svg | | | | fi-rr-code-pull-request-closed.svg | | | | fi-rr-code-pull-request-draft.svg | | | | fi-rr-code-pull-request.svg | | | | fi-rr-code-simple.svg | | | | fi-rr-coffee-pot.svg | | | | fi-rr-coffee.svg | | | | fi-rr-coin.svg | | | | fi-rr-coins.svg | | | | fi-rr-comet.svg | | | | fi-rr-comment-alt-middle-top.svg | | | | fi-rr-comment-alt-middle.svg | | | | fi-rr-comment-alt.svg | | | | fi-rr-comment-arrow-down.svg | | | | fi-rr-comment-arrow-up-right.svg | | | | fi-rr-comment-arrow-up.svg | | | | fi-rr-comment-check.svg | | | | fi-rr-comment-code.svg | | | | fi-rr-comment-dollar.svg | | | | fi-rr-comment-exclamation.svg | | | | fi-rr-comment-heart.svg | | | | fi-rr-comment-image.svg | | | | fi-rr-comment-info.svg | | | | fi-rr-comment-pen.svg | | | | fi-rr-comment-question.svg | | | | fi-rr-comment-quote.svg | | | | fi-rr-comment-slash.svg | | | | fi-rr-comment-sms.svg | | | | fi-rr-comment-text.svg | | | | fi-rr-comment-user.svg | | | | fi-rr-comment-xmark.svg | | | | fi-rr-comment.svg | | | | fi-rr-comments-dollar.svg | | | | fi-rr-comments-question-check.svg | | | | fi-rr-comments-question.svg | | | | fi-rr-comments.svg | | | | fi-rr-compress-alt.svg | | | | fi-rr-compress.svg | | | | fi-rr-computer.svg | | | | fi-rr-confetti.svg | | | | fi-rr-cookie.svg | | | | fi-rr-copy-alt.svg | | | | fi-rr-copy.svg | | | | fi-rr-copyright.svg | | | | fi-rr-corn.svg | | | | fi-rr-cow.svg | | | | fi-rr-cream.svg | | | | fi-rr-credit-card.svg | | | | fi-rr-cricket.svg | | | | fi-rr-croissant.svg | | | | fi-rr-cross-circle.svg | | | | fi-rr-cross-small.svg | | | | fi-rr-cross.svg | | | | fi-rr-crown.svg | | | | fi-rr-crystal-ball.svg | | | | fi-rr-cube.svg | | | | fi-rr-cupcake.svg | | | | fi-rr-curling.svg | | | | fi-rr-cursor-finger.svg | | | | fi-rr-cursor-plus.svg | | | | fi-rr-cursor-text-alt.svg | | | | fi-rr-cursor-text.svg | | | | fi-rr-cursor.svg | | | | fi-rr-d.svg | | | | fi-rr-dart.svg | | | | fi-rr-dashboard.svg | | | | fi-rr-data-transfer.svg | | | | fi-rr-database.svg | | | | fi-rr-delete-document.svg | | | | fi-rr-delete-user.svg | | | | fi-rr-delete.svg | | | | fi-rr-democrat.svg | | | | fi-rr-dewpoint.svg | | | | fi-rr-diagram-project.svg | | | | fi-rr-diamond.svg | | | | fi-rr-dice-alt.svg | | | | fi-rr-dice-d10.svg | | | | fi-rr-dice-d12.svg | | | | fi-rr-dice-d20.svg | | | | fi-rr-dice-d4.svg | | | | fi-rr-dice-d6.svg | | | | fi-rr-dice-d8.svg | | | | fi-rr-dice-four.svg | | | | fi-rr-dice-one.svg | | | | fi-rr-dice-six.svg | | | | fi-rr-dice-three.svg | | | | fi-rr-dice-two.svg | | | | fi-rr-dice.svg | | | | fi-rr-diploma.svg | | | | fi-rr-disco-ball.svg | | | | fi-rr-disk.svg | | | | fi-rr-display-code.svg | | | | fi-rr-dizzy.svg | | | | fi-rr-doctor.svg | | | | fi-rr-document-signed.svg | | | | fi-rr-document.svg | | | | fi-rr-dollar.svg | | | | fi-rr-donate.svg | | | | fi-rr-down-left-and-up-right-to-center.svg | | | | fi-rr-download.svg | | | | fi-rr-drafting-compass.svg | | | | fi-rr-dreidel.svg | | | | fi-rr-drink-alt.svg | | | | fi-rr-drumstick.svg | | | | fi-rr-duplicate.svg | | | | fi-rr-e-learning.svg | | | | fi-rr-e.svg | | | | fi-rr-earnings.svg | | | | fi-rr-eclipse-alt.svg | | | | fi-rr-eclipse.svg | | | | fi-rr-edit-alt.svg | | | | fi-rr-edit.svg | | | | fi-rr-egg-fried.svg | | | | fi-rr-egg.svg | | | | fi-rr-engine-warning.svg | | | | fi-rr-enter.svg | | | | fi-rr-envelope-ban.svg | | | | fi-rr-envelope-bulk.svg | | | | fi-rr-envelope-download.svg | | | | fi-rr-envelope-marker.svg | | | | fi-rr-envelope-open-dollar.svg | | | | fi-rr-envelope-open-text.svg | | | | fi-rr-envelope-open.svg | | | | fi-rr-envelope-plus.svg | | | | fi-rr-envelope.svg | | | | fi-rr-equality.svg | | | | fi-rr-euro.svg | | | | fi-rr-exchange-alt.svg | | | | fi-rr-exchange.svg | | | | fi-rr-exclamation.svg | | | | fi-rr-exit.svg | | | | fi-rr-expand-arrows-alt.svg | | | | fi-rr-expand-arrows.svg | | | | fi-rr-expand.svg | | | | fi-rr-eye-crossed.svg | | | | fi-rr-eye-dropper.svg | | | | fi-rr-eye.svg | | | | fi-rr-f.svg | | | | fi-rr-feather.svg | | | | fi-rr-ferris-wheel.svg | | | | fi-rr-fighter-jet.svg | | | | fi-rr-file-ai.svg | | | | fi-rr-file-chart-line.svg | | | | fi-rr-file-chart-pie.svg | | | | fi-rr-file-code.svg | | | | fi-rr-file-eps.svg | | | | fi-rr-file-invoice-dollar.svg | | | | fi-rr-file-invoice.svg | | | | fi-rr-file-psd.svg | | | | fi-rr-file-spreadsheet.svg | | | | fi-rr-file-video.svg | | | | fi-rr-file.svg | | | | fi-rr-fill.svg | | | | fi-rr-film-slash.svg | | | | fi-rr-film.svg | | | | fi-rr-filter-slash.svg | | | | fi-rr-filter.svg | | | | fi-rr-filters.svg | | | | fi-rr-fingerprint.svg | | | | fi-rr-fish.svg | | | | fi-rr-flag-alt.svg | | | | fi-rr-flag-usa.svg | | | | fi-rr-flag.svg | | | | fi-rr-flame.svg | | | | fi-rr-flip-horizontal.svg | | | | fi-rr-flower-bouquet.svg | | | | fi-rr-flower-tulip.svg | | | | fi-rr-flower.svg | | | | fi-rr-flushed.svg | | | | fi-rr-fog.svg | | | | fi-rr-folder-download.svg | | | | fi-rr-folder-minus.svg | | | | fi-rr-folder-times.svg | | | | fi-rr-folder-tree.svg | | | | fi-rr-folder-upload.svg | | | | fi-rr-folder.svg | | | | fi-rr-folders.svg | | | | fi-rr-following.svg | | | | fi-rr-football.svg | | | | fi-rr-fork.svg | | | | fi-rr-form.svg | | | | fi-rr-forward.svg | | | | fi-rr-fox.svg | | | | fi-rr-french-fries.svg | | | | fi-rr-frown.svg | | | | fi-rr-ftp.svg | | | | fi-rr-funnel-dollar.svg | | | | fi-rr-g.svg | | | | fi-rr-gallery.svg | | | | fi-rr-game-board-alt.svg | | | | fi-rr-gamepad.svg | | | | fi-rr-garage-car.svg | | | | fi-rr-garage-open.svg | | | | fi-rr-garage.svg | | | | fi-rr-garlic.svg | | | | fi-rr-gas-pump-alt.svg | | | | fi-rr-gas-pump-slash.svg | | | | fi-rr-gas-pump.svg | | | | fi-rr-gem.svg | | | | fi-rr-gif.svg | | | | fi-rr-gift-card.svg | | | | fi-rr-gift.svg | | | | fi-rr-gifts.svg | | | | fi-rr-gingerbread-man.svg | | | | fi-rr-glass-cheers.svg | | | | fi-rr-glass.svg | | | | fi-rr-glasses.svg | | | | fi-rr-globe-alt.svg | | | | fi-rr-globe.svg | | | | fi-rr-golf-ball.svg | | | | fi-rr-golf.svg | | | | fi-rr-graduation-cap.svg | | | | fi-rr-grape.svg | | | | fi-rr-graphic-tablet.svg | | | | fi-rr-grid-alt.svg | | | | fi-rr-grid.svg | | | | fi-rr-grill.svg | | | | fi-rr-grimace.svg | | | | fi-rr-grin-alt.svg | | | | fi-rr-grin-beam-sweat.svg | | | | fi-rr-grin-beam.svg | | | | fi-rr-grin-hearts.svg | | | | fi-rr-grin-squint-tears.svg | | | | fi-rr-grin-squint.svg | | | | fi-rr-grin-stars.svg | | | | fi-rr-grin-tears.svg | | | | fi-rr-grin-tongue-squint.svg | | | | fi-rr-grin-tongue-wink.svg | | | | fi-rr-grin-tongue.svg | | | | fi-rr-grin-wink.svg | | | | fi-rr-grin.svg | | | | fi-rr-guitar.svg | | | | fi-rr-gym.svg | | | | fi-rr-h.svg | | | | fi-rr-hamburger-soda.svg | | | | fi-rr-hamburger.svg | | | | fi-rr-hand-holding-box.svg | | | | fi-rr-hand-holding-heart.svg | | | | fi-rr-hand-holding-seeding.svg | | | | fi-rr-hand.svg | | | | fi-rr-handshake.svg | | | | fi-rr-hastag.svg | | | | fi-rr-hat-birthday.svg | | | | fi-rr-hat-chef.svg | | | | fi-rr-head-side-thinking.svg | | | | fi-rr-headphones.svg | | | | fi-rr-headset.svg | | | | fi-rr-heart-arrow.svg | | | | fi-rr-heart.svg | | | | fi-rr-heat.svg | | | | fi-rr-helicopter-side.svg | | | | fi-rr-highlighter.svg | | | | fi-rr-hiking.svg | | | | fi-rr-hockey-puck.svg | | | | fi-rr-hockey-sticks.svg | | | | fi-rr-home-location-alt.svg | | | | fi-rr-home-location.svg | | | | fi-rr-home.svg | | | | fi-rr-hotdog.svg | | | | fi-rr-hourglass-end.svg | | | | fi-rr-hourglass.svg | | | | fi-rr-house-flood.svg | | | | fi-rr-hryvnia.svg | | | | fi-rr-humidity.svg | | | | fi-rr-hurricane.svg | | | | fi-rr-i.svg | | | | fi-rr-ice-cream.svg | | | | fi-rr-ice-skate.svg | | | | fi-rr-id-badge.svg | | | | fi-rr-inbox-in.svg | | | | fi-rr-inbox-out.svg | | | | fi-rr-inbox.svg | | | | fi-rr-incognito.svg | | | | fi-rr-indent.svg | | | | fi-rr-infinity.svg | | | | fi-rr-info.svg | | | | fi-rr-interactive.svg | | | | fi-rr-interlining.svg | | | | fi-rr-interrogation.svg | | | | fi-rr-italic.svg | | | | fi-rr-j.svg | | | | fi-rr-jam.svg | | | | fi-rr-jpg.svg | | | | fi-rr-k.svg | | | | fi-rr-kerning.svg | | | | fi-rr-key.svg | | | | fi-rr-keyboard.svg | | | | fi-rr-keynote.svg | | | | fi-rr-kiss-beam.svg | | | | fi-rr-kiss-wink-heart.svg | | | | fi-rr-kiss.svg | | | | fi-rr-kite.svg | | | | fi-rr-knife.svg | | | | fi-rr-l.svg | | | | fi-rr-label.svg | | | | fi-rr-laptop-code.svg | | | | fi-rr-laptop.svg | | | | fi-rr-lasso.svg | | | | fi-rr-laugh-beam.svg | | | | fi-rr-laugh-squint.svg | | | | fi-rr-laugh-wink.svg | | | | fi-rr-laugh.svg | | | | fi-rr-layer-minus.svg | | | | fi-rr-layer-plus.svg | | | | fi-rr-layers.svg | | | | fi-rr-layout-fluid.svg | | | | fi-rr-leaf.svg | | | | fi-rr-lemon.svg | | | | fi-rr-letter-case.svg | | | | fi-rr-lettuce.svg | | | | fi-rr-level-down-alt.svg | | | | fi-rr-level-down.svg | | | | fi-rr-level-up-alt.svg | | | | fi-rr-level-up.svg | | | | fi-rr-life-ring.svg | | | | fi-rr-lightbulb-dollar.svg | | | | fi-rr-line-width.svg | | | | fi-rr-link-alt.svg | | | | fi-rr-link-horizontal-slash.svg | | | | fi-rr-link-horizontal.svg | | | | fi-rr-link-slash-alt.svg | | | | fi-rr-link-slash.svg | | | | fi-rr-link.svg | | | | fi-rr-lipstick.svg | | | | fi-rr-lira-sign.svg | | | | fi-rr-list-check.svg | | | | fi-rr-list.svg | | | | fi-rr-loading.svg | | | | fi-rr-location-alt.svg | | | | fi-rr-lock-alt.svg | | | | fi-rr-lock.svg | | | | fi-rr-luchador.svg | | | | fi-rr-luggage-rolling.svg | | | | fi-rr-m.svg | | | | fi-rr-magic-wand.svg | | | | fi-rr-mailbox.svg | | | | fi-rr-makeup-brush.svg | | | | fi-rr-man-head.svg | | | | fi-rr-map-marker-cross.svg | | | | fi-rr-map-marker-home.svg | | | | fi-rr-map-marker-minus.svg | | | | fi-rr-map-marker-plus.svg | | | | fi-rr-map-marker.svg | | | | fi-rr-map.svg | | | | fi-rr-marker-time.svg | | | | fi-rr-marker.svg | | | | fi-rr-mars-double.svg | | | | fi-rr-mars.svg | | | | fi-rr-mask-carnival.svg | | | | fi-rr-mask.svg | | | | fi-rr-medicine.svg | | | | fi-rr-megaphone.svg | | | | fi-rr-meh-blank.svg | | | | fi-rr-meh-rolling-eyes.svg | | | | fi-rr-meh.svg | | | | fi-rr-melon.svg | | | | fi-rr-menu-burger.svg | | | | fi-rr-menu-dots-vertical.svg | | | | fi-rr-menu-dots.svg | | | | fi-rr-message-code.svg | | | | fi-rr-meteor.svg | | | | fi-rr-microphone-alt.svg | | | | fi-rr-microphone.svg | | | | fi-rr-mind-share.svg | | | | fi-rr-minus-small.svg | | | | fi-rr-minus.svg | | | | fi-rr-mobile-button.svg | | | | fi-rr-mobile-notch.svg | | | | fi-rr-mobile.svg | | | | fi-rr-mode-landscape.svg | | | | fi-rr-mode-portrait.svg | | | | fi-rr-money-bill-wave-alt.svg | | | | fi-rr-money-bill-wave.svg | | | | fi-rr-money-check-edit-alt.svg | | | | fi-rr-money-check-edit.svg | | | | fi-rr-money-check.svg | | | | fi-rr-money.svg | | | | fi-rr-moon-stars.svg | | | | fi-rr-moon.svg | | | | fi-rr-motorcycle.svg | | | | fi-rr-mountains.svg | | | | fi-rr-mouse.svg | | | | fi-rr-mug-alt.svg | | | | fi-rr-mug-hot-alt.svg | | | | fi-rr-mug-hot.svg | | | | fi-rr-mug-tea.svg | | | | fi-rr-mug.svg | | | | fi-rr-mushroom.svg | | | | fi-rr-music-alt.svg | | | | fi-rr-music-file.svg | | | | fi-rr-music.svg | | | | fi-rr-n.svg | | | | fi-rr-navigation.svg | | | | fi-rr-network-cloud.svg | | | | fi-rr-network.svg | | | | fi-rr-noodles.svg | | | | fi-rr-notebook.svg | | | | fi-rr-o.svg | | | | fi-rr-oil-can.svg | | | | fi-rr-oil-temp.svg | | | | fi-rr-olive-oil.svg | | | | fi-rr-olives.svg | | | | fi-rr-onion.svg | | | | fi-rr-opacity.svg | | | | fi-rr-overline.svg | | | | fi-rr-p.svg | | | | fi-rr-package.svg | | | | fi-rr-page-break.svg | | | | fi-rr-paint-brush.svg | | | | fi-rr-paint-roller.svg | | | | fi-rr-palette.svg | | | | fi-rr-pan.svg | | | | fi-rr-paper-plane.svg | | | | fi-rr-password.svg | | | | fi-rr-pause.svg | | | | fi-rr-paw.svg | | | | fi-rr-peach.svg | | | | fi-rr-pencil-ruler.svg | | | | fi-rr-pencil.svg | | | | fi-rr-pennant.svg | | | | fi-rr-people-poll.svg | | | | fi-rr-pepper-hot.svg | | | | fi-rr-pepper.svg | | | | fi-rr-percentage.svg | | | | fi-rr-pharmacy.svg | | | | fi-rr-phone-call.svg | | | | fi-rr-phone-cross.svg | | | | fi-rr-phone-office.svg | | | | fi-rr-phone-pause.svg | | | | fi-rr-phone-slash.svg | | | | fi-rr-photo-film-music.svg | | | | fi-rr-photo-video.svg | | | | fi-rr-physics.svg | | | | fi-rr-picnic.svg | | | | fi-rr-picture.svg | | | | fi-rr-pie.svg | | | | fi-rr-piece.svg | | | | fi-rr-piggy-bank.svg | | | | fi-rr-pineapple.svg | | | | fi-rr-ping-pong.svg | | | | fi-rr-pizza-slice.svg | | | | fi-rr-plane-alt.svg | | | | fi-rr-plane.svg | | | | fi-rr-plate.svg | | | | fi-rr-play-alt.svg | | | | fi-rr-play-pause.svg | | | | fi-rr-play.svg | | | | fi-rr-playing-cards.svg | | | | fi-rr-plus-small.svg | | | | fi-rr-plus.svg | | | | fi-rr-podium-star.svg | | | | fi-rr-podium.svg | | | | fi-rr-poker-chip.svg | | | | fi-rr-poo.svg | | | | fi-rr-popcorn.svg | | | | fi-rr-portrait.svg | | | | fi-rr-pot.svg | | | | fi-rr-pound.svg | | | | fi-rr-power.svg | | | | fi-rr-presentation.svg | | | | fi-rr-print.svg | | | | fi-rr-protractor.svg | | | | fi-rr-pulse.svg | | | | fi-rr-pumpkin.svg | | | | fi-rr-puzzle.svg | | | | fi-rr-pyramid.svg | | | | fi-rr-q.svg | | | | fi-rr-qrcode.svg | | | | fi-rr-question-square.svg | | | | fi-rr-question.svg | | | | fi-rr-quote-right.svg | | | | fi-rr-r.svg | | | | fi-rr-racquet.svg | | | | fi-rr-radish.svg | | | | fi-rr-rainbow.svg | | | | fi-rr-raindrops.svg | | | | fi-rr-rec.svg | | | | fi-rr-receipt.svg | | | | fi-rr-record-vinyl.svg | | | | fi-rr-rectabgle-vertical.svg | | | | fi-rr-rectangle-barcode.svg | | | | fi-rr-rectangle-code.svg | | | | fi-rr-rectangle-horizontal.svg | | | | fi-rr-rectangle-panoramic.svg | | | | fi-rr-rectangle-xmark.svg | | | | fi-rr-recycle.svg | | | | fi-rr-redo-alt.svg | | | | fi-rr-redo.svg | | | | fi-rr-reflect.svg | | | | fi-rr-refresh.svg | | | | fi-rr-registered.svg | | | | fi-rr-remove-user.svg | | | | fi-rr-reply-all.svg | | | | fi-rr-republican.svg | | | | fi-rr-resize.svg | | | | fi-rr-resources.svg | | | | fi-rr-restaurant.svg | | | | fi-rr-rewind.svg | | | | fi-rr-rhombus.svg | | | | fi-rr-rings-wedding.svg | | | | fi-rr-road.svg | | | | fi-rr-rocket-lunch.svg | | | | fi-rr-rocket.svg | | | | fi-rr-room-service.svg | | | | fi-rr-rotate-left.svg | | | | fi-rr-rotate-right.svg | | | | fi-rr-ruble-sign.svg | | | | fi-rr-rugby.svg | | | | fi-rr-ruler-combined.svg | | | | fi-rr-ruler-horizontal.svg | | | | fi-rr-ruler-triangle.svg | | | | fi-rr-ruler-vertical.svg | | | | fi-rr-running.svg | | | | fi-rr-rupee-sign.svg | | | | fi-rr-rv.svg | | | | fi-rr-s.svg | | | | fi-rr-sack-dollar.svg | | | | fi-rr-sack.svg | | | | fi-rr-sad-cry.svg | | | | fi-rr-sad-tear.svg | | | | fi-rr-sad.svg | | | | fi-rr-salad.svg | | | | fi-rr-salt-pepper.svg | | | | fi-rr-sandwich.svg | | | | fi-rr-sauce.svg | | | | fi-rr-sausage.svg | | | | fi-rr-scale.svg | | | | fi-rr-school-bus.svg | | | | fi-rr-school.svg | | | | fi-rr-scissors.svg | | | | fi-rr-screen.svg | | | | fi-rr-search-alt.svg | | | | fi-rr-search-dollar.svg | | | | fi-rr-search-heart.svg | | | | fi-rr-search-location.svg | | | | fi-rr-search.svg | | | | fi-rr-security.svg | | | | fi-rr-sensor-alert.svg | | | | fi-rr-sensor-fire.svg | | | | fi-rr-sensor-on.svg | | | | fi-rr-sensor-smoke.svg | | | | fi-rr-sensor.svg | | | | fi-rr-settings-sliders.svg | | | | fi-rr-settings.svg | | | | fi-rr-share.svg | | | | fi-rr-shekel-sign.svg | | | | fi-rr-shield-check.svg | | | | fi-rr-shield-exclamation.svg | | | | fi-rr-shield-interrogation.svg | | | | fi-rr-shield-plus.svg | | | | fi-rr-shield.svg | | | | fi-rr-ship-side.svg | | | | fi-rr-ship.svg | | | | fi-rr-shop.svg | | | | fi-rr-shopping-bag-add.svg | | | | fi-rr-shopping-bag.svg | | | | fi-rr-shopping-basket.svg | | | | fi-rr-shopping-cart-add.svg | | | | fi-rr-shopping-cart-check.svg | | | | fi-rr-shopping-cart.svg | | | | fi-rr-shrimp.svg | | | | fi-rr-shuffle.svg | | | | fi-rr-shuttle-van.svg | | | | fi-rr-shuttlecock.svg | | | | fi-rr-sidebar-flip.svg | | | | fi-rr-sidebar.svg | | | | fi-rr-sign-in-alt.svg | | | | fi-rr-sign-out-alt.svg | | | | fi-rr-signal-alt-1.svg | | | | fi-rr-signal-alt-2.svg | | | | fi-rr-signal-alt.svg | | | | fi-rr-skateboard.svg | | | | fi-rr-skating.svg | | | | fi-rr-skewer.svg | | | | fi-rr-ski-jump.svg | | | | fi-rr-ski-lift.svg | | | | fi-rr-skiing-nordic.svg | | | | fi-rr-skiing.svg | | | | fi-rr-sledding.svg | | | | fi-rr-sleigh.svg | | | | fi-rr-smartphone.svg | | | | fi-rr-smile-beam.svg | | | | fi-rr-smile-wink.svg | | | | fi-rr-smile.svg | | | | fi-rr-smog.svg | | | | fi-rr-smoke.svg | | | | fi-rr-snow-blowing.svg | | | | fi-rr-snowboarding.svg | | | | fi-rr-snowflake.svg | | | | fi-rr-snowflakes.svg | | | | fi-rr-snowmobile.svg | | | | fi-rr-snowplow.svg | | | | fi-rr-soap.svg | | | | fi-rr-social-network.svg | | | | fi-rr-sort-alpha-down-alt.svg | | | | fi-rr-sort-alpha-down.svg | | | | fi-rr-sort-alpha-up-alt.svg | | | | fi-rr-sort-alpha-up.svg | | | | fi-rr-sort-alt.svg | | | | fi-rr-sort-amount-down-alt.svg | | | | fi-rr-sort-amount-down.svg | | | | fi-rr-sort-amount-up-alt.svg | | | | fi-rr-sort-amount-up.svg | | | | fi-rr-sort-down.svg | | | | fi-rr-sort-numeric-down-alt.svg | | | | fi-rr-sort-numeric-down.svg | | | | fi-rr-sort.svg | | | | fi-rr-soup.svg | | | | fi-rr-spa.svg | | | | fi-rr-space-shuttle.svg | | | | fi-rr-spade.svg | | | | fi-rr-sparkles.svg | | | | fi-rr-speaker.svg | | | | fi-rr-sphere.svg | | | | fi-rr-spinner.svg | | | | fi-rr-spoon.svg | | | | fi-rr-sport.svg | | | | fi-rr-square-code.svg | | | | fi-rr-square-root.svg | | | | fi-rr-square-terminal.svg | | | | fi-rr-square.svg | | | | fi-rr-stamp.svg | | | | fi-rr-star-octogram.svg | | | | fi-rr-star.svg | | | | fi-rr-starfighter.svg | | | | fi-rr-stars.svg | | | | fi-rr-stats.svg | | | | fi-rr-steak.svg | | | | fi-rr-steering-wheel.svg | | | | fi-rr-stethoscope.svg | | | | fi-rr-sticker.svg | | | | fi-rr-stop.svg | | | | fi-rr-stopwatch.svg | | | | fi-rr-store-alt.svg | | | | fi-rr-strawberry.svg | | | | fi-rr-subtitles.svg | | | | fi-rr-subway.svg | | | | fi-rr-suitcase-alt.svg | | | | fi-rr-summer.svg | | | | fi-rr-sun.svg | | | | fi-rr-sunrise-alt.svg | | | | fi-rr-sunrise.svg | | | | fi-rr-sunset.svg | | | | fi-rr-surfing.svg | | | | fi-rr-surprise.svg | | | | fi-rr-sushi.svg | | | | fi-rr-swimmer.svg | | | | fi-rr-sword.svg | | | | fi-rr-symbol.svg | | | | fi-rr-syringe.svg | | | | fi-rr-t.svg | | | | fi-rr-table-columns.svg | | | | fi-rr-table-layout.svg | | | | fi-rr-table-pivot.svg | | | | fi-rr-table-rows.svg | | | | fi-rr-table-tree.svg | | | | fi-rr-tablet.svg | | | | fi-rr-tachometer-alt-average.svg | | | | fi-rr-tachometer-alt-fastest.svg | | | | fi-rr-tachometer-alt-slow.svg | | | | fi-rr-tachometer-alt-slowest.svg | | | | fi-rr-tachometer-average.svg | | | | fi-rr-tachometer-fast.svg | | | | fi-rr-tachometer-fastest.svg | | | | fi-rr-tachometer-slow.svg | | | | fi-rr-tachometer-slowest.svg | | | | fi-rr-tachometer.svg | | | | fi-rr-taco.svg | | | | fi-rr-tags.svg | | | | fi-rr-tally.svg | | | | fi-rr-target.svg | | | | fi-rr-taxi.svg | | | | fi-rr-temperature-down.svg | | | | fi-rr-temperature-frigid.svg | | | | fi-rr-temperature-high.svg | | | | fi-rr-temperature-low.svg | | | | fi-rr-temperature-up.svg | | | | fi-rr-tenge.svg | | | | fi-rr-tennis.svg | | | | fi-rr-terrace.svg | | | | fi-rr-test-tube.svg | | | | fi-rr-test.svg | | | | fi-rr-text-check.svg | | | | fi-rr-text-slash.svg | | | | fi-rr-text.svg | | | | fi-rr-thermometer-half.svg | | | | fi-rr-thumbtack.svg | | | | fi-rr-thunderstorm-moon.svg | | | | fi-rr-thunderstorm-sun.svg | | | | fi-rr-thunderstorm.svg | | | | fi-rr-ticket.svg | | | | fi-rr-time-add.svg | | | | fi-rr-time-check.svg | | | | fi-rr-time-delete.svg | | | | fi-rr-time-fast.svg | | | | fi-rr-time-forward-sixty.svg | | | | fi-rr-time-forward-ten.svg | | | | fi-rr-time-forward.svg | | | | fi-rr-time-half-past.svg | | | | fi-rr-time-oclock.svg | | | | fi-rr-time-past.svg | | | | fi-rr-time-quarter-past.svg | | | | fi-rr-time-quarter-to.svg | | | | fi-rr-time-twenty-four.svg | | | | fi-rr-tire-flat.svg | | | | fi-rr-tire-pressure-warning.svg | | | | fi-rr-tire-rugged.svg | | | | fi-rr-tire.svg | | | | fi-rr-tired.svg | | | | fi-rr-tomato.svg | | | | fi-rr-tool-box.svg | | | | fi-rr-tool-crop.svg | | | | fi-rr-tool-marquee.svg | | | | fi-rr-tooth.svg | | | | fi-rr-tornado.svg | | | | fi-rr-tractor.svg | | | | fi-rr-trailer.svg | | | | fi-rr-train-side.svg | | | | fi-rr-train.svg | | | | fi-rr-tram.svg | | | | fi-rr-transform.svg | | | | fi-rr-trash.svg | | | | fi-rr-treasure-chest.svg | | | | fi-rr-treatment.svg | | | | fi-rr-tree-christmas.svg | | | | fi-rr-tree.svg | | | | fi-rr-triangle.svg | | | | fi-rr-trophy.svg | | | | fi-rr-truck-container.svg | | | | fi-rr-truck-couch.svg | | | | fi-rr-truck-loading.svg | | | | fi-rr-truck-monster.svg | | | | fi-rr-truck-moving.svg | | | | fi-rr-truck-pickup.svg | | | | fi-rr-truck-plow.svg | | | | fi-rr-truck-ramp.svg | | | | fi-rr-truck-side.svg | | | | fi-rr-tty.svg | | | | fi-rr-turkey.svg | | | | fi-rr-tv-music.svg | | | | fi-rr-typewriter.svg | | | | fi-rr-u.svg | | | | fi-rr-umbrella.svg | | | | fi-rr-underline.svg | | | | fi-rr-undo-alt.svg | | | | fi-rr-undo.svg | | | | fi-rr-unlock.svg | | | | fi-rr-upload.svg | | | | fi-rr-usb-pendrive.svg | | | | fi-rr-usd-circle.svg | | | | fi-rr-usd-square.svg | | | | fi-rr-user-add.svg | | | | fi-rr-user-time.svg | | | | fi-rr-user.svg | | | | fi-rr-users-alt.svg | | | | fi-rr-users.svg | | | | fi-rr-utensils.svg | | | | fi-rr-v.svg | | | | fi-rr-vector-alt.svg | | | | fi-rr-vector.svg | | | | fi-rr-venus-double.svg | | | | fi-rr-venus-mars.svg | | | | fi-rr-venus.svg | | | | fi-rr-video-arrow-down-left.svg | | | | fi-rr-video-arrow-up-right.svg | | | | fi-rr-video-camera-alt.svg | | | | fi-rr-video-camera.svg | | | | fi-rr-video-plus.svg | | | | fi-rr-video-slash.svg | | | | fi-rr-volcano.svg | | | | fi-rr-volleyball.svg | | | | fi-rr-volume.svg | | | | fi-rr-w.svg | | | | fi-rr-wagon-covered.svg | | | | fi-rr-wallet.svg | | | | fi-rr-water-bottle.svg | | | | fi-rr-water-lower.svg | | | | fi-rr-water-rise.svg | | | | fi-rr-water.svg | | | | fi-rr-watermelon.svg | | | | fi-rr-wheat.svg | | | | fi-rr-wheelchair.svg | | | | fi-rr-whistle.svg | | | | fi-rr-wifi-alt.svg | | | | fi-rr-wind-warning.svg | | | | fi-rr-wind.svg | | | | fi-rr-windsock.svg | | | | fi-rr-woman-head.svg | | | | fi-rr-world.svg | | | | fi-rr-wrench-simple.svg | | | | fi-rr-x.svg | | | | fi-rr-y.svg | | | | fi-rr-yen.svg | | | | fi-rr-z.svg | | | | fi-rr-zoom-in.svg | | | | fi-rr-zoom-out.svg | | | | | | | \---webfonts | | | uicons-regular-rounded.css | | | uicons-regular-rounded.eot | | | uicons-regular-rounded.html | | | uicons-regular-rounded.woff | | | uicons-regular-rounded.woff2 | | | | | +---fontawesome-icons | | | | LICENSE.txt | | | | | | | +---css | | | | all.css | | | | all.min.css | | | | brands.css | | | | brands.min.css | | | | fontawesome.css | | | | fontawesome.min.css | | | | regular.css | | | | regular.min.css | | | | solid.css | | | | solid.min.css | | | | svg-with-js.css | | | | svg-with-js.min.css | | | | v4-font-face.css | | | | v4-font-face.min.css | | | | v4-shims.css | | | | v4-shims.min.css | | | | v5-font-face.css | | | | v5-font-face.min.css | | | | | | | +---js | | | | all.js | | | | all.min.js | | | | brands.js | | | | brands.min.js | | | | conflict-detection.js | | | | conflict-detection.min.js | | | | fontawesome.js | | | | fontawesome.min.js | | | | regular.js | | | | regular.min.js | | | | solid.js | | | | solid.min.js | | | | v4-shims.js | | | | v4-shims.min.js | | | | | | | +---less | | | | brands.less | | | | fontawesome.less | | | | regular.less | | | | solid.less | | | | v4-shims.less | | | | _animated.less | | | | _bordered-pulled.less | | | | _core.less | | | | _fixed-width.less | | | | _icons.less | | | | _list.less | | | | _mixins.less | | | | _rotated-flipped.less | | | | _screen-reader.less | | | | _shims.less | | | | _sizing.less | | | | _stacked.less | | | | _variables.less | | | | | | | +---metadata | | | | categories.yml | | | | icon-families.json | | | | icon-families.yml | | | | icons.json | | | | icons.yml | | | | shims.json | | | | shims.yml | | | | sponsors.yml | | | | | | | +---scss | | | | brands.scss | | | | fontawesome.scss | | | | regular.scss | | | | solid.scss | | | | v4-shims.scss | | | | _animated.scss | | | | _bordered-pulled.scss | | | | _core.scss | | | | _fixed-width.scss | | | | _functions.scss | | | | _icons.scss | | | | _list.scss | | | | _mixins.scss | | | | _rotated-flipped.scss | | | | _screen-reader.scss | | | | _shims.scss | | | | _sizing.scss | | | | _stacked.scss | | | | _variables.scss | | | | | | | +---sprites | | | | brands.svg | | | | regular.svg | | | | solid.svg | | | | | | | +---svgs | | | | +---brands | | | | | 42-group.svg | | | | | 500px.svg | | | | | accessible-icon.svg | | | | | accusoft.svg | | | | | adn.svg | | | | | adversal.svg | | | | | affiliatetheme.svg | | | | | airbnb.svg | | | | | algolia.svg | | | | | alipay.svg | | | | | amazon-pay.svg | | | | | amazon.svg | | | | | amilia.svg | | | | | android.svg | | | | | angellist.svg | | | | | angrycreative.svg | | | | | angular.svg | | | | | app-store-ios.svg | | | | | app-store.svg | | | | | apper.svg | | | | | apple-pay.svg | | | | | apple.svg | | | | | artstation.svg | | | | | asymmetrik.svg | | | | | atlassian.svg | | | | | audible.svg | | | | | autoprefixer.svg | | | | | avianex.svg | | | | | aviato.svg | | | | | aws.svg | | | | | bandcamp.svg | | | | | battle-net.svg | | | | | behance.svg | | | | | bilibili.svg | | | | | bimobject.svg | | | | | bitbucket.svg | | | | | bitcoin.svg | | | | | bity.svg | | | | | black-tie.svg | | | | | blackberry.svg | | | | | blogger-b.svg | | | | | blogger.svg | | | | | bluetooth-b.svg | | | | | bluetooth.svg | | | | | bootstrap.svg | | | | | bots.svg | | | | | btc.svg | | | | | buffer.svg | | | | | buromobelexperte.svg | | | | | buy-n-large.svg | | | | | buysellads.svg | | | | | canadian-maple-leaf.svg | | | | | cc-amazon-pay.svg | | | | | cc-amex.svg | | | | | cc-apple-pay.svg | | | | | cc-diners-club.svg | | | | | cc-discover.svg | | | | | cc-jcb.svg | | | | | cc-mastercard.svg | | | | | cc-paypal.svg | | | | | cc-stripe.svg | | | | | cc-visa.svg | | | | | centercode.svg | | | | | centos.svg | | | | | chrome.svg | | | | | chromecast.svg | | | | | cloudflare.svg | | | | | cloudscale.svg | | | | | cloudsmith.svg | | | | | cloudversify.svg | | | | | cmplid.svg | | | | | codepen.svg | | | | | codiepie.svg | | | | | confluence.svg | | | | | connectdevelop.svg | | | | | contao.svg | | | | | cotton-bureau.svg | | | | | cpanel.svg | | | | | creative-commons-by.svg | | | | | creative-commons-nc-eu.svg | | | | | creative-commons-nc-jp.svg | | | | | creative-commons-nc.svg | | | | | creative-commons-nd.svg | | | | | creative-commons-pd-alt.svg | | | | | creative-commons-pd.svg | | | | | creative-commons-remix.svg | | | | | creative-commons-sa.svg | | | | | creative-commons-sampling-plus.svg | | | | | creative-commons-sampling.svg | | | | | creative-commons-share.svg | | | | | creative-commons-zero.svg | | | | | creative-commons.svg | | | | | critical-role.svg | | | | | css3-alt.svg | | | | | css3.svg | | | | | cuttlefish.svg | | | | | d-and-d-beyond.svg | | | | | d-and-d.svg | | | | | dailymotion.svg | | | | | dashcube.svg | | | | | deezer.svg | | | | | delicious.svg | | | | | deploydog.svg | | | | | deskpro.svg | | | | | dev.svg | | | | | deviantart.svg | | | | | dhl.svg | | | | | diaspora.svg | | | | | digg.svg | | | | | digital-ocean.svg | | | | | discord.svg | | | | | discourse.svg | | | | | dochub.svg | | | | | docker.svg | | | | | draft2digital.svg | | | | | dribbble.svg | | | | | dropbox.svg | | | | | drupal.svg | | | | | dyalog.svg | | | | | earlybirds.svg | | | | | ebay.svg | | | | | edge-legacy.svg | | | | | edge.svg | | | | | elementor.svg | | | | | ello.svg | | | | | ember.svg | | | | | empire.svg | | | | | envira.svg | | | | | erlang.svg | | | | | ethereum.svg | | | | | etsy.svg | | | | | evernote.svg | | | | | expeditedssl.svg | | | | | facebook-f.svg | | | | | facebook-messenger.svg | | | | | facebook.svg | | | | | fantasy-flight-games.svg | | | | | fedex.svg | | | | | fedora.svg | | | | | figma.svg | | | | | firefox-browser.svg | | | | | firefox.svg | | | | | first-order-alt.svg | | | | | first-order.svg | | | | | firstdraft.svg | | | | | flickr.svg | | | | | flipboard.svg | | | | | fly.svg | | | | | font-awesome.svg | | | | | fonticons-fi.svg | | | | | fonticons.svg | | | | | fort-awesome-alt.svg | | | | | fort-awesome.svg | | | | | forumbee.svg | | | | | foursquare.svg | | | | | free-code-camp.svg | | | | | freebsd.svg | | | | | fulcrum.svg | | | | | galactic-republic.svg | | | | | galactic-senate.svg | | | | | get-pocket.svg | | | | | gg-circle.svg | | | | | gg.svg | | | | | git-alt.svg | | | | | git.svg | | | | | github-alt.svg | | | | | github.svg | | | | | gitkraken.svg | | | | | gitlab.svg | | | | | gitter.svg | | | | | glide-g.svg | | | | | glide.svg | | | | | gofore.svg | | | | | golang.svg | | | | | goodreads-g.svg | | | | | goodreads.svg | | | | | google-drive.svg | | | | | google-pay.svg | | | | | google-play.svg | | | | | google-plus-g.svg | | | | | google-plus.svg | | | | | google-wallet.svg | | | | | google.svg | | | | | gratipay.svg | | | | | grav.svg | | | | | gripfire.svg | | | | | grunt.svg | | | | | guilded.svg | | | | | gulp.svg | | | | | hacker-news.svg | | | | | hackerrank.svg | | | | | hashnode.svg | | | | | hips.svg | | | | | hire-a-helper.svg | | | | | hive.svg | | | | | hooli.svg | | | | | hornbill.svg | | | | | hotjar.svg | | | | | houzz.svg | | | | | html5.svg | | | | | hubspot.svg | | | | | ideal.svg | | | | | imdb.svg | | | | | instagram.svg | | | | | instalod.svg | | | | | intercom.svg | | | | | internet-explorer.svg | | | | | invision.svg | | | | | ioxhost.svg | | | | | itch-io.svg | | | | | itunes-note.svg | | | | | itunes.svg | | | | | java.svg | | | | | jedi-order.svg | | | | | jenkins.svg | | | | | jira.svg | | | | | joget.svg | | | | | joomla.svg | | | | | js.svg | | | | | jsfiddle.svg | | | | | kaggle.svg | | | | | keybase.svg | | | | | keycdn.svg | | | | | kickstarter-k.svg | | | | | kickstarter.svg | | | | | korvue.svg | | | | | laravel.svg | | | | | lastfm.svg | | | | | leanpub.svg | | | | | less.svg | | | | | line.svg | | | | | linkedin-in.svg | | | | | linkedin.svg | | | | | linode.svg | | | | | linux.svg | | | | | lyft.svg | | | | | magento.svg | | | | | mailchimp.svg | | | | | mandalorian.svg | | | | | markdown.svg | | | | | mastodon.svg | | | | | maxcdn.svg | | | | | mdb.svg | | | | | medapps.svg | | | | | medium.svg | | | | | medrt.svg | | | | | meetup.svg | | | | | megaport.svg | | | | | mendeley.svg | | | | | meta.svg | | | | | microblog.svg | | | | | microsoft.svg | | | | | mix.svg | | | | | mixcloud.svg | | | | | mixer.svg | | | | | mizuni.svg | | | | | modx.svg | | | | | monero.svg | | | | | napster.svg | | | | | neos.svg | | | | | nfc-directional.svg | | | | | nfc-symbol.svg | | | | | nimblr.svg | | | | | node-js.svg | | | | | node.svg | | | | | npm.svg | | | | | ns8.svg | | | | | nutritionix.svg | | | | | octopus-deploy.svg | | | | | odnoklassniki.svg | | | | | old-republic.svg | | | | | opencart.svg | | | | | openid.svg | | | | | opera.svg | | | | | optin-monster.svg | | | | | orcid.svg | | | | | osi.svg | | | | | padlet.svg | | | | | page4.svg | | | | | pagelines.svg | | | | | palfed.svg | | | | | patreon.svg | | | | | paypal.svg | | | | | perbyte.svg | | | | | periscope.svg | | | | | phabricator.svg | | | | | phoenix-framework.svg | | | | | phoenix-squadron.svg | | | | | php.svg | | | | | pied-piper-alt.svg | | | | | pied-piper-hat.svg | | | | | pied-piper-pp.svg | | | | | pied-piper.svg | | | | | pinterest-p.svg | | | | | pinterest.svg | | | | | pix.svg | | | | | playstation.svg | | | | | product-hunt.svg | | | | | pushed.svg | | | | | python.svg | | | | | qq.svg | | | | | quinscape.svg | | | | | quora.svg | | | | | r-project.svg | | | | | raspberry-pi.svg | | | | | ravelry.svg | | | | | react.svg | | | | | reacteurope.svg | | | | | readme.svg | | | | | rebel.svg | | | | | red-river.svg | | | | | reddit-alien.svg | | | | | reddit.svg | | | | | redhat.svg | | | | | renren.svg | | | | | replyd.svg | | | | | researchgate.svg | | | | | resolving.svg | | | | | rev.svg | | | | | rocketchat.svg | | | | | rockrms.svg | | | | | rust.svg | | | | | safari.svg | | | | | salesforce.svg | | | | | sass.svg | | | | | schlix.svg | | | | | screenpal.svg | | | | | scribd.svg | | | | | searchengin.svg | | | | | sellcast.svg | | | | | sellsy.svg | | | | | servicestack.svg | | | | | shirtsinbulk.svg | | | | | shopify.svg | | | | | shopware.svg | | | | | simplybuilt.svg | | | | | sistrix.svg | | | | | sith.svg | | | | | sitrox.svg | | | | | sketch.svg | | | | | skyatlas.svg | | | | | skype.svg | | | | | slack.svg | | | | | slideshare.svg | | | | | snapchat.svg | | | | | soundcloud.svg | | | | | sourcetree.svg | | | | | space-awesome.svg | | | | | speakap.svg | | | | | speaker-deck.svg | | | | | spotify.svg | | | | | square-behance.svg | | | | | square-dribbble.svg | | | | | square-facebook.svg | | | | | square-font-awesome-stroke.svg | | | | | square-font-awesome.svg | | | | | square-git.svg | | | | | square-github.svg | | | | | square-gitlab.svg | | | | | square-google-plus.svg | | | | | square-hacker-news.svg | | | | | square-instagram.svg | | | | | square-js.svg | | | | | square-lastfm.svg | | | | | square-odnoklassniki.svg | | | | | square-pied-piper.svg | | | | | square-pinterest.svg | | | | | square-reddit.svg | | | | | square-snapchat.svg | | | | | square-steam.svg | | | | | square-tumblr.svg | | | | | square-twitter.svg | | | | | square-viadeo.svg | | | | | square-vimeo.svg | | | | | square-whatsapp.svg | | | | | square-xing.svg | | | | | square-youtube.svg | | | | | squarespace.svg | | | | | stack-exchange.svg | | | | | stack-overflow.svg | | | | | stackpath.svg | | | | | staylinked.svg | | | | | steam-symbol.svg | | | | | steam.svg | | | | | sticker-mule.svg | | | | | strava.svg | | | | | stripe-s.svg | | | | | stripe.svg | | | | | studiovinari.svg | | | | | stumbleupon-circle.svg | | | | | stumbleupon.svg | | | | | superpowers.svg | | | | | supple.svg | | | | | suse.svg | | | | | swift.svg | | | | | symfony.svg | | | | | teamspeak.svg | | | | | telegram.svg | | | | | tencent-weibo.svg | | | | | the-red-yeti.svg | | | | | themeco.svg | | | | | themeisle.svg | | | | | think-peaks.svg | | | | | tiktok.svg | | | | | trade-federation.svg | | | | | trello.svg | | | | | tumblr.svg | | | | | twitch.svg | | | | | twitter.svg | | | | | typo3.svg | | | | | uber.svg | | | | | ubuntu.svg | | | | | uikit.svg | | | | | umbraco.svg | | | | | uncharted.svg | | | | | uniregistry.svg | | | | | unity.svg | | | | | unsplash.svg | | | | | untappd.svg | | | | | ups.svg | | | | | usb.svg | | | | | usps.svg | | | | | ussunnah.svg | | | | | vaadin.svg | | | | | viacoin.svg | | | | | viadeo.svg | | | | | viber.svg | | | | | vimeo-v.svg | | | | | vimeo.svg | | | | | vine.svg | | | | | vk.svg | | | | | vnv.svg | | | | | vuejs.svg | | | | | watchman-monitoring.svg | | | | | waze.svg | | | | | weebly.svg | | | | | weibo.svg | | | | | weixin.svg | | | | | whatsapp.svg | | | | | whmcs.svg | | | | | wikipedia-w.svg | | | | | windows.svg | | | | | wirsindhandwerk.svg | | | | | wix.svg | | | | | wizards-of-the-coast.svg | | | | | wodu.svg | | | | | wolf-pack-battalion.svg | | | | | wordpress-simple.svg | | | | | wordpress.svg | | | | | wpbeginner.svg | | | | | wpexplorer.svg | | | | | wpforms.svg | | | | | wpressr.svg | | | | | xbox.svg | | | | | xing.svg | | | | | y-combinator.svg | | | | | yahoo.svg | | | | | yammer.svg | | | | | yandex-international.svg | | | | | yandex.svg | | | | | yarn.svg | | | | | yelp.svg | | | | | yoast.svg | | | | | youtube.svg | | | | | zhihu.svg | | | | | | | | | +---regular | | | | | address-book.svg | | | | | address-card.svg | | | | | bell-slash.svg | | | | | bell.svg | | | | | bookmark.svg | | | | | building.svg | | | | | calendar-check.svg | | | | | calendar-days.svg | | | | | calendar-minus.svg | | | | | calendar-plus.svg | | | | | calendar-xmark.svg | | | | | calendar.svg | | | | | chart-bar.svg | | | | | chess-bishop.svg | | | | | chess-king.svg | | | | | chess-knight.svg | | | | | chess-pawn.svg | | | | | chess-queen.svg | | | | | chess-rook.svg | | | | | circle-check.svg | | | | | circle-dot.svg | | | | | circle-down.svg | | | | | circle-left.svg | | | | | circle-pause.svg | | | | | circle-play.svg | | | | | circle-question.svg | | | | | circle-right.svg | | | | | circle-stop.svg | | | | | circle-up.svg | | | | | circle-user.svg | | | | | circle-xmark.svg | | | | | circle.svg | | | | | clipboard.svg | | | | | clock.svg | | | | | clone.svg | | | | | closed-captioning.svg | | | | | comment-dots.svg | | | | | comment.svg | | | | | comments.svg | | | | | compass.svg | | | | | copy.svg | | | | | copyright.svg | | | | | credit-card.svg | | | | | envelope-open.svg | | | | | envelope.svg | | | | | eye-slash.svg | | | | | eye.svg | | | | | face-angry.svg | | | | | face-dizzy.svg | | | | | face-flushed.svg | | | | | face-frown-open.svg | | | | | face-frown.svg | | | | | face-grimace.svg | | | | | face-grin-beam-sweat.svg | | | | | face-grin-beam.svg | | | | | face-grin-hearts.svg | | | | | face-grin-squint-tears.svg | | | | | face-grin-squint.svg | | | | | face-grin-stars.svg | | | | | face-grin-tears.svg | | | | | face-grin-tongue-squint.svg | | | | | face-grin-tongue-wink.svg | | | | | face-grin-tongue.svg | | | | | face-grin-wide.svg | | | | | face-grin-wink.svg | | | | | face-grin.svg | | | | | face-kiss-beam.svg | | | | | face-kiss-wink-heart.svg | | | | | face-kiss.svg | | | | | face-laugh-beam.svg | | | | | face-laugh-squint.svg | | | | | face-laugh-wink.svg | | | | | face-laugh.svg | | | | | face-meh-blank.svg | | | | | face-meh.svg | | | | | face-rolling-eyes.svg | | | | | face-sad-cry.svg | | | | | face-sad-tear.svg | | | | | face-smile-beam.svg | | | | | face-smile-wink.svg | | | | | face-smile.svg | | | | | face-surprise.svg | | | | | face-tired.svg | | | | | file-audio.svg | | | | | file-code.svg | | | | | file-excel.svg | | | | | file-image.svg | | | | | file-lines.svg | | | | | file-pdf.svg | | | | | file-powerpoint.svg | | | | | file-video.svg | | | | | file-word.svg | | | | | file-zipper.svg | | | | | file.svg | | | | | flag.svg | | | | | floppy-disk.svg | | | | | folder-closed.svg | | | | | folder-open.svg | | | | | folder.svg | | | | | font-awesome.svg | | | | | futbol.svg | | | | | gem.svg | | | | | hand-back-fist.svg | | | | | hand-lizard.svg | | | | | hand-peace.svg | | | | | hand-point-down.svg | | | | | hand-point-left.svg | | | | | hand-point-right.svg | | | | | hand-point-up.svg | | | | | hand-pointer.svg | | | | | hand-scissors.svg | | | | | hand-spock.svg | | | | | hand.svg | | | | | handshake.svg | | | | | hard-drive.svg | | | | | heart.svg | | | | | hospital.svg | | | | | hourglass-half.svg | | | | | hourglass.svg | | | | | id-badge.svg | | | | | id-card.svg | | | | | image.svg | | | | | images.svg | | | | | keyboard.svg | | | | | lemon.svg | | | | | life-ring.svg | | | | | lightbulb.svg | | | | | map.svg | | | | | message.svg | | | | | money-bill-1.svg | | | | | moon.svg | | | | | newspaper.svg | | | | | note-sticky.svg | | | | | object-group.svg | | | | | object-ungroup.svg | | | | | paper-plane.svg | | | | | paste.svg | | | | | pen-to-square.svg | | | | | rectangle-list.svg | | | | | rectangle-xmark.svg | | | | | registered.svg | | | | | share-from-square.svg | | | | | snowflake.svg | | | | | square-caret-down.svg | | | | | square-caret-left.svg | | | | | square-caret-right.svg | | | | | square-caret-up.svg | | | | | square-check.svg | | | | | square-full.svg | | | | | square-minus.svg | | | | | square-plus.svg | | | | | square.svg | | | | | star-half-stroke.svg | | | | | star-half.svg | | | | | star.svg | | | | | sun.svg | | | | | thumbs-down.svg | | | | | thumbs-up.svg | | | | | trash-can.svg | | | | | user.svg | | | | | window-maximize.svg | | | | | window-minimize.svg | | | | | window-restore.svg | | | | | | | | | \---solid | | | | 0.svg | | | | 1.svg | | | | 2.svg | | | | 3.svg | | | | 4.svg | | | | 5.svg | | | | 6.svg | | | | 7.svg | | | | 8.svg | | | | 9.svg | | | | a.svg | | | | address-book.svg | | | | address-card.svg | | | | align-center.svg | | | | align-justify.svg | | | | align-left.svg | | | | align-right.svg | | | | anchor-circle-check.svg | | | | anchor-circle-exclamation.svg | | | | anchor-circle-xmark.svg | | | | anchor-lock.svg | | | | anchor.svg | | | | angle-down.svg | | | | angle-left.svg | | | | angle-right.svg | | | | angle-up.svg | | | | angles-down.svg | | | | angles-left.svg | | | | angles-right.svg | | | | angles-up.svg | | | | ankh.svg | | | | apple-whole.svg | | | | archway.svg | | | | arrow-down-1-9.svg | | | | arrow-down-9-1.svg | | | | arrow-down-a-z.svg | | | | arrow-down-long.svg | | | | arrow-down-short-wide.svg | | | | arrow-down-up-across-line.svg | | | | arrow-down-up-lock.svg | | | | arrow-down-wide-short.svg | | | | arrow-down-z-a.svg | | | | arrow-down.svg | | | | arrow-left-long.svg | | | | arrow-left.svg | | | | arrow-pointer.svg | | | | arrow-right-arrow-left.svg | | | | arrow-right-from-bracket.svg | | | | arrow-right-long.svg | | | | arrow-right-to-bracket.svg | | | | arrow-right-to-city.svg | | | | arrow-right.svg | | | | arrow-rotate-left.svg | | | | arrow-rotate-right.svg | | | | arrow-trend-down.svg | | | | arrow-trend-up.svg | | | | arrow-turn-down.svg | | | | arrow-turn-up.svg | | | | arrow-up-1-9.svg | | | | arrow-up-9-1.svg | | | | arrow-up-a-z.svg | | | | arrow-up-from-bracket.svg | | | | arrow-up-from-ground-water.svg | | | | arrow-up-from-water-pump.svg | | | | arrow-up-long.svg | | | | arrow-up-right-dots.svg | | | | arrow-up-right-from-square.svg | | | | arrow-up-short-wide.svg | | | | arrow-up-wide-short.svg | | | | arrow-up-z-a.svg | | | | arrow-up.svg | | | | arrows-down-to-line.svg | | | | arrows-down-to-people.svg | | | | arrows-left-right-to-line.svg | | | | arrows-left-right.svg | | | | arrows-rotate.svg | | | | arrows-spin.svg | | | | arrows-split-up-and-left.svg | | | | arrows-to-circle.svg | | | | arrows-to-dot.svg | | | | arrows-to-eye.svg | | | | arrows-turn-right.svg | | | | arrows-turn-to-dots.svg | | | | arrows-up-down-left-right.svg | | | | arrows-up-down.svg | | | | arrows-up-to-line.svg | | | | asterisk.svg | | | | at.svg | | | | atom.svg | | | | audio-description.svg | | | | austral-sign.svg | | | | award.svg | | | | b.svg | | | | baby-carriage.svg | | | | baby.svg | | | | backward-fast.svg | | | | backward-step.svg | | | | backward.svg | | | | bacon.svg | | | | bacteria.svg | | | | bacterium.svg | | | | bag-shopping.svg | | | | bahai.svg | | | | baht-sign.svg | | | | ban-smoking.svg | | | | ban.svg | | | | bandage.svg | | | | barcode.svg | | | | bars-progress.svg | | | | bars-staggered.svg | | | | bars.svg | | | | baseball-bat-ball.svg | | | | baseball.svg | | | | basket-shopping.svg | | | | basketball.svg | | | | bath.svg | | | | battery-empty.svg | | | | battery-full.svg | | | | battery-half.svg | | | | battery-quarter.svg | | | | battery-three-quarters.svg | | | | bed-pulse.svg | | | | bed.svg | | | | beer-mug-empty.svg | | | | bell-concierge.svg | | | | bell-slash.svg | | | | bell.svg | | | | bezier-curve.svg | | | | bicycle.svg | | | | binoculars.svg | | | | biohazard.svg | | | | bitcoin-sign.svg | | | | blender-phone.svg | | | | blender.svg | | | | blog.svg | | | | bold.svg | | | | bolt-lightning.svg | | | | bolt.svg | | | | bomb.svg | | | | bone.svg | | | | bong.svg | | | | book-atlas.svg | | | | book-bible.svg | | | | book-bookmark.svg | | | | book-journal-whills.svg | | | | book-medical.svg | | | | book-open-reader.svg | | | | book-open.svg | | | | book-quran.svg | | | | book-skull.svg | | | | book-tanakh.svg | | | | book.svg | | | | bookmark.svg | | | | border-all.svg | | | | border-none.svg | | | | border-top-left.svg | | | | bore-hole.svg | | | | bottle-droplet.svg | | | | bottle-water.svg | | | | bowl-food.svg | | | | bowl-rice.svg | | | | bowling-ball.svg | | | | box-archive.svg | | | | box-open.svg | | | | box-tissue.svg | | | | box.svg | | | | boxes-packing.svg | | | | boxes-stacked.svg | | | | braille.svg | | | | brain.svg | | | | brazilian-real-sign.svg | | | | bread-slice.svg | | | | bridge-circle-check.svg | | | | bridge-circle-exclamation.svg | | | | bridge-circle-xmark.svg | | | | bridge-lock.svg | | | | bridge-water.svg | | | | bridge.svg | | | | briefcase-medical.svg | | | | briefcase.svg | | | | broom-ball.svg | | | | broom.svg | | | | brush.svg | | | | bucket.svg | | | | bug-slash.svg | | | | bug.svg | | | | bugs.svg | | | | building-circle-arrow-right.svg | | | | building-circle-check.svg | | | | building-circle-exclamation.svg | | | | building-circle-xmark.svg | | | | building-columns.svg | | | | building-flag.svg | | | | building-lock.svg | | | | building-ngo.svg | | | | building-shield.svg | | | | building-un.svg | | | | building-user.svg | | | | building-wheat.svg | | | | building.svg | | | | bullhorn.svg | | | | bullseye.svg | | | | burger.svg | | | | burst.svg | | | | bus-simple.svg | | | | bus.svg | | | | business-time.svg | | | | c.svg | | | | cable-car.svg | | | | cake-candles.svg | | | | calculator.svg | | | | calendar-check.svg | | | | calendar-day.svg | | | | calendar-days.svg | | | | calendar-minus.svg | | | | calendar-plus.svg | | | | calendar-week.svg | | | | calendar-xmark.svg | | | | calendar.svg | | | | camera-retro.svg | | | | camera-rotate.svg | | | | camera.svg | | | | campground.svg | | | | candy-cane.svg | | | | cannabis.svg | | | | capsules.svg | | | | car-battery.svg | | | | car-burst.svg | | | | car-on.svg | | | | car-rear.svg | | | | car-side.svg | | | | car-tunnel.svg | | | | car.svg | | | | caravan.svg | | | | caret-down.svg | | | | caret-left.svg | | | | caret-right.svg | | | | caret-up.svg | | | | carrot.svg | | | | cart-arrow-down.svg | | | | cart-flatbed-suitcase.svg | | | | cart-flatbed.svg | | | | cart-plus.svg | | | | cart-shopping.svg | | | | cash-register.svg | | | | cat.svg | | | | cedi-sign.svg | | | | cent-sign.svg | | | | certificate.svg | | | | chair.svg | | | | chalkboard-user.svg | | | | chalkboard.svg | | | | champagne-glasses.svg | | | | charging-station.svg | | | | chart-area.svg | | | | chart-bar.svg | | | | chart-column.svg | | | | chart-gantt.svg | | | | chart-line.svg | | | | chart-pie.svg | | | | chart-simple.svg | | | | check-double.svg | | | | check-to-slot.svg | | | | check.svg | | | | cheese.svg | | | | chess-bishop.svg | | | | chess-board.svg | | | | chess-king.svg | | | | chess-knight.svg | | | | chess-pawn.svg | | | | chess-queen.svg | | | | chess-rook.svg | | | | chess.svg | | | | chevron-down.svg | | | | chevron-left.svg | | | | chevron-right.svg | | | | chevron-up.svg | | | | child-dress.svg | | | | child-reaching.svg | | | | child-rifle.svg | | | | child.svg | | | | children.svg | | | | church.svg | | | | circle-arrow-down.svg | | | | circle-arrow-left.svg | | | | circle-arrow-right.svg | | | | circle-arrow-up.svg | | | | circle-check.svg | | | | circle-chevron-down.svg | | | | circle-chevron-left.svg | | | | circle-chevron-right.svg | | | | circle-chevron-up.svg | | | | circle-dollar-to-slot.svg | | | | circle-dot.svg | | | | circle-down.svg | | | | circle-exclamation.svg | | | | circle-h.svg | | | | circle-half-stroke.svg | | | | circle-info.svg | | | | circle-left.svg | | | | circle-minus.svg | | | | circle-nodes.svg | | | | circle-notch.svg | | | | circle-pause.svg | | | | circle-play.svg | | | | circle-plus.svg | | | | circle-question.svg | | | | circle-radiation.svg | | | | circle-right.svg | | | | circle-stop.svg | | | | circle-up.svg | | | | circle-user.svg | | | | circle-xmark.svg | | | | circle.svg | | | | city.svg | | | | clapperboard.svg | | | | clipboard-check.svg | | | | clipboard-list.svg | | | | clipboard-question.svg | | | | clipboard-user.svg | | | | clipboard.svg | | | | clock-rotate-left.svg | | | | clock.svg | | | | clone.svg | | | | closed-captioning.svg | | | | cloud-arrow-down.svg | | | | cloud-arrow-up.svg | | | | cloud-bolt.svg | | | | cloud-meatball.svg | | | | cloud-moon-rain.svg | | | | cloud-moon.svg | | | | cloud-rain.svg | | | | cloud-showers-heavy.svg | | | | cloud-showers-water.svg | | | | cloud-sun-rain.svg | | | | cloud-sun.svg | | | | cloud.svg | | | | clover.svg | | | | code-branch.svg | | | | code-commit.svg | | | | code-compare.svg | | | | code-fork.svg | | | | code-merge.svg | | | | code-pull-request.svg | | | | code.svg | | | | coins.svg | | | | colon-sign.svg | | | | comment-dollar.svg | | | | comment-dots.svg | | | | comment-medical.svg | | | | comment-slash.svg | | | | comment-sms.svg | | | | comment.svg | | | | comments-dollar.svg | | | | comments.svg | | | | compact-disc.svg | | | | compass-drafting.svg | | | | compass.svg | | | | compress.svg | | | | computer-mouse.svg | | | | computer.svg | | | | cookie-bite.svg | | | | cookie.svg | | | | copy.svg | | | | copyright.svg | | | | couch.svg | | | | cow.svg | | | | credit-card.svg | | | | crop-simple.svg | | | | crop.svg | | | | cross.svg | | | | crosshairs.svg | | | | crow.svg | | | | crown.svg | | | | crutch.svg | | | | cruzeiro-sign.svg | | | | cube.svg | | | | cubes-stacked.svg | | | | cubes.svg | | | | d.svg | | | | database.svg | | | | delete-left.svg | | | | democrat.svg | | | | desktop.svg | | | | dharmachakra.svg | | | | diagram-next.svg | | | | diagram-predecessor.svg | | | | diagram-project.svg | | | | diagram-successor.svg | | | | diamond-turn-right.svg | | | | diamond.svg | | | | dice-d20.svg | | | | dice-d6.svg | | | | dice-five.svg | | | | dice-four.svg | | | | dice-one.svg | | | | dice-six.svg | | | | dice-three.svg | | | | dice-two.svg | | | | dice.svg | | | | disease.svg | | | | display.svg | | | | divide.svg | | | | dna.svg | | | | dog.svg | | | | dollar-sign.svg | | | | dolly.svg | | | | dong-sign.svg | | | | door-closed.svg | | | | door-open.svg | | | | dove.svg | | | | down-left-and-up-right-to-center.svg | | | | down-long.svg | | | | download.svg | | | | dragon.svg | | | | draw-polygon.svg | | | | droplet-slash.svg | | | | droplet.svg | | | | drum-steelpan.svg | | | | drum.svg | | | | drumstick-bite.svg | | | | dumbbell.svg | | | | dumpster-fire.svg | | | | dumpster.svg | | | | dungeon.svg | | | | e.svg | | | | ear-deaf.svg | | | | ear-listen.svg | | | | earth-africa.svg | | | | earth-americas.svg | | | | earth-asia.svg | | | | earth-europe.svg | | | | earth-oceania.svg | | | | egg.svg | | | | eject.svg | | | | elevator.svg | | | | ellipsis-vertical.svg | | | | ellipsis.svg | | | | envelope-circle-check.svg | | | | envelope-open-text.svg | | | | envelope-open.svg | | | | envelope.svg | | | | envelopes-bulk.svg | | | | equals.svg | | | | eraser.svg | | | | ethernet.svg | | | | euro-sign.svg | | | | exclamation.svg | | | | expand.svg | | | | explosion.svg | | | | eye-dropper.svg | | | | eye-low-vision.svg | | | | eye-slash.svg | | | | eye.svg | | | | f.svg | | | | face-angry.svg | | | | face-dizzy.svg | | | | face-flushed.svg | | | | face-frown-open.svg | | | | face-frown.svg | | | | face-grimace.svg | | | | face-grin-beam-sweat.svg | | | | face-grin-beam.svg | | | | face-grin-hearts.svg | | | | face-grin-squint-tears.svg | | | | face-grin-squint.svg | | | | face-grin-stars.svg | | | | face-grin-tears.svg | | | | face-grin-tongue-squint.svg | | | | face-grin-tongue-wink.svg | | | | face-grin-tongue.svg | | | | face-grin-wide.svg | | | | face-grin-wink.svg | | | | face-grin.svg | | | | face-kiss-beam.svg | | | | face-kiss-wink-heart.svg | | | | face-kiss.svg | | | | face-laugh-beam.svg | | | | face-laugh-squint.svg | | | | face-laugh-wink.svg | | | | face-laugh.svg | | | | face-meh-blank.svg | | | | face-meh.svg | | | | face-rolling-eyes.svg | | | | face-sad-cry.svg | | | | face-sad-tear.svg | | | | face-smile-beam.svg | | | | face-smile-wink.svg | | | | face-smile.svg | | | | face-surprise.svg | | | | face-tired.svg | | | | fan.svg | | | | faucet-drip.svg | | | | faucet.svg | | | | fax.svg | | | | feather-pointed.svg | | | | feather.svg | | | | ferry.svg | | | | file-arrow-down.svg | | | | file-arrow-up.svg | | | | file-audio.svg | | | | file-circle-check.svg | | | | file-circle-exclamation.svg | | | | file-circle-minus.svg | | | | file-circle-plus.svg | | | | file-circle-question.svg | | | | file-circle-xmark.svg | | | | file-code.svg | | | | file-contract.svg | | | | file-csv.svg | | | | file-excel.svg | | | | file-export.svg | | | | file-image.svg | | | | file-import.svg | | | | file-invoice-dollar.svg | | | | file-invoice.svg | | | | file-lines.svg | | | | file-medical.svg | | | | file-pdf.svg | | | | file-pen.svg | | | | file-powerpoint.svg | | | | file-prescription.svg | | | | file-shield.svg | | | | file-signature.svg | | | | file-video.svg | | | | file-waveform.svg | | | | file-word.svg | | | | file-zipper.svg | | | | file.svg | | | | fill-drip.svg | | | | fill.svg | | | | film.svg | | | | filter-circle-dollar.svg | | | | filter-circle-xmark.svg | | | | filter.svg | | | | fingerprint.svg | | | | fire-burner.svg | | | | fire-extinguisher.svg | | | | fire-flame-curved.svg | | | | fire-flame-simple.svg | | | | fire.svg | | | | fish-fins.svg | | | | fish.svg | | | | flag-checkered.svg | | | | flag-usa.svg | | | | flag.svg | | | | flask-vial.svg | | | | flask.svg | | | | floppy-disk.svg | | | | florin-sign.svg | | | | folder-closed.svg | | | | folder-minus.svg | | | | folder-open.svg | | | | folder-plus.svg | | | | folder-tree.svg | | | | folder.svg | | | | font-awesome.svg | | | | font.svg | | | | football.svg | | | | forward-fast.svg | | | | forward-step.svg | | | | forward.svg | | | | franc-sign.svg | | | | frog.svg | | | | futbol.svg | | | | g.svg | | | | gamepad.svg | | | | gas-pump.svg | | | | gauge-high.svg | | | | gauge-simple-high.svg | | | | gauge-simple.svg | | | | gauge.svg | | | | gavel.svg | | | | gear.svg | | | | gears.svg | | | | gem.svg | | | | genderless.svg | | | | ghost.svg | | | | gift.svg | | | | gifts.svg | | | | glass-water-droplet.svg | | | | glass-water.svg | | | | glasses.svg | | | | globe.svg | | | | golf-ball-tee.svg | | | | gopuram.svg | | | | graduation-cap.svg | | | | greater-than-equal.svg | | | | greater-than.svg | | | | grip-lines-vertical.svg | | | | grip-lines.svg | | | | grip-vertical.svg | | | | grip.svg | | | | group-arrows-rotate.svg | | | | guarani-sign.svg | | | | guitar.svg | | | | gun.svg | | | | h.svg | | | | hammer.svg | | | | hamsa.svg | | | | hand-back-fist.svg | | | | hand-dots.svg | | | | hand-fist.svg | | | | hand-holding-dollar.svg | | | | hand-holding-droplet.svg | | | | hand-holding-hand.svg | | | | hand-holding-heart.svg | | | | hand-holding-medical.svg | | | | hand-holding.svg | | | | hand-lizard.svg | | | | hand-middle-finger.svg | | | | hand-peace.svg | | | | hand-point-down.svg | | | | hand-point-left.svg | | | | hand-point-right.svg | | | | hand-point-up.svg | | | | hand-pointer.svg | | | | hand-scissors.svg | | | | hand-sparkles.svg | | | | hand-spock.svg | | | | hand.svg | | | | handcuffs.svg | | | | hands-asl-interpreting.svg | | | | hands-bound.svg | | | | hands-bubbles.svg | | | | hands-clapping.svg | | | | hands-holding-child.svg | | | | hands-holding-circle.svg | | | | hands-holding.svg | | | | hands-praying.svg | | | | hands.svg | | | | handshake-angle.svg | | | | handshake-simple-slash.svg | | | | handshake-simple.svg | | | | handshake-slash.svg | | | | handshake.svg | | | | hanukiah.svg | | | | hard-drive.svg | | | | hashtag.svg | | | | hat-cowboy-side.svg | | | | hat-cowboy.svg | | | | hat-wizard.svg | | | | head-side-cough-slash.svg | | | | head-side-cough.svg | | | | head-side-mask.svg | | | | head-side-virus.svg | | | | heading.svg | | | | headphones-simple.svg | | | | headphones.svg | | | | headset.svg | | | | heart-circle-bolt.svg | | | | heart-circle-check.svg | | | | heart-circle-exclamation.svg | | | | heart-circle-minus.svg | | | | heart-circle-plus.svg | | | | heart-circle-xmark.svg | | | | heart-crack.svg | | | | heart-pulse.svg | | | | heart.svg | | | | helicopter-symbol.svg | | | | helicopter.svg | | | | helmet-safety.svg | | | | helmet-un.svg | | | | highlighter.svg | | | | hill-avalanche.svg | | | | hill-rockslide.svg | | | | hippo.svg | | | | hockey-puck.svg | | | | holly-berry.svg | | | | horse-head.svg | | | | horse.svg | | | | hospital-user.svg | | | | hospital.svg | | | | hot-tub-person.svg | | | | hotdog.svg | | | | hotel.svg | | | | hourglass-end.svg | | | | hourglass-half.svg | | | | hourglass-start.svg | | | | hourglass.svg | | | | house-chimney-crack.svg | | | | house-chimney-medical.svg | | | | house-chimney-user.svg | | | | house-chimney-window.svg | | | | house-chimney.svg | | | | house-circle-check.svg | | | | house-circle-exclamation.svg | | | | house-circle-xmark.svg | | | | house-crack.svg | | | | house-fire.svg | | | | house-flag.svg | | | | house-flood-water-circle-arrow-right.svg | | | | house-flood-water.svg | | | | house-laptop.svg | | | | house-lock.svg | | | | house-medical-circle-check.svg | | | | house-medical-circle-exclamation.svg | | | | house-medical-circle-xmark.svg | | | | house-medical-flag.svg | | | | house-medical.svg | | | | house-signal.svg | | | | house-tsunami.svg | | | | house-user.svg | | | | house.svg | | | | hryvnia-sign.svg | | | | hurricane.svg | | | | i-cursor.svg | | | | i.svg | | | | ice-cream.svg | | | | icicles.svg | | | | icons.svg | | | | id-badge.svg | | | | id-card-clip.svg | | | | id-card.svg | | | | igloo.svg | | | | image-portrait.svg | | | | image.svg | | | | images.svg | | | | inbox.svg | | | | indent.svg | | | | indian-rupee-sign.svg | | | | industry.svg | | | | infinity.svg | | | | info.svg | | | | italic.svg | | | | j.svg | | | | jar-wheat.svg | | | | jar.svg | | | | jedi.svg | | | | jet-fighter-up.svg | | | | jet-fighter.svg | | | | joint.svg | | | | jug-detergent.svg | | | | k.svg | | | | kaaba.svg | | | | key.svg | | | | keyboard.svg | | | | khanda.svg | | | | kip-sign.svg | | | | kit-medical.svg | | | | kitchen-set.svg | | | | kiwi-bird.svg | | | | l.svg | | | | land-mine-on.svg | | | | landmark-dome.svg | | | | landmark-flag.svg | | | | landmark.svg | | | | language.svg | | | | laptop-code.svg | | | | laptop-file.svg | | | | laptop-medical.svg | | | | laptop.svg | | | | lari-sign.svg | | | | layer-group.svg | | | | leaf.svg | | | | left-long.svg | | | | left-right.svg | | | | lemon.svg | | | | less-than-equal.svg | | | | less-than.svg | | | | life-ring.svg | | | | lightbulb.svg | | | | lines-leaning.svg | | | | link-slash.svg | | | | link.svg | | | | lira-sign.svg | | | | list-check.svg | | | | list-ol.svg | | | | list-ul.svg | | | | list.svg | | | | litecoin-sign.svg | | | | location-arrow.svg | | | | location-crosshairs.svg | | | | location-dot.svg | | | | location-pin-lock.svg | | | | location-pin.svg | | | | lock-open.svg | | | | lock.svg | | | | locust.svg | | | | lungs-virus.svg | | | | lungs.svg | | | | m.svg | | | | magnet.svg | | | | magnifying-glass-arrow-right.svg | | | | magnifying-glass-chart.svg | | | | magnifying-glass-dollar.svg | | | | magnifying-glass-location.svg | | | | magnifying-glass-minus.svg | | | | magnifying-glass-plus.svg | | | | magnifying-glass.svg | | | | manat-sign.svg | | | | map-location-dot.svg | | | | map-location.svg | | | | map-pin.svg | | | | map.svg | | | | marker.svg | | | | mars-and-venus-burst.svg | | | | mars-and-venus.svg | | | | mars-double.svg | | | | mars-stroke-right.svg | | | | mars-stroke-up.svg | | | | mars-stroke.svg | | | | mars.svg | | | | martini-glass-citrus.svg | | | | martini-glass-empty.svg | | | | martini-glass.svg | | | | mask-face.svg | | | | mask-ventilator.svg | | | | mask.svg | | | | masks-theater.svg | | | | mattress-pillow.svg | | | | maximize.svg | | | | medal.svg | | | | memory.svg | | | | menorah.svg | | | | mercury.svg | | | | message.svg | | | | meteor.svg | | | | microchip.svg | | | | microphone-lines-slash.svg | | | | microphone-lines.svg | | | | microphone-slash.svg | | | | microphone.svg | | | | microscope.svg | | | | mill-sign.svg | | | | minimize.svg | | | | minus.svg | | | | mitten.svg | | | | mobile-button.svg | | | | mobile-retro.svg | | | | mobile-screen-button.svg | | | | mobile-screen.svg | | | | mobile.svg | | | | money-bill-1-wave.svg | | | | money-bill-1.svg | | | | money-bill-transfer.svg | | | | money-bill-trend-up.svg | | | | money-bill-wave.svg | | | | money-bill-wheat.svg | | | | money-bill.svg | | | | money-bills.svg | | | | money-check-dollar.svg | | | | money-check.svg | | | | monument.svg | | | | moon.svg | | | | mortar-pestle.svg | | | | mosque.svg | | | | mosquito-net.svg | | | | mosquito.svg | | | | motorcycle.svg | | | | mound.svg | | | | mountain-city.svg | | | | mountain-sun.svg | | | | mountain.svg | | | | mug-hot.svg | | | | mug-saucer.svg | | | | music.svg | | | | n.svg | | | | naira-sign.svg | | | | network-wired.svg | | | | neuter.svg | | | | newspaper.svg | | | | not-equal.svg | | | | note-sticky.svg | | | | notes-medical.svg | | | | o.svg | | | | object-group.svg | | | | object-ungroup.svg | | | | oil-can.svg | | | | oil-well.svg | | | | om.svg | | | | otter.svg | | | | outdent.svg | | | | p.svg | | | | pager.svg | | | | paint-roller.svg | | | | paintbrush.svg | | | | palette.svg | | | | pallet.svg | | | | panorama.svg | | | | paper-plane.svg | | | | paperclip.svg | | | | parachute-box.svg | | | | paragraph.svg | | | | passport.svg | | | | paste.svg | | | | pause.svg | | | | paw.svg | | | | peace.svg | | | | pen-clip.svg | | | | pen-fancy.svg | | | | pen-nib.svg | | | | pen-ruler.svg | | | | pen-to-square.svg | | | | pen.svg | | | | pencil.svg | | | | people-arrows.svg | | | | people-carry-box.svg | | | | people-group.svg | | | | people-line.svg | | | | people-pulling.svg | | | | people-robbery.svg | | | | people-roof.svg | | | | pepper-hot.svg | | | | percent.svg | | | | person-arrow-down-to-line.svg | | | | person-arrow-up-from-line.svg | | | | person-biking.svg | | | | person-booth.svg | | | | person-breastfeeding.svg | | | | person-burst.svg | | | | person-cane.svg | | | | person-chalkboard.svg | | | | person-circle-check.svg | | | | person-circle-exclamation.svg | | | | person-circle-minus.svg | | | | person-circle-plus.svg | | | | person-circle-question.svg | | | | person-circle-xmark.svg | | | | person-digging.svg | | | | person-dots-from-line.svg | | | | person-dress-burst.svg | | | | person-dress.svg | | | | person-drowning.svg | | | | person-falling-burst.svg | | | | person-falling.svg | | | | person-half-dress.svg | | | | person-harassing.svg | | | | person-hiking.svg | | | | person-military-pointing.svg | | | | person-military-rifle.svg | | | | person-military-to-person.svg | | | | person-praying.svg | | | | person-pregnant.svg | | | | person-rays.svg | | | | person-rifle.svg | | | | person-running.svg | | | | person-shelter.svg | | | | person-skating.svg | | | | person-skiing-nordic.svg | | | | person-skiing.svg | | | | person-snowboarding.svg | | | | person-swimming.svg | | | | person-through-window.svg | | | | person-walking-arrow-loop-left.svg | | | | person-walking-arrow-right.svg | | | | person-walking-dashed-line-arrow-right.svg | | | | person-walking-luggage.svg | | | | person-walking-with-cane.svg | | | | person-walking.svg | | | | person.svg | | | | peseta-sign.svg | | | | peso-sign.svg | | | | phone-flip.svg | | | | phone-slash.svg | | | | phone-volume.svg | | | | phone.svg | | | | photo-film.svg | | | | piggy-bank.svg | | | | pills.svg | | | | pizza-slice.svg | | | | place-of-worship.svg | | | | plane-arrival.svg | | | | plane-circle-check.svg | | | | plane-circle-exclamation.svg | | | | plane-circle-xmark.svg | | | | plane-departure.svg | | | | plane-lock.svg | | | | plane-slash.svg | | | | plane-up.svg | | | | plane.svg | | | | plant-wilt.svg | | | | plate-wheat.svg | | | | play.svg | | | | plug-circle-bolt.svg | | | | plug-circle-check.svg | | | | plug-circle-exclamation.svg | | | | plug-circle-minus.svg | | | | plug-circle-plus.svg | | | | plug-circle-xmark.svg | | | | plug.svg | | | | plus-minus.svg | | | | plus.svg | | | | podcast.svg | | | | poo-storm.svg | | | | poo.svg | | | | poop.svg | | | | power-off.svg | | | | prescription-bottle-medical.svg | | | | prescription-bottle.svg | | | | prescription.svg | | | | print.svg | | | | pump-medical.svg | | | | pump-soap.svg | | | | puzzle-piece.svg | | | | q.svg | | | | qrcode.svg | | | | question.svg | | | | quote-left.svg | | | | quote-right.svg | | | | r.svg | | | | radiation.svg | | | | radio.svg | | | | rainbow.svg | | | | ranking-star.svg | | | | receipt.svg | | | | record-vinyl.svg | | | | rectangle-ad.svg | | | | rectangle-list.svg | | | | rectangle-xmark.svg | | | | recycle.svg | | | | registered.svg | | | | repeat.svg | | | | reply-all.svg | | | | reply.svg | | | | republican.svg | | | | restroom.svg | | | | retweet.svg | | | | ribbon.svg | | | | right-from-bracket.svg | | | | right-left.svg | | | | right-long.svg | | | | right-to-bracket.svg | | | | ring.svg | | | | road-barrier.svg | | | | road-bridge.svg | | | | road-circle-check.svg | | | | road-circle-exclamation.svg | | | | road-circle-xmark.svg | | | | road-lock.svg | | | | road-spikes.svg | | | | road.svg | | | | robot.svg | | | | rocket.svg | | | | rotate-left.svg | | | | rotate-right.svg | | | | rotate.svg | | | | route.svg | | | | rss.svg | | | | ruble-sign.svg | | | | rug.svg | | | | ruler-combined.svg | | | | ruler-horizontal.svg | | | | ruler-vertical.svg | | | | ruler.svg | | | | rupee-sign.svg | | | | rupiah-sign.svg | | | | s.svg | | | | sack-dollar.svg | | | | sack-xmark.svg | | | | sailboat.svg | | | | satellite-dish.svg | | | | satellite.svg | | | | scale-balanced.svg | | | | scale-unbalanced-flip.svg | | | | scale-unbalanced.svg | | | | school-circle-check.svg | | | | school-circle-exclamation.svg | | | | school-circle-xmark.svg | | | | school-flag.svg | | | | school-lock.svg | | | | school.svg | | | | scissors.svg | | | | screwdriver-wrench.svg | | | | screwdriver.svg | | | | scroll-torah.svg | | | | scroll.svg | | | | sd-card.svg | | | | section.svg | | | | seedling.svg | | | | server.svg | | | | shapes.svg | | | | share-from-square.svg | | | | share-nodes.svg | | | | share.svg | | | | sheet-plastic.svg | | | | shekel-sign.svg | | | | shield-cat.svg | | | | shield-dog.svg | | | | shield-halved.svg | | | | shield-heart.svg | | | | shield-virus.svg | | | | shield.svg | | | | ship.svg | | | | shirt.svg | | | | shoe-prints.svg | | | | shop-lock.svg | | | | shop-slash.svg | | | | shop.svg | | | | shower.svg | | | | shrimp.svg | | | | shuffle.svg | | | | shuttle-space.svg | | | | sign-hanging.svg | | | | signal.svg | | | | signature.svg | | | | signs-post.svg | | | | sim-card.svg | | | | sink.svg | | | | sitemap.svg | | | | skull-crossbones.svg | | | | skull.svg | | | | slash.svg | | | | sleigh.svg | | | | sliders.svg | | | | smog.svg | | | | smoking.svg | | | | snowflake.svg | | | | snowman.svg | | | | snowplow.svg | | | | soap.svg | | | | socks.svg | | | | solar-panel.svg | | | | sort-down.svg | | | | sort-up.svg | | | | sort.svg | | | | spa.svg | | | | spaghetti-monster-flying.svg | | | | spell-check.svg | | | | spider.svg | | | | spinner.svg | | | | splotch.svg | | | | spoon.svg | | | | spray-can-sparkles.svg | | | | spray-can.svg | | | | square-arrow-up-right.svg | | | | square-caret-down.svg | | | | square-caret-left.svg | | | | square-caret-right.svg | | | | square-caret-up.svg | | | | square-check.svg | | | | square-envelope.svg | | | | square-full.svg | | | | square-h.svg | | | | square-minus.svg | | | | square-nfi.svg | | | | square-parking.svg | | | | square-pen.svg | | | | square-person-confined.svg | | | | square-phone-flip.svg | | | | square-phone.svg | | | | square-plus.svg | | | | square-poll-horizontal.svg | | | | square-poll-vertical.svg | | | | square-root-variable.svg | | | | square-rss.svg | | | | square-share-nodes.svg | | | | square-up-right.svg | | | | square-virus.svg | | | | square-xmark.svg | | | | square.svg | | | | staff-snake.svg | | | | stairs.svg | | | | stamp.svg | | | | stapler.svg | | | | star-and-crescent.svg | | | | star-half-stroke.svg | | | | star-half.svg | | | | star-of-david.svg | | | | star-of-life.svg | | | | star.svg | | | | sterling-sign.svg | | | | stethoscope.svg | | | | stop.svg | | | | stopwatch-20.svg | | | | stopwatch.svg | | | | store-slash.svg | | | | store.svg | | | | street-view.svg | | | | strikethrough.svg | | | | stroopwafel.svg | | | | subscript.svg | | | | suitcase-medical.svg | | | | suitcase-rolling.svg | | | | suitcase.svg | | | | sun-plant-wilt.svg | | | | sun.svg | | | | superscript.svg | | | | swatchbook.svg | | | | synagogue.svg | | | | syringe.svg | | | | t.svg | | | | table-cells-large.svg | | | | table-cells.svg | | | | table-columns.svg | | | | table-list.svg | | | | table-tennis-paddle-ball.svg | | | | table.svg | | | | tablet-button.svg | | | | tablet-screen-button.svg | | | | tablet.svg | | | | tablets.svg | | | | tachograph-digital.svg | | | | tag.svg | | | | tags.svg | | | | tape.svg | | | | tarp-droplet.svg | | | | tarp.svg | | | | taxi.svg | | | | teeth-open.svg | | | | teeth.svg | | | | temperature-arrow-down.svg | | | | temperature-arrow-up.svg | | | | temperature-empty.svg | | | | temperature-full.svg | | | | temperature-half.svg | | | | temperature-high.svg | | | | temperature-low.svg | | | | temperature-quarter.svg | | | | temperature-three-quarters.svg | | | | tenge-sign.svg | | | | tent-arrow-down-to-line.svg | | | | tent-arrow-left-right.svg | | | | tent-arrow-turn-left.svg | | | | tent-arrows-down.svg | | | | tent.svg | | | | tents.svg | | | | terminal.svg | | | | text-height.svg | | | | text-slash.svg | | | | text-width.svg | | | | thermometer.svg | | | | thumbs-down.svg | | | | thumbs-up.svg | | | | thumbtack.svg | | | | ticket-simple.svg | | | | ticket.svg | | | | timeline.svg | | | | toggle-off.svg | | | | toggle-on.svg | | | | toilet-paper-slash.svg | | | | toilet-paper.svg | | | | toilet-portable.svg | | | | toilet.svg | | | | toilets-portable.svg | | | | toolbox.svg | | | | tooth.svg | | | | torii-gate.svg | | | | tornado.svg | | | | tower-broadcast.svg | | | | tower-cell.svg | | | | tower-observation.svg | | | | tractor.svg | | | | trademark.svg | | | | traffic-light.svg | | | | trailer.svg | | | | train-subway.svg | | | | train-tram.svg | | | | train.svg | | | | transgender.svg | | | | trash-arrow-up.svg | | | | trash-can-arrow-up.svg | | | | trash-can.svg | | | | trash.svg | | | | tree-city.svg | | | | tree.svg | | | | triangle-exclamation.svg | | | | trophy.svg | | | | trowel-bricks.svg | | | | trowel.svg | | | | truck-arrow-right.svg | | | | truck-droplet.svg | | | | truck-fast.svg | | | | truck-field-un.svg | | | | truck-field.svg | | | | truck-front.svg | | | | truck-medical.svg | | | | truck-monster.svg | | | | truck-moving.svg | | | | truck-pickup.svg | | | | truck-plane.svg | | | | truck-ramp-box.svg | | | | truck.svg | | | | tty.svg | | | | turkish-lira-sign.svg | | | | turn-down.svg | | | | turn-up.svg | | | | tv.svg | | | | u.svg | | | | umbrella-beach.svg | | | | umbrella.svg | | | | underline.svg | | | | universal-access.svg | | | | unlock-keyhole.svg | | | | unlock.svg | | | | up-down-left-right.svg | | | | up-down.svg | | | | up-long.svg | | | | up-right-and-down-left-from-center.svg | | | | up-right-from-square.svg | | | | upload.svg | | | | user-astronaut.svg | | | | user-check.svg | | | | user-clock.svg | | | | user-doctor.svg | | | | user-gear.svg | | | | user-graduate.svg | | | | user-group.svg | | | | user-injured.svg | | | | user-large-slash.svg | | | | user-large.svg | | | | user-lock.svg | | | | user-minus.svg | | | | user-ninja.svg | | | | user-nurse.svg | | | | user-pen.svg | | | | user-plus.svg | | | | user-secret.svg | | | | user-shield.svg | | | | user-slash.svg | | | | user-tag.svg | | | | user-tie.svg | | | | user-xmark.svg | | | | user.svg | | | | users-between-lines.svg | | | | users-gear.svg | | | | users-line.svg | | | | users-rays.svg | | | | users-rectangle.svg | | | | users-slash.svg | | | | users-viewfinder.svg | | | | users.svg | | | | utensils.svg | | | | v.svg | | | | van-shuttle.svg | | | | vault.svg | | | | vector-square.svg | | | | venus-double.svg | | | | venus-mars.svg | | | | venus.svg | | | | vest-patches.svg | | | | vest.svg | | | | vial-circle-check.svg | | | | vial-virus.svg | | | | vial.svg | | | | vials.svg | | | | video-slash.svg | | | | video.svg | | | | vihara.svg | | | | virus-covid-slash.svg | | | | virus-covid.svg | | | | virus-slash.svg | | | | virus.svg | | | | viruses.svg | | | | voicemail.svg | | | | volcano.svg | | | | volleyball.svg | | | | volume-high.svg | | | | volume-low.svg | | | | volume-off.svg | | | | volume-xmark.svg | | | | vr-cardboard.svg | | | | w.svg | | | | walkie-talkie.svg | | | | wallet.svg | | | | wand-magic-sparkles.svg | | | | wand-magic.svg | | | | wand-sparkles.svg | | | | warehouse.svg | | | | water-ladder.svg | | | | water.svg | | | | wave-square.svg | | | | weight-hanging.svg | | | | weight-scale.svg | | | | wheat-awn-circle-exclamation.svg | | | | wheat-awn.svg | | | | wheelchair-move.svg | | | | wheelchair.svg | | | | whiskey-glass.svg | | | | wifi.svg | | | | wind.svg | | | | window-maximize.svg | | | | window-minimize.svg | | | | window-restore.svg | | | | wine-bottle.svg | | | | wine-glass-empty.svg | | | | wine-glass.svg | | | | won-sign.svg | | | | worm.svg | | | | wrench.svg | | | | x-ray.svg | | | | x.svg | | | | xmark.svg | | | | xmarks-lines.svg | | | | y.svg | | | | yen-sign.svg | | | | yin-yang.svg | | | | z.svg | | | | | | | \---webfonts | | | fa-brands-400.ttf | | | fa-brands-400.woff2 | | | fa-regular-400.ttf | | | fa-regular-400.woff2 | | | fa-solid-900.ttf | | | fa-solid-900.woff2 | | | fa-v4compatibility.ttf | | | fa-v4compatibility.woff2 | | | | | +---loginImg | | | active_dashboard_icon.svg | | | active_project_icon.svg | | | active_setting_icon.svg | | | active_userpage_icon.svg | | | active_user_icon.svg | | | close_icon.svg | | | company_icon.svg | | | dropdown_icon.svg | | | email_icon.svg | | | inactive_dashboard_icon.svg | | | inactive_project_icon.svg | | | inactive_setting_icon.svg | | | inactive_userpage_icon.svg | | | inactive_user_icon.svg | | | login_hero_icon.svg | | | logo_icon.svg | | | notification_bell_icon.svg | | | password_icon.svg | | | small_logo_icon.svg | | | user_icon.svg | | | verify_hero_icon.svg | | | | | +---pageImg | | | | activeFav_icon.svg | | | | apiimg.png | | | | AWS3_icon.png | | | | AWS_icon.png | | | | azure_icon.png | | | | bigQuery_icon.png | | | | blob_icon.png | | | | cancel_icon.svg | | | | checkBox_disabled_icon.svg | | | | checkBox_selected_icon.svg | | | | checkBox_unselected_icon.svg | | | | copy_icon.svg | | | | databricks.png | | | | delete_icon.svg | | | | dropdown_icon.svg | | | | edit_icon.svg | | | | ElasticSearch_icon.png | | | | existing_icon.png | | | | favourite_icon.svg | | | | folder_icon.png | | | | googleCloud_icon.png | | | | googleStorage_icon.png | | | | inactiveFav_icon.svg | | | | jupyternoteimg.png | | | | Logo.png | | | | menuEditIcon.svg | | | | menu_icon.svg | | | | next_icon.svg | | | | nosql_icon.png | | | | notify_icon.svg | | | | online-db.png | | | | powerbiimg.png | | | | prev_icon.svg | | | | radio_checked_icon.svg | | | | radio_unchecked_icon.svg | | | | rdbms_icon.png | | | | rds_icon.png | | | | redis_icon.png | | | | redshift_icon.png | | | | round-plus.svg | | | | salesforce.png | | | | save_icon.svg | | | | search_icon.svg | | | | slider-delete-icon.svg | | | | slider-edit-icon.svg | | | | snowflake.png | | | | sortAsec_icon.svg | | | | sortDesc_icon.svg | | | | sortNormal_icon.svg | | | | sort_down_icon.svg | | | | sort_up_icon.svg | | | | swap_icon.svg | | | | tableauimg.png | | | | table_columns_icon.svg | | | | table_icon.svg | | | | uncheckedBox_icon.svg | | | | update_icon.svg | | | | | | | \---common | | | cancel_icon.svg | | | edit_icon.svg | | | plus_icon.svg | | | save_icon.svg | | | tick_mark_icon.svg | | | | | +---ProductLogo | | | Logo1.png | | | Logo2.png | | | Logo3.png | | | Logo4.png | | | Logo5.png | | | Logo6.png | | | | | +---tourImg | | | \---s3 | | | image1.png | | | image2.png | | | image3.png | | | image4.png | | | image5.png | | | image6.png | | | image7.png | | | image8.png | | | image9.png | | | | | \---workspaceImg | | listviewImg.svg | | selectedTickImg.svg | | thumbnail1.png | | thumbnail2.png | | thumbnail3.png | | thumbnail4.png | | thumbnail5.png | | tileviewImg.svg | | workspaceImg1.svg | | workspaceImg2.svg | | workspaceImg3.svg | | workspaceImg5.svg | | workspaceImg6.svg | | | +---src | | | index.tsx | | | logo.svg | | | react-app-env.d.ts | | | reportWebVitals.ts | | | | | +---components | | | +---myproduct | | | | addSourceModal.tsx | | | | groupProductTab.tsx | | | | productSteps.tsx | | | | productSteps0.tsx | | | | productSteps1.tsx | | | | productSteps2.tsx | | | | productSteps3.tsx | | | | productSteps4.tsx | | | | tourSetupModal.tsx | | | | userProductTab.tsx | | | | | | | +---myworkspace | | | | +---onlineDashboard | | | | | createdashboard.tsx | | | | | dashboardslider.tsx | | | | | onlinedashboard.tsx | | | | | sharedashboard.tsx | | | | | | | | | \---worksheet | | | | worksheet.tsx | | | | | | | \---usermanagement | | | createroles.tsx | | | createUsers.tsx | | | rolesTab.tsx | | | usersTab.tsx | | | | | +---layout | | | footer_main.tsx | | | header.tsx | | | header_main.tsx | | | sidebar.tsx | | | | | +---old | | | +---component | | | | | daleteUserConformModel.tsx | | | | | deleteconfirmModal.tsx | | | | | deleteEntitleModel.tsx | | | | | deleteRoleModel.tsx | | | | | deleteUrlSourceModal.tsx | | | | | getAddGroupModel.tsx | | | | | getAddNewUsersModel.tsx | | | | | getLicenseModel.tsx | | | | | manageUserGroupModal.tsx | | | | | saveUrlSourceModal.tsx | | | | | setsdeleteconfirmModal.tsx | | | | | userTabComp.tsx | | | | | viewEmailModel.tsx | | | | | viewSkuModel.tsx | | | | | | | | | +---activity | | | | | queryHistoryPage.tsx | | | | | | | | | +---createProductSteps | | | | | addDataSetComp.tsx | | | | | addUserComp.tsx | | | | | dataSourceComp.tsx | | | | | entitlementsComp.tsx | | | | | projectNameLogo.tsx | | | | | | | | | \---usermanagement | | | | permission.tsx | | | | roles.tsx | | | | users.tsx | | | | | | | +---layouts | | | | header.tsx | | | | sideBar.tsx | | | | templateComp.tsx | | | | templateCompcopy.tsx | | | | | | | +---page | | | | | activityPage.tsx | | | | | billingPage.tsx | | | | | dashboardPage.tsx | | | | | loginPage.tsx | | | | | productPage.tsx | | | | | profilePage.tsx | | | | | registerPage.tsx | | | | | settingPage.tsx | | | | | updatePassword.tsx | | | | | userPage.tsx | | | | | verifyOtpPage.tsx | | | | | | | | | \---__tests__ | | | | | dashboardPage.test.tsx | | | | | loginPage.test.tsx | | | | | productPage.test.tsx | | | | | | | | | \---__snapshots__ | | | | dashboardPage.test.tsx.snap | | | | loginPage.test.tsx.snap | | | | productPage.test.tsx.snap | | | | | | | \---widgets | | | | addUserTable.tsx | | | | autoComplete.tsx | | | | barChart.tsx | | | | collapseTable.tsx | | | | joinsetDropdown.tsx | | | | multiSelectDropdown.tsx | | | | multiSelectUserDropdown.tsx | | | | pieChart.tsx | | | | piechartD3.tsx | | | | regexValidation.tsx | | | | setsDropdown.tsx | | | | slider.tsx | | | | sparklineChart.tsx | | | | textInput.tsx | | | | | | | \---__tests__ | | | | loading.test.tsx | | | | textInput.test.tsx | | | | | | | \---__snapshots__ | | | loading.test.tsx.snap | | | textInput.test.tsx.snap | | | | | +---pages | | | activityPage.tsx | | | billingPage.tsx | | | createPassword.tsx | | | dashboardPage.tsx | | | forgetPassword.tsx | | | loginPage.tsx | | | productDetailPage.tsx | | | productPage.tsx | | | profilePage.tsx | | | registerPage.tsx | | | userManagementPage.tsx | | | verificationPage.tsx | | | workspacePage.tsx | | | | | +---routes | | | route.tsx | | | | | +---scss | | | | style.scss | | | | _common.scss | | | | _customthemeing.scss | | | | _pages.scss | | | | _template.scss | | | | _themeing.scss | | | | | | | \---new | | | _common.scss | | | _icons.scss | | | _pages.scss | | | _themeing.scss | | | _userManagementpages.scss | | | | | +---services | | | | commonServices.ts | | | | dashboardServices.ts | | | | productPageServices.ts | | | | userManagementPageServices.ts | | | | userManagementServices.ts | | | | | | | \---helper | | | api.ts | | | ApiHelper.ts | | | encrypter.ts | | | | | +---store | | | | store.js | | | | | | | \---reducers | | | loading.reducer.js | | | permission.reducer.js | | | productPage.reducer.js | | | template.reducer.js | | | token.reducer.js | | | uidisplay.reducer.js | | | | | \---widget | | | w-button.tsx | | | w-cancel_modal.tsx | | | w-cardListWithSwitch.tsx | | | w-dropDownSearch.tsx | | | w-image.tsx | | | w-loading.tsx | | | w-LogoModal.tsx | | | w-modal.tsx | | | w-multiLinetextInput.tsx | | | w-svg.tsx | | | w-table.tsx | | | w-textInput.tsx | | | w-toaster.tsx | | | w-userModal.tsx | | | | | +---common | | | CountryCodes.tsx | | | regexValidation.tsx | | | textMessage.tsx | | | | | \---component | | barChart.tsx | | doughNutChart.tsx | | grid.tsx | | lineChart.tsx | | multiLineChart.tsx | | pieChart.tsx | | slider.tsx | | | \---__mocks__ | fileMock.js | styleMock.js | +---PostgresSQL | constants.py | custom-entrypoint.sh | Dockerfile | init.sql | init_backup.sql | Jenkinsfile | k8s-deployment.yaml | pgbackup.py | README.md | requirements.txt | restore_backup.py | s3util.py | startup.py | update.sql | vaultbackup.py | +---Tengine (Services) | | .coveragerc | | build.sh | | dev-requirements.txt | | Dockerfile | | Dockerfile.bak | | Jenkinsfile | | Jenkinsfile-PR | | k8s-deployment.yaml | | pyproject.toml | | README.md | | requirements.txt | | start.sh | | | +---references | | awss3.py | | billing.py | | billingdata.py | | cipher.py | | dashboards.py | | dashboardsdata.py | | dashboardsdataaccess.py | | exceptionutils.py | | folderdata.py | | folderdataaccess.py | | folderjson.py | | folders.py | | jhubtemplates.py | | onlinedashboard.py | | onlinedashboardaccess.py | | onlinedashboarddata.py | | onlinedashboardservice.py | | subscription.py | | subscriptiondata.py | | subscriptiondataaccess.py | | temporary.py | | tengineutils.py | | __init__.py | | | +---src | | | dbmetadata.py | | | dbmetadataaccess.py | | | entitlement.py | | | entitlementdata.py | | | entitlementdataaccess.py | | | entitlements.py | | | joins.py | | | joinsdata.py | | | joinsdataaccess.py | | | metajson.py | | | products.py | | | productsdata.py | | | productsdataaccess.py | | | setmetajson.py | | | sets.py | | | setsdata.py | | | setsdataaccess.py | | | sources.py | | | sourcesdata.py | | | sourcesdataaccess.py | | | sqlquerries.py | | | tengine.py | | | validation.py | | | __init__.py | | | | | +---core | | | code_coverage.py | | | encoder.py | | | error_handler.py | | | extensions.py | | | hooks.py | | | log.py | | | __init__.py | | | | | +---data_access | | | base_access.py | | | db_connection.py | | | entitlement_access.py | | | join_access.py | | | metadata_access.py | | | onlinedashboard_access.py | | | product_access.py | | | query_history_access.py | | | request_access.py | | | set_access.py | | | source_access.py | | | user_access.py | | | __init__.py | | | | | +---data_sources | | | | base_ds.py | | | | elastic_ds.py | | | | mysql_ds.py | | | | psql_ds.py | | | | rds_ds.py | | | | redshift_ds.py | | | | s3_ds.py | | | | salesforce_ds.py | | | | snowflake_ds.py | | | | __init__.py | | | | | | | \---old_sources | | | azureblobdatasource.py | | | datasource.py | | | esdatasource.py | | | postgresdatasource.py | | | redshiftdatasource.py | | | s3datasource.py | | | sfdatasource.py | | | utility.py | | | __init__.py | | | | | +---routes | | | activity.py | | | entitlements.py | | | onlinedashboard.py | | | products.py | | | sets.py | | | sources.py | | | tableau.py | | | __init__.py | | | | | +---services | | | activity_svc.py | | | base_svc.py | | | entitlement_svc.py | | | onlinedashboard_svc.py | | | products_svc.py | | | product_request_svc.py | | | set_svc.py | | | source_svc.py | | | tableau_svc.py | | | | | +---templates | | | DeltalakeCatalogPropertiesTemplate.txt | | | MysqlCatalogPropertiesTemplate.txt | | | PostgresCatalogPropertiesTemplate.txt | | | S3CatalogPropertiesTemplate.txt | | | SnowFlakeCatalogPropertiesTemplate.txt | | | __init__.py | | | | | \---utils | | constants.py | | exceptions.py | | loggers.py | | secrets.py | | trino.py | | __init__.py | | | \---test | cipher_test.py | client_set_detail_test.py | dashboardsdata_test.py | dashboards_test.py | dbmetaaccess_test.py | entitlementdataaccess_test.py | entitlement_test.py | insert_test.py | j.json | jwt_validator_test.py | productdataaccess_test.py | productdata_test.py | products_test.py | setjson_test.py | setsdata_test.py | sets_test.py | sourcesdata_test.py | sources_test.py | sourecesdataaccess_test.py | tengine_test.py | tengine_test1.py | validation_test.py | __init__.py | \---Tharav(User-Interface) | .babelrc | Dockerfile | Jenkinsfile | k8s-deployment.yaml | LICENSE | package-lock.json | package.json | README.md | test-setup.js | tsconfig.json | +---public | | favicon.ico | | index.html | | logo192.png | | logo512.png | | manifest.json | | robots.txt | | | \---asset | | icons.svg | | Loader.svg | | | +---help_desk_img | | step1.jpg | | step2.png | | step3.png | | step4.png | | windows_odbc_data_source_cmd.png | | windows_odbc_data_source_run_program.png | | | \---langing_page_icons | contact_us_hero_icon.svg | pricing_tick_icon.svg | Tharav_usage_logo.svg | why_tharav_cost_icon.svg | why_tharav_data_icon.svg | why_tharav_decision_icon.svg | why_tharav_hero_icon.svg | why_tharav_license_icon.svg | why_tharav_security_icon.svg | why_tharav_service_icon.svg | \---src | index.tsx | logo.svg | react-app-env.d.ts | reportWebVitals.ts | +---layout | footer_main.tsx | header_main.tsx | +---pages | faqPage.tsx | featuresPage.tsx | helpPage.tsx | homePage.tsx | loginPage.tsx | registerPage.tsx | verifyPage.tsx | +---routes | route.tsx | +---scss | style.scss | _features.scss | _help.scss | _landing.scss | _themeing.scss | +---services | | commonServices.ts | | | \---helper | ApiHelper.ts | +---store | | store.js | | | \---reducers | loading.reducer.js | \---widget | w-button.tsx | w-dropDownSearch.tsx | w-image.tsx | w-loading.tsx | w-multiLinetextInput.tsx | w-svg.tsx | w-textInput.tsx | w-toaster.tsx | \---common CountryCodes.tsx regexValidation.tsx textMessage.tsx