LICENSE
MANIFEST.in
README.md
cli.py
pyproject.toml
ppt_master.egg-info/PKG-INFO
ppt_master.egg-info/SOURCES.txt
ppt_master.egg-info/dependency_links.txt
ppt_master.egg-info/entry_points.txt
ppt_master.egg-info/requires.txt
ppt_master.egg-info/top_level.txt
skills/__init__.py
skills/ppt-master/__init__.py
skills/ppt-master/cli.py
skills/ppt-master/scripts/README.md
skills/ppt-master/scripts/__init__.py
skills/ppt-master/scripts/analyze_images.py
skills/ppt-master/scripts/animation_config.py
skills/ppt-master/scripts/batch_validate.py
skills/ppt-master/scripts/check_annotations.py
skills/ppt-master/scripts/check_cli_sync.py
skills/ppt-master/scripts/check_deps_sync.py
skills/ppt-master/scripts/config.py
skills/ppt-master/scripts/error_helper.py
skills/ppt-master/scripts/finalize_svg.py
skills/ppt-master/scripts/gemini_watermark_remover.py
skills/ppt-master/scripts/generate_examples_index.py
skills/ppt-master/scripts/image_gen.py
skills/ppt-master/scripts/image_search.py
skills/ppt-master/scripts/latex_render.py
skills/ppt-master/scripts/notes_to_audio.py
skills/ppt-master/scripts/pptx_animations.py
skills/ppt-master/scripts/pptx_template_import.py
skills/ppt-master/scripts/pptx_to_svg.py
skills/ppt-master/scripts/project_manager.py
skills/ppt-master/scripts/project_utils.py
skills/ppt-master/scripts/register_template.py
skills/ppt-master/scripts/rotate_images.py
skills/ppt-master/scripts/svg_position_calculator.py
skills/ppt-master/scripts/svg_quality_checker.py
skills/ppt-master/scripts/svg_to_pptx.py
skills/ppt-master/scripts/template_fill_pptx.py
skills/ppt-master/scripts/total_md_split.py
skills/ppt-master/scripts/update_repo.py
skills/ppt-master/scripts/update_spec.py
skills/ppt-master/scripts/visual_review.py
skills/ppt-master/scripts/assets/bg_48.png
skills/ppt-master/scripts/assets/bg_96.png
skills/ppt-master/scripts/docs/conversion.md
skills/ppt-master/scripts/docs/image.md
skills/ppt-master/scripts/docs/project.md
skills/ppt-master/scripts/docs/svg-pipeline.md
skills/ppt-master/scripts/docs/troubleshooting.md
skills/ppt-master/scripts/docs/update_spec.md
skills/ppt-master/scripts/image_backends/__init__.py
skills/ppt-master/scripts/image_backends/backend_bfl.py
skills/ppt-master/scripts/image_backends/backend_common.py
skills/ppt-master/scripts/image_backends/backend_fal.py
skills/ppt-master/scripts/image_backends/backend_gemini.py
skills/ppt-master/scripts/image_backends/backend_ideogram.py
skills/ppt-master/scripts/image_backends/backend_minimax.py
skills/ppt-master/scripts/image_backends/backend_modelscope.py
skills/ppt-master/scripts/image_backends/backend_openai.py
skills/ppt-master/scripts/image_backends/backend_openrouter.py
skills/ppt-master/scripts/image_backends/backend_qwen.py
skills/ppt-master/scripts/image_backends/backend_replicate.py
skills/ppt-master/scripts/image_backends/backend_siliconflow.py
skills/ppt-master/scripts/image_backends/backend_stability.py
skills/ppt-master/scripts/image_backends/backend_volcengine.py
skills/ppt-master/scripts/image_backends/backend_zhipu.py
skills/ppt-master/scripts/image_sources/__init__.py
skills/ppt-master/scripts/image_sources/provider_common.py
skills/ppt-master/scripts/image_sources/provider_openverse.py
skills/ppt-master/scripts/image_sources/provider_pexels.py
skills/ppt-master/scripts/image_sources/provider_pixabay.py
skills/ppt-master/scripts/image_sources/provider_wikimedia.py
skills/ppt-master/scripts/pptx_to_svg/__init__.py
skills/ppt-master/scripts/pptx_to_svg/color_resolver.py
skills/ppt-master/scripts/pptx_to_svg/converter.py
skills/ppt-master/scripts/pptx_to_svg/custgeom_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/effect_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/emu_units.py
skills/ppt-master/scripts/pptx_to_svg/fill_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/ln_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/ooxml_loader.py
skills/ppt-master/scripts/pptx_to_svg/pic_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/prstgeom_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/shape_walker.py
skills/ppt-master/scripts/pptx_to_svg/slide_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/tbl_to_svg.py
skills/ppt-master/scripts/pptx_to_svg/txbody_to_svg.py
skills/ppt-master/scripts/source_to_md/doc_to_md.py
skills/ppt-master/scripts/source_to_md/excel_to_md.py
skills/ppt-master/scripts/source_to_md/pdf_to_md.py
skills/ppt-master/scripts/source_to_md/ppt_to_md.py
skills/ppt-master/scripts/source_to_md/web_to_md.py
skills/ppt-master/scripts/svg_editor/__init__.py
skills/ppt-master/scripts/svg_editor/annotations.py
skills/ppt-master/scripts/svg_editor/server.py
skills/ppt-master/scripts/svg_editor/static/app.js
skills/ppt-master/scripts/svg_editor/static/index.html
skills/ppt-master/scripts/svg_editor/static/style.css
skills/ppt-master/scripts/svg_finalize/__init__.py
skills/ppt-master/scripts/svg_finalize/align_embed_images.py
skills/ppt-master/scripts/svg_finalize/crop_images.py
skills/ppt-master/scripts/svg_finalize/embed_icons.py
skills/ppt-master/scripts/svg_finalize/embed_images.py
skills/ppt-master/scripts/svg_finalize/fix_image_aspect.py
skills/ppt-master/scripts/svg_finalize/flatten_tspan.py
skills/ppt-master/scripts/svg_finalize/svg_rect_to_path.py
skills/ppt-master/scripts/svg_to_pptx/__init__.py
skills/ppt-master/scripts/svg_to_pptx/animation_config.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_context.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_converter.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_elements.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_paths.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_styles.py
skills/ppt-master/scripts/svg_to_pptx/drawingml_utils.py
skills/ppt-master/scripts/svg_to_pptx/pptx_builder.py
skills/ppt-master/scripts/svg_to_pptx/pptx_cli.py
skills/ppt-master/scripts/svg_to_pptx/pptx_dimensions.py
skills/ppt-master/scripts/svg_to_pptx/pptx_discovery.py
skills/ppt-master/scripts/svg_to_pptx/pptx_media.py
skills/ppt-master/scripts/svg_to_pptx/pptx_narration.py
skills/ppt-master/scripts/svg_to_pptx/pptx_notes.py
skills/ppt-master/scripts/svg_to_pptx/pptx_slide_xml.py
skills/ppt-master/scripts/svg_to_pptx/tspan_flattener.py
skills/ppt-master/scripts/svg_to_pptx/use_expander.py
skills/ppt-master/scripts/template_fill_pptx/__init__.py
skills/ppt-master/scripts/template_fill_pptx/analyzer.py
skills/ppt-master/scripts/template_fill_pptx/applier.py
skills/ppt-master/scripts/template_fill_pptx/chart_fill.py
skills/ppt-master/scripts/template_fill_pptx/chart_read.py
skills/ppt-master/scripts/template_fill_pptx/checker.py
skills/ppt-master/scripts/template_fill_pptx/cli.py
skills/ppt-master/scripts/template_fill_pptx/clone.py
skills/ppt-master/scripts/template_fill_pptx/notes.py
skills/ppt-master/scripts/template_fill_pptx/ooxml.py
skills/ppt-master/scripts/template_fill_pptx/package.py
skills/ppt-master/scripts/template_fill_pptx/scaffolder.py
skills/ppt-master/scripts/template_fill_pptx/selectors.py
skills/ppt-master/scripts/template_fill_pptx/table_fill.py
skills/ppt-master/scripts/template_fill_pptx/text_fill.py
skills/ppt-master/scripts/template_fill_pptx/transitions.py
skills/ppt-master/scripts/template_import/__init__.py
skills/ppt-master/scripts/template_import/manifest.py
skills/ppt-master/scripts/tts_backends/__init__.py
skills/ppt-master/scripts/tts_backends/backend_common.py
skills/ppt-master/scripts/tts_backends/backend_cosyvoice.py
skills/ppt-master/scripts/tts_backends/backend_edge.py
skills/ppt-master/scripts/tts_backends/backend_elevenlabs.py
skills/ppt-master/scripts/tts_backends/backend_minimax.py
skills/ppt-master/scripts/tts_backends/backend_qwen.py
skills/ppt-master/templates/README.md
skills/ppt-master/templates/__init__.py
skills/ppt-master/templates/design_spec_reference.md
skills/ppt-master/templates/spec_lock_reference.md
skills/ppt-master/templates/brands/README.md
skills/ppt-master/templates/brands/brands_index.json
skills/ppt-master/templates/brands/anthropic/anthropic_claude_lockup.svg
skills/ppt-master/templates/brands/anthropic/anthropic_mark.svg
skills/ppt-master/templates/brands/anthropic/claude_wordmark.svg
skills/ppt-master/templates/brands/anthropic/design_spec.md
skills/ppt-master/templates/brands/google/design_spec.md
skills/ppt-master/templates/brands/google/google_g_logo.svg
skills/ppt-master/templates/brands/google/google_wordmark.svg
skills/ppt-master/templates/charts/CHART_STYLE_GUIDE.md
skills/ppt-master/templates/charts/README.md
skills/ppt-master/templates/charts/agenda_list.svg
skills/ppt-master/templates/charts/arc_anchored_list.svg
skills/ppt-master/templates/charts/area_chart.svg
skills/ppt-master/templates/charts/bar_chart.svg
skills/ppt-master/templates/charts/basic_table.svg
skills/ppt-master/templates/charts/box_plot_chart.svg
skills/ppt-master/templates/charts/bubble_chart.svg
skills/ppt-master/templates/charts/bullet_chart.svg
skills/ppt-master/templates/charts/butterfly_chart.svg
skills/ppt-master/templates/charts/charts_index.json
skills/ppt-master/templates/charts/chevron_chain_with_tail.svg
skills/ppt-master/templates/charts/chevron_process.svg
skills/ppt-master/templates/charts/circular_stages.svg
skills/ppt-master/templates/charts/client_server_flow.svg
skills/ppt-master/templates/charts/comparison_columns.svg
skills/ppt-master/templates/charts/comparison_table.svg
skills/ppt-master/templates/charts/concentric_circles.svg
skills/ppt-master/templates/charts/consulting_table.svg
skills/ppt-master/templates/charts/donut_chart.svg
skills/ppt-master/templates/charts/dual_axis_line_chart.svg
skills/ppt-master/templates/charts/dumbbell_chart.svg
skills/ppt-master/templates/charts/feature_matrix_table.svg
skills/ppt-master/templates/charts/financial_statement_table.svg
skills/ppt-master/templates/charts/fishbone_diagram.svg
skills/ppt-master/templates/charts/funnel_chart.svg
skills/ppt-master/templates/charts/gantt_chart.svg
skills/ppt-master/templates/charts/gauge_chart.svg
skills/ppt-master/templates/charts/grouped_bar_chart.svg
skills/ppt-master/templates/charts/harvey_balls_table.svg
skills/ppt-master/templates/charts/heatmap_chart.svg
skills/ppt-master/templates/charts/horizontal_bar_chart.svg
skills/ppt-master/templates/charts/hub_inward_arrows.svg
skills/ppt-master/templates/charts/hub_spoke.svg
skills/ppt-master/templates/charts/icon_grid.svg
skills/ppt-master/templates/charts/isometric_stairs.svg
skills/ppt-master/templates/charts/journey_map.svg
skills/ppt-master/templates/charts/kpi_cards.svg
skills/ppt-master/templates/charts/labeled_card.svg
skills/ppt-master/templates/charts/layered_architecture.svg
skills/ppt-master/templates/charts/line_chart.svg
skills/ppt-master/templates/charts/matrix_2x2.svg
skills/ppt-master/templates/charts/mind_map.svg
skills/ppt-master/templates/charts/module_composition.svg
skills/ppt-master/templates/charts/numbered_steps.svg
skills/ppt-master/templates/charts/pareto_chart.svg
skills/ppt-master/templates/charts/pie_chart.svg
skills/ppt-master/templates/charts/pipeline_with_stages.svg
skills/ppt-master/templates/charts/process_flow.svg
skills/ppt-master/templates/charts/progress_bar_chart.svg
skills/ppt-master/templates/charts/project_schedule_table.svg
skills/ppt-master/templates/charts/pros_cons_chart.svg
skills/ppt-master/templates/charts/pyramid_chart.svg
skills/ppt-master/templates/charts/pyramid_isometric.svg
skills/ppt-master/templates/charts/quadrant_bubble_scatter.svg
skills/ppt-master/templates/charts/quadrant_text_bullets.svg
skills/ppt-master/templates/charts/radar_chart.svg
skills/ppt-master/templates/charts/roadmap_vertical.svg
skills/ppt-master/templates/charts/sankey_chart.svg
skills/ppt-master/templates/charts/scatter_chart.svg
skills/ppt-master/templates/charts/segmented_wheel.svg
skills/ppt-master/templates/charts/snake_flow.svg
skills/ppt-master/templates/charts/stacked_area_chart.svg
skills/ppt-master/templates/charts/stacked_bar_chart.svg
skills/ppt-master/templates/charts/team_roster.svg
skills/ppt-master/templates/charts/timeline.svg
skills/ppt-master/templates/charts/top_down_tree.svg
skills/ppt-master/templates/charts/treemap_chart.svg
skills/ppt-master/templates/charts/venn_diagram.svg
skills/ppt-master/templates/charts/vertical_list.svg
skills/ppt-master/templates/charts/vertical_pillars.svg
skills/ppt-master/templates/charts/waterfall_chart.svg
skills/ppt-master/templates/charts/word_cloud.svg
skills/ppt-master/templates/decks/README.md
skills/ppt-master/templates/decks/decks_index.json
skills/ppt-master/templates/decks/中国电信/01_cover.svg
skills/ppt-master/templates/decks/中国电信/02_chapter.svg
skills/ppt-master/templates/decks/中国电信/02_toc.svg
skills/ppt-master/templates/decks/中国电信/03_content.svg
skills/ppt-master/templates/decks/中国电信/04_ending.svg
skills/ppt-master/templates/decks/中国电信/design_spec.md
skills/ppt-master/templates/decks/中国电信/footer_ribbon.png
skills/ppt-master/templates/decks/中国电信/header_brand.png
skills/ppt-master/templates/decks/中国电信/logo.png
skills/ppt-master/templates/decks/中国电信/skyline_bg.png
skills/ppt-master/templates/decks/中国电信/slogan_red.png
skills/ppt-master/templates/decks/中国电信/top_emblem.png
skills/ppt-master/templates/decks/中国电建_常规/01_cover.svg
skills/ppt-master/templates/decks/中国电建_常规/02_chapter.svg
skills/ppt-master/templates/decks/中国电建_常规/02_toc.svg
skills/ppt-master/templates/decks/中国电建_常规/03_content.svg
skills/ppt-master/templates/decks/中国电建_常规/04_ending.svg
skills/ppt-master/templates/decks/中国电建_常规/design_spec.md
skills/ppt-master/templates/decks/中国电建_常规/中国水务logo.png
skills/ppt-master/templates/decks/中国电建_常规/华东院logo.png
skills/ppt-master/templates/decks/中国电建_常规/水电三局logo.png
skills/ppt-master/templates/decks/中国电建_常规/电建logo.png
skills/ppt-master/templates/decks/中国电建_现代/01_cover.svg
skills/ppt-master/templates/decks/中国电建_现代/02_chapter.svg
skills/ppt-master/templates/decks/中国电建_现代/02_toc.svg
skills/ppt-master/templates/decks/中国电建_现代/03_content.svg
skills/ppt-master/templates/decks/中国电建_现代/04_ending.svg
skills/ppt-master/templates/decks/中国电建_现代/design_spec.md
skills/ppt-master/templates/decks/中国电建_现代/中国水务logo.png
skills/ppt-master/templates/decks/中国电建_现代/华东院logo.png
skills/ppt-master/templates/decks/中国电建_现代/水电三局logo.png
skills/ppt-master/templates/decks/中国电建_现代/电建logo.png
skills/ppt-master/templates/decks/中汽研_商务/01_cover.svg
skills/ppt-master/templates/decks/中汽研_商务/02_chapter.svg
skills/ppt-master/templates/decks/中汽研_商务/02_toc.svg
skills/ppt-master/templates/decks/中汽研_商务/03_content.svg
skills/ppt-master/templates/decks/中汽研_商务/04_ending.svg
skills/ppt-master/templates/decks/中汽研_商务/design_spec.md
skills/ppt-master/templates/decks/中汽研_商务/右上角 logo.png
skills/ppt-master/templates/decks/中汽研_商务/大型 logo.png
skills/ppt-master/templates/decks/中汽研_常规/01_cover.svg
skills/ppt-master/templates/decks/中汽研_常规/02_chapter.svg
skills/ppt-master/templates/decks/中汽研_常规/02_toc.svg
skills/ppt-master/templates/decks/中汽研_常规/03_content.svg
skills/ppt-master/templates/decks/中汽研_常规/04_ending.svg
skills/ppt-master/templates/decks/中汽研_常规/design_spec.md
skills/ppt-master/templates/decks/中汽研_常规/右上角 logo.png
skills/ppt-master/templates/decks/中汽研_常规/大型 logo.png
skills/ppt-master/templates/decks/中汽研_现代/01_cover.svg
skills/ppt-master/templates/decks/中汽研_现代/02_chapter.svg
skills/ppt-master/templates/decks/中汽研_现代/02_toc.svg
skills/ppt-master/templates/decks/中汽研_现代/03_content.svg
skills/ppt-master/templates/decks/中汽研_现代/04_ending.svg
skills/ppt-master/templates/decks/中汽研_现代/design_spec.md
skills/ppt-master/templates/decks/中汽研_现代/右上角 logo.png
skills/ppt-master/templates/decks/中汽研_现代/大型 logo.png
skills/ppt-master/templates/decks/招商银行/01_cover.svg
skills/ppt-master/templates/decks/招商银行/02_chapter.svg
skills/ppt-master/templates/decks/招商银行/02_toc.svg
skills/ppt-master/templates/decks/招商银行/03_content.svg
skills/ppt-master/templates/decks/招商银行/04_ending.svg
skills/ppt-master/templates/decks/招商银行/cover_bg.png
skills/ppt-master/templates/decks/招商银行/design_spec.md
skills/ppt-master/templates/decks/招商银行/logo_crm_banner.png
skills/ppt-master/templates/decks/招商银行/logo_dark.png
skills/ppt-master/templates/decks/招商银行/logo_white.png
skills/ppt-master/templates/decks/招商银行/page_header_bg.png
skills/ppt-master/templates/decks/招商银行/ref_content_bg.png
skills/ppt-master/templates/decks/重庆大学/01_cover.svg
skills/ppt-master/templates/decks/重庆大学/02_chapter.svg
skills/ppt-master/templates/decks/重庆大学/02_toc.svg
skills/ppt-master/templates/decks/重庆大学/03_content.svg
skills/ppt-master/templates/decks/重庆大学/04_ending.svg
skills/ppt-master/templates/decks/重庆大学/design_spec.md
skills/ppt-master/templates/decks/重庆大学/重庆大学logo.png
skills/ppt-master/templates/decks/重庆大学/重庆大学logo2.png
skills/ppt-master/templates/icons/README.md
skills/ppt-master/templates/icons/__init__.py
skills/ppt-master/templates/icons/chunk-filled/a.svg
skills/ppt-master/templates/icons/chunk-filled/accessibility.svg
skills/ppt-master/templates/icons/chunk-filled/activity.svg
skills/ppt-master/templates/icons/chunk-filled/address-card.svg
skills/ppt-master/templates/icons/chunk-filled/alarm-clock.svg
skills/ppt-master/templates/icons/chunk-filled/alien.svg
skills/ppt-master/templates/icons/chunk-filled/align-bottom.svg
skills/ppt-master/templates/icons/chunk-filled/align-center-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/align-center-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/align-left.svg
skills/ppt-master/templates/icons/chunk-filled/align-right.svg
skills/ppt-master/templates/icons/chunk-filled/align-text-center.svg
skills/ppt-master/templates/icons/chunk-filled/align-text-justify.svg
skills/ppt-master/templates/icons/chunk-filled/align-text-left.svg
skills/ppt-master/templates/icons/chunk-filled/align-text-right.svg
skills/ppt-master/templates/icons/chunk-filled/align-top.svg
skills/ppt-master/templates/icons/chunk-filled/anchor.svg
skills/ppt-master/templates/icons/chunk-filled/angle-down.svg
skills/ppt-master/templates/icons/chunk-filled/angle-left.svg
skills/ppt-master/templates/icons/chunk-filled/angle-right.svg
skills/ppt-master/templates/icons/chunk-filled/angle-up.svg
skills/ppt-master/templates/icons/chunk-filled/angles-down.svg
skills/ppt-master/templates/icons/chunk-filled/angles-left.svg
skills/ppt-master/templates/icons/chunk-filled/angles-right.svg
skills/ppt-master/templates/icons/chunk-filled/angles-up.svg
skills/ppt-master/templates/icons/chunk-filled/aperture.svg
skills/ppt-master/templates/icons/chunk-filled/aquarius.svg
skills/ppt-master/templates/icons/chunk-filled/archive-box.svg
skills/ppt-master/templates/icons/chunk-filled/aries.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-from-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-short-wide.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-to-bracket.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-to-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down-wide-short.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-left-arrow-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-left-from-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-left-to-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-right-from-bracket.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-right-from-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-right-to-bracket.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-right-to-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-rotate-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-rotate-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-trend-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-trend-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-down-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-down-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-left-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-left-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-right-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-right-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-up-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-turn-up-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-down-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-down-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-left-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-left-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-right-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-right-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-up-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-u-up-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-arrow-down.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-from-bracket.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-from-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-left.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-right-from-square.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-short-wide.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-to-line.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up-wide-short.svg
skills/ppt-master/templates/icons/chunk-filled/arrow-up.svg
skills/ppt-master/templates/icons/chunk-filled/arrows-left-right.svg
skills/ppt-master/templates/icons/chunk-filled/arrows-repeat.svg
skills/ppt-master/templates/icons/chunk-filled/arrows-rotate-clockwise.svg
skills/ppt-master/templates/icons/chunk-filled/arrows-rotate-counter-clockwise.svg
skills/ppt-master/templates/icons/chunk-filled/arrows-up-down.svg
skills/ppt-master/templates/icons/chunk-filled/at.svg
skills/ppt-master/templates/icons/chunk-filled/axe.svg
skills/ppt-master/templates/icons/chunk-filled/b.svg
skills/ppt-master/templates/icons/chunk-filled/badge-check.svg
skills/ppt-master/templates/icons/chunk-filled/badge.svg
skills/ppt-master/templates/icons/chunk-filled/ban.svg
skills/ppt-master/templates/icons/chunk-filled/baseball-bat.svg
skills/ppt-master/templates/icons/chunk-filled/baseball.svg
skills/ppt-master/templates/icons/chunk-filled/basketball.svg
skills/ppt-master/templates/icons/chunk-filled/battery-charge.svg
skills/ppt-master/templates/icons/chunk-filled/battery-empty.svg
skills/ppt-master/templates/icons/chunk-filled/battery-full.svg
skills/ppt-master/templates/icons/chunk-filled/battery-half.svg
skills/ppt-master/templates/icons/chunk-filled/battery-slash.svg
skills/ppt-master/templates/icons/chunk-filled/bed.svg
skills/ppt-master/templates/icons/chunk-filled/bee.svg
skills/ppt-master/templates/icons/chunk-filled/bell-slash.svg
skills/ppt-master/templates/icons/chunk-filled/bell.svg
skills/ppt-master/templates/icons/chunk-filled/bicycle.svg
skills/ppt-master/templates/icons/chunk-filled/bishop.svg
skills/ppt-master/templates/icons/chunk-filled/block-quote.svg
skills/ppt-master/templates/icons/chunk-filled/bluetooth.svg
skills/ppt-master/templates/icons/chunk-filled/bold.svg
skills/ppt-master/templates/icons/chunk-filled/bolt.svg
skills/ppt-master/templates/icons/chunk-filled/bomb.svg
skills/ppt-master/templates/icons/chunk-filled/bone.svg
skills/ppt-master/templates/icons/chunk-filled/book-open.svg
skills/ppt-master/templates/icons/chunk-filled/book.svg
skills/ppt-master/templates/icons/chunk-filled/bookmark-plus.svg
skills/ppt-master/templates/icons/chunk-filled/bookmark.svg
skills/ppt-master/templates/icons/chunk-filled/books.svg
skills/ppt-master/templates/icons/chunk-filled/bottle.svg
skills/ppt-master/templates/icons/chunk-filled/bow-and-arrow.svg
skills/ppt-master/templates/icons/chunk-filled/bowl.svg
skills/ppt-master/templates/icons/chunk-filled/box.svg
skills/ppt-master/templates/icons/chunk-filled/bridge.svg
skills/ppt-master/templates/icons/chunk-filled/british-pound.svg
skills/ppt-master/templates/icons/chunk-filled/browser.svg
skills/ppt-master/templates/icons/chunk-filled/brush.svg
skills/ppt-master/templates/icons/chunk-filled/bug.svg
skills/ppt-master/templates/icons/chunk-filled/building.svg
skills/ppt-master/templates/icons/chunk-filled/bullhorn.svg
skills/ppt-master/templates/icons/chunk-filled/burger.svg
skills/ppt-master/templates/icons/chunk-filled/bus.svg
skills/ppt-master/templates/icons/chunk-filled/butterfly.svg
skills/ppt-master/templates/icons/chunk-filled/c.svg
skills/ppt-master/templates/icons/chunk-filled/cake-slice.svg
skills/ppt-master/templates/icons/chunk-filled/cake.svg
skills/ppt-master/templates/icons/chunk-filled/calculator.svg
skills/ppt-master/templates/icons/chunk-filled/calendar.svg
skills/ppt-master/templates/icons/chunk-filled/camera-slash.svg
skills/ppt-master/templates/icons/chunk-filled/camera.svg
skills/ppt-master/templates/icons/chunk-filled/cancer.svg
skills/ppt-master/templates/icons/chunk-filled/capricorn.svg
skills/ppt-master/templates/icons/chunk-filled/car.svg
skills/ppt-master/templates/icons/chunk-filled/card-stack.svg
skills/ppt-master/templates/icons/chunk-filled/caret-down.svg
skills/ppt-master/templates/icons/chunk-filled/caret-left.svg
skills/ppt-master/templates/icons/chunk-filled/caret-right.svg
skills/ppt-master/templates/icons/chunk-filled/caret-up.svg
skills/ppt-master/templates/icons/chunk-filled/castle.svg
skills/ppt-master/templates/icons/chunk-filled/cat.svg
skills/ppt-master/templates/icons/chunk-filled/chair.svg
skills/ppt-master/templates/icons/chunk-filled/chart-bar.svg
skills/ppt-master/templates/icons/chunk-filled/chart-line.svg
skills/ppt-master/templates/icons/chunk-filled/chart-pie.svg
skills/ppt-master/templates/icons/chunk-filled/checkmark.svg
skills/ppt-master/templates/icons/chunk-filled/circle-3-dots-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/circle-3-dots-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-down-left.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-down-right.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-down.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-left.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-right.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-up-left.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-up-right.svg
skills/ppt-master/templates/icons/chunk-filled/circle-arrow-up.svg
skills/ppt-master/templates/icons/chunk-filled/circle-checkmark.svg
skills/ppt-master/templates/icons/chunk-filled/circle-divide.svg
skills/ppt-master/templates/icons/chunk-filled/circle-equals.svg
skills/ppt-master/templates/icons/chunk-filled/circle-exclamation.svg
skills/ppt-master/templates/icons/chunk-filled/circle-half.svg
skills/ppt-master/templates/icons/chunk-filled/circle-info.svg
skills/ppt-master/templates/icons/chunk-filled/circle-minus.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-0.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-1.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-2.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-3.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-4.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-5.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-6.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-7.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-8.svg
skills/ppt-master/templates/icons/chunk-filled/circle-number-9.svg
skills/ppt-master/templates/icons/chunk-filled/circle-pause.svg
skills/ppt-master/templates/icons/chunk-filled/circle-play.svg
skills/ppt-master/templates/icons/chunk-filled/circle-plus.svg
skills/ppt-master/templates/icons/chunk-filled/circle-question.svg
skills/ppt-master/templates/icons/chunk-filled/circle-stop.svg
skills/ppt-master/templates/icons/chunk-filled/circle-user.svg
skills/ppt-master/templates/icons/chunk-filled/circle-x.svg
skills/ppt-master/templates/icons/chunk-filled/circle.svg
skills/ppt-master/templates/icons/chunk-filled/citrus-slice.svg
skills/ppt-master/templates/icons/chunk-filled/city.svg
skills/ppt-master/templates/icons/chunk-filled/clipboard.svg
skills/ppt-master/templates/icons/chunk-filled/clock.svg
skills/ppt-master/templates/icons/chunk-filled/closed-captioning.svg
skills/ppt-master/templates/icons/chunk-filled/clothes-hanger.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-arrow-down.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-arrow-up.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-fog.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-lightning.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-rain.svg
skills/ppt-master/templates/icons/chunk-filled/cloud-snow.svg
skills/ppt-master/templates/icons/chunk-filled/cloud.svg
skills/ppt-master/templates/icons/chunk-filled/club.svg
skills/ppt-master/templates/icons/chunk-filled/cocktail.svg
skills/ppt-master/templates/icons/chunk-filled/code-block.svg
skills/ppt-master/templates/icons/chunk-filled/code.svg
skills/ppt-master/templates/icons/chunk-filled/cog.svg
skills/ppt-master/templates/icons/chunk-filled/coin.svg
skills/ppt-master/templates/icons/chunk-filled/columns.svg
skills/ppt-master/templates/icons/chunk-filled/command.svg
skills/ppt-master/templates/icons/chunk-filled/comment-dots.svg
skills/ppt-master/templates/icons/chunk-filled/comment.svg
skills/ppt-master/templates/icons/chunk-filled/comments-slash.svg
skills/ppt-master/templates/icons/chunk-filled/comments.svg
skills/ppt-master/templates/icons/chunk-filled/compact-disc.svg
skills/ppt-master/templates/icons/chunk-filled/compass-drafting.svg
skills/ppt-master/templates/icons/chunk-filled/compass.svg
skills/ppt-master/templates/icons/chunk-filled/component.svg
skills/ppt-master/templates/icons/chunk-filled/copy.svg
skills/ppt-master/templates/icons/chunk-filled/copyright.svg
skills/ppt-master/templates/icons/chunk-filled/credit-card.svg
skills/ppt-master/templates/icons/chunk-filled/crop.svg
skills/ppt-master/templates/icons/chunk-filled/crosshairs.svg
skills/ppt-master/templates/icons/chunk-filled/crown.svg
skills/ppt-master/templates/icons/chunk-filled/crystal-ball.svg
skills/ppt-master/templates/icons/chunk-filled/cube.svg
skills/ppt-master/templates/icons/chunk-filled/cupcake.svg
skills/ppt-master/templates/icons/chunk-filled/curling-stone.svg
skills/ppt-master/templates/icons/chunk-filled/cursor-click.svg
skills/ppt-master/templates/icons/chunk-filled/cursor.svg
skills/ppt-master/templates/icons/chunk-filled/d-pad.svg
skills/ppt-master/templates/icons/chunk-filled/d.svg
skills/ppt-master/templates/icons/chunk-filled/database.svg
skills/ppt-master/templates/icons/chunk-filled/delete.svg
skills/ppt-master/templates/icons/chunk-filled/desktop.svg
skills/ppt-master/templates/icons/chunk-filled/diamond-exclamation.svg
skills/ppt-master/templates/icons/chunk-filled/diamond-half.svg
skills/ppt-master/templates/icons/chunk-filled/diamond-shape.svg
skills/ppt-master/templates/icons/chunk-filled/diamond.svg
skills/ppt-master/templates/icons/chunk-filled/dice.svg
skills/ppt-master/templates/icons/chunk-filled/die-1.svg
skills/ppt-master/templates/icons/chunk-filled/die-2.svg
skills/ppt-master/templates/icons/chunk-filled/die-3.svg
skills/ppt-master/templates/icons/chunk-filled/die-4.svg
skills/ppt-master/templates/icons/chunk-filled/die-5.svg
skills/ppt-master/templates/icons/chunk-filled/die-6.svg
skills/ppt-master/templates/icons/chunk-filled/distribute-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/distribute-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/divide.svg
skills/ppt-master/templates/icons/chunk-filled/dna.svg
skills/ppt-master/templates/icons/chunk-filled/dog.svg
skills/ppt-master/templates/icons/chunk-filled/dollar.svg
skills/ppt-master/templates/icons/chunk-filled/door-open.svg
skills/ppt-master/templates/icons/chunk-filled/door.svg
skills/ppt-master/templates/icons/chunk-filled/dots-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/dots-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/droplet.svg
skills/ppt-master/templates/icons/chunk-filled/e.svg
skills/ppt-master/templates/icons/chunk-filled/ear-slash.svg
skills/ppt-master/templates/icons/chunk-filled/ear.svg
skills/ppt-master/templates/icons/chunk-filled/eject.svg
skills/ppt-master/templates/icons/chunk-filled/envelope.svg
skills/ppt-master/templates/icons/chunk-filled/equals.svg
skills/ppt-master/templates/icons/chunk-filled/euro.svg
skills/ppt-master/templates/icons/chunk-filled/exclude.svg
skills/ppt-master/templates/icons/chunk-filled/eye-slash.svg
skills/ppt-master/templates/icons/chunk-filled/eye.svg
skills/ppt-master/templates/icons/chunk-filled/eyedropper.svg
skills/ppt-master/templates/icons/chunk-filled/f.svg
skills/ppt-master/templates/icons/chunk-filled/face-angry.svg
skills/ppt-master/templates/icons/chunk-filled/face-cry.svg
skills/ppt-master/templates/icons/chunk-filled/face-id.svg
skills/ppt-master/templates/icons/chunk-filled/face-laugh.svg
skills/ppt-master/templates/icons/chunk-filled/face-meh.svg
skills/ppt-master/templates/icons/chunk-filled/face-melt.svg
skills/ppt-master/templates/icons/chunk-filled/face-no-mouth.svg
skills/ppt-master/templates/icons/chunk-filled/face-open-mouth.svg
skills/ppt-master/templates/icons/chunk-filled/face-sad.svg
skills/ppt-master/templates/icons/chunk-filled/face-smile.svg
skills/ppt-master/templates/icons/chunk-filled/factory.svg
skills/ppt-master/templates/icons/chunk-filled/fast-forward.svg
skills/ppt-master/templates/icons/chunk-filled/file-plus.svg
skills/ppt-master/templates/icons/chunk-filled/file.svg
skills/ppt-master/templates/icons/chunk-filled/files.svg
skills/ppt-master/templates/icons/chunk-filled/film.svg
skills/ppt-master/templates/icons/chunk-filled/filter.svg
skills/ppt-master/templates/icons/chunk-filled/fire.svg
skills/ppt-master/templates/icons/chunk-filled/fireplace.svg
skills/ppt-master/templates/icons/chunk-filled/fish.svg
skills/ppt-master/templates/icons/chunk-filled/flag.svg
skills/ppt-master/templates/icons/chunk-filled/floppy-disk.svg
skills/ppt-master/templates/icons/chunk-filled/flower.svg
skills/ppt-master/templates/icons/chunk-filled/folder-open.svg
skills/ppt-master/templates/icons/chunk-filled/folder.svg
skills/ppt-master/templates/icons/chunk-filled/folders.svg
skills/ppt-master/templates/icons/chunk-filled/font-case.svg
skills/ppt-master/templates/icons/chunk-filled/football.svg
skills/ppt-master/templates/icons/chunk-filled/frame.svg
skills/ppt-master/templates/icons/chunk-filled/funnel.svg
skills/ppt-master/templates/icons/chunk-filled/g.svg
skills/ppt-master/templates/icons/chunk-filled/game-controller.svg
skills/ppt-master/templates/icons/chunk-filled/gauge-high.svg
skills/ppt-master/templates/icons/chunk-filled/gauge-low.svg
skills/ppt-master/templates/icons/chunk-filled/gauge-medium.svg
skills/ppt-master/templates/icons/chunk-filled/gem.svg
skills/ppt-master/templates/icons/chunk-filled/gemini.svg
skills/ppt-master/templates/icons/chunk-filled/ghost.svg
skills/ppt-master/templates/icons/chunk-filled/gift.svg
skills/ppt-master/templates/icons/chunk-filled/git-branch.svg
skills/ppt-master/templates/icons/chunk-filled/git-commit.svg
skills/ppt-master/templates/icons/chunk-filled/git-compare.svg
skills/ppt-master/templates/icons/chunk-filled/git-fork.svg
skills/ppt-master/templates/icons/chunk-filled/git-merge.svg
skills/ppt-master/templates/icons/chunk-filled/glasses.svg
skills/ppt-master/templates/icons/chunk-filled/globe.svg
skills/ppt-master/templates/icons/chunk-filled/grid-masonry.svg
skills/ppt-master/templates/icons/chunk-filled/grid.svg
skills/ppt-master/templates/icons/chunk-filled/grip-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/grip-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/group.svg
skills/ppt-master/templates/icons/chunk-filled/h.svg
skills/ppt-master/templates/icons/chunk-filled/hammer.svg
skills/ppt-master/templates/icons/chunk-filled/hand-tap.svg
skills/ppt-master/templates/icons/chunk-filled/hand.svg
skills/ppt-master/templates/icons/chunk-filled/hashtag.svg
skills/ppt-master/templates/icons/chunk-filled/head-side.svg
skills/ppt-master/templates/icons/chunk-filled/headlights.svg
skills/ppt-master/templates/icons/chunk-filled/headphones.svg
skills/ppt-master/templates/icons/chunk-filled/heart-broken.svg
skills/ppt-master/templates/icons/chunk-filled/heart-half.svg
skills/ppt-master/templates/icons/chunk-filled/heart.svg
skills/ppt-master/templates/icons/chunk-filled/hexagon.svg
skills/ppt-master/templates/icons/chunk-filled/hockey.svg
skills/ppt-master/templates/icons/chunk-filled/home-1.svg
skills/ppt-master/templates/icons/chunk-filled/home.svg
skills/ppt-master/templates/icons/chunk-filled/hospital.svg
skills/ppt-master/templates/icons/chunk-filled/hourglass-empty.svg
skills/ppt-master/templates/icons/chunk-filled/hourglass-half-bottom.svg
skills/ppt-master/templates/icons/chunk-filled/hourglass-half-top.svg
skills/ppt-master/templates/icons/chunk-filled/i-cursor.svg
skills/ppt-master/templates/icons/chunk-filled/i.svg
skills/ppt-master/templates/icons/chunk-filled/ice-cream.svg
skills/ppt-master/templates/icons/chunk-filled/image.svg
skills/ppt-master/templates/icons/chunk-filled/images.svg
skills/ppt-master/templates/icons/chunk-filled/inbox.svg
skills/ppt-master/templates/icons/chunk-filled/indent.svg
skills/ppt-master/templates/icons/chunk-filled/intersect.svg
skills/ppt-master/templates/icons/chunk-filled/italic.svg
skills/ppt-master/templates/icons/chunk-filled/j.svg
skills/ppt-master/templates/icons/chunk-filled/jersey.svg
skills/ppt-master/templates/icons/chunk-filled/joystick.svg
skills/ppt-master/templates/icons/chunk-filled/k.svg
skills/ppt-master/templates/icons/chunk-filled/key-skeleton.svg
skills/ppt-master/templates/icons/chunk-filled/key.svg
skills/ppt-master/templates/icons/chunk-filled/keyboard.svg
skills/ppt-master/templates/icons/chunk-filled/keyhole.svg
skills/ppt-master/templates/icons/chunk-filled/king.svg
skills/ppt-master/templates/icons/chunk-filled/knight.svg
skills/ppt-master/templates/icons/chunk-filled/l.svg
skills/ppt-master/templates/icons/chunk-filled/label.svg
skills/ppt-master/templates/icons/chunk-filled/ladder.svg
skills/ppt-master/templates/icons/chunk-filled/lamp.svg
skills/ppt-master/templates/icons/chunk-filled/language.svg
skills/ppt-master/templates/icons/chunk-filled/laptop.svg
skills/ppt-master/templates/icons/chunk-filled/laundry-machine.svg
skills/ppt-master/templates/icons/chunk-filled/layers.svg
skills/ppt-master/templates/icons/chunk-filled/leaf.svg
skills/ppt-master/templates/icons/chunk-filled/leo.svg
skills/ppt-master/templates/icons/chunk-filled/libra.svg
skills/ppt-master/templates/icons/chunk-filled/life-ring.svg
skills/ppt-master/templates/icons/chunk-filled/lightbulb.svg
skills/ppt-master/templates/icons/chunk-filled/lines-magnifying-glass.svg
skills/ppt-master/templates/icons/chunk-filled/lines-plus.svg
skills/ppt-master/templates/icons/chunk-filled/lines.svg
skills/ppt-master/templates/icons/chunk-filled/link.svg
skills/ppt-master/templates/icons/chunk-filled/list-ordered.svg
skills/ppt-master/templates/icons/chunk-filled/list.svg
skills/ppt-master/templates/icons/chunk-filled/location-arrow-slash.svg
skills/ppt-master/templates/icons/chunk-filled/location-arrow.svg
skills/ppt-master/templates/icons/chunk-filled/location-target.svg
skills/ppt-master/templates/icons/chunk-filled/lock-closed.svg
skills/ppt-master/templates/icons/chunk-filled/lock-open.svg
skills/ppt-master/templates/icons/chunk-filled/m.svg
skills/ppt-master/templates/icons/chunk-filled/magnet.svg
skills/ppt-master/templates/icons/chunk-filled/magnifying-glass.svg
skills/ppt-master/templates/icons/chunk-filled/mailbox.svg
skills/ppt-master/templates/icons/chunk-filled/map-pin.svg
skills/ppt-master/templates/icons/chunk-filled/map.svg
skills/ppt-master/templates/icons/chunk-filled/maximize.svg
skills/ppt-master/templates/icons/chunk-filled/meeple.svg
skills/ppt-master/templates/icons/chunk-filled/megaphone.svg
skills/ppt-master/templates/icons/chunk-filled/meteor.svg
skills/ppt-master/templates/icons/chunk-filled/microchip.svg
skills/ppt-master/templates/icons/chunk-filled/microphone-slash.svg
skills/ppt-master/templates/icons/chunk-filled/microphone.svg
skills/ppt-master/templates/icons/chunk-filled/minimize.svg
skills/ppt-master/templates/icons/chunk-filled/minus.svg
skills/ppt-master/templates/icons/chunk-filled/mobile.svg
skills/ppt-master/templates/icons/chunk-filled/money.svg
skills/ppt-master/templates/icons/chunk-filled/moon-cloud.svg
skills/ppt-master/templates/icons/chunk-filled/moon-fog.svg
skills/ppt-master/templates/icons/chunk-filled/moon.svg
skills/ppt-master/templates/icons/chunk-filled/mortarboard.svg
skills/ppt-master/templates/icons/chunk-filled/mountains.svg
skills/ppt-master/templates/icons/chunk-filled/mouse.svg
skills/ppt-master/templates/icons/chunk-filled/move-down.svg
skills/ppt-master/templates/icons/chunk-filled/move-up.svg
skills/ppt-master/templates/icons/chunk-filled/mug.svg
skills/ppt-master/templates/icons/chunk-filled/museum.svg
skills/ppt-master/templates/icons/chunk-filled/music.svg
skills/ppt-master/templates/icons/chunk-filled/n.svg
skills/ppt-master/templates/icons/chunk-filled/newspaper.svg
skills/ppt-master/templates/icons/chunk-filled/number-0-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-0.svg
skills/ppt-master/templates/icons/chunk-filled/number-1-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-1.svg
skills/ppt-master/templates/icons/chunk-filled/number-2-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-2.svg
skills/ppt-master/templates/icons/chunk-filled/number-3-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-3.svg
skills/ppt-master/templates/icons/chunk-filled/number-4-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-4.svg
skills/ppt-master/templates/icons/chunk-filled/number-5-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-5.svg
skills/ppt-master/templates/icons/chunk-filled/number-6-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-6.svg
skills/ppt-master/templates/icons/chunk-filled/number-7-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-7.svg
skills/ppt-master/templates/icons/chunk-filled/number-8-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-8.svg
skills/ppt-master/templates/icons/chunk-filled/number-9-alt.svg
skills/ppt-master/templates/icons/chunk-filled/number-9.svg
skills/ppt-master/templates/icons/chunk-filled/nut.svg
skills/ppt-master/templates/icons/chunk-filled/o.svg
skills/ppt-master/templates/icons/chunk-filled/octagon-exclamation.svg
skills/ppt-master/templates/icons/chunk-filled/octagon.svg
skills/ppt-master/templates/icons/chunk-filled/option.svg
skills/ppt-master/templates/icons/chunk-filled/outdent.svg
skills/ppt-master/templates/icons/chunk-filled/outlet.svg
skills/ppt-master/templates/icons/chunk-filled/p.svg
skills/ppt-master/templates/icons/chunk-filled/paint-bucket.svg
skills/ppt-master/templates/icons/chunk-filled/paint-roller.svg
skills/ppt-master/templates/icons/chunk-filled/painting.svg
skills/ppt-master/templates/icons/chunk-filled/palette.svg
skills/ppt-master/templates/icons/chunk-filled/pants.svg
skills/ppt-master/templates/icons/chunk-filled/paper-plane.svg
skills/ppt-master/templates/icons/chunk-filled/paperclip.svg
skills/ppt-master/templates/icons/chunk-filled/pause.svg
skills/ppt-master/templates/icons/chunk-filled/paw.svg
skills/ppt-master/templates/icons/chunk-filled/pawn.svg
skills/ppt-master/templates/icons/chunk-filled/pen-nib.svg
skills/ppt-master/templates/icons/chunk-filled/pencil-square.svg
skills/ppt-master/templates/icons/chunk-filled/pencil.svg
skills/ppt-master/templates/icons/chunk-filled/percent.svg
skills/ppt-master/templates/icons/chunk-filled/person-walking.svg
skills/ppt-master/templates/icons/chunk-filled/person-wave.svg
skills/ppt-master/templates/icons/chunk-filled/person.svg
skills/ppt-master/templates/icons/chunk-filled/phone-slash.svg
skills/ppt-master/templates/icons/chunk-filled/phone.svg
skills/ppt-master/templates/icons/chunk-filled/pills.svg
skills/ppt-master/templates/icons/chunk-filled/pisces.svg
skills/ppt-master/templates/icons/chunk-filled/pizza.svg
skills/ppt-master/templates/icons/chunk-filled/plane.svg
skills/ppt-master/templates/icons/chunk-filled/planet.svg
skills/ppt-master/templates/icons/chunk-filled/play-pause.svg
skills/ppt-master/templates/icons/chunk-filled/play.svg
skills/ppt-master/templates/icons/chunk-filled/playing-card.svg
skills/ppt-master/templates/icons/chunk-filled/plug.svg
skills/ppt-master/templates/icons/chunk-filled/plus.svg
skills/ppt-master/templates/icons/chunk-filled/point-down.svg
skills/ppt-master/templates/icons/chunk-filled/point-left.svg
skills/ppt-master/templates/icons/chunk-filled/point-right.svg
skills/ppt-master/templates/icons/chunk-filled/point-up.svg
skills/ppt-master/templates/icons/chunk-filled/poop.svg
skills/ppt-master/templates/icons/chunk-filled/potion-empty.svg
skills/ppt-master/templates/icons/chunk-filled/potion-full.svg
skills/ppt-master/templates/icons/chunk-filled/potion-half.svg
skills/ppt-master/templates/icons/chunk-filled/power.svg
skills/ppt-master/templates/icons/chunk-filled/printer.svg
skills/ppt-master/templates/icons/chunk-filled/q.svg
skills/ppt-master/templates/icons/chunk-filled/queen.svg
skills/ppt-master/templates/icons/chunk-filled/question-mark.svg
skills/ppt-master/templates/icons/chunk-filled/quote-left.svg
skills/ppt-master/templates/icons/chunk-filled/quote-right.svg
skills/ppt-master/templates/icons/chunk-filled/radar.svg
skills/ppt-master/templates/icons/chunk-filled/radioactive.svg
skills/ppt-master/templates/icons/chunk-filled/rainbow-cloud.svg
skills/ppt-master/templates/icons/chunk-filled/rainbow.svg
skills/ppt-master/templates/icons/chunk-filled/receipt.svg
skills/ppt-master/templates/icons/chunk-filled/recycle.svg
skills/ppt-master/templates/icons/chunk-filled/reflect-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/reflect-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/rewind.svg
skills/ppt-master/templates/icons/chunk-filled/robot.svg
skills/ppt-master/templates/icons/chunk-filled/rocket.svg
skills/ppt-master/templates/icons/chunk-filled/rook.svg
skills/ppt-master/templates/icons/chunk-filled/route.svg
skills/ppt-master/templates/icons/chunk-filled/rows.svg
skills/ppt-master/templates/icons/chunk-filled/rss.svg
skills/ppt-master/templates/icons/chunk-filled/ruler.svg
skills/ppt-master/templates/icons/chunk-filled/s.svg
skills/ppt-master/templates/icons/chunk-filled/sagittarius.svg
skills/ppt-master/templates/icons/chunk-filled/scissors.svg
skills/ppt-master/templates/icons/chunk-filled/scooter.svg
skills/ppt-master/templates/icons/chunk-filled/scorpio.svg
skills/ppt-master/templates/icons/chunk-filled/screencast.svg
skills/ppt-master/templates/icons/chunk-filled/screw.svg
skills/ppt-master/templates/icons/chunk-filled/screwdriver.svg
skills/ppt-master/templates/icons/chunk-filled/scribble.svg
skills/ppt-master/templates/icons/chunk-filled/seedling.svg
skills/ppt-master/templates/icons/chunk-filled/server.svg
skills/ppt-master/templates/icons/chunk-filled/service-bell.svg
skills/ppt-master/templates/icons/chunk-filled/share-nodes.svg
skills/ppt-master/templates/icons/chunk-filled/shield-check.svg
skills/ppt-master/templates/icons/chunk-filled/shield-half.svg
skills/ppt-master/templates/icons/chunk-filled/shield.svg
skills/ppt-master/templates/icons/chunk-filled/shift.svg
skills/ppt-master/templates/icons/chunk-filled/ship.svg
skills/ppt-master/templates/icons/chunk-filled/shirt.svg
skills/ppt-master/templates/icons/chunk-filled/shoe.svg
skills/ppt-master/templates/icons/chunk-filled/shop.svg
skills/ppt-master/templates/icons/chunk-filled/shopping-bag.svg
skills/ppt-master/templates/icons/chunk-filled/shopping-basket.svg
skills/ppt-master/templates/icons/chunk-filled/shopping-cart.svg
skills/ppt-master/templates/icons/chunk-filled/shuffle.svg
skills/ppt-master/templates/icons/chunk-filled/sidebar-left.svg
skills/ppt-master/templates/icons/chunk-filled/sidebar-right.svg
skills/ppt-master/templates/icons/chunk-filled/signal-fair.svg
skills/ppt-master/templates/icons/chunk-filled/signal-good.svg
skills/ppt-master/templates/icons/chunk-filled/signal-slash.svg
skills/ppt-master/templates/icons/chunk-filled/signal-weak.svg
skills/ppt-master/templates/icons/chunk-filled/signal.svg
skills/ppt-master/templates/icons/chunk-filled/signpost.svg
skills/ppt-master/templates/icons/chunk-filled/sink.svg
skills/ppt-master/templates/icons/chunk-filled/skip-backward.svg
skills/ppt-master/templates/icons/chunk-filled/skip-forward.svg
skills/ppt-master/templates/icons/chunk-filled/skull.svg
skills/ppt-master/templates/icons/chunk-filled/sliders.svg
skills/ppt-master/templates/icons/chunk-filled/smartwatch.svg
skills/ppt-master/templates/icons/chunk-filled/snow.svg
skills/ppt-master/templates/icons/chunk-filled/soccer.svg
skills/ppt-master/templates/icons/chunk-filled/soda.svg
skills/ppt-master/templates/icons/chunk-filled/sort.svg
skills/ppt-master/templates/icons/chunk-filled/spade.svg
skills/ppt-master/templates/icons/chunk-filled/sparkles.svg
skills/ppt-master/templates/icons/chunk-filled/square-checkmark.svg
skills/ppt-master/templates/icons/chunk-filled/square-divide.svg
skills/ppt-master/templates/icons/chunk-filled/square-equals.svg
skills/ppt-master/templates/icons/chunk-filled/square-minus.svg
skills/ppt-master/templates/icons/chunk-filled/square-plus.svg
skills/ppt-master/templates/icons/chunk-filled/square-user.svg
skills/ppt-master/templates/icons/chunk-filled/square-x.svg
skills/ppt-master/templates/icons/chunk-filled/square.svg
skills/ppt-master/templates/icons/chunk-filled/squares-horizontal.svg
skills/ppt-master/templates/icons/chunk-filled/squares-vertical.svg
skills/ppt-master/templates/icons/chunk-filled/star-half.svg
skills/ppt-master/templates/icons/chunk-filled/star.svg
skills/ppt-master/templates/icons/chunk-filled/sticky-note.svg
skills/ppt-master/templates/icons/chunk-filled/stop.svg
skills/ppt-master/templates/icons/chunk-filled/stopwatch.svg
skills/ppt-master/templates/icons/chunk-filled/strikethrough.svg
skills/ppt-master/templates/icons/chunk-filled/subtract.svg
skills/ppt-master/templates/icons/chunk-filled/suitcase.svg
skills/ppt-master/templates/icons/chunk-filled/sun-cloud.svg
skills/ppt-master/templates/icons/chunk-filled/sun-fog.svg
skills/ppt-master/templates/icons/chunk-filled/sun.svg
skills/ppt-master/templates/icons/chunk-filled/sunglasses.svg
skills/ppt-master/templates/icons/chunk-filled/swatches.svg
skills/ppt-master/templates/icons/chunk-filled/sword.svg
skills/ppt-master/templates/icons/chunk-filled/swords-crossed.svg
skills/ppt-master/templates/icons/chunk-filled/t.svg
skills/ppt-master/templates/icons/chunk-filled/table.svg
skills/ppt-master/templates/icons/chunk-filled/tag.svg
skills/ppt-master/templates/icons/chunk-filled/target-arrow.svg
skills/ppt-master/templates/icons/chunk-filled/target.svg
skills/ppt-master/templates/icons/chunk-filled/taurus.svg
skills/ppt-master/templates/icons/chunk-filled/temperature-high.svg
skills/ppt-master/templates/icons/chunk-filled/temperature-low.svg
skills/ppt-master/templates/icons/chunk-filled/temperature-medium.svg
skills/ppt-master/templates/icons/chunk-filled/tennis-ball.svg
skills/ppt-master/templates/icons/chunk-filled/terminal.svg
skills/ppt-master/templates/icons/chunk-filled/text.svg
skills/ppt-master/templates/icons/chunk-filled/thumbs-down.svg
skills/ppt-master/templates/icons/chunk-filled/thumbs-up.svg
skills/ppt-master/templates/icons/chunk-filled/thumbtack.svg
skills/ppt-master/templates/icons/chunk-filled/ticket.svg
skills/ppt-master/templates/icons/chunk-filled/toggle-circle-left.svg
skills/ppt-master/templates/icons/chunk-filled/toggle-circle-right.svg
skills/ppt-master/templates/icons/chunk-filled/toolbox.svg
skills/ppt-master/templates/icons/chunk-filled/traffic-cone.svg
skills/ppt-master/templates/icons/chunk-filled/traffic-light.svg
skills/ppt-master/templates/icons/chunk-filled/train.svg
skills/ppt-master/templates/icons/chunk-filled/trash.svg
skills/ppt-master/templates/icons/chunk-filled/tree-evergreen.svg
skills/ppt-master/templates/icons/chunk-filled/tree.svg
skills/ppt-master/templates/icons/chunk-filled/triangle-exclamation.svg
skills/ppt-master/templates/icons/chunk-filled/triangle.svg
skills/ppt-master/templates/icons/chunk-filled/trophy.svg
skills/ppt-master/templates/icons/chunk-filled/truck.svg
skills/ppt-master/templates/icons/chunk-filled/tv-retro.svg
skills/ppt-master/templates/icons/chunk-filled/tv.svg
skills/ppt-master/templates/icons/chunk-filled/u.svg
skills/ppt-master/templates/icons/chunk-filled/ufo.svg
skills/ppt-master/templates/icons/chunk-filled/umbrella.svg
skills/ppt-master/templates/icons/chunk-filled/underline.svg
skills/ppt-master/templates/icons/chunk-filled/unite.svg
skills/ppt-master/templates/icons/chunk-filled/user.svg
skills/ppt-master/templates/icons/chunk-filled/users.svg
skills/ppt-master/templates/icons/chunk-filled/utensils.svg
skills/ppt-master/templates/icons/chunk-filled/v.svg
skills/ppt-master/templates/icons/chunk-filled/vector-circle.svg
skills/ppt-master/templates/icons/chunk-filled/vector-curve.svg
skills/ppt-master/templates/icons/chunk-filled/vector-line.svg
skills/ppt-master/templates/icons/chunk-filled/vector-square.svg
skills/ppt-master/templates/icons/chunk-filled/video-camera-slash.svg
skills/ppt-master/templates/icons/chunk-filled/video-camera.svg
skills/ppt-master/templates/icons/chunk-filled/video.svg
skills/ppt-master/templates/icons/chunk-filled/virgo.svg
skills/ppt-master/templates/icons/chunk-filled/volume-high.svg
skills/ppt-master/templates/icons/chunk-filled/volume-low.svg
skills/ppt-master/templates/icons/chunk-filled/volume-none.svg
skills/ppt-master/templates/icons/chunk-filled/volume-slash.svg
skills/ppt-master/templates/icons/chunk-filled/volume-x.svg
skills/ppt-master/templates/icons/chunk-filled/vr.svg
skills/ppt-master/templates/icons/chunk-filled/w.svg
skills/ppt-master/templates/icons/chunk-filled/wallet.svg
skills/ppt-master/templates/icons/chunk-filled/wand-with-sparkles.svg
skills/ppt-master/templates/icons/chunk-filled/watch.svg
skills/ppt-master/templates/icons/chunk-filled/water.svg
skills/ppt-master/templates/icons/chunk-filled/waveform.svg
skills/ppt-master/templates/icons/chunk-filled/wheelchair.svg
skills/ppt-master/templates/icons/chunk-filled/wifi-low.svg
skills/ppt-master/templates/icons/chunk-filled/wifi-medium.svg
skills/ppt-master/templates/icons/chunk-filled/wifi-slash.svg
skills/ppt-master/templates/icons/chunk-filled/wifi.svg
skills/ppt-master/templates/icons/chunk-filled/wind.svg
skills/ppt-master/templates/icons/chunk-filled/window.svg
skills/ppt-master/templates/icons/chunk-filled/wine-glass.svg
skills/ppt-master/templates/icons/chunk-filled/wrench.svg
skills/ppt-master/templates/icons/chunk-filled/x-1.svg
skills/ppt-master/templates/icons/chunk-filled/x.svg
skills/ppt-master/templates/icons/chunk-filled/y.svg
skills/ppt-master/templates/icons/chunk-filled/yen.svg
skills/ppt-master/templates/icons/chunk-filled/z.svg
skills/ppt-master/templates/icons/chunk-filled/zoom-in.svg
skills/ppt-master/templates/icons/chunk-filled/zoom-out.svg
skills/ppt-master/templates/icons/phosphor-duotone/address-book.svg
skills/ppt-master/templates/icons/phosphor-duotone/air-traffic-control.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplane-in-flight.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplane-landing.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplane-takeoff.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplane-tilt.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplane.svg
skills/ppt-master/templates/icons/phosphor-duotone/airplay.svg
skills/ppt-master/templates/icons/phosphor-duotone/alarm.svg
skills/ppt-master/templates/icons/phosphor-duotone/alien.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-bottom-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-bottom.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-center-horizontal-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-center-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-center-vertical-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-center-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-left-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-right-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-top-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/align-top.svg
skills/ppt-master/templates/icons/phosphor-duotone/amazon-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/anchor-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/anchor.svg
skills/ppt-master/templates/icons/phosphor-duotone/android-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/angular-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/aperture.svg
skills/ppt-master/templates/icons/phosphor-duotone/app-store-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/app-window.svg
skills/ppt-master/templates/icons/phosphor-duotone/apple-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/apple-podcasts-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/archive-box.svg
skills/ppt-master/templates/icons/phosphor-duotone/archive-tray.svg
skills/ppt-master/templates/icons/phosphor-duotone/archive.svg
skills/ppt-master/templates/icons/phosphor-duotone/armchair.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-arc-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-arc-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-double-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-double-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-left-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-left-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-right-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-right-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-bend-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-circle-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-counter-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-left-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-left-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-right-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-right-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-elbow-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-line-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-line-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-line-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-line-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-lines-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-lines-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-lines-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-lines-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-fat-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-line-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-in.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-out.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-square-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-down-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-down-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-left-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-left-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-right-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-right-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-u-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-up-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-up-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrow-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-counter-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-down-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-in-cardinal.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-in-line-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-in-line-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-in-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-in.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-left-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-merge.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-out-cardinal.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-out-line-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-out-line-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-out-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-out.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-split.svg
skills/ppt-master/templates/icons/phosphor-duotone/arrows-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/article-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/article-ny-times.svg
skills/ppt-master/templates/icons/phosphor-duotone/article.svg
skills/ppt-master/templates/icons/phosphor-duotone/asterisk-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/asterisk.svg
skills/ppt-master/templates/icons/phosphor-duotone/at.svg
skills/ppt-master/templates/icons/phosphor-duotone/atom.svg
skills/ppt-master/templates/icons/phosphor-duotone/baby.svg
skills/ppt-master/templates/icons/phosphor-duotone/backpack.svg
skills/ppt-master/templates/icons/phosphor-duotone/backspace.svg
skills/ppt-master/templates/icons/phosphor-duotone/bag-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/bag.svg
skills/ppt-master/templates/icons/phosphor-duotone/balloon.svg
skills/ppt-master/templates/icons/phosphor-duotone/bandaids.svg
skills/ppt-master/templates/icons/phosphor-duotone/bank.svg
skills/ppt-master/templates/icons/phosphor-duotone/barbell.svg
skills/ppt-master/templates/icons/phosphor-duotone/barcode.svg
skills/ppt-master/templates/icons/phosphor-duotone/barricade.svg
skills/ppt-master/templates/icons/phosphor-duotone/baseball-cap.svg
skills/ppt-master/templates/icons/phosphor-duotone/baseball.svg
skills/ppt-master/templates/icons/phosphor-duotone/basket.svg
skills/ppt-master/templates/icons/phosphor-duotone/basketball.svg
skills/ppt-master/templates/icons/phosphor-duotone/bathtub.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-charging-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-charging.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-empty.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-full.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-plus-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-vertical-empty.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-vertical-full.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-vertical-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-vertical-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-vertical-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-warning-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/battery-warning.svg
skills/ppt-master/templates/icons/phosphor-duotone/bed.svg
skills/ppt-master/templates/icons/phosphor-duotone/beer-bottle.svg
skills/ppt-master/templates/icons/phosphor-duotone/beer-stein.svg
skills/ppt-master/templates/icons/phosphor-duotone/behance-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-ringing.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-simple-ringing.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-simple-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-simple-z.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell-z.svg
skills/ppt-master/templates/icons/phosphor-duotone/bell.svg
skills/ppt-master/templates/icons/phosphor-duotone/bezier-curve.svg
skills/ppt-master/templates/icons/phosphor-duotone/bicycle.svg
skills/ppt-master/templates/icons/phosphor-duotone/binoculars.svg
skills/ppt-master/templates/icons/phosphor-duotone/bird.svg
skills/ppt-master/templates/icons/phosphor-duotone/bluetooth-connected.svg
skills/ppt-master/templates/icons/phosphor-duotone/bluetooth-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/bluetooth-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/bluetooth.svg
skills/ppt-master/templates/icons/phosphor-duotone/boat.svg
skills/ppt-master/templates/icons/phosphor-duotone/bone.svg
skills/ppt-master/templates/icons/phosphor-duotone/book-bookmark.svg
skills/ppt-master/templates/icons/phosphor-duotone/book-open-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/book-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/book.svg
skills/ppt-master/templates/icons/phosphor-duotone/bookmark-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/bookmark.svg
skills/ppt-master/templates/icons/phosphor-duotone/bookmarks-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/bookmarks.svg
skills/ppt-master/templates/icons/phosphor-duotone/books.svg
skills/ppt-master/templates/icons/phosphor-duotone/boot.svg
skills/ppt-master/templates/icons/phosphor-duotone/bounding-box.svg
skills/ppt-master/templates/icons/phosphor-duotone/bowl-food.svg
skills/ppt-master/templates/icons/phosphor-duotone/brackets-angle.svg
skills/ppt-master/templates/icons/phosphor-duotone/brackets-curly.svg
skills/ppt-master/templates/icons/phosphor-duotone/brackets-round.svg
skills/ppt-master/templates/icons/phosphor-duotone/brackets-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/brain.svg
skills/ppt-master/templates/icons/phosphor-duotone/brandy.svg
skills/ppt-master/templates/icons/phosphor-duotone/bridge.svg
skills/ppt-master/templates/icons/phosphor-duotone/briefcase-metal.svg
skills/ppt-master/templates/icons/phosphor-duotone/briefcase.svg
skills/ppt-master/templates/icons/phosphor-duotone/broadcast.svg
skills/ppt-master/templates/icons/phosphor-duotone/broom.svg
skills/ppt-master/templates/icons/phosphor-duotone/browser.svg
skills/ppt-master/templates/icons/phosphor-duotone/browsers.svg
skills/ppt-master/templates/icons/phosphor-duotone/bug-beetle.svg
skills/ppt-master/templates/icons/phosphor-duotone/bug-droid.svg
skills/ppt-master/templates/icons/phosphor-duotone/bug.svg
skills/ppt-master/templates/icons/phosphor-duotone/buildings.svg
skills/ppt-master/templates/icons/phosphor-duotone/bus.svg
skills/ppt-master/templates/icons/phosphor-duotone/butterfly.svg
skills/ppt-master/templates/icons/phosphor-duotone/cactus.svg
skills/ppt-master/templates/icons/phosphor-duotone/cake.svg
skills/ppt-master/templates/icons/phosphor-duotone/calculator.svg
skills/ppt-master/templates/icons/phosphor-duotone/calendar-blank.svg
skills/ppt-master/templates/icons/phosphor-duotone/calendar-check.svg
skills/ppt-master/templates/icons/phosphor-duotone/calendar-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/calendar-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/calendar.svg
skills/ppt-master/templates/icons/phosphor-duotone/call-bell.svg
skills/ppt-master/templates/icons/phosphor-duotone/camera-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/camera-rotate.svg
skills/ppt-master/templates/icons/phosphor-duotone/camera-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/camera.svg
skills/ppt-master/templates/icons/phosphor-duotone/campfire.svg
skills/ppt-master/templates/icons/phosphor-duotone/car-profile.svg
skills/ppt-master/templates/icons/phosphor-duotone/car-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/car.svg
skills/ppt-master/templates/icons/phosphor-duotone/cardholder.svg
skills/ppt-master/templates/icons/phosphor-duotone/cards.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-double-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-double-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-double-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-double-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-up-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-circle-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-double-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-double-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-double-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-double-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-up-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/caret-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/carrot.svg
skills/ppt-master/templates/icons/phosphor-duotone/cassette-tape.svg
skills/ppt-master/templates/icons/phosphor-duotone/castle-turret.svg
skills/ppt-master/templates/icons/phosphor-duotone/cat.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-full.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-none.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/cell-signal-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/certificate.svg
skills/ppt-master/templates/icons/phosphor-duotone/chair.svg
skills/ppt-master/templates/icons/phosphor-duotone/chalkboard-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/chalkboard-teacher.svg
skills/ppt-master/templates/icons/phosphor-duotone/chalkboard.svg
skills/ppt-master/templates/icons/phosphor-duotone/champagne.svg
skills/ppt-master/templates/icons/phosphor-duotone/charging-station.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-bar-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-bar.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-donut.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-line-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-line-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-line.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-pie-slice.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-pie.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-polar.svg
skills/ppt-master/templates/icons/phosphor-duotone/chart-scatter.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-centered-dots.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-centered-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-centered.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-circle-dots.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-circle-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-dots.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-teardrop-dots.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-teardrop-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-teardrop.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/chat.svg
skills/ppt-master/templates/icons/phosphor-duotone/chats-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/chats-teardrop.svg
skills/ppt-master/templates/icons/phosphor-duotone/chats.svg
skills/ppt-master/templates/icons/phosphor-duotone/check-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/check-fat.svg
skills/ppt-master/templates/icons/phosphor-duotone/check-square-offset.svg
skills/ppt-master/templates/icons/phosphor-duotone/check-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/check.svg
skills/ppt-master/templates/icons/phosphor-duotone/checks.svg
skills/ppt-master/templates/icons/phosphor-duotone/church.svg
skills/ppt-master/templates/icons/phosphor-duotone/circle-dashed.svg
skills/ppt-master/templates/icons/phosphor-duotone/circle-half-tilt.svg
skills/ppt-master/templates/icons/phosphor-duotone/circle-half.svg
skills/ppt-master/templates/icons/phosphor-duotone/circle-notch.svg
skills/ppt-master/templates/icons/phosphor-duotone/circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/circles-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/circles-three-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/circles-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/circuitry.svg
skills/ppt-master/templates/icons/phosphor-duotone/clipboard-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/clipboard.svg
skills/ppt-master/templates/icons/phosphor-duotone/clock-afternoon.svg
skills/ppt-master/templates/icons/phosphor-duotone/clock-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/clock-countdown.svg
skills/ppt-master/templates/icons/phosphor-duotone/clock-counter-clockwise.svg
skills/ppt-master/templates/icons/phosphor-duotone/clock.svg
skills/ppt-master/templates/icons/phosphor-duotone/closed-captioning.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-arrow-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-arrow-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-check.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-fog.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-lightning.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-moon.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-rain.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-snow.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-sun.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-warning.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/cloud.svg
skills/ppt-master/templates/icons/phosphor-duotone/club.svg
skills/ppt-master/templates/icons/phosphor-duotone/coat-hanger.svg
skills/ppt-master/templates/icons/phosphor-duotone/coda-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/code-block.svg
skills/ppt-master/templates/icons/phosphor-duotone/code-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/code.svg
skills/ppt-master/templates/icons/phosphor-duotone/codepen-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/codesandbox-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/coffee.svg
skills/ppt-master/templates/icons/phosphor-duotone/coin-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/coin.svg
skills/ppt-master/templates/icons/phosphor-duotone/coins.svg
skills/ppt-master/templates/icons/phosphor-duotone/columns.svg
skills/ppt-master/templates/icons/phosphor-duotone/command.svg
skills/ppt-master/templates/icons/phosphor-duotone/compass-tool.svg
skills/ppt-master/templates/icons/phosphor-duotone/compass.svg
skills/ppt-master/templates/icons/phosphor-duotone/computer-tower.svg
skills/ppt-master/templates/icons/phosphor-duotone/confetti.svg
skills/ppt-master/templates/icons/phosphor-duotone/contactless-payment.svg
skills/ppt-master/templates/icons/phosphor-duotone/control.svg
skills/ppt-master/templates/icons/phosphor-duotone/cookie.svg
skills/ppt-master/templates/icons/phosphor-duotone/cooking-pot.svg
skills/ppt-master/templates/icons/phosphor-duotone/copy-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/copy.svg
skills/ppt-master/templates/icons/phosphor-duotone/copyleft.svg
skills/ppt-master/templates/icons/phosphor-duotone/copyright.svg
skills/ppt-master/templates/icons/phosphor-duotone/corners-in.svg
skills/ppt-master/templates/icons/phosphor-duotone/corners-out.svg
skills/ppt-master/templates/icons/phosphor-duotone/couch.svg
skills/ppt-master/templates/icons/phosphor-duotone/cpu.svg
skills/ppt-master/templates/icons/phosphor-duotone/credit-card.svg
skills/ppt-master/templates/icons/phosphor-duotone/crop.svg
skills/ppt-master/templates/icons/phosphor-duotone/cross.svg
skills/ppt-master/templates/icons/phosphor-duotone/crosshair-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/crosshair.svg
skills/ppt-master/templates/icons/phosphor-duotone/crown-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/crown.svg
skills/ppt-master/templates/icons/phosphor-duotone/cube-focus.svg
skills/ppt-master/templates/icons/phosphor-duotone/cube-transparent.svg
skills/ppt-master/templates/icons/phosphor-duotone/cube.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-btc.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-circle-dollar.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-cny.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-dollar-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-dollar.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-eth.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-eur.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-gbp.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-inr.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-jpy.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-krw.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-kzt.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-ngn.svg
skills/ppt-master/templates/icons/phosphor-duotone/currency-rub.svg
skills/ppt-master/templates/icons/phosphor-duotone/cursor-click.svg
skills/ppt-master/templates/icons/phosphor-duotone/cursor-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/cursor.svg
skills/ppt-master/templates/icons/phosphor-duotone/cylinder.svg
skills/ppt-master/templates/icons/phosphor-duotone/database.svg
skills/ppt-master/templates/icons/phosphor-duotone/desktop-tower.svg
skills/ppt-master/templates/icons/phosphor-duotone/desktop.svg
skills/ppt-master/templates/icons/phosphor-duotone/detective.svg
skills/ppt-master/templates/icons/phosphor-duotone/dev-to-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-mobile-camera.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-mobile-speaker.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-mobile.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-tablet-camera.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-tablet-speaker.svg
skills/ppt-master/templates/icons/phosphor-duotone/device-tablet.svg
skills/ppt-master/templates/icons/phosphor-duotone/devices.svg
skills/ppt-master/templates/icons/phosphor-duotone/diamond.svg
skills/ppt-master/templates/icons/phosphor-duotone/diamonds-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-five.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-one.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/dice-two.svg
skills/ppt-master/templates/icons/phosphor-duotone/disc.svg
skills/ppt-master/templates/icons/phosphor-duotone/discord-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/divide.svg
skills/ppt-master/templates/icons/phosphor-duotone/dna.svg
skills/ppt-master/templates/icons/phosphor-duotone/dog.svg
skills/ppt-master/templates/icons/phosphor-duotone/door-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/door.svg
skills/ppt-master/templates/icons/phosphor-duotone/dot-outline.svg
skills/ppt-master/templates/icons/phosphor-duotone/dot.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-nine.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-six-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three-circle-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three-outline-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three-outline.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/dots-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/download-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/download.svg
skills/ppt-master/templates/icons/phosphor-duotone/dress.svg
skills/ppt-master/templates/icons/phosphor-duotone/dribbble-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/drop-half-bottom.svg
skills/ppt-master/templates/icons/phosphor-duotone/drop-half.svg
skills/ppt-master/templates/icons/phosphor-duotone/drop.svg
skills/ppt-master/templates/icons/phosphor-duotone/dropbox-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/ear-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/ear.svg
skills/ppt-master/templates/icons/phosphor-duotone/egg-crack.svg
skills/ppt-master/templates/icons/phosphor-duotone/egg.svg
skills/ppt-master/templates/icons/phosphor-duotone/eject-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/eject.svg
skills/ppt-master/templates/icons/phosphor-duotone/elevator.svg
skills/ppt-master/templates/icons/phosphor-duotone/engine.svg
skills/ppt-master/templates/icons/phosphor-duotone/envelope-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/envelope-simple-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/envelope-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/envelope.svg
skills/ppt-master/templates/icons/phosphor-duotone/equalizer.svg
skills/ppt-master/templates/icons/phosphor-duotone/equals.svg
skills/ppt-master/templates/icons/phosphor-duotone/eraser.svg
skills/ppt-master/templates/icons/phosphor-duotone/escalator-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/escalator-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/exam.svg
skills/ppt-master/templates/icons/phosphor-duotone/exclude-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/exclude.svg
skills/ppt-master/templates/icons/phosphor-duotone/export.svg
skills/ppt-master/templates/icons/phosphor-duotone/eye-closed.svg
skills/ppt-master/templates/icons/phosphor-duotone/eye-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/eye.svg
skills/ppt-master/templates/icons/phosphor-duotone/eyedropper-sample.svg
skills/ppt-master/templates/icons/phosphor-duotone/eyedropper.svg
skills/ppt-master/templates/icons/phosphor-duotone/eyeglasses.svg
skills/ppt-master/templates/icons/phosphor-duotone/face-mask.svg
skills/ppt-master/templates/icons/phosphor-duotone/facebook-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/factory.svg
skills/ppt-master/templates/icons/phosphor-duotone/faders-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/faders.svg
skills/ppt-master/templates/icons/phosphor-duotone/fan.svg
skills/ppt-master/templates/icons/phosphor-duotone/fast-forward-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/fast-forward.svg
skills/ppt-master/templates/icons/phosphor-duotone/feather.svg
skills/ppt-master/templates/icons/phosphor-duotone/figma-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-archive.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-arrow-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-arrow-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-audio.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-cloud.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-code.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-css.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-csv.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-dashed.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-doc.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-html.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-image.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-jpg.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-js.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-jsx.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-lock.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-magnifying-glass.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-pdf.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-png.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-ppt.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-rs.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-sql.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-svg.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-text.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-ts.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-tsx.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-video.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-vue.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-xls.svg
skills/ppt-master/templates/icons/phosphor-duotone/file-zip.svg
skills/ppt-master/templates/icons/phosphor-duotone/file.svg
skills/ppt-master/templates/icons/phosphor-duotone/files.svg
skills/ppt-master/templates/icons/phosphor-duotone/film-reel.svg
skills/ppt-master/templates/icons/phosphor-duotone/film-script.svg
skills/ppt-master/templates/icons/phosphor-duotone/film-slate.svg
skills/ppt-master/templates/icons/phosphor-duotone/film-strip.svg
skills/ppt-master/templates/icons/phosphor-duotone/fingerprint-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/fingerprint.svg
skills/ppt-master/templates/icons/phosphor-duotone/finn-the-human.svg
skills/ppt-master/templates/icons/phosphor-duotone/fire-extinguisher.svg
skills/ppt-master/templates/icons/phosphor-duotone/fire-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/fire.svg
skills/ppt-master/templates/icons/phosphor-duotone/first-aid-kit.svg
skills/ppt-master/templates/icons/phosphor-duotone/first-aid.svg
skills/ppt-master/templates/icons/phosphor-duotone/fish-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/fish.svg
skills/ppt-master/templates/icons/phosphor-duotone/flag-banner.svg
skills/ppt-master/templates/icons/phosphor-duotone/flag-checkered.svg
skills/ppt-master/templates/icons/phosphor-duotone/flag-pennant.svg
skills/ppt-master/templates/icons/phosphor-duotone/flag.svg
skills/ppt-master/templates/icons/phosphor-duotone/flame.svg
skills/ppt-master/templates/icons/phosphor-duotone/flashlight.svg
skills/ppt-master/templates/icons/phosphor-duotone/flask.svg
skills/ppt-master/templates/icons/phosphor-duotone/floppy-disk-back.svg
skills/ppt-master/templates/icons/phosphor-duotone/floppy-disk.svg
skills/ppt-master/templates/icons/phosphor-duotone/flow-arrow.svg
skills/ppt-master/templates/icons/phosphor-duotone/flower-lotus.svg
skills/ppt-master/templates/icons/phosphor-duotone/flower-tulip.svg
skills/ppt-master/templates/icons/phosphor-duotone/flower.svg
skills/ppt-master/templates/icons/phosphor-duotone/flying-saucer.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-dashed.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-lock.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-notch-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-notch-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-notch-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-notch.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-dashed.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-lock.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-star.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple-user.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-star.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder-user.svg
skills/ppt-master/templates/icons/phosphor-duotone/folder.svg
skills/ppt-master/templates/icons/phosphor-duotone/folders.svg
skills/ppt-master/templates/icons/phosphor-duotone/football.svg
skills/ppt-master/templates/icons/phosphor-duotone/footprints.svg
skills/ppt-master/templates/icons/phosphor-duotone/fork-knife.svg
skills/ppt-master/templates/icons/phosphor-duotone/frame-corners.svg
skills/ppt-master/templates/icons/phosphor-duotone/framer-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/function.svg
skills/ppt-master/templates/icons/phosphor-duotone/funnel-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/funnel.svg
skills/ppt-master/templates/icons/phosphor-duotone/game-controller.svg
skills/ppt-master/templates/icons/phosphor-duotone/garage.svg
skills/ppt-master/templates/icons/phosphor-duotone/gas-can.svg
skills/ppt-master/templates/icons/phosphor-duotone/gas-pump.svg
skills/ppt-master/templates/icons/phosphor-duotone/gauge.svg
skills/ppt-master/templates/icons/phosphor-duotone/gavel.svg
skills/ppt-master/templates/icons/phosphor-duotone/gear-fine.svg
skills/ppt-master/templates/icons/phosphor-duotone/gear-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/gear.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-female.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-intersex.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-male.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-neuter.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-nonbinary.svg
skills/ppt-master/templates/icons/phosphor-duotone/gender-transgender.svg
skills/ppt-master/templates/icons/phosphor-duotone/ghost.svg
skills/ppt-master/templates/icons/phosphor-duotone/gif.svg
skills/ppt-master/templates/icons/phosphor-duotone/gift.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-branch.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-commit.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-diff.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-fork.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-merge.svg
skills/ppt-master/templates/icons/phosphor-duotone/git-pull-request.svg
skills/ppt-master/templates/icons/phosphor-duotone/github-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/gitlab-logo-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/gitlab-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/globe-hemisphere-east.svg
skills/ppt-master/templates/icons/phosphor-duotone/globe-hemisphere-west.svg
skills/ppt-master/templates/icons/phosphor-duotone/globe-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/globe-stand.svg
skills/ppt-master/templates/icons/phosphor-duotone/globe.svg
skills/ppt-master/templates/icons/phosphor-duotone/goggles.svg
skills/ppt-master/templates/icons/phosphor-duotone/goodreads-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-cardboard-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-chrome-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-drive-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-photos-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-play-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/google-podcasts-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/gradient.svg
skills/ppt-master/templates/icons/phosphor-duotone/graduation-cap.svg
skills/ppt-master/templates/icons/phosphor-duotone/grains-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/grains.svg
skills/ppt-master/templates/icons/phosphor-duotone/graph.svg
skills/ppt-master/templates/icons/phosphor-duotone/grid-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/grid-nine.svg
skills/ppt-master/templates/icons/phosphor-duotone/guitar.svg
skills/ppt-master/templates/icons/phosphor-duotone/hamburger.svg
skills/ppt-master/templates/icons/phosphor-duotone/hammer.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-coins.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-eye.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-fist.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-grabbing.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-heart.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-palm.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-pointing.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-soap.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-swipe-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-swipe-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-tap.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand-waving.svg
skills/ppt-master/templates/icons/phosphor-duotone/hand.svg
skills/ppt-master/templates/icons/phosphor-duotone/handbag-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/handbag.svg
skills/ppt-master/templates/icons/phosphor-duotone/hands-clapping.svg
skills/ppt-master/templates/icons/phosphor-duotone/hands-praying.svg
skills/ppt-master/templates/icons/phosphor-duotone/handshake.svg
skills/ppt-master/templates/icons/phosphor-duotone/hard-drive.svg
skills/ppt-master/templates/icons/phosphor-duotone/hard-drives.svg
skills/ppt-master/templates/icons/phosphor-duotone/hash-straight.svg
skills/ppt-master/templates/icons/phosphor-duotone/hash.svg
skills/ppt-master/templates/icons/phosphor-duotone/headlights.svg
skills/ppt-master/templates/icons/phosphor-duotone/headphones.svg
skills/ppt-master/templates/icons/phosphor-duotone/headset.svg
skills/ppt-master/templates/icons/phosphor-duotone/heart-break.svg
skills/ppt-master/templates/icons/phosphor-duotone/heart-half.svg
skills/ppt-master/templates/icons/phosphor-duotone/heart-straight-break.svg
skills/ppt-master/templates/icons/phosphor-duotone/heart-straight.svg
skills/ppt-master/templates/icons/phosphor-duotone/heart.svg
skills/ppt-master/templates/icons/phosphor-duotone/heartbeat.svg
skills/ppt-master/templates/icons/phosphor-duotone/hexagon.svg
skills/ppt-master/templates/icons/phosphor-duotone/high-heel.svg
skills/ppt-master/templates/icons/phosphor-duotone/highlighter-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/hoodie.svg
skills/ppt-master/templates/icons/phosphor-duotone/horse.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-simple-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-simple-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-simple-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/hourglass.svg
skills/ppt-master/templates/icons/phosphor-duotone/house-line.svg
skills/ppt-master/templates/icons/phosphor-duotone/house-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/house.svg
skills/ppt-master/templates/icons/phosphor-duotone/ice-cream.svg
skills/ppt-master/templates/icons/phosphor-duotone/identification-badge.svg
skills/ppt-master/templates/icons/phosphor-duotone/identification-card.svg
skills/ppt-master/templates/icons/phosphor-duotone/image-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/image.svg
skills/ppt-master/templates/icons/phosphor-duotone/images-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/images.svg
skills/ppt-master/templates/icons/phosphor-duotone/infinity.svg
skills/ppt-master/templates/icons/phosphor-duotone/info.svg
skills/ppt-master/templates/icons/phosphor-duotone/instagram-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/intersect-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/intersect-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/intersect.svg
skills/ppt-master/templates/icons/phosphor-duotone/jeep.svg
skills/ppt-master/templates/icons/phosphor-duotone/kanban.svg
skills/ppt-master/templates/icons/phosphor-duotone/key-return.svg
skills/ppt-master/templates/icons/phosphor-duotone/key.svg
skills/ppt-master/templates/icons/phosphor-duotone/keyboard.svg
skills/ppt-master/templates/icons/phosphor-duotone/keyhole.svg
skills/ppt-master/templates/icons/phosphor-duotone/knife.svg
skills/ppt-master/templates/icons/phosphor-duotone/ladder-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/ladder.svg
skills/ppt-master/templates/icons/phosphor-duotone/lamp.svg
skills/ppt-master/templates/icons/phosphor-duotone/laptop.svg
skills/ppt-master/templates/icons/phosphor-duotone/layout.svg
skills/ppt-master/templates/icons/phosphor-duotone/leaf.svg
skills/ppt-master/templates/icons/phosphor-duotone/lifebuoy.svg
skills/ppt-master/templates/icons/phosphor-duotone/lightbulb-filament.svg
skills/ppt-master/templates/icons/phosphor-duotone/lightbulb.svg
skills/ppt-master/templates/icons/phosphor-duotone/lighthouse.svg
skills/ppt-master/templates/icons/phosphor-duotone/lightning-a.svg
skills/ppt-master/templates/icons/phosphor-duotone/lightning-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/lightning.svg
skills/ppt-master/templates/icons/phosphor-duotone/line-segment.svg
skills/ppt-master/templates/icons/phosphor-duotone/line-segments.svg
skills/ppt-master/templates/icons/phosphor-duotone/link-break.svg
skills/ppt-master/templates/icons/phosphor-duotone/link-simple-break.svg
skills/ppt-master/templates/icons/phosphor-duotone/link-simple-horizontal-break.svg
skills/ppt-master/templates/icons/phosphor-duotone/link-simple-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/link-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/link.svg
skills/ppt-master/templates/icons/phosphor-duotone/linkedin-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/linux-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-bullets.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-checks.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-dashes.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-magnifying-glass.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-numbers.svg
skills/ppt-master/templates/icons/phosphor-duotone/list-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/list.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-key-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-key.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-laminated-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-laminated.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-simple-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/lock.svg
skills/ppt-master/templates/icons/phosphor-duotone/lockers.svg
skills/ppt-master/templates/icons/phosphor-duotone/magic-wand.svg
skills/ppt-master/templates/icons/phosphor-duotone/magnet-straight.svg
skills/ppt-master/templates/icons/phosphor-duotone/magnet.svg
skills/ppt-master/templates/icons/phosphor-duotone/magnifying-glass-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/magnifying-glass-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/magnifying-glass.svg
skills/ppt-master/templates/icons/phosphor-duotone/map-pin-line.svg
skills/ppt-master/templates/icons/phosphor-duotone/map-pin.svg
skills/ppt-master/templates/icons/phosphor-duotone/map-trifold.svg
skills/ppt-master/templates/icons/phosphor-duotone/marker-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/martini.svg
skills/ppt-master/templates/icons/phosphor-duotone/mask-happy.svg
skills/ppt-master/templates/icons/phosphor-duotone/mask-sad.svg
skills/ppt-master/templates/icons/phosphor-duotone/math-operations.svg
skills/ppt-master/templates/icons/phosphor-duotone/medal-military.svg
skills/ppt-master/templates/icons/phosphor-duotone/medal.svg
skills/ppt-master/templates/icons/phosphor-duotone/medium-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/megaphone-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/megaphone.svg
skills/ppt-master/templates/icons/phosphor-duotone/messenger-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/meta-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/metronome.svg
skills/ppt-master/templates/icons/phosphor-duotone/microphone-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/microphone-stage.svg
skills/ppt-master/templates/icons/phosphor-duotone/microphone.svg
skills/ppt-master/templates/icons/phosphor-duotone/microsoft-excel-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/microsoft-outlook-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/microsoft-powerpoint-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/microsoft-teams-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/microsoft-word-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/minus-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/minus-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/money.svg
skills/ppt-master/templates/icons/phosphor-duotone/monitor-play.svg
skills/ppt-master/templates/icons/phosphor-duotone/monitor.svg
skills/ppt-master/templates/icons/phosphor-duotone/moon-stars.svg
skills/ppt-master/templates/icons/phosphor-duotone/moon.svg
skills/ppt-master/templates/icons/phosphor-duotone/moped-front.svg
skills/ppt-master/templates/icons/phosphor-duotone/moped.svg
skills/ppt-master/templates/icons/phosphor-duotone/mosque.svg
skills/ppt-master/templates/icons/phosphor-duotone/motorcycle.svg
skills/ppt-master/templates/icons/phosphor-duotone/mountains.svg
skills/ppt-master/templates/icons/phosphor-duotone/mouse-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/mouse.svg
skills/ppt-master/templates/icons/phosphor-duotone/music-note-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/music-note.svg
skills/ppt-master/templates/icons/phosphor-duotone/music-notes-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/music-notes-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/music-notes.svg
skills/ppt-master/templates/icons/phosphor-duotone/navigation-arrow.svg
skills/ppt-master/templates/icons/phosphor-duotone/needle.svg
skills/ppt-master/templates/icons/phosphor-duotone/newspaper-clipping.svg
skills/ppt-master/templates/icons/phosphor-duotone/newspaper.svg
skills/ppt-master/templates/icons/phosphor-duotone/notches.svg
skills/ppt-master/templates/icons/phosphor-duotone/note-blank.svg
skills/ppt-master/templates/icons/phosphor-duotone/note-pencil.svg
skills/ppt-master/templates/icons/phosphor-duotone/note.svg
skills/ppt-master/templates/icons/phosphor-duotone/notebook.svg
skills/ppt-master/templates/icons/phosphor-duotone/notepad.svg
skills/ppt-master/templates/icons/phosphor-duotone/notification.svg
skills/ppt-master/templates/icons/phosphor-duotone/notion-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-eight.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-five.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-nine.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-one.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-seven.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-two.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-circle-zero.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-eight.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-five.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-nine.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-one.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-seven.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-eight.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-five.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-nine.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-one.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-seven.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-two.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-square-zero.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-two.svg
skills/ppt-master/templates/icons/phosphor-duotone/number-zero.svg
skills/ppt-master/templates/icons/phosphor-duotone/nut.svg
skills/ppt-master/templates/icons/phosphor-duotone/ny-times-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/octagon.svg
skills/ppt-master/templates/icons/phosphor-duotone/office-chair.svg
skills/ppt-master/templates/icons/phosphor-duotone/option.svg
skills/ppt-master/templates/icons/phosphor-duotone/orange-slice.svg
skills/ppt-master/templates/icons/phosphor-duotone/package.svg
skills/ppt-master/templates/icons/phosphor-duotone/paint-brush-broad.svg
skills/ppt-master/templates/icons/phosphor-duotone/paint-brush-household.svg
skills/ppt-master/templates/icons/phosphor-duotone/paint-brush.svg
skills/ppt-master/templates/icons/phosphor-duotone/paint-bucket.svg
skills/ppt-master/templates/icons/phosphor-duotone/paint-roller.svg
skills/ppt-master/templates/icons/phosphor-duotone/palette.svg
skills/ppt-master/templates/icons/phosphor-duotone/pants.svg
skills/ppt-master/templates/icons/phosphor-duotone/paper-plane-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/paper-plane-tilt.svg
skills/ppt-master/templates/icons/phosphor-duotone/paper-plane.svg
skills/ppt-master/templates/icons/phosphor-duotone/paperclip-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/paperclip.svg
skills/ppt-master/templates/icons/phosphor-duotone/parachute.svg
skills/ppt-master/templates/icons/phosphor-duotone/paragraph.svg
skills/ppt-master/templates/icons/phosphor-duotone/parallelogram.svg
skills/ppt-master/templates/icons/phosphor-duotone/park.svg
skills/ppt-master/templates/icons/phosphor-duotone/password.svg
skills/ppt-master/templates/icons/phosphor-duotone/path.svg
skills/ppt-master/templates/icons/phosphor-duotone/patreon-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/pause-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/pause.svg
skills/ppt-master/templates/icons/phosphor-duotone/paw-print.svg
skills/ppt-master/templates/icons/phosphor-duotone/paypal-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/peace.svg
skills/ppt-master/templates/icons/phosphor-duotone/pen-nib-straight.svg
skills/ppt-master/templates/icons/phosphor-duotone/pen-nib.svg
skills/ppt-master/templates/icons/phosphor-duotone/pen.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-line.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-simple-line.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-simple-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/pencil.svg
skills/ppt-master/templates/icons/phosphor-duotone/pentagram.svg
skills/ppt-master/templates/icons/phosphor-duotone/pepper.svg
skills/ppt-master/templates/icons/phosphor-duotone/percent.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-arms-spread.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-simple-bike.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-simple-run.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-simple-throw.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-simple-walk.svg
skills/ppt-master/templates/icons/phosphor-duotone/person-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/person.svg
skills/ppt-master/templates/icons/phosphor-duotone/perspective.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-call.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-disconnect.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-incoming.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-outgoing.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/phone.svg
skills/ppt-master/templates/icons/phosphor-duotone/phosphor-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/pi.svg
skills/ppt-master/templates/icons/phosphor-duotone/piano-keys.svg
skills/ppt-master/templates/icons/phosphor-duotone/picture-in-picture.svg
skills/ppt-master/templates/icons/phosphor-duotone/piggy-bank.svg
skills/ppt-master/templates/icons/phosphor-duotone/pill.svg
skills/ppt-master/templates/icons/phosphor-duotone/pinterest-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/pinwheel.svg
skills/ppt-master/templates/icons/phosphor-duotone/pizza.svg
skills/ppt-master/templates/icons/phosphor-duotone/placeholder.svg
skills/ppt-master/templates/icons/phosphor-duotone/planet.svg
skills/ppt-master/templates/icons/phosphor-duotone/plant.svg
skills/ppt-master/templates/icons/phosphor-duotone/play-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/play-pause.svg
skills/ppt-master/templates/icons/phosphor-duotone/play.svg
skills/ppt-master/templates/icons/phosphor-duotone/playlist.svg
skills/ppt-master/templates/icons/phosphor-duotone/plug-charging.svg
skills/ppt-master/templates/icons/phosphor-duotone/plug.svg
skills/ppt-master/templates/icons/phosphor-duotone/plugs-connected.svg
skills/ppt-master/templates/icons/phosphor-duotone/plugs.svg
skills/ppt-master/templates/icons/phosphor-duotone/plus-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/plus-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/plus-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/poker-chip.svg
skills/ppt-master/templates/icons/phosphor-duotone/police-car.svg
skills/ppt-master/templates/icons/phosphor-duotone/polygon.svg
skills/ppt-master/templates/icons/phosphor-duotone/popcorn.svg
skills/ppt-master/templates/icons/phosphor-duotone/potted-plant.svg
skills/ppt-master/templates/icons/phosphor-duotone/power.svg
skills/ppt-master/templates/icons/phosphor-duotone/prescription.svg
skills/ppt-master/templates/icons/phosphor-duotone/presentation-chart.svg
skills/ppt-master/templates/icons/phosphor-duotone/presentation.svg
skills/ppt-master/templates/icons/phosphor-duotone/printer.svg
skills/ppt-master/templates/icons/phosphor-duotone/prohibit-inset.svg
skills/ppt-master/templates/icons/phosphor-duotone/prohibit.svg
skills/ppt-master/templates/icons/phosphor-duotone/projector-screen-chart.svg
skills/ppt-master/templates/icons/phosphor-duotone/projector-screen.svg
skills/ppt-master/templates/icons/phosphor-duotone/pulse.svg
skills/ppt-master/templates/icons/phosphor-duotone/push-pin-simple-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/push-pin-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/push-pin-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/push-pin.svg
skills/ppt-master/templates/icons/phosphor-duotone/puzzle-piece.svg
skills/ppt-master/templates/icons/phosphor-duotone/qr-code.svg
skills/ppt-master/templates/icons/phosphor-duotone/question.svg
skills/ppt-master/templates/icons/phosphor-duotone/queue.svg
skills/ppt-master/templates/icons/phosphor-duotone/quotes.svg
skills/ppt-master/templates/icons/phosphor-duotone/radical.svg
skills/ppt-master/templates/icons/phosphor-duotone/radio-button.svg
skills/ppt-master/templates/icons/phosphor-duotone/radio.svg
skills/ppt-master/templates/icons/phosphor-duotone/radioactive.svg
skills/ppt-master/templates/icons/phosphor-duotone/rainbow-cloud.svg
skills/ppt-master/templates/icons/phosphor-duotone/rainbow.svg
skills/ppt-master/templates/icons/phosphor-duotone/read-cv-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/receipt-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/receipt.svg
skills/ppt-master/templates/icons/phosphor-duotone/record.svg
skills/ppt-master/templates/icons/phosphor-duotone/rectangle.svg
skills/ppt-master/templates/icons/phosphor-duotone/recycle.svg
skills/ppt-master/templates/icons/phosphor-duotone/reddit-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/repeat-once.svg
skills/ppt-master/templates/icons/phosphor-duotone/repeat.svg
skills/ppt-master/templates/icons/phosphor-duotone/rewind-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/rewind.svg
skills/ppt-master/templates/icons/phosphor-duotone/road-horizon.svg
skills/ppt-master/templates/icons/phosphor-duotone/robot.svg
skills/ppt-master/templates/icons/phosphor-duotone/rocket-launch.svg
skills/ppt-master/templates/icons/phosphor-duotone/rocket.svg
skills/ppt-master/templates/icons/phosphor-duotone/rows.svg
skills/ppt-master/templates/icons/phosphor-duotone/rss-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/rss.svg
skills/ppt-master/templates/icons/phosphor-duotone/rug.svg
skills/ppt-master/templates/icons/phosphor-duotone/ruler.svg
skills/ppt-master/templates/icons/phosphor-duotone/scales.svg
skills/ppt-master/templates/icons/phosphor-duotone/scan.svg
skills/ppt-master/templates/icons/phosphor-duotone/scissors.svg
skills/ppt-master/templates/icons/phosphor-duotone/scooter.svg
skills/ppt-master/templates/icons/phosphor-duotone/screencast.svg
skills/ppt-master/templates/icons/phosphor-duotone/scribble-loop.svg
skills/ppt-master/templates/icons/phosphor-duotone/scroll.svg
skills/ppt-master/templates/icons/phosphor-duotone/seal-check.svg
skills/ppt-master/templates/icons/phosphor-duotone/seal-question.svg
skills/ppt-master/templates/icons/phosphor-duotone/seal-warning.svg
skills/ppt-master/templates/icons/phosphor-duotone/seal.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-all.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-background.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-foreground.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-inverse.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/selection.svg
skills/ppt-master/templates/icons/phosphor-duotone/shapes.svg
skills/ppt-master/templates/icons/phosphor-duotone/share-fat.svg
skills/ppt-master/templates/icons/phosphor-duotone/share-network.svg
skills/ppt-master/templates/icons/phosphor-duotone/share.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-check.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-checkered.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-chevron.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-star.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield-warning.svg
skills/ppt-master/templates/icons/phosphor-duotone/shield.svg
skills/ppt-master/templates/icons/phosphor-duotone/shirt-folded.svg
skills/ppt-master/templates/icons/phosphor-duotone/shooting-star.svg
skills/ppt-master/templates/icons/phosphor-duotone/shopping-bag-open.svg
skills/ppt-master/templates/icons/phosphor-duotone/shopping-bag.svg
skills/ppt-master/templates/icons/phosphor-duotone/shopping-cart-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/shopping-cart.svg
skills/ppt-master/templates/icons/phosphor-duotone/shower.svg
skills/ppt-master/templates/icons/phosphor-duotone/shrimp.svg
skills/ppt-master/templates/icons/phosphor-duotone/shuffle-angular.svg
skills/ppt-master/templates/icons/phosphor-duotone/shuffle-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/shuffle.svg
skills/ppt-master/templates/icons/phosphor-duotone/sidebar-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/sidebar.svg
skills/ppt-master/templates/icons/phosphor-duotone/sigma.svg
skills/ppt-master/templates/icons/phosphor-duotone/sign-in.svg
skills/ppt-master/templates/icons/phosphor-duotone/sign-out.svg
skills/ppt-master/templates/icons/phosphor-duotone/signature.svg
skills/ppt-master/templates/icons/phosphor-duotone/signpost.svg
skills/ppt-master/templates/icons/phosphor-duotone/sim-card.svg
skills/ppt-master/templates/icons/phosphor-duotone/siren.svg
skills/ppt-master/templates/icons/phosphor-duotone/sketch-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/skip-back-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/skip-back.svg
skills/ppt-master/templates/icons/phosphor-duotone/skip-forward-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/skip-forward.svg
skills/ppt-master/templates/icons/phosphor-duotone/skull.svg
skills/ppt-master/templates/icons/phosphor-duotone/slack-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/sliders-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/sliders.svg
skills/ppt-master/templates/icons/phosphor-duotone/slideshow.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-angry.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-blank.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-meh.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-nervous.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-sad.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-sticker.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-wink.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley-x-eyes.svg
skills/ppt-master/templates/icons/phosphor-duotone/smiley.svg
skills/ppt-master/templates/icons/phosphor-duotone/snapchat-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/sneaker-move.svg
skills/ppt-master/templates/icons/phosphor-duotone/sneaker.svg
skills/ppt-master/templates/icons/phosphor-duotone/snowflake.svg
skills/ppt-master/templates/icons/phosphor-duotone/soccer-ball.svg
skills/ppt-master/templates/icons/phosphor-duotone/sort-ascending.svg
skills/ppt-master/templates/icons/phosphor-duotone/sort-descending.svg
skills/ppt-master/templates/icons/phosphor-duotone/soundcloud-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/spade.svg
skills/ppt-master/templates/icons/phosphor-duotone/sparkle.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-hifi.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-none.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-simple-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-simple-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-simple-none.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-simple-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-simple-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/speaker-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/spinner-gap.svg
skills/ppt-master/templates/icons/phosphor-duotone/spinner.svg
skills/ppt-master/templates/icons/phosphor-duotone/spiral.svg
skills/ppt-master/templates/icons/phosphor-duotone/split-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/split-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/spotify-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/square-half-bottom.svg
skills/ppt-master/templates/icons/phosphor-duotone/square-half.svg
skills/ppt-master/templates/icons/phosphor-duotone/square-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/square-split-horizontal.svg
skills/ppt-master/templates/icons/phosphor-duotone/square-split-vertical.svg
skills/ppt-master/templates/icons/phosphor-duotone/square.svg
skills/ppt-master/templates/icons/phosphor-duotone/squares-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/stack-overflow-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/stack-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/stack.svg
skills/ppt-master/templates/icons/phosphor-duotone/stairs.svg
skills/ppt-master/templates/icons/phosphor-duotone/stamp.svg
skills/ppt-master/templates/icons/phosphor-duotone/star-and-crescent.svg
skills/ppt-master/templates/icons/phosphor-duotone/star-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/star-half.svg
skills/ppt-master/templates/icons/phosphor-duotone/star-of-david.svg
skills/ppt-master/templates/icons/phosphor-duotone/star.svg
skills/ppt-master/templates/icons/phosphor-duotone/steering-wheel.svg
skills/ppt-master/templates/icons/phosphor-duotone/steps.svg
skills/ppt-master/templates/icons/phosphor-duotone/stethoscope.svg
skills/ppt-master/templates/icons/phosphor-duotone/sticker.svg
skills/ppt-master/templates/icons/phosphor-duotone/stool.svg
skills/ppt-master/templates/icons/phosphor-duotone/stop-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/stop.svg
skills/ppt-master/templates/icons/phosphor-duotone/storefront.svg
skills/ppt-master/templates/icons/phosphor-duotone/strategy.svg
skills/ppt-master/templates/icons/phosphor-duotone/stripe-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/student.svg
skills/ppt-master/templates/icons/phosphor-duotone/subtitles.svg
skills/ppt-master/templates/icons/phosphor-duotone/subtract-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/subtract.svg
skills/ppt-master/templates/icons/phosphor-duotone/suitcase-rolling.svg
skills/ppt-master/templates/icons/phosphor-duotone/suitcase-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/suitcase.svg
skills/ppt-master/templates/icons/phosphor-duotone/sun-dim.svg
skills/ppt-master/templates/icons/phosphor-duotone/sun-horizon.svg
skills/ppt-master/templates/icons/phosphor-duotone/sun.svg
skills/ppt-master/templates/icons/phosphor-duotone/sunglasses.svg
skills/ppt-master/templates/icons/phosphor-duotone/swap.svg
skills/ppt-master/templates/icons/phosphor-duotone/swatches.svg
skills/ppt-master/templates/icons/phosphor-duotone/swimming-pool.svg
skills/ppt-master/templates/icons/phosphor-duotone/sword.svg
skills/ppt-master/templates/icons/phosphor-duotone/synagogue.svg
skills/ppt-master/templates/icons/phosphor-duotone/syringe.svg
skills/ppt-master/templates/icons/phosphor-duotone/t-shirt.svg
skills/ppt-master/templates/icons/phosphor-duotone/table.svg
skills/ppt-master/templates/icons/phosphor-duotone/tabs.svg
skills/ppt-master/templates/icons/phosphor-duotone/tag-chevron.svg
skills/ppt-master/templates/icons/phosphor-duotone/tag-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/tag.svg
skills/ppt-master/templates/icons/phosphor-duotone/target.svg
skills/ppt-master/templates/icons/phosphor-duotone/taxi.svg
skills/ppt-master/templates/icons/phosphor-duotone/telegram-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/television-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/television.svg
skills/ppt-master/templates/icons/phosphor-duotone/tennis-ball.svg
skills/ppt-master/templates/icons/phosphor-duotone/tent.svg
skills/ppt-master/templates/icons/phosphor-duotone/terminal-window.svg
skills/ppt-master/templates/icons/phosphor-duotone/terminal.svg
skills/ppt-master/templates/icons/phosphor-duotone/test-tube.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-a-underline.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-aa.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-align-center.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-align-justify.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-align-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-align-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-b.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-columns.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-five.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-one.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-six.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h-two.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-h.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-indent.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-italic.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-outdent.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-strikethrough.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-t.svg
skills/ppt-master/templates/icons/phosphor-duotone/text-underline.svg
skills/ppt-master/templates/icons/phosphor-duotone/textbox.svg
skills/ppt-master/templates/icons/phosphor-duotone/thermometer-cold.svg
skills/ppt-master/templates/icons/phosphor-duotone/thermometer-hot.svg
skills/ppt-master/templates/icons/phosphor-duotone/thermometer-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/thermometer.svg
skills/ppt-master/templates/icons/phosphor-duotone/thumbs-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/thumbs-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/ticket.svg
skills/ppt-master/templates/icons/phosphor-duotone/tidal-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/tiktok-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/timer.svg
skills/ppt-master/templates/icons/phosphor-duotone/tipi.svg
skills/ppt-master/templates/icons/phosphor-duotone/toggle-left.svg
skills/ppt-master/templates/icons/phosphor-duotone/toggle-right.svg
skills/ppt-master/templates/icons/phosphor-duotone/toilet-paper.svg
skills/ppt-master/templates/icons/phosphor-duotone/toilet.svg
skills/ppt-master/templates/icons/phosphor-duotone/toolbox.svg
skills/ppt-master/templates/icons/phosphor-duotone/tooth.svg
skills/ppt-master/templates/icons/phosphor-duotone/tote-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/tote.svg
skills/ppt-master/templates/icons/phosphor-duotone/trademark-registered.svg
skills/ppt-master/templates/icons/phosphor-duotone/trademark.svg
skills/ppt-master/templates/icons/phosphor-duotone/traffic-cone.svg
skills/ppt-master/templates/icons/phosphor-duotone/traffic-sign.svg
skills/ppt-master/templates/icons/phosphor-duotone/traffic-signal.svg
skills/ppt-master/templates/icons/phosphor-duotone/train-regional.svg
skills/ppt-master/templates/icons/phosphor-duotone/train-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/train.svg
skills/ppt-master/templates/icons/phosphor-duotone/tram.svg
skills/ppt-master/templates/icons/phosphor-duotone/translate.svg
skills/ppt-master/templates/icons/phosphor-duotone/trash-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/trash.svg
skills/ppt-master/templates/icons/phosphor-duotone/tray.svg
skills/ppt-master/templates/icons/phosphor-duotone/tree-evergreen.svg
skills/ppt-master/templates/icons/phosphor-duotone/tree-palm.svg
skills/ppt-master/templates/icons/phosphor-duotone/tree-structure.svg
skills/ppt-master/templates/icons/phosphor-duotone/tree.svg
skills/ppt-master/templates/icons/phosphor-duotone/trend-down.svg
skills/ppt-master/templates/icons/phosphor-duotone/trend-up.svg
skills/ppt-master/templates/icons/phosphor-duotone/triangle.svg
skills/ppt-master/templates/icons/phosphor-duotone/trophy.svg
skills/ppt-master/templates/icons/phosphor-duotone/truck.svg
skills/ppt-master/templates/icons/phosphor-duotone/twitch-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/twitter-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/umbrella-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/umbrella.svg
skills/ppt-master/templates/icons/phosphor-duotone/unite-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/unite.svg
skills/ppt-master/templates/icons/phosphor-duotone/upload-simple.svg
skills/ppt-master/templates/icons/phosphor-duotone/upload.svg
skills/ppt-master/templates/icons/phosphor-duotone/usb.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-circle-gear.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-circle-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-circle-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-focus.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-gear.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-list.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-minus.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-plus.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-rectangle.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/user-switch.svg
skills/ppt-master/templates/icons/phosphor-duotone/user.svg
skills/ppt-master/templates/icons/phosphor-duotone/users-four.svg
skills/ppt-master/templates/icons/phosphor-duotone/users-three.svg
skills/ppt-master/templates/icons/phosphor-duotone/users.svg
skills/ppt-master/templates/icons/phosphor-duotone/van.svg
skills/ppt-master/templates/icons/phosphor-duotone/vault.svg
skills/ppt-master/templates/icons/phosphor-duotone/vibrate.svg
skills/ppt-master/templates/icons/phosphor-duotone/video-camera-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/video-camera.svg
skills/ppt-master/templates/icons/phosphor-duotone/video.svg
skills/ppt-master/templates/icons/phosphor-duotone/vignette.svg
skills/ppt-master/templates/icons/phosphor-duotone/vinyl-record.svg
skills/ppt-master/templates/icons/phosphor-duotone/virtual-reality.svg
skills/ppt-master/templates/icons/phosphor-duotone/virus.svg
skills/ppt-master/templates/icons/phosphor-duotone/voicemail.svg
skills/ppt-master/templates/icons/phosphor-duotone/volleyball.svg
skills/ppt-master/templates/icons/phosphor-duotone/wall.svg
skills/ppt-master/templates/icons/phosphor-duotone/wallet.svg
skills/ppt-master/templates/icons/phosphor-duotone/warehouse.svg
skills/ppt-master/templates/icons/phosphor-duotone/warning-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/warning-diamond.svg
skills/ppt-master/templates/icons/phosphor-duotone/warning-octagon.svg
skills/ppt-master/templates/icons/phosphor-duotone/warning.svg
skills/ppt-master/templates/icons/phosphor-duotone/watch.svg
skills/ppt-master/templates/icons/phosphor-duotone/wave-sawtooth.svg
skills/ppt-master/templates/icons/phosphor-duotone/wave-sine.svg
skills/ppt-master/templates/icons/phosphor-duotone/wave-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/wave-triangle.svg
skills/ppt-master/templates/icons/phosphor-duotone/waveform.svg
skills/ppt-master/templates/icons/phosphor-duotone/waves.svg
skills/ppt-master/templates/icons/phosphor-duotone/webcam-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/webcam.svg
skills/ppt-master/templates/icons/phosphor-duotone/webhooks-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/wechat-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/whatsapp-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/wheelchair-motion.svg
skills/ppt-master/templates/icons/phosphor-duotone/wheelchair.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-high.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-low.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-medium.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-none.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-slash.svg
skills/ppt-master/templates/icons/phosphor-duotone/wifi-x.svg
skills/ppt-master/templates/icons/phosphor-duotone/wind.svg
skills/ppt-master/templates/icons/phosphor-duotone/windows-logo.svg
skills/ppt-master/templates/icons/phosphor-duotone/wine.svg
skills/ppt-master/templates/icons/phosphor-duotone/wrench.svg
skills/ppt-master/templates/icons/phosphor-duotone/x-circle.svg
skills/ppt-master/templates/icons/phosphor-duotone/x-square.svg
skills/ppt-master/templates/icons/phosphor-duotone/x.svg
skills/ppt-master/templates/icons/phosphor-duotone/yin-yang.svg
skills/ppt-master/templates/icons/phosphor-duotone/youtube-logo.svg
skills/ppt-master/templates/icons/simple-icons/1001tracklists.svg
skills/ppt-master/templates/icons/simple-icons/1and1.svg
skills/ppt-master/templates/icons/simple-icons/1dot1dot1dot1.svg
skills/ppt-master/templates/icons/simple-icons/1panel.svg
skills/ppt-master/templates/icons/simple-icons/1password.svg
skills/ppt-master/templates/icons/simple-icons/2fas.svg
skills/ppt-master/templates/icons/simple-icons/2k.svg
skills/ppt-master/templates/icons/simple-icons/30secondsofcode.svg
skills/ppt-master/templates/icons/simple-icons/365datascience.svg
skills/ppt-master/templates/icons/simple-icons/3m.svg
skills/ppt-master/templates/icons/simple-icons/42.svg
skills/ppt-master/templates/icons/simple-icons/4chan.svg
skills/ppt-master/templates/icons/simple-icons/4d.svg
skills/ppt-master/templates/icons/simple-icons/500px.svg
skills/ppt-master/templates/icons/simple-icons/7zip.svg
skills/ppt-master/templates/icons/simple-icons/99designs.svg
skills/ppt-master/templates/icons/simple-icons/9gag.svg
skills/ppt-master/templates/icons/simple-icons/abb.svg
skills/ppt-master/templates/icons/simple-icons/abbott.svg
skills/ppt-master/templates/icons/simple-icons/abbrobotstudio.svg
skills/ppt-master/templates/icons/simple-icons/abbvie.svg
skills/ppt-master/templates/icons/simple-icons/abdownloadmanager.svg
skills/ppt-master/templates/icons/simple-icons/aboutdotme.svg
skills/ppt-master/templates/icons/simple-icons/abstract.svg
skills/ppt-master/templates/icons/simple-icons/abusedotch.svg
skills/ppt-master/templates/icons/simple-icons/academia.svg
skills/ppt-master/templates/icons/simple-icons/accenture.svg
skills/ppt-master/templates/icons/simple-icons/accusoft.svg
skills/ppt-master/templates/icons/simple-icons/accuweather.svg
skills/ppt-master/templates/icons/simple-icons/acer.svg
skills/ppt-master/templates/icons/simple-icons/acm.svg
skills/ppt-master/templates/icons/simple-icons/acode.svg
skills/ppt-master/templates/icons/simple-icons/actigraph.svg
skills/ppt-master/templates/icons/simple-icons/activeloop.svg
skills/ppt-master/templates/icons/simple-icons/activision.svg
skills/ppt-master/templates/icons/simple-icons/activitypub.svg
skills/ppt-master/templates/icons/simple-icons/actix.svg
skills/ppt-master/templates/icons/simple-icons/actualbudget.svg
skills/ppt-master/templates/icons/simple-icons/acura.svg
skills/ppt-master/templates/icons/simple-icons/ada.svg
skills/ppt-master/templates/icons/simple-icons/adafruit.svg
skills/ppt-master/templates/icons/simple-icons/adaway.svg
skills/ppt-master/templates/icons/simple-icons/adblock.svg
skills/ppt-master/templates/icons/simple-icons/adblockplus.svg
skills/ppt-master/templates/icons/simple-icons/addydotio.svg
skills/ppt-master/templates/icons/simple-icons/adguard.svg
skills/ppt-master/templates/icons/simple-icons/adidas.svg
skills/ppt-master/templates/icons/simple-icons/adminer.svg
skills/ppt-master/templates/icons/simple-icons/adobe.svg
skills/ppt-master/templates/icons/simple-icons/adobeacrobatreader.svg
skills/ppt-master/templates/icons/simple-icons/adobeaftereffects.svg
skills/ppt-master/templates/icons/simple-icons/adobeaudition.svg
skills/ppt-master/templates/icons/simple-icons/adobecreativecloud.svg
skills/ppt-master/templates/icons/simple-icons/adobedreamweaver.svg
skills/ppt-master/templates/icons/simple-icons/adobefonts.svg
skills/ppt-master/templates/icons/simple-icons/adobeillustrator.svg
skills/ppt-master/templates/icons/simple-icons/adobeindesign.svg
skills/ppt-master/templates/icons/simple-icons/adobelightroom.svg
skills/ppt-master/templates/icons/simple-icons/adobelightroomclassic.svg
skills/ppt-master/templates/icons/simple-icons/adobephotoshop.svg
skills/ppt-master/templates/icons/simple-icons/adobepremierepro.svg
skills/ppt-master/templates/icons/simple-icons/adobexd.svg
skills/ppt-master/templates/icons/simple-icons/adonisjs.svg
skills/ppt-master/templates/icons/simple-icons/adp.svg
skills/ppt-master/templates/icons/simple-icons/adroll.svg
skills/ppt-master/templates/icons/simple-icons/adventofcode.svg
skills/ppt-master/templates/icons/simple-icons/adyen.svg
skills/ppt-master/templates/icons/simple-icons/aegisauthenticator.svg
skills/ppt-master/templates/icons/simple-icons/aerlingus.svg
skills/ppt-master/templates/icons/simple-icons/aeroflot.svg
skills/ppt-master/templates/icons/simple-icons/aeromexico.svg
skills/ppt-master/templates/icons/simple-icons/aerospike.svg
skills/ppt-master/templates/icons/simple-icons/aew.svg
skills/ppt-master/templates/icons/simple-icons/afdian.svg
skills/ppt-master/templates/icons/simple-icons/affine.svg
skills/ppt-master/templates/icons/simple-icons/affinity.svg
skills/ppt-master/templates/icons/simple-icons/affinitydesigner.svg
skills/ppt-master/templates/icons/simple-icons/affinityphoto.svg
skills/ppt-master/templates/icons/simple-icons/affinitypublisher.svg
skills/ppt-master/templates/icons/simple-icons/aframe.svg
skills/ppt-master/templates/icons/simple-icons/afterpay.svg
skills/ppt-master/templates/icons/simple-icons/aftership.svg
skills/ppt-master/templates/icons/simple-icons/agora.svg
skills/ppt-master/templates/icons/simple-icons/aib.svg
skills/ppt-master/templates/icons/simple-icons/aidungeon.svg
skills/ppt-master/templates/icons/simple-icons/aiohttp.svg
skills/ppt-master/templates/icons/simple-icons/aiqfome.svg
skills/ppt-master/templates/icons/simple-icons/airasia.svg
skills/ppt-master/templates/icons/simple-icons/airbnb.svg
skills/ppt-master/templates/icons/simple-icons/airbrake.svg
skills/ppt-master/templates/icons/simple-icons/airbus.svg
skills/ppt-master/templates/icons/simple-icons/airbyte.svg
skills/ppt-master/templates/icons/simple-icons/aircall.svg
skills/ppt-master/templates/icons/simple-icons/aircanada.svg
skills/ppt-master/templates/icons/simple-icons/airchina.svg
skills/ppt-master/templates/icons/simple-icons/airfrance.svg
skills/ppt-master/templates/icons/simple-icons/airindia.svg
skills/ppt-master/templates/icons/simple-icons/airplayaudio.svg
skills/ppt-master/templates/icons/simple-icons/airplayvideo.svg
skills/ppt-master/templates/icons/simple-icons/airserbia.svg
skills/ppt-master/templates/icons/simple-icons/airtable.svg
skills/ppt-master/templates/icons/simple-icons/airtel.svg
skills/ppt-master/templates/icons/simple-icons/airtransat.svg
skills/ppt-master/templates/icons/simple-icons/ajv.svg
skills/ppt-master/templates/icons/simple-icons/akamai.svg
skills/ppt-master/templates/icons/simple-icons/akasaair.svg
skills/ppt-master/templates/icons/simple-icons/akaunting.svg
skills/ppt-master/templates/icons/simple-icons/akiflow.svg
skills/ppt-master/templates/icons/simple-icons/alacritty.svg
skills/ppt-master/templates/icons/simple-icons/alamy.svg
skills/ppt-master/templates/icons/simple-icons/albertheijn.svg
skills/ppt-master/templates/icons/simple-icons/alby.svg
skills/ppt-master/templates/icons/simple-icons/alchemy.svg
skills/ppt-master/templates/icons/simple-icons/aldinord.svg
skills/ppt-master/templates/icons/simple-icons/aldisud.svg
skills/ppt-master/templates/icons/simple-icons/alfaromeo.svg
skills/ppt-master/templates/icons/simple-icons/alfred.svg
skills/ppt-master/templates/icons/simple-icons/algolia.svg
skills/ppt-master/templates/icons/simple-icons/algorand.svg
skills/ppt-master/templates/icons/simple-icons/alibabacloud.svg
skills/ppt-master/templates/icons/simple-icons/alibabadotcom.svg
skills/ppt-master/templates/icons/simple-icons/alienware.svg
skills/ppt-master/templates/icons/simple-icons/aliexpress.svg
skills/ppt-master/templates/icons/simple-icons/alipay.svg
skills/ppt-master/templates/icons/simple-icons/alist.svg
skills/ppt-master/templates/icons/simple-icons/allegro.svg
skills/ppt-master/templates/icons/simple-icons/alliedmodders.svg
skills/ppt-master/templates/icons/simple-icons/allocine.svg
skills/ppt-master/templates/icons/simple-icons/alltrails.svg
skills/ppt-master/templates/icons/simple-icons/almalinux.svg
skills/ppt-master/templates/icons/simple-icons/alpinedotjs.svg
skills/ppt-master/templates/icons/simple-icons/alpinelinux.svg
skills/ppt-master/templates/icons/simple-icons/alternativeto.svg
skills/ppt-master/templates/icons/simple-icons/alteryx.svg
skills/ppt-master/templates/icons/simple-icons/altiumdesigner.svg
skills/ppt-master/templates/icons/simple-icons/alwaysdata.svg
skills/ppt-master/templates/icons/simple-icons/alx.svg
skills/ppt-master/templates/icons/simple-icons/amazon.svg
skills/ppt-master/templates/icons/simple-icons/amazonalexa.svg
skills/ppt-master/templates/icons/simple-icons/amazonapigateway.svg
skills/ppt-master/templates/icons/simple-icons/amazoncloudwatch.svg
skills/ppt-master/templates/icons/simple-icons/amazoncognito.svg
skills/ppt-master/templates/icons/simple-icons/amazondocumentdb.svg
skills/ppt-master/templates/icons/simple-icons/amazondynamodb.svg
skills/ppt-master/templates/icons/simple-icons/amazonec2.svg
skills/ppt-master/templates/icons/simple-icons/amazonecs.svg
skills/ppt-master/templates/icons/simple-icons/amazoneks.svg
skills/ppt-master/templates/icons/simple-icons/amazonelasticache.svg
skills/ppt-master/templates/icons/simple-icons/amazonfiretv.svg
skills/ppt-master/templates/icons/simple-icons/amazongames.svg
skills/ppt-master/templates/icons/simple-icons/amazoniam.svg
skills/ppt-master/templates/icons/simple-icons/amazonlumberyard.svg
skills/ppt-master/templates/icons/simple-icons/amazonluna.svg
skills/ppt-master/templates/icons/simple-icons/amazonmusic.svg
skills/ppt-master/templates/icons/simple-icons/amazonpay.svg
skills/ppt-master/templates/icons/simple-icons/amazonprime.svg
skills/ppt-master/templates/icons/simple-icons/amazonrds.svg
skills/ppt-master/templates/icons/simple-icons/amazonredshift.svg
skills/ppt-master/templates/icons/simple-icons/amazonroute53.svg
skills/ppt-master/templates/icons/simple-icons/amazons3.svg
skills/ppt-master/templates/icons/simple-icons/amazonsimpleemailservice.svg
skills/ppt-master/templates/icons/simple-icons/amazonsqs.svg
skills/ppt-master/templates/icons/simple-icons/amazonwebservices.svg
skills/ppt-master/templates/icons/simple-icons/amd.svg
skills/ppt-master/templates/icons/simple-icons/ameba.svg
skills/ppt-master/templates/icons/simple-icons/americanairlines.svg
skills/ppt-master/templates/icons/simple-icons/americanexpress.svg
skills/ppt-master/templates/icons/simple-icons/amg.svg
skills/ppt-master/templates/icons/simple-icons/amp.svg
skills/ppt-master/templates/icons/simple-icons/amul.svg
skills/ppt-master/templates/icons/simple-icons/ana.svg
skills/ppt-master/templates/icons/simple-icons/anaconda.svg
skills/ppt-master/templates/icons/simple-icons/analogue.svg
skills/ppt-master/templates/icons/simple-icons/andela.svg
skills/ppt-master/templates/icons/simple-icons/android.svg
skills/ppt-master/templates/icons/simple-icons/androidauto.svg
skills/ppt-master/templates/icons/simple-icons/androidstudio.svg
skills/ppt-master/templates/icons/simple-icons/angular.svg
skills/ppt-master/templates/icons/simple-icons/anichart.svg
skills/ppt-master/templates/icons/simple-icons/anilist.svg
skills/ppt-master/templates/icons/simple-icons/animalplanet.svg
skills/ppt-master/templates/icons/simple-icons/animedotjs.svg
skills/ppt-master/templates/icons/simple-icons/ankermake.svg
skills/ppt-master/templates/icons/simple-icons/anki.svg
skills/ppt-master/templates/icons/simple-icons/ansible.svg
skills/ppt-master/templates/icons/simple-icons/answer.svg
skills/ppt-master/templates/icons/simple-icons/ansys.svg
skills/ppt-master/templates/icons/simple-icons/anta.svg
skills/ppt-master/templates/icons/simple-icons/antdesign.svg
skills/ppt-master/templates/icons/simple-icons/antena3.svg
skills/ppt-master/templates/icons/simple-icons/antennapod.svg
skills/ppt-master/templates/icons/simple-icons/anthropic.svg
skills/ppt-master/templates/icons/simple-icons/antv.svg
skills/ppt-master/templates/icons/simple-icons/anycubic.svg
skills/ppt-master/templates/icons/simple-icons/anydesk.svg
skills/ppt-master/templates/icons/simple-icons/anytype.svg
skills/ppt-master/templates/icons/simple-icons/aol.svg
skills/ppt-master/templates/icons/simple-icons/apache.svg
skills/ppt-master/templates/icons/simple-icons/apacheairflow.svg
skills/ppt-master/templates/icons/simple-icons/apacheant.svg
skills/ppt-master/templates/icons/simple-icons/apacheavro.svg
skills/ppt-master/templates/icons/simple-icons/apachecassandra.svg
skills/ppt-master/templates/icons/simple-icons/apachecloudstack.svg
skills/ppt-master/templates/icons/simple-icons/apachecordova.svg
skills/ppt-master/templates/icons/simple-icons/apachecouchdb.svg
skills/ppt-master/templates/icons/simple-icons/apachedolphinscheduler.svg
skills/ppt-master/templates/icons/simple-icons/apachedoris.svg
skills/ppt-master/templates/icons/simple-icons/apachedruid.svg
skills/ppt-master/templates/icons/simple-icons/apacheecharts.svg
skills/ppt-master/templates/icons/simple-icons/apacheflink.svg
skills/ppt-master/templates/icons/simple-icons/apachefreemarker.svg
skills/ppt-master/templates/icons/simple-icons/apachegroovy.svg
skills/ppt-master/templates/icons/simple-icons/apacheguacamole.svg
skills/ppt-master/templates/icons/simple-icons/apachehadoop.svg
skills/ppt-master/templates/icons/simple-icons/apachehbase.svg
skills/ppt-master/templates/icons/simple-icons/apachehive.svg
skills/ppt-master/templates/icons/simple-icons/apachejmeter.svg
skills/ppt-master/templates/icons/simple-icons/apachekafka.svg
skills/ppt-master/templates/icons/simple-icons/apachekylin.svg
skills/ppt-master/templates/icons/simple-icons/apachelucene.svg
skills/ppt-master/templates/icons/simple-icons/apachemaven.svg
skills/ppt-master/templates/icons/simple-icons/apachenetbeanside.svg
skills/ppt-master/templates/icons/simple-icons/apachenifi.svg
skills/ppt-master/templates/icons/simple-icons/apacheopenoffice.svg
skills/ppt-master/templates/icons/simple-icons/apacheparquet.svg
skills/ppt-master/templates/icons/simple-icons/apachepdfbox.svg
skills/ppt-master/templates/icons/simple-icons/apachepulsar.svg
skills/ppt-master/templates/icons/simple-icons/apacherocketmq.svg
skills/ppt-master/templates/icons/simple-icons/apachesolr.svg
skills/ppt-master/templates/icons/simple-icons/apachespark.svg
skills/ppt-master/templates/icons/simple-icons/apachestorm.svg
skills/ppt-master/templates/icons/simple-icons/apachesuperset.svg
skills/ppt-master/templates/icons/simple-icons/apachetomcat.svg
skills/ppt-master/templates/icons/simple-icons/aparat.svg
skills/ppt-master/templates/icons/simple-icons/apifox.svg
skills/ppt-master/templates/icons/simple-icons/apmterminals.svg
skills/ppt-master/templates/icons/simple-icons/apollographql.svg
skills/ppt-master/templates/icons/simple-icons/apostrophe.svg
skills/ppt-master/templates/icons/simple-icons/appgallery.svg
skills/ppt-master/templates/icons/simple-icons/appian.svg
skills/ppt-master/templates/icons/simple-icons/appimage.svg
skills/ppt-master/templates/icons/simple-icons/appium.svg
skills/ppt-master/templates/icons/simple-icons/apple.svg
skills/ppt-master/templates/icons/simple-icons/applearcade.svg
skills/ppt-master/templates/icons/simple-icons/applemusic.svg
skills/ppt-master/templates/icons/simple-icons/applenews.svg
skills/ppt-master/templates/icons/simple-icons/applepay.svg
skills/ppt-master/templates/icons/simple-icons/applepodcasts.svg
skills/ppt-master/templates/icons/simple-icons/appletv.svg
skills/ppt-master/templates/icons/simple-icons/appmanager.svg
skills/ppt-master/templates/icons/simple-icons/appsignal.svg
skills/ppt-master/templates/icons/simple-icons/appsmith.svg
skills/ppt-master/templates/icons/simple-icons/appstore.svg
skills/ppt-master/templates/icons/simple-icons/appveyor.svg
skills/ppt-master/templates/icons/simple-icons/appwrite.svg
skills/ppt-master/templates/icons/simple-icons/aqua.svg
skills/ppt-master/templates/icons/simple-icons/aral.svg
skills/ppt-master/templates/icons/simple-icons/arangodb.svg
skills/ppt-master/templates/icons/simple-icons/arc.svg
skills/ppt-master/templates/icons/simple-icons/arcgis.svg
skills/ppt-master/templates/icons/simple-icons/archicad.svg
skills/ppt-master/templates/icons/simple-icons/archiveofourown.svg
skills/ppt-master/templates/icons/simple-icons/archlinux.svg
skills/ppt-master/templates/icons/simple-icons/ardour.svg
skills/ppt-master/templates/icons/simple-icons/arduino.svg
skills/ppt-master/templates/icons/simple-icons/argo.svg
skills/ppt-master/templates/icons/simple-icons/argos.svg
skills/ppt-master/templates/icons/simple-icons/ariakit.svg
skills/ppt-master/templates/icons/simple-icons/arkecosystem.svg
skills/ppt-master/templates/icons/simple-icons/arlo.svg
skills/ppt-master/templates/icons/simple-icons/arm.svg
skills/ppt-master/templates/icons/simple-icons/armkeil.svg
skills/ppt-master/templates/icons/simple-icons/arstechnica.svg
skills/ppt-master/templates/icons/simple-icons/artifacthub.svg
skills/ppt-master/templates/icons/simple-icons/artixlinux.svg
skills/ppt-master/templates/icons/simple-icons/artstation.svg
skills/ppt-master/templates/icons/simple-icons/arxiv.svg
skills/ppt-master/templates/icons/simple-icons/asahilinux.svg
skills/ppt-master/templates/icons/simple-icons/asana.svg
skills/ppt-master/templates/icons/simple-icons/asciidoctor.svg
skills/ppt-master/templates/icons/simple-icons/asciinema.svg
skills/ppt-master/templates/icons/simple-icons/asda.svg
skills/ppt-master/templates/icons/simple-icons/aseprite.svg
skills/ppt-master/templates/icons/simple-icons/askfm.svg
skills/ppt-master/templates/icons/simple-icons/assemblyscript.svg
skills/ppt-master/templates/icons/simple-icons/asterisk.svg
skills/ppt-master/templates/icons/simple-icons/astonmartin.svg
skills/ppt-master/templates/icons/simple-icons/astra.svg
skills/ppt-master/templates/icons/simple-icons/astral.svg
skills/ppt-master/templates/icons/simple-icons/astro.svg
skills/ppt-master/templates/icons/simple-icons/asus.svg
skills/ppt-master/templates/icons/simple-icons/atandt.svg
skills/ppt-master/templates/icons/simple-icons/atari.svg
skills/ppt-master/templates/icons/simple-icons/atlasos.svg
skills/ppt-master/templates/icons/simple-icons/atlassian.svg
skills/ppt-master/templates/icons/simple-icons/auchan.svg
skills/ppt-master/templates/icons/simple-icons/audacity.svg
skills/ppt-master/templates/icons/simple-icons/audi.svg
skills/ppt-master/templates/icons/simple-icons/audible.svg
skills/ppt-master/templates/icons/simple-icons/audiobookshelf.svg
skills/ppt-master/templates/icons/simple-icons/audioboom.svg
skills/ppt-master/templates/icons/simple-icons/audiomack.svg
skills/ppt-master/templates/icons/simple-icons/audiotechnica.svg
skills/ppt-master/templates/icons/simple-icons/aurelia.svg
skills/ppt-master/templates/icons/simple-icons/autentique.svg
skills/ppt-master/templates/icons/simple-icons/auth0.svg
skills/ppt-master/templates/icons/simple-icons/authelia.svg
skills/ppt-master/templates/icons/simple-icons/authentik.svg
skills/ppt-master/templates/icons/simple-icons/authy.svg
skills/ppt-master/templates/icons/simple-icons/autocad.svg
skills/ppt-master/templates/icons/simple-icons/autocannon.svg
skills/ppt-master/templates/icons/simple-icons/autodesk.svg
skills/ppt-master/templates/icons/simple-icons/autodeskmaya.svg
skills/ppt-master/templates/icons/simple-icons/autodeskrevit.svg
skills/ppt-master/templates/icons/simple-icons/autohotkey.svg
skills/ppt-master/templates/icons/simple-icons/autoit.svg
skills/ppt-master/templates/icons/simple-icons/automattic.svg
skills/ppt-master/templates/icons/simple-icons/autoprefixer.svg
skills/ppt-master/templates/icons/simple-icons/autozone.svg
skills/ppt-master/templates/icons/simple-icons/avajs.svg
skills/ppt-master/templates/icons/simple-icons/avaloniaui.svg
skills/ppt-master/templates/icons/simple-icons/avast.svg
skills/ppt-master/templates/icons/simple-icons/avianca.svg
skills/ppt-master/templates/icons/simple-icons/avira.svg
skills/ppt-master/templates/icons/simple-icons/avm.svg
skills/ppt-master/templates/icons/simple-icons/awesomelists.svg
skills/ppt-master/templates/icons/simple-icons/awesomewm.svg
skills/ppt-master/templates/icons/simple-icons/awsamplify.svg
skills/ppt-master/templates/icons/simple-icons/awselasticloadbalancing.svg
skills/ppt-master/templates/icons/simple-icons/awsfargate.svg
skills/ppt-master/templates/icons/simple-icons/awslambda.svg
skills/ppt-master/templates/icons/simple-icons/awsorganizations.svg
skills/ppt-master/templates/icons/simple-icons/awssecretsmanager.svg
skills/ppt-master/templates/icons/simple-icons/awwwards.svg
skills/ppt-master/templates/icons/simple-icons/axios.svg
skills/ppt-master/templates/icons/simple-icons/axisbank.svg
skills/ppt-master/templates/icons/simple-icons/azureartifacts.svg
skills/ppt-master/templates/icons/simple-icons/azuredataexplorer.svg
skills/ppt-master/templates/icons/simple-icons/azuredevops.svg
skills/ppt-master/templates/icons/simple-icons/azurefunctions.svg
skills/ppt-master/templates/icons/simple-icons/azurepipelines.svg
skills/ppt-master/templates/icons/simple-icons/b4x.svg
skills/ppt-master/templates/icons/simple-icons/babel.svg
skills/ppt-master/templates/icons/simple-icons/babelio.svg
skills/ppt-master/templates/icons/simple-icons/babylondotjs.svg
skills/ppt-master/templates/icons/simple-icons/backblaze.svg
skills/ppt-master/templates/icons/simple-icons/backbone.svg
skills/ppt-master/templates/icons/simple-icons/backbonedotjs.svg
skills/ppt-master/templates/icons/simple-icons/backendless.svg
skills/ppt-master/templates/icons/simple-icons/backstage.svg
skills/ppt-master/templates/icons/simple-icons/backstage_casting.svg
skills/ppt-master/templates/icons/simple-icons/badoo.svg
skills/ppt-master/templates/icons/simple-icons/baidu.svg
skills/ppt-master/templates/icons/simple-icons/bakalari.svg
skills/ppt-master/templates/icons/simple-icons/bamboo.svg
skills/ppt-master/templates/icons/simple-icons/bambulab.svg
skills/ppt-master/templates/icons/simple-icons/bandcamp.svg
skills/ppt-master/templates/icons/simple-icons/bandlab.svg
skills/ppt-master/templates/icons/simple-icons/bandrautomation.svg
skills/ppt-master/templates/icons/simple-icons/bandsintown.svg
skills/ppt-master/templates/icons/simple-icons/bankofamerica.svg
skills/ppt-master/templates/icons/simple-icons/barclays.svg
skills/ppt-master/templates/icons/simple-icons/baremetrics.svg
skills/ppt-master/templates/icons/simple-icons/barmenia.svg
skills/ppt-master/templates/icons/simple-icons/basecamp.svg
skills/ppt-master/templates/icons/simple-icons/baserow.svg
skills/ppt-master/templates/icons/simple-icons/baseui.svg
skills/ppt-master/templates/icons/simple-icons/basicattentiontoken.svg
skills/ppt-master/templates/icons/simple-icons/bastyon.svg
skills/ppt-master/templates/icons/simple-icons/bat.svg
skills/ppt-master/templates/icons/simple-icons/bata.svg
skills/ppt-master/templates/icons/simple-icons/battledotnet.svg
skills/ppt-master/templates/icons/simple-icons/bazel.svg
skills/ppt-master/templates/icons/simple-icons/beatport.svg
skills/ppt-master/templates/icons/simple-icons/beats.svg
skills/ppt-master/templates/icons/simple-icons/beatsbydre.svg
skills/ppt-master/templates/icons/simple-icons/beatstars.svg
skills/ppt-master/templates/icons/simple-icons/beekeeperstudio.svg
skills/ppt-master/templates/icons/simple-icons/behance.svg
skills/ppt-master/templates/icons/simple-icons/beijingsubway.svg
skills/ppt-master/templates/icons/simple-icons/bem.svg
skills/ppt-master/templates/icons/simple-icons/bentley.svg
skills/ppt-master/templates/icons/simple-icons/bento.svg
skills/ppt-master/templates/icons/simple-icons/bentobox.svg
skills/ppt-master/templates/icons/simple-icons/bentoml.svg
skills/ppt-master/templates/icons/simple-icons/bereal.svg
skills/ppt-master/templates/icons/simple-icons/betfair.svg
skills/ppt-master/templates/icons/simple-icons/betterauth.svg
skills/ppt-master/templates/icons/simple-icons/betterdiscord.svg
skills/ppt-master/templates/icons/simple-icons/betterstack.svg
skills/ppt-master/templates/icons/simple-icons/bevy.svg
skills/ppt-master/templates/icons/simple-icons/bigbasket.svg
skills/ppt-master/templates/icons/simple-icons/bigbluebutton.svg
skills/ppt-master/templates/icons/simple-icons/bigcartel.svg
skills/ppt-master/templates/icons/simple-icons/bigcommerce.svg
skills/ppt-master/templates/icons/simple-icons/bilibili.svg
skills/ppt-master/templates/icons/simple-icons/billboard.svg
skills/ppt-master/templates/icons/simple-icons/bim.svg
skills/ppt-master/templates/icons/simple-icons/binance.svg
skills/ppt-master/templates/icons/simple-icons/bioconductor.svg
skills/ppt-master/templates/icons/simple-icons/biolink.svg
skills/ppt-master/templates/icons/simple-icons/biome.svg
skills/ppt-master/templates/icons/simple-icons/bisecthosting.svg
skills/ppt-master/templates/icons/simple-icons/bit.svg
skills/ppt-master/templates/icons/simple-icons/bitbucket.svg
skills/ppt-master/templates/icons/simple-icons/bitcoin.svg
skills/ppt-master/templates/icons/simple-icons/bitcoincash.svg
skills/ppt-master/templates/icons/simple-icons/bitcoinsv.svg
skills/ppt-master/templates/icons/simple-icons/bitcomet.svg
skills/ppt-master/templates/icons/simple-icons/bitdefender.svg
skills/ppt-master/templates/icons/simple-icons/bitly.svg
skills/ppt-master/templates/icons/simple-icons/bitrise.svg
skills/ppt-master/templates/icons/simple-icons/bitsy.svg
skills/ppt-master/templates/icons/simple-icons/bittorrent.svg
skills/ppt-master/templates/icons/simple-icons/bitwarden.svg
skills/ppt-master/templates/icons/simple-icons/bitwig.svg
skills/ppt-master/templates/icons/simple-icons/black.svg
skills/ppt-master/templates/icons/simple-icons/blackberry.svg
skills/ppt-master/templates/icons/simple-icons/blackmagicdesign.svg
skills/ppt-master/templates/icons/simple-icons/blazemeter.svg
skills/ppt-master/templates/icons/simple-icons/blazor.svg
skills/ppt-master/templates/icons/simple-icons/blender.svg
skills/ppt-master/templates/icons/simple-icons/blibli.svg
skills/ppt-master/templates/icons/simple-icons/blockbench.svg
skills/ppt-master/templates/icons/simple-icons/blockchaindotcom.svg
skills/ppt-master/templates/icons/simple-icons/blogger.svg
skills/ppt-master/templates/icons/simple-icons/bloglovin.svg
skills/ppt-master/templates/icons/simple-icons/blueprint.svg
skills/ppt-master/templates/icons/simple-icons/bluesky.svg
skills/ppt-master/templates/icons/simple-icons/bluesound.svg
skills/ppt-master/templates/icons/simple-icons/bluetooth.svg
skills/ppt-master/templates/icons/simple-icons/bmcsoftware.svg
skills/ppt-master/templates/icons/simple-icons/bmw.svg
skills/ppt-master/templates/icons/simple-icons/bnbchain.svg
skills/ppt-master/templates/icons/simple-icons/boardgamegeek.svg
skills/ppt-master/templates/icons/simple-icons/boat.svg
skills/ppt-master/templates/icons/simple-icons/boehringeringelheim.svg
skills/ppt-master/templates/icons/simple-icons/boeing.svg
skills/ppt-master/templates/icons/simple-icons/bohemiainteractive.svg
skills/ppt-master/templates/icons/simple-icons/bombardier.svg
skills/ppt-master/templates/icons/simple-icons/bookalope.svg
skills/ppt-master/templates/icons/simple-icons/bookbub.svg
skills/ppt-master/templates/icons/simple-icons/bookingdotcom.svg
skills/ppt-master/templates/icons/simple-icons/bookmeter.svg
skills/ppt-master/templates/icons/simple-icons/bookmyshow.svg
skills/ppt-master/templates/icons/simple-icons/bookstack.svg
skills/ppt-master/templates/icons/simple-icons/boost.svg
skills/ppt-master/templates/icons/simple-icons/boosty.svg
skills/ppt-master/templates/icons/simple-icons/boots.svg
skills/ppt-master/templates/icons/simple-icons/bootstrap.svg
skills/ppt-master/templates/icons/simple-icons/borgbackup.svg
skills/ppt-master/templates/icons/simple-icons/bosch.svg
skills/ppt-master/templates/icons/simple-icons/bose.svg
skills/ppt-master/templates/icons/simple-icons/botblecms.svg
skills/ppt-master/templates/icons/simple-icons/boulanger.svg
skills/ppt-master/templates/icons/simple-icons/bower.svg
skills/ppt-master/templates/icons/simple-icons/box.svg
skills/ppt-master/templates/icons/simple-icons/boxysvg.svg
skills/ppt-master/templates/icons/simple-icons/braintree.svg
skills/ppt-master/templates/icons/simple-icons/braintrust.svg
skills/ppt-master/templates/icons/simple-icons/brandfetch.svg
skills/ppt-master/templates/icons/simple-icons/brandfolder.svg
skills/ppt-master/templates/icons/simple-icons/brave.svg
skills/ppt-master/templates/icons/simple-icons/breaker.svg
skills/ppt-master/templates/icons/simple-icons/brenntag.svg
skills/ppt-master/templates/icons/simple-icons/brevo.svg
skills/ppt-master/templates/icons/simple-icons/brex.svg
skills/ppt-master/templates/icons/simple-icons/bricks.svg
skills/ppt-master/templates/icons/simple-icons/britishairways.svg
skills/ppt-master/templates/icons/simple-icons/broadcom.svg
skills/ppt-master/templates/icons/simple-icons/bruno.svg
skills/ppt-master/templates/icons/simple-icons/bsd.svg
skills/ppt-master/templates/icons/simple-icons/bspwm.svg
skills/ppt-master/templates/icons/simple-icons/bt.svg
skills/ppt-master/templates/icons/simple-icons/buddy.svg
skills/ppt-master/templates/icons/simple-icons/budibase.svg
skills/ppt-master/templates/icons/simple-icons/buefy.svg
skills/ppt-master/templates/icons/simple-icons/buffer.svg
skills/ppt-master/templates/icons/simple-icons/bugatti.svg
skills/ppt-master/templates/icons/simple-icons/bugcrowd.svg
skills/ppt-master/templates/icons/simple-icons/bugsnag.svg
skills/ppt-master/templates/icons/simple-icons/buhl.svg
skills/ppt-master/templates/icons/simple-icons/buildkite.svg
skills/ppt-master/templates/icons/simple-icons/builtbybit.svg
skills/ppt-master/templates/icons/simple-icons/bukalapak.svg
skills/ppt-master/templates/icons/simple-icons/bulma.svg
skills/ppt-master/templates/icons/simple-icons/bun.svg
skills/ppt-master/templates/icons/simple-icons/bungie.svg
skills/ppt-master/templates/icons/simple-icons/bunnydotnet.svg
skills/ppt-master/templates/icons/simple-icons/bunq.svg
skills/ppt-master/templates/icons/simple-icons/burgerking.svg
skills/ppt-master/templates/icons/simple-icons/burpsuite.svg
skills/ppt-master/templates/icons/simple-icons/burton.svg
skills/ppt-master/templates/icons/simple-icons/buymeacoffee.svg
skills/ppt-master/templates/icons/simple-icons/buysellads.svg
skills/ppt-master/templates/icons/simple-icons/buzzfeed.svg
skills/ppt-master/templates/icons/simple-icons/bvg.svg
skills/ppt-master/templates/icons/simple-icons/byjus.svg
skills/ppt-master/templates/icons/simple-icons/bytedance.svg
skills/ppt-master/templates/icons/simple-icons/c.svg
skills/ppt-master/templates/icons/simple-icons/cachet.svg
skills/ppt-master/templates/icons/simple-icons/cachyos.svg
skills/ppt-master/templates/icons/simple-icons/caddy.svg
skills/ppt-master/templates/icons/simple-icons/cadillac.svg
skills/ppt-master/templates/icons/simple-icons/cafepress.svg
skills/ppt-master/templates/icons/simple-icons/caffeine.svg
skills/ppt-master/templates/icons/simple-icons/cairographics.svg
skills/ppt-master/templates/icons/simple-icons/cairometro.svg
skills/ppt-master/templates/icons/simple-icons/caixabank.svg
skills/ppt-master/templates/icons/simple-icons/cakephp.svg
skills/ppt-master/templates/icons/simple-icons/caldotcom.svg
skills/ppt-master/templates/icons/simple-icons/calendly.svg
skills/ppt-master/templates/icons/simple-icons/calibreweb.svg
skills/ppt-master/templates/icons/simple-icons/campaignmonitor.svg
skills/ppt-master/templates/icons/simple-icons/camunda.svg
skills/ppt-master/templates/icons/simple-icons/canonical.svg
skills/ppt-master/templates/icons/simple-icons/canva.svg
skills/ppt-master/templates/icons/simple-icons/canvas.svg
skills/ppt-master/templates/icons/simple-icons/capacitor.svg
skills/ppt-master/templates/icons/simple-icons/caprover.svg
skills/ppt-master/templates/icons/simple-icons/cardano.svg
skills/ppt-master/templates/icons/simple-icons/cardmarket.svg
skills/ppt-master/templates/icons/simple-icons/carlsberggroup.svg
skills/ppt-master/templates/icons/simple-icons/carrd.svg
skills/ppt-master/templates/icons/simple-icons/carrefour.svg
skills/ppt-master/templates/icons/simple-icons/carthrottle.svg
skills/ppt-master/templates/icons/simple-icons/carto.svg
skills/ppt-master/templates/icons/simple-icons/cashapp.svg
skills/ppt-master/templates/icons/simple-icons/castbox.svg
skills/ppt-master/templates/icons/simple-icons/castorama.svg
skills/ppt-master/templates/icons/simple-icons/castro.svg
skills/ppt-master/templates/icons/simple-icons/caterpillar.svg
skills/ppt-master/templates/icons/simple-icons/cbc.svg
skills/ppt-master/templates/icons/simple-icons/cbs.svg
skills/ppt-master/templates/icons/simple-icons/ccc.svg
skills/ppt-master/templates/icons/simple-icons/ccleaner.svg
skills/ppt-master/templates/icons/simple-icons/cdprojekt.svg
skills/ppt-master/templates/icons/simple-icons/ce.svg
skills/ppt-master/templates/icons/simple-icons/celery.svg
skills/ppt-master/templates/icons/simple-icons/celestron.svg
skills/ppt-master/templates/icons/simple-icons/centos.svg
skills/ppt-master/templates/icons/simple-icons/ceph.svg
skills/ppt-master/templates/icons/simple-icons/cesium.svg
skills/ppt-master/templates/icons/simple-icons/chai.svg
skills/ppt-master/templates/icons/simple-icons/chainguard.svg
skills/ppt-master/templates/icons/simple-icons/chainlink.svg
skills/ppt-master/templates/icons/simple-icons/chakraui.svg
skills/ppt-master/templates/icons/simple-icons/changedetection.svg
skills/ppt-master/templates/icons/simple-icons/channel4.svg
skills/ppt-master/templates/icons/simple-icons/charles.svg
skills/ppt-master/templates/icons/simple-icons/chartdotjs.svg
skills/ppt-master/templates/icons/simple-icons/chartmogul.svg
skills/ppt-master/templates/icons/simple-icons/chase.svg
skills/ppt-master/templates/icons/simple-icons/chatbot.svg
skills/ppt-master/templates/icons/simple-icons/chatwoot.svg
skills/ppt-master/templates/icons/simple-icons/checkio.svg
skills/ppt-master/templates/icons/simple-icons/checkmarx.svg
skills/ppt-master/templates/icons/simple-icons/checkmk.svg
skills/ppt-master/templates/icons/simple-icons/chedraui.svg
skills/ppt-master/templates/icons/simple-icons/cheerio.svg
skills/ppt-master/templates/icons/simple-icons/chef.svg
skills/ppt-master/templates/icons/simple-icons/chemex.svg
skills/ppt-master/templates/icons/simple-icons/chessdotcom.svg
skills/ppt-master/templates/icons/simple-icons/chevrolet.svg
skills/ppt-master/templates/icons/simple-icons/chianetwork.svg
skills/ppt-master/templates/icons/simple-icons/chinaeasternairlines.svg
skills/ppt-master/templates/icons/simple-icons/chinarailway.svg
skills/ppt-master/templates/icons/simple-icons/chinasouthernairlines.svg
skills/ppt-master/templates/icons/simple-icons/chocolatey.svg
skills/ppt-master/templates/icons/simple-icons/chromatic.svg
skills/ppt-master/templates/icons/simple-icons/chromecast.svg
skills/ppt-master/templates/icons/simple-icons/chromewebstore.svg
skills/ppt-master/templates/icons/simple-icons/chrysler.svg
skills/ppt-master/templates/icons/simple-icons/chupachups.svg
skills/ppt-master/templates/icons/simple-icons/cilium.svg
skills/ppt-master/templates/icons/simple-icons/cinema4d.svg
skills/ppt-master/templates/icons/simple-icons/cinnamon.svg
skills/ppt-master/templates/icons/simple-icons/circle.svg
skills/ppt-master/templates/icons/simple-icons/circleci.svg
skills/ppt-master/templates/icons/simple-icons/circuitverse.svg
skills/ppt-master/templates/icons/simple-icons/cirrusci.svg
skills/ppt-master/templates/icons/simple-icons/cisco.svg
skills/ppt-master/templates/icons/simple-icons/citrix.svg
skills/ppt-master/templates/icons/simple-icons/citroen.svg
skills/ppt-master/templates/icons/simple-icons/civicrm.svg
skills/ppt-master/templates/icons/simple-icons/civo.svg
skills/ppt-master/templates/icons/simple-icons/ckeditor4.svg
skills/ppt-master/templates/icons/simple-icons/clarifai.svg
skills/ppt-master/templates/icons/simple-icons/claris.svg
skills/ppt-master/templates/icons/simple-icons/clarivate.svg
skills/ppt-master/templates/icons/simple-icons/claude.svg
skills/ppt-master/templates/icons/simple-icons/clerk.svg
skills/ppt-master/templates/icons/simple-icons/clevercloud.svg
skills/ppt-master/templates/icons/simple-icons/clickhouse.svg
skills/ppt-master/templates/icons/simple-icons/clickup.svg
skills/ppt-master/templates/icons/simple-icons/cline.svg
skills/ppt-master/templates/icons/simple-icons/clion.svg
skills/ppt-master/templates/icons/simple-icons/cliqz.svg
skills/ppt-master/templates/icons/simple-icons/clockify.svg
skills/ppt-master/templates/icons/simple-icons/clojure.svg
skills/ppt-master/templates/icons/simple-icons/cloud66.svg
skills/ppt-master/templates/icons/simple-icons/cloudbees.svg
skills/ppt-master/templates/icons/simple-icons/cloudcannon.svg
skills/ppt-master/templates/icons/simple-icons/cloudera.svg
skills/ppt-master/templates/icons/simple-icons/cloudflare.svg
skills/ppt-master/templates/icons/simple-icons/cloudflarepages.svg
skills/ppt-master/templates/icons/simple-icons/cloudflareworkers.svg
skills/ppt-master/templates/icons/simple-icons/cloudfoundry.svg
skills/ppt-master/templates/icons/simple-icons/cloudinary.svg
skills/ppt-master/templates/icons/simple-icons/cloudnativebuild.svg
skills/ppt-master/templates/icons/simple-icons/cloudron.svg
skills/ppt-master/templates/icons/simple-icons/cloudsmith.svg
skills/ppt-master/templates/icons/simple-icons/cloudways.svg
skills/ppt-master/templates/icons/simple-icons/clubforce.svg
skills/ppt-master/templates/icons/simple-icons/clubhouse.svg
skills/ppt-master/templates/icons/simple-icons/clyp.svg
skills/ppt-master/templates/icons/simple-icons/cmake.svg
skills/ppt-master/templates/icons/simple-icons/cncf.svg
skills/ppt-master/templates/icons/simple-icons/cnes.svg
skills/ppt-master/templates/icons/simple-icons/cnet.svg
skills/ppt-master/templates/icons/simple-icons/cnn.svg
skills/ppt-master/templates/icons/simple-icons/cobalt.svg
skills/ppt-master/templates/icons/simple-icons/cocacola.svg
skills/ppt-master/templates/icons/simple-icons/cockpit.svg
skills/ppt-master/templates/icons/simple-icons/cockroachlabs.svg
skills/ppt-master/templates/icons/simple-icons/cocoapods.svg
skills/ppt-master/templates/icons/simple-icons/cocos.svg
skills/ppt-master/templates/icons/simple-icons/coda.svg
skills/ppt-master/templates/icons/simple-icons/codacy.svg
skills/ppt-master/templates/icons/simple-icons/codeberg.svg
skills/ppt-master/templates/icons/simple-icons/codeblocks.svg
skills/ppt-master/templates/icons/simple-icons/codecademy.svg
skills/ppt-master/templates/icons/simple-icons/codeceptjs.svg
skills/ppt-master/templates/icons/simple-icons/codechef.svg
skills/ppt-master/templates/icons/simple-icons/codeclimate.svg
skills/ppt-master/templates/icons/simple-icons/codecov.svg
skills/ppt-master/templates/icons/simple-icons/codecrafters.svg
skills/ppt-master/templates/icons/simple-icons/codefactor.svg
skills/ppt-master/templates/icons/simple-icons/codeforces.svg
skills/ppt-master/templates/icons/simple-icons/codefresh.svg
skills/ppt-master/templates/icons/simple-icons/codeigniter.svg
skills/ppt-master/templates/icons/simple-icons/codeium.svg
skills/ppt-master/templates/icons/simple-icons/codemagic.svg
skills/ppt-master/templates/icons/simple-icons/codementor.svg
skills/ppt-master/templates/icons/simple-icons/codemirror.svg
skills/ppt-master/templates/icons/simple-icons/codenewbie.svg
skills/ppt-master/templates/icons/simple-icons/codepen.svg
skills/ppt-master/templates/icons/simple-icons/codeproject.svg
skills/ppt-master/templates/icons/simple-icons/coder.svg
skills/ppt-master/templates/icons/simple-icons/coderabbit.svg
skills/ppt-master/templates/icons/simple-icons/codersrank.svg
skills/ppt-master/templates/icons/simple-icons/coderwall.svg
skills/ppt-master/templates/icons/simple-icons/codesandbox.svg
skills/ppt-master/templates/icons/simple-icons/codeship.svg
skills/ppt-master/templates/icons/simple-icons/codesignal.svg
skills/ppt-master/templates/icons/simple-icons/codestream.svg
skills/ppt-master/templates/icons/simple-icons/codewars.svg
skills/ppt-master/templates/icons/simple-icons/codingame.svg
skills/ppt-master/templates/icons/simple-icons/codingninjas.svg
skills/ppt-master/templates/icons/simple-icons/codio.svg
skills/ppt-master/templates/icons/simple-icons/coffeescript.svg
skills/ppt-master/templates/icons/simple-icons/coggle.svg
skills/ppt-master/templates/icons/simple-icons/cognizant.svg
skills/ppt-master/templates/icons/simple-icons/coil.svg
skills/ppt-master/templates/icons/simple-icons/coinbase.svg
skills/ppt-master/templates/icons/simple-icons/coinmarketcap.svg
skills/ppt-master/templates/icons/simple-icons/collaboraonline.svg
skills/ppt-master/templates/icons/simple-icons/comicfury.svg
skills/ppt-master/templates/icons/simple-icons/comma.svg
skills/ppt-master/templates/icons/simple-icons/commerzbank.svg
skills/ppt-master/templates/icons/simple-icons/commitlint.svg
skills/ppt-master/templates/icons/simple-icons/commodore.svg
skills/ppt-master/templates/icons/simple-icons/commonlisp.svg
skills/ppt-master/templates/icons/simple-icons/commonworkflowlanguage.svg
skills/ppt-master/templates/icons/simple-icons/compilerexplorer.svg
skills/ppt-master/templates/icons/simple-icons/composer.svg
skills/ppt-master/templates/icons/simple-icons/comptia.svg
skills/ppt-master/templates/icons/simple-icons/comsol.svg
skills/ppt-master/templates/icons/simple-icons/conan.svg
skills/ppt-master/templates/icons/simple-icons/concourse.svg
skills/ppt-master/templates/icons/simple-icons/condaforge.svg
skills/ppt-master/templates/icons/simple-icons/conekta.svg
skills/ppt-master/templates/icons/simple-icons/confluence.svg
skills/ppt-master/templates/icons/simple-icons/construct3.svg
skills/ppt-master/templates/icons/simple-icons/consul.svg
skills/ppt-master/templates/icons/simple-icons/contabo.svg
skills/ppt-master/templates/icons/simple-icons/contactlesspayment.svg
skills/ppt-master/templates/icons/simple-icons/containerd.svg
skills/ppt-master/templates/icons/simple-icons/contao.svg
skills/ppt-master/templates/icons/simple-icons/contensis.svg
skills/ppt-master/templates/icons/simple-icons/contentful.svg
skills/ppt-master/templates/icons/simple-icons/contentstack.svg
skills/ppt-master/templates/icons/simple-icons/continente.svg
skills/ppt-master/templates/icons/simple-icons/contributorcovenant.svg
skills/ppt-master/templates/icons/simple-icons/conventionalcommits.svg
skills/ppt-master/templates/icons/simple-icons/convertio.svg
skills/ppt-master/templates/icons/simple-icons/convex.svg
skills/ppt-master/templates/icons/simple-icons/cookiecutter.svg
skills/ppt-master/templates/icons/simple-icons/coolermaster.svg
skills/ppt-master/templates/icons/simple-icons/coolify.svg
skills/ppt-master/templates/icons/simple-icons/coop.svg
skills/ppt-master/templates/icons/simple-icons/copaairlines.svg
skills/ppt-master/templates/icons/simple-icons/coppel.svg
skills/ppt-master/templates/icons/simple-icons/cora.svg
skills/ppt-master/templates/icons/simple-icons/coreboot.svg
skills/ppt-master/templates/icons/simple-icons/coreldraw.svg
skills/ppt-master/templates/icons/simple-icons/coronaengine.svg
skills/ppt-master/templates/icons/simple-icons/coronarenderer.svg
skills/ppt-master/templates/icons/simple-icons/corsair.svg
skills/ppt-master/templates/icons/simple-icons/couchbase.svg
skills/ppt-master/templates/icons/simple-icons/counterstrike.svg
skills/ppt-master/templates/icons/simple-icons/countingworkspro.svg
skills/ppt-master/templates/icons/simple-icons/coursera.svg
skills/ppt-master/templates/icons/simple-icons/coveralls.svg
skills/ppt-master/templates/icons/simple-icons/coze.svg
skills/ppt-master/templates/icons/simple-icons/cpanel.svg
skills/ppt-master/templates/icons/simple-icons/cplusplus.svg
skills/ppt-master/templates/icons/simple-icons/cplusplusbuilder.svg
skills/ppt-master/templates/icons/simple-icons/craftcms.svg
skills/ppt-master/templates/icons/simple-icons/craftsman.svg
skills/ppt-master/templates/icons/simple-icons/cratedb.svg
skills/ppt-master/templates/icons/simple-icons/crayon.svg
skills/ppt-master/templates/icons/simple-icons/creality.svg
skills/ppt-master/templates/icons/simple-icons/createreactapp.svg
skills/ppt-master/templates/icons/simple-icons/creativecommons.svg
skills/ppt-master/templates/icons/simple-icons/creativetechnology.svg
skills/ppt-master/templates/icons/simple-icons/credly.svg
skills/ppt-master/templates/icons/simple-icons/crehana.svg
skills/ppt-master/templates/icons/simple-icons/crewai.svg
skills/ppt-master/templates/icons/simple-icons/crewunited.svg
skills/ppt-master/templates/icons/simple-icons/criticalrole.svg
skills/ppt-master/templates/icons/simple-icons/crowdin.svg
skills/ppt-master/templates/icons/simple-icons/crowdsource.svg
skills/ppt-master/templates/icons/simple-icons/crunchbase.svg
skills/ppt-master/templates/icons/simple-icons/crunchyroll.svg
skills/ppt-master/templates/icons/simple-icons/cryengine.svg
skills/ppt-master/templates/icons/simple-icons/cryptomator.svg
skills/ppt-master/templates/icons/simple-icons/cryptpad.svg
skills/ppt-master/templates/icons/simple-icons/crystal.svg
skills/ppt-master/templates/icons/simple-icons/csdn.svg
skills/ppt-master/templates/icons/simple-icons/csharp.svg
skills/ppt-master/templates/icons/simple-icons/css.svg
skills/ppt-master/templates/icons/simple-icons/css3.svg
skills/ppt-master/templates/icons/simple-icons/cssdesignawards.svg
skills/ppt-master/templates/icons/simple-icons/cssmodules.svg
skills/ppt-master/templates/icons/simple-icons/csswizardry.svg
skills/ppt-master/templates/icons/simple-icons/cts.svg
skills/ppt-master/templates/icons/simple-icons/cucumber.svg
skills/ppt-master/templates/icons/simple-icons/cultura.svg
skills/ppt-master/templates/icons/simple-icons/curl.svg
skills/ppt-master/templates/icons/simple-icons/curseforge.svg
skills/ppt-master/templates/icons/simple-icons/cursor.svg
skills/ppt-master/templates/icons/simple-icons/customink.svg
skills/ppt-master/templates/icons/simple-icons/cyberdefenders.svg
skills/ppt-master/templates/icons/simple-icons/cycling74.svg
skills/ppt-master/templates/icons/simple-icons/cypress.svg
skills/ppt-master/templates/icons/simple-icons/cytoscapedotjs.svg
skills/ppt-master/templates/icons/simple-icons/d.svg
skills/ppt-master/templates/icons/simple-icons/d3.svg
skills/ppt-master/templates/icons/simple-icons/d3dotjs.svg
skills/ppt-master/templates/icons/simple-icons/dacia.svg
skills/ppt-master/templates/icons/simple-icons/daf.svg
skills/ppt-master/templates/icons/simple-icons/dailydotdev.svg
skills/ppt-master/templates/icons/simple-icons/dailymotion.svg
skills/ppt-master/templates/icons/simple-icons/daimler.svg
skills/ppt-master/templates/icons/simple-icons/daisyui.svg
skills/ppt-master/templates/icons/simple-icons/dapr.svg
skills/ppt-master/templates/icons/simple-icons/darkreader.svg
skills/ppt-master/templates/icons/simple-icons/dart.svg
skills/ppt-master/templates/icons/simple-icons/darty.svg
skills/ppt-master/templates/icons/simple-icons/daserste.svg
skills/ppt-master/templates/icons/simple-icons/dash.svg
skills/ppt-master/templates/icons/simple-icons/dash0.svg
skills/ppt-master/templates/icons/simple-icons/dashlane.svg
skills/ppt-master/templates/icons/simple-icons/dask.svg
skills/ppt-master/templates/icons/simple-icons/dassaultsystemes.svg
skills/ppt-master/templates/icons/simple-icons/databricks.svg
skills/ppt-master/templates/icons/simple-icons/datacamp.svg
skills/ppt-master/templates/icons/simple-icons/datadog.svg
skills/ppt-master/templates/icons/simple-icons/datadotai.svg
skills/ppt-master/templates/icons/simple-icons/datagrip.svg
skills/ppt-master/templates/icons/simple-icons/dataiku.svg
skills/ppt-master/templates/icons/simple-icons/datastax.svg
skills/ppt-master/templates/icons/simple-icons/dataverse.svg
skills/ppt-master/templates/icons/simple-icons/datefns.svg
skills/ppt-master/templates/icons/simple-icons/datev.svg
skills/ppt-master/templates/icons/simple-icons/datocms.svg
skills/ppt-master/templates/icons/simple-icons/datto.svg
skills/ppt-master/templates/icons/simple-icons/davinciresolve.svg
skills/ppt-master/templates/icons/simple-icons/dazhongdianping.svg
skills/ppt-master/templates/icons/simple-icons/dazn.svg
skills/ppt-master/templates/icons/simple-icons/dbeaver.svg
skills/ppt-master/templates/icons/simple-icons/dblp.svg
skills/ppt-master/templates/icons/simple-icons/dbt.svg
skills/ppt-master/templates/icons/simple-icons/dcentertainment.svg
skills/ppt-master/templates/icons/simple-icons/debian.svg
skills/ppt-master/templates/icons/simple-icons/debridlink.svg
skills/ppt-master/templates/icons/simple-icons/decapcms.svg
skills/ppt-master/templates/icons/simple-icons/decentraland.svg
skills/ppt-master/templates/icons/simple-icons/dedge.svg
skills/ppt-master/templates/icons/simple-icons/deepcool.svg
skills/ppt-master/templates/icons/simple-icons/deepgram.svg
skills/ppt-master/templates/icons/simple-icons/deepin.svg
skills/ppt-master/templates/icons/simple-icons/deepl.svg
skills/ppt-master/templates/icons/simple-icons/deepmind.svg
skills/ppt-master/templates/icons/simple-icons/deepnote.svg
skills/ppt-master/templates/icons/simple-icons/deepseek.svg
skills/ppt-master/templates/icons/simple-icons/deezer.svg
skills/ppt-master/templates/icons/simple-icons/delicious.svg
skills/ppt-master/templates/icons/simple-icons/deliveroo.svg
skills/ppt-master/templates/icons/simple-icons/dell.svg
skills/ppt-master/templates/icons/simple-icons/delonghi.svg
skills/ppt-master/templates/icons/simple-icons/delphi.svg
skills/ppt-master/templates/icons/simple-icons/delta.svg
skills/ppt-master/templates/icons/simple-icons/deluge.svg
skills/ppt-master/templates/icons/simple-icons/deno.svg
skills/ppt-master/templates/icons/simple-icons/denodeploy.svg
skills/ppt-master/templates/icons/simple-icons/denon.svg
skills/ppt-master/templates/icons/simple-icons/dependabot.svg
skills/ppt-master/templates/icons/simple-icons/dependencycheck.svg
skills/ppt-master/templates/icons/simple-icons/depositphotos.svg
skills/ppt-master/templates/icons/simple-icons/derspiegel.svg
skills/ppt-master/templates/icons/simple-icons/designernews.svg
skills/ppt-master/templates/icons/simple-icons/deutschebahn.svg
skills/ppt-master/templates/icons/simple-icons/deutschebank.svg
skills/ppt-master/templates/icons/simple-icons/deutschepost.svg
skills/ppt-master/templates/icons/simple-icons/deutschetelekom.svg
skills/ppt-master/templates/icons/simple-icons/deutschewelle.svg
skills/ppt-master/templates/icons/simple-icons/devbox.svg
skills/ppt-master/templates/icons/simple-icons/devdotto.svg
skills/ppt-master/templates/icons/simple-icons/developmentcontainers.svg
skills/ppt-master/templates/icons/simple-icons/devexpress.svg
skills/ppt-master/templates/icons/simple-icons/deviantart.svg
skills/ppt-master/templates/icons/simple-icons/devpost.svg
skills/ppt-master/templates/icons/simple-icons/devrant.svg
skills/ppt-master/templates/icons/simple-icons/devuan.svg
skills/ppt-master/templates/icons/simple-icons/dgraph.svg
skills/ppt-master/templates/icons/simple-icons/dhl.svg
skills/ppt-master/templates/icons/simple-icons/diagramsdotnet.svg
skills/ppt-master/templates/icons/simple-icons/dialogflow.svg
skills/ppt-master/templates/icons/simple-icons/diaspora.svg
skills/ppt-master/templates/icons/simple-icons/dicebear.svg
skills/ppt-master/templates/icons/simple-icons/dictionarydotcom.svg
skills/ppt-master/templates/icons/simple-icons/dify.svg
skills/ppt-master/templates/icons/simple-icons/digg.svg
skills/ppt-master/templates/icons/simple-icons/digikeyelectronics.svg
skills/ppt-master/templates/icons/simple-icons/digitalocean.svg
skills/ppt-master/templates/icons/simple-icons/dinersclub.svg
skills/ppt-master/templates/icons/simple-icons/dior.svg
skills/ppt-master/templates/icons/simple-icons/directus.svg
skills/ppt-master/templates/icons/simple-icons/discogs.svg
skills/ppt-master/templates/icons/simple-icons/discord.svg
skills/ppt-master/templates/icons/simple-icons/discorddotjs.svg
skills/ppt-master/templates/icons/simple-icons/discourse.svg
skills/ppt-master/templates/icons/simple-icons/discover.svg
skills/ppt-master/templates/icons/simple-icons/disqus.svg
skills/ppt-master/templates/icons/simple-icons/disroot.svg
skills/ppt-master/templates/icons/simple-icons/distrobox.svg
skills/ppt-master/templates/icons/simple-icons/distrokid.svg
skills/ppt-master/templates/icons/simple-icons/django.svg
skills/ppt-master/templates/icons/simple-icons/dji.svg
skills/ppt-master/templates/icons/simple-icons/dlib.svg
skills/ppt-master/templates/icons/simple-icons/dlna.svg
skills/ppt-master/templates/icons/simple-icons/dlthub.svg
skills/ppt-master/templates/icons/simple-icons/dm.svg
skills/ppt-master/templates/icons/simple-icons/dmm.svg
skills/ppt-master/templates/icons/simple-icons/docker.svg
skills/ppt-master/templates/icons/simple-icons/docsdotrs.svg
skills/ppt-master/templates/icons/simple-icons/docsify.svg
skills/ppt-master/templates/icons/simple-icons/doctrine.svg
skills/ppt-master/templates/icons/simple-icons/docusaurus.svg
skills/ppt-master/templates/icons/simple-icons/docusign.svg
skills/ppt-master/templates/icons/simple-icons/dodopayments.svg
skills/ppt-master/templates/icons/simple-icons/dogecoin.svg
skills/ppt-master/templates/icons/simple-icons/doi.svg
skills/ppt-master/templates/icons/simple-icons/dolby.svg
skills/ppt-master/templates/icons/simple-icons/dolibarr.svg
skills/ppt-master/templates/icons/simple-icons/dolphin.svg
skills/ppt-master/templates/icons/simple-icons/doordash.svg
skills/ppt-master/templates/icons/simple-icons/dota2.svg
skills/ppt-master/templates/icons/simple-icons/dotenv.svg
skills/ppt-master/templates/icons/simple-icons/dotnet.svg
skills/ppt-master/templates/icons/simple-icons/douban.svg
skills/ppt-master/templates/icons/simple-icons/doubanread.svg
skills/ppt-master/templates/icons/simple-icons/dovecot.svg
skills/ppt-master/templates/icons/simple-icons/dovetail.svg
skills/ppt-master/templates/icons/simple-icons/downdetector.svg
skills/ppt-master/templates/icons/simple-icons/doxygen.svg
skills/ppt-master/templates/icons/simple-icons/dpd.svg
skills/ppt-master/templates/icons/simple-icons/dragonframe.svg
skills/ppt-master/templates/icons/simple-icons/draugiemdotlv.svg
skills/ppt-master/templates/icons/simple-icons/dreamstime.svg
skills/ppt-master/templates/icons/simple-icons/dribbble.svg
skills/ppt-master/templates/icons/simple-icons/drizzle.svg
skills/ppt-master/templates/icons/simple-icons/drone.svg
skills/ppt-master/templates/icons/simple-icons/drooble.svg
skills/ppt-master/templates/icons/simple-icons/dropbox.svg
skills/ppt-master/templates/icons/simple-icons/drupal.svg
skills/ppt-master/templates/icons/simple-icons/dsautomobiles.svg
skills/ppt-master/templates/icons/simple-icons/dts.svg
skills/ppt-master/templates/icons/simple-icons/dtube.svg
skills/ppt-master/templates/icons/simple-icons/ducati.svg
skills/ppt-master/templates/icons/simple-icons/duckdb.svg
skills/ppt-master/templates/icons/simple-icons/duckduckgo.svg
skills/ppt-master/templates/icons/simple-icons/dungeonsanddragons.svg
skills/ppt-master/templates/icons/simple-icons/dunked.svg
skills/ppt-master/templates/icons/simple-icons/dunzo.svg
skills/ppt-master/templates/icons/simple-icons/duolingo.svg
skills/ppt-master/templates/icons/simple-icons/duplicati.svg
skills/ppt-master/templates/icons/simple-icons/dvc.svg
skills/ppt-master/templates/icons/simple-icons/dwavesystems.svg
skills/ppt-master/templates/icons/simple-icons/dwm.svg
skills/ppt-master/templates/icons/simple-icons/dynamics365.svg
skills/ppt-master/templates/icons/simple-icons/dynatrace.svg
skills/ppt-master/templates/icons/simple-icons/e.svg
skills/ppt-master/templates/icons/simple-icons/e3.svg
skills/ppt-master/templates/icons/simple-icons/ea.svg
skills/ppt-master/templates/icons/simple-icons/eac.svg
skills/ppt-master/templates/icons/simple-icons/eagle.svg
skills/ppt-master/templates/icons/simple-icons/easyeda.svg
skills/ppt-master/templates/icons/simple-icons/easyjet.svg
skills/ppt-master/templates/icons/simple-icons/ebay.svg
skills/ppt-master/templates/icons/simple-icons/ebox.svg
skills/ppt-master/templates/icons/simple-icons/eclipseadoptium.svg
skills/ppt-master/templates/icons/simple-icons/eclipseche.svg
skills/ppt-master/templates/icons/simple-icons/eclipseide.svg
skills/ppt-master/templates/icons/simple-icons/eclipsejetty.svg
skills/ppt-master/templates/icons/simple-icons/eclipsemosquitto.svg
skills/ppt-master/templates/icons/simple-icons/eclipsevertdotx.svg
skills/ppt-master/templates/icons/simple-icons/ecosia.svg
skills/ppt-master/templates/icons/simple-icons/ecovacs.svg
skills/ppt-master/templates/icons/simple-icons/edeka.svg
skills/ppt-master/templates/icons/simple-icons/edgeimpulse.svg
skills/ppt-master/templates/icons/simple-icons/editorconfig.svg
skills/ppt-master/templates/icons/simple-icons/edotleclerc.svg
skills/ppt-master/templates/icons/simple-icons/educative.svg
skills/ppt-master/templates/icons/simple-icons/edx.svg
skills/ppt-master/templates/icons/simple-icons/effect.svg
skills/ppt-master/templates/icons/simple-icons/egghead.svg
skills/ppt-master/templates/icons/simple-icons/egnyte.svg
skills/ppt-master/templates/icons/simple-icons/eight.svg
skills/ppt-master/templates/icons/simple-icons/eightsleep.svg
skills/ppt-master/templates/icons/simple-icons/ejs.svg
skills/ppt-master/templates/icons/simple-icons/elastic.svg
skills/ppt-master/templates/icons/simple-icons/elasticcloud.svg
skills/ppt-master/templates/icons/simple-icons/elasticsearch.svg
skills/ppt-master/templates/icons/simple-icons/elasticstack.svg
skills/ppt-master/templates/icons/simple-icons/elavon.svg
skills/ppt-master/templates/icons/simple-icons/electron.svg
skills/ppt-master/templates/icons/simple-icons/electronbuilder.svg
skills/ppt-master/templates/icons/simple-icons/electronfiddle.svg
skills/ppt-master/templates/icons/simple-icons/elegoo.svg
skills/ppt-master/templates/icons/simple-icons/element.svg
skills/ppt-master/templates/icons/simple-icons/elementary.svg
skills/ppt-master/templates/icons/simple-icons/elementor.svg
skills/ppt-master/templates/icons/simple-icons/elevenlabs.svg
skills/ppt-master/templates/icons/simple-icons/eleventy.svg
skills/ppt-master/templates/icons/simple-icons/elgato.svg
skills/ppt-master/templates/icons/simple-icons/elixir.svg
skills/ppt-master/templates/icons/simple-icons/eljueves.svg
skills/ppt-master/templates/icons/simple-icons/elk.svg
skills/ppt-master/templates/icons/simple-icons/ello.svg
skills/ppt-master/templates/icons/simple-icons/elm.svg
skills/ppt-master/templates/icons/simple-icons/elsevier.svg
skills/ppt-master/templates/icons/simple-icons/embarcadero.svg
skills/ppt-master/templates/icons/simple-icons/embark.svg
skills/ppt-master/templates/icons/simple-icons/emberdotjs.svg
skills/ppt-master/templates/icons/simple-icons/emby.svg
skills/ppt-master/templates/icons/simple-icons/emirates.svg
skills/ppt-master/templates/icons/simple-icons/emlakjet.svg
skills/ppt-master/templates/icons/simple-icons/empirekred.svg
skills/ppt-master/templates/icons/simple-icons/endeavouros.svg
skills/ppt-master/templates/icons/simple-icons/engadget.svg
skills/ppt-master/templates/icons/simple-icons/enpass.svg
skills/ppt-master/templates/icons/simple-icons/ens.svg
skills/ppt-master/templates/icons/simple-icons/ente.svg
skills/ppt-master/templates/icons/simple-icons/enterprisedb.svg
skills/ppt-master/templates/icons/simple-icons/envato.svg
skills/ppt-master/templates/icons/simple-icons/envoyproxy.svg
skills/ppt-master/templates/icons/simple-icons/epel.svg
skills/ppt-master/templates/icons/simple-icons/epicgames.svg
skills/ppt-master/templates/icons/simple-icons/epson.svg
skills/ppt-master/templates/icons/simple-icons/equinixmetal.svg
skills/ppt-master/templates/icons/simple-icons/eraser.svg
skills/ppt-master/templates/icons/simple-icons/ericsson.svg
skills/ppt-master/templates/icons/simple-icons/erlang.svg
skills/ppt-master/templates/icons/simple-icons/erpnext.svg
skills/ppt-master/templates/icons/simple-icons/esbuild.svg
skills/ppt-master/templates/icons/simple-icons/esea.svg
skills/ppt-master/templates/icons/simple-icons/eslgaming.svg
skills/ppt-master/templates/icons/simple-icons/eslint.svg
skills/ppt-master/templates/icons/simple-icons/esotericsoftware.svg
skills/ppt-master/templates/icons/simple-icons/esphome.svg
skills/ppt-master/templates/icons/simple-icons/espressif.svg
skills/ppt-master/templates/icons/simple-icons/esri.svg
skills/ppt-master/templates/icons/simple-icons/etcd.svg
skills/ppt-master/templates/icons/simple-icons/ethereum.svg
skills/ppt-master/templates/icons/simple-icons/ethers.svg
skills/ppt-master/templates/icons/simple-icons/ethiopianairlines.svg
skills/ppt-master/templates/icons/simple-icons/etihadairways.svg
skills/ppt-master/templates/icons/simple-icons/etsy.svg
skills/ppt-master/templates/icons/simple-icons/europeanunion.svg
skills/ppt-master/templates/icons/simple-icons/eventbrite.svg
skills/ppt-master/templates/icons/simple-icons/eventstore.svg
skills/ppt-master/templates/icons/simple-icons/evernote.svg
skills/ppt-master/templates/icons/simple-icons/everydotorg.svg
skills/ppt-master/templates/icons/simple-icons/excalidraw.svg
skills/ppt-master/templates/icons/simple-icons/exercism.svg
skills/ppt-master/templates/icons/simple-icons/exordo.svg
skills/ppt-master/templates/icons/simple-icons/exoscale.svg
skills/ppt-master/templates/icons/simple-icons/expedia.svg
skills/ppt-master/templates/icons/simple-icons/expensify.svg
skills/ppt-master/templates/icons/simple-icons/expertsexchange.svg
skills/ppt-master/templates/icons/simple-icons/expo.svg
skills/ppt-master/templates/icons/simple-icons/express.svg
skills/ppt-master/templates/icons/simple-icons/expressdotcom.svg
skills/ppt-master/templates/icons/simple-icons/expressvpn.svg
skills/ppt-master/templates/icons/simple-icons/eyeem.svg
skills/ppt-master/templates/icons/simple-icons/f1.svg
skills/ppt-master/templates/icons/simple-icons/f5.svg
skills/ppt-master/templates/icons/simple-icons/facebook.svg
skills/ppt-master/templates/icons/simple-icons/facebookgaming.svg
skills/ppt-master/templates/icons/simple-icons/facebooklive.svg
skills/ppt-master/templates/icons/simple-icons/faceit.svg
skills/ppt-master/templates/icons/simple-icons/facepunch.svg
skills/ppt-master/templates/icons/simple-icons/fairphone.svg
skills/ppt-master/templates/icons/simple-icons/faker.svg
skills/ppt-master/templates/icons/simple-icons/falco.svg
skills/ppt-master/templates/icons/simple-icons/falcon.svg
skills/ppt-master/templates/icons/simple-icons/fampay.svg
skills/ppt-master/templates/icons/simple-icons/fandango.svg
skills/ppt-master/templates/icons/simple-icons/fandom.svg
skills/ppt-master/templates/icons/simple-icons/fanfou.svg
skills/ppt-master/templates/icons/simple-icons/fantom.svg
skills/ppt-master/templates/icons/simple-icons/farcaster.svg
skills/ppt-master/templates/icons/simple-icons/fareharbor.svg
skills/ppt-master/templates/icons/simple-icons/farfetch.svg
skills/ppt-master/templates/icons/simple-icons/fastapi.svg
skills/ppt-master/templates/icons/simple-icons/fastify.svg
skills/ppt-master/templates/icons/simple-icons/fastlane.svg
skills/ppt-master/templates/icons/simple-icons/fastly.svg
skills/ppt-master/templates/icons/simple-icons/fathom.svg
skills/ppt-master/templates/icons/simple-icons/fauna.svg
skills/ppt-master/templates/icons/simple-icons/favro.svg
skills/ppt-master/templates/icons/simple-icons/fcc.svg
skills/ppt-master/templates/icons/simple-icons/fdroid.svg
skills/ppt-master/templates/icons/simple-icons/feathub.svg
skills/ppt-master/templates/icons/simple-icons/fedex.svg
skills/ppt-master/templates/icons/simple-icons/fedora.svg
skills/ppt-master/templates/icons/simple-icons/feedly.svg
skills/ppt-master/templates/icons/simple-icons/ferrari.svg
skills/ppt-master/templates/icons/simple-icons/ferrarinv.svg
skills/ppt-master/templates/icons/simple-icons/ferretdb.svg
skills/ppt-master/templates/icons/simple-icons/ffmpeg.svg
skills/ppt-master/templates/icons/simple-icons/fi.svg
skills/ppt-master/templates/icons/simple-icons/fiat.svg
skills/ppt-master/templates/icons/simple-icons/fidoalliance.svg
skills/ppt-master/templates/icons/simple-icons/fifa.svg
skills/ppt-master/templates/icons/simple-icons/fig.svg
skills/ppt-master/templates/icons/simple-icons/figma.svg
skills/ppt-master/templates/icons/simple-icons/figshare.svg
skills/ppt-master/templates/icons/simple-icons/fila.svg
skills/ppt-master/templates/icons/simple-icons/filament.svg
skills/ppt-master/templates/icons/simple-icons/filedotio.svg
skills/ppt-master/templates/icons/simple-icons/filen.svg
skills/ppt-master/templates/icons/simple-icons/files.svg
skills/ppt-master/templates/icons/simple-icons/filezilla.svg
skills/ppt-master/templates/icons/simple-icons/fillout.svg
skills/ppt-master/templates/icons/simple-icons/fineco.svg
skills/ppt-master/templates/icons/simple-icons/fing.svg
skills/ppt-master/templates/icons/simple-icons/firebase.svg
skills/ppt-master/templates/icons/simple-icons/firefish.svg
skills/ppt-master/templates/icons/simple-icons/fireflyiii.svg
skills/ppt-master/templates/icons/simple-icons/firefox.svg
skills/ppt-master/templates/icons/simple-icons/firefoxbrowser.svg
skills/ppt-master/templates/icons/simple-icons/fireship.svg
skills/ppt-master/templates/icons/simple-icons/firewalla.svg
skills/ppt-master/templates/icons/simple-icons/first.svg
skills/ppt-master/templates/icons/simple-icons/fishaudio.svg
skills/ppt-master/templates/icons/simple-icons/fishshell.svg
skills/ppt-master/templates/icons/simple-icons/fitbit.svg
skills/ppt-master/templates/icons/simple-icons/fivem.svg
skills/ppt-master/templates/icons/simple-icons/fiverr.svg
skills/ppt-master/templates/icons/simple-icons/fizz.svg
skills/ppt-master/templates/icons/simple-icons/flashforge.svg
skills/ppt-master/templates/icons/simple-icons/flask.svg
skills/ppt-master/templates/icons/simple-icons/flat.svg
skills/ppt-master/templates/icons/simple-icons/flathub.svg
skills/ppt-master/templates/icons/simple-icons/flatpak.svg
skills/ppt-master/templates/icons/simple-icons/flickr.svg
skills/ppt-master/templates/icons/simple-icons/flightaware.svg
skills/ppt-master/templates/icons/simple-icons/flipboard.svg
skills/ppt-master/templates/icons/simple-icons/flipkart.svg
skills/ppt-master/templates/icons/simple-icons/floatplane.svg
skills/ppt-master/templates/icons/simple-icons/flood.svg
skills/ppt-master/templates/icons/simple-icons/floorp.svg
skills/ppt-master/templates/icons/simple-icons/flower.svg
skills/ppt-master/templates/icons/simple-icons/fluentbit.svg
skills/ppt-master/templates/icons/simple-icons/fluentd.svg
skills/ppt-master/templates/icons/simple-icons/fluke.svg
skills/ppt-master/templates/icons/simple-icons/flutter.svg
skills/ppt-master/templates/icons/simple-icons/flux.svg
skills/ppt-master/templates/icons/simple-icons/fluxer.svg
skills/ppt-master/templates/icons/simple-icons/fluxus.svg
skills/ppt-master/templates/icons/simple-icons/flydotio.svg
skills/ppt-master/templates/icons/simple-icons/flyway.svg
skills/ppt-master/templates/icons/simple-icons/fmod.svg
skills/ppt-master/templates/icons/simple-icons/fnac.svg
skills/ppt-master/templates/icons/simple-icons/folium.svg
skills/ppt-master/templates/icons/simple-icons/folo.svg
skills/ppt-master/templates/icons/simple-icons/fonoma.svg
skills/ppt-master/templates/icons/simple-icons/fontawesome.svg
skills/ppt-master/templates/icons/simple-icons/fontbase.svg
skills/ppt-master/templates/icons/simple-icons/fontforge.svg
skills/ppt-master/templates/icons/simple-icons/foobar2000.svg
skills/ppt-master/templates/icons/simple-icons/foodpanda.svg
skills/ppt-master/templates/icons/simple-icons/ford.svg
skills/ppt-master/templates/icons/simple-icons/forgejo.svg
skills/ppt-master/templates/icons/simple-icons/formbricks.svg
skills/ppt-master/templates/icons/simple-icons/formik.svg
skills/ppt-master/templates/icons/simple-icons/formspree.svg
skills/ppt-master/templates/icons/simple-icons/formstack.svg
skills/ppt-master/templates/icons/simple-icons/fortinet.svg
skills/ppt-master/templates/icons/simple-icons/fortnite.svg
skills/ppt-master/templates/icons/simple-icons/fortran.svg
skills/ppt-master/templates/icons/simple-icons/fossa.svg
skills/ppt-master/templates/icons/simple-icons/fossilscm.svg
skills/ppt-master/templates/icons/simple-icons/foundryvirtualtabletop.svg
skills/ppt-master/templates/icons/simple-icons/foursquare.svg
skills/ppt-master/templates/icons/simple-icons/foursquarecityguide.svg
skills/ppt-master/templates/icons/simple-icons/fox.svg
skills/ppt-master/templates/icons/simple-icons/foxtel.svg
skills/ppt-master/templates/icons/simple-icons/fozzy.svg
skills/ppt-master/templates/icons/simple-icons/framer.svg
skills/ppt-master/templates/icons/simple-icons/framework.svg
skills/ppt-master/templates/icons/simple-icons/framework7.svg
skills/ppt-master/templates/icons/simple-icons/franprix.svg
skills/ppt-master/templates/icons/simple-icons/frappe.svg
skills/ppt-master/templates/icons/simple-icons/fraunhofergesellschaft.svg
skills/ppt-master/templates/icons/simple-icons/freebsd.svg
skills/ppt-master/templates/icons/simple-icons/freecad.svg
skills/ppt-master/templates/icons/simple-icons/freecodecamp.svg
skills/ppt-master/templates/icons/simple-icons/freedesktopdotorg.svg
skills/ppt-master/templates/icons/simple-icons/freelancer.svg
skills/ppt-master/templates/icons/simple-icons/freelancermap.svg
skills/ppt-master/templates/icons/simple-icons/freenas.svg
skills/ppt-master/templates/icons/simple-icons/freenet.svg
skills/ppt-master/templates/icons/simple-icons/freepik.svg
skills/ppt-master/templates/icons/simple-icons/freetube.svg
skills/ppt-master/templates/icons/simple-icons/fresh.svg
skills/ppt-master/templates/icons/simple-icons/freshrss.svg
skills/ppt-master/templates/icons/simple-icons/frigate.svg
skills/ppt-master/templates/icons/simple-icons/fritz.svg
skills/ppt-master/templates/icons/simple-icons/frontendmentor.svg
skills/ppt-master/templates/icons/simple-icons/frontify.svg
skills/ppt-master/templates/icons/simple-icons/fsecure.svg
skills/ppt-master/templates/icons/simple-icons/fsharp.svg
skills/ppt-master/templates/icons/simple-icons/fubo.svg
skills/ppt-master/templates/icons/simple-icons/fueler.svg
skills/ppt-master/templates/icons/simple-icons/fugacloud.svg
skills/ppt-master/templates/icons/simple-icons/fujifilm.svg
skills/ppt-master/templates/icons/simple-icons/fujitsu.svg
skills/ppt-master/templates/icons/simple-icons/funimation.svg
skills/ppt-master/templates/icons/simple-icons/furaffinity.svg
skills/ppt-master/templates/icons/simple-icons/furrynetwork.svg
skills/ppt-master/templates/icons/simple-icons/fusionauth.svg
skills/ppt-master/templates/icons/simple-icons/futurelearn.svg
skills/ppt-master/templates/icons/simple-icons/fyle.svg
skills/ppt-master/templates/icons/simple-icons/g2.svg
skills/ppt-master/templates/icons/simple-icons/g2a.svg
skills/ppt-master/templates/icons/simple-icons/g2g.svg
skills/ppt-master/templates/icons/simple-icons/galaxus.svg
skills/ppt-master/templates/icons/simple-icons/gameandwatch.svg
skills/ppt-master/templates/icons/simple-icons/gamebanana.svg
skills/ppt-master/templates/icons/simple-icons/gamedeveloper.svg
skills/ppt-master/templates/icons/simple-icons/gamejolt.svg
skills/ppt-master/templates/icons/simple-icons/gameloft.svg
skills/ppt-master/templates/icons/simple-icons/gamemaker.svg
skills/ppt-master/templates/icons/simple-icons/gamescience.svg
skills/ppt-master/templates/icons/simple-icons/gandi.svg
skills/ppt-master/templates/icons/simple-icons/garmin.svg
skills/ppt-master/templates/icons/simple-icons/garudalinux.svg
skills/ppt-master/templates/icons/simple-icons/gatling.svg
skills/ppt-master/templates/icons/simple-icons/gatsby.svg
skills/ppt-master/templates/icons/simple-icons/gcore.svg
skills/ppt-master/templates/icons/simple-icons/gdal.svg
skills/ppt-master/templates/icons/simple-icons/geant.svg
skills/ppt-master/templates/icons/simple-icons/geeksforgeeks.svg
skills/ppt-master/templates/icons/simple-icons/generalelectric.svg
skills/ppt-master/templates/icons/simple-icons/generalmotors.svg
skills/ppt-master/templates/icons/simple-icons/genius.svg
skills/ppt-master/templates/icons/simple-icons/gentoo.svg
skills/ppt-master/templates/icons/simple-icons/geocaching.svg
skills/ppt-master/templates/icons/simple-icons/geode.svg
skills/ppt-master/templates/icons/simple-icons/geopandas.svg
skills/ppt-master/templates/icons/simple-icons/gerrit.svg
skills/ppt-master/templates/icons/simple-icons/getx.svg
skills/ppt-master/templates/icons/simple-icons/ghost.svg
skills/ppt-master/templates/icons/simple-icons/ghostery.svg
skills/ppt-master/templates/icons/simple-icons/ghostfolio.svg
skills/ppt-master/templates/icons/simple-icons/ghostty.svg
skills/ppt-master/templates/icons/simple-icons/gimp.svg
skills/ppt-master/templates/icons/simple-icons/gin.svg
skills/ppt-master/templates/icons/simple-icons/giphy.svg
skills/ppt-master/templates/icons/simple-icons/git.svg
skills/ppt-master/templates/icons/simple-icons/gitbook.svg
skills/ppt-master/templates/icons/simple-icons/gitcode.svg
skills/ppt-master/templates/icons/simple-icons/gitconnected.svg
skills/ppt-master/templates/icons/simple-icons/gitea.svg
skills/ppt-master/templates/icons/simple-icons/gitee.svg
skills/ppt-master/templates/icons/simple-icons/gitextensions.svg
skills/ppt-master/templates/icons/simple-icons/gitforwindows.svg
skills/ppt-master/templates/icons/simple-icons/github.svg
skills/ppt-master/templates/icons/simple-icons/githubactions.svg
skills/ppt-master/templates/icons/simple-icons/githubcopilot.svg
skills/ppt-master/templates/icons/simple-icons/githubpages.svg
skills/ppt-master/templates/icons/simple-icons/githubsponsors.svg
skills/ppt-master/templates/icons/simple-icons/gitignoredotio.svg
skills/ppt-master/templates/icons/simple-icons/gitkraken.svg
skills/ppt-master/templates/icons/simple-icons/gitlab.svg
skills/ppt-master/templates/icons/simple-icons/gitlfs.svg
skills/ppt-master/templates/icons/simple-icons/gitpod.svg
skills/ppt-master/templates/icons/simple-icons/gitter.svg
skills/ppt-master/templates/icons/simple-icons/glance.svg
skills/ppt-master/templates/icons/simple-icons/glassdoor.svg
skills/ppt-master/templates/icons/simple-icons/gldotinet.svg
skills/ppt-master/templates/icons/simple-icons/gleam.svg
skills/ppt-master/templates/icons/simple-icons/glide.svg
skills/ppt-master/templates/icons/simple-icons/glitch.svg
skills/ppt-master/templates/icons/simple-icons/globus.svg
skills/ppt-master/templates/icons/simple-icons/glovo.svg
skills/ppt-master/templates/icons/simple-icons/gltf.svg
skills/ppt-master/templates/icons/simple-icons/gmail.svg
skills/ppt-master/templates/icons/simple-icons/gmx.svg
skills/ppt-master/templates/icons/simple-icons/gnome.svg
skills/ppt-master/templates/icons/simple-icons/gnometerminal.svg
skills/ppt-master/templates/icons/simple-icons/gnu.svg
skills/ppt-master/templates/icons/simple-icons/gnubash.svg
skills/ppt-master/templates/icons/simple-icons/gnuemacs.svg
skills/ppt-master/templates/icons/simple-icons/gnuicecat.svg
skills/ppt-master/templates/icons/simple-icons/gnuprivacyguard.svg
skills/ppt-master/templates/icons/simple-icons/gnusocial.svg
skills/ppt-master/templates/icons/simple-icons/go.svg
skills/ppt-master/templates/icons/simple-icons/gocd.svg
skills/ppt-master/templates/icons/simple-icons/godaddy.svg
skills/ppt-master/templates/icons/simple-icons/godotengine.svg
skills/ppt-master/templates/icons/simple-icons/gofundme.svg
skills/ppt-master/templates/icons/simple-icons/gogdotcom.svg
skills/ppt-master/templates/icons/simple-icons/gojek.svg
skills/ppt-master/templates/icons/simple-icons/goland.svg
skills/ppt-master/templates/icons/simple-icons/goldenline.svg
skills/ppt-master/templates/icons/simple-icons/goldmansachs.svg
skills/ppt-master/templates/icons/simple-icons/goodreads.svg
skills/ppt-master/templates/icons/simple-icons/google.svg
skills/ppt-master/templates/icons/simple-icons/googleadmob.svg
skills/ppt-master/templates/icons/simple-icons/googleads.svg
skills/ppt-master/templates/icons/simple-icons/googleadsense.svg
skills/ppt-master/templates/icons/simple-icons/googleanalytics.svg
skills/ppt-master/templates/icons/simple-icons/googleappsscript.svg
skills/ppt-master/templates/icons/simple-icons/googleassistant.svg
skills/ppt-master/templates/icons/simple-icons/googleauthenticator.svg
skills/ppt-master/templates/icons/simple-icons/googlebigquery.svg
skills/ppt-master/templates/icons/simple-icons/googlebigtable.svg
skills/ppt-master/templates/icons/simple-icons/googlecalendar.svg
skills/ppt-master/templates/icons/simple-icons/googlecampaignmanager360.svg
skills/ppt-master/templates/icons/simple-icons/googlecardboard.svg
skills/ppt-master/templates/icons/simple-icons/googlecast.svg
skills/ppt-master/templates/icons/simple-icons/googlechat.svg
skills/ppt-master/templates/icons/simple-icons/googlechrome.svg
skills/ppt-master/templates/icons/simple-icons/googlechronicle.svg
skills/ppt-master/templates/icons/simple-icons/googleclassroom.svg
skills/ppt-master/templates/icons/simple-icons/googlecloud.svg
skills/ppt-master/templates/icons/simple-icons/googlecloudcomposer.svg
skills/ppt-master/templates/icons/simple-icons/googlecloudspanner.svg
skills/ppt-master/templates/icons/simple-icons/googlecloudstorage.svg
skills/ppt-master/templates/icons/simple-icons/googlecolab.svg
skills/ppt-master/templates/icons/simple-icons/googlecontaineroptimizedos.svg
skills/ppt-master/templates/icons/simple-icons/googledataflow.svg
skills/ppt-master/templates/icons/simple-icons/googledataproc.svg
skills/ppt-master/templates/icons/simple-icons/googledatastudio.svg
skills/ppt-master/templates/icons/simple-icons/googledisplayandvideo360.svg
skills/ppt-master/templates/icons/simple-icons/googledocs.svg
skills/ppt-master/templates/icons/simple-icons/googledomains.svg
skills/ppt-master/templates/icons/simple-icons/googledrive.svg
skills/ppt-master/templates/icons/simple-icons/googleearth.svg
skills/ppt-master/templates/icons/simple-icons/googleearthengine.svg
skills/ppt-master/templates/icons/simple-icons/googlefit.svg
skills/ppt-master/templates/icons/simple-icons/googlefonts.svg
skills/ppt-master/templates/icons/simple-icons/googleforms.svg
skills/ppt-master/templates/icons/simple-icons/googlegemini.svg
skills/ppt-master/templates/icons/simple-icons/googlehangouts.svg
skills/ppt-master/templates/icons/simple-icons/googlehome.svg
skills/ppt-master/templates/icons/simple-icons/googlejules.svg
skills/ppt-master/templates/icons/simple-icons/googlekeep.svg
skills/ppt-master/templates/icons/simple-icons/googlelens.svg
skills/ppt-master/templates/icons/simple-icons/googlemaps.svg
skills/ppt-master/templates/icons/simple-icons/googlemarketingplatform.svg
skills/ppt-master/templates/icons/simple-icons/googlemeet.svg
skills/ppt-master/templates/icons/simple-icons/googlemessages.svg
skills/ppt-master/templates/icons/simple-icons/googlemybusiness.svg
skills/ppt-master/templates/icons/simple-icons/googlenearby.svg
skills/ppt-master/templates/icons/simple-icons/googlenews.svg
skills/ppt-master/templates/icons/simple-icons/googleoptimize.svg
skills/ppt-master/templates/icons/simple-icons/googlepay.svg
skills/ppt-master/templates/icons/simple-icons/googlephotos.svg
skills/ppt-master/templates/icons/simple-icons/googleplay.svg
skills/ppt-master/templates/icons/simple-icons/googlepodcasts.svg
skills/ppt-master/templates/icons/simple-icons/googlepubsub.svg
skills/ppt-master/templates/icons/simple-icons/googlescholar.svg
skills/ppt-master/templates/icons/simple-icons/googlesearchconsole.svg
skills/ppt-master/templates/icons/simple-icons/googlesheets.svg
skills/ppt-master/templates/icons/simple-icons/googleslides.svg
skills/ppt-master/templates/icons/simple-icons/googlestreetview.svg
skills/ppt-master/templates/icons/simple-icons/googlesummerofcode.svg
skills/ppt-master/templates/icons/simple-icons/googletagmanager.svg
skills/ppt-master/templates/icons/simple-icons/googletasks.svg
skills/ppt-master/templates/icons/simple-icons/googletranslate.svg
skills/ppt-master/templates/icons/simple-icons/googletv.svg
skills/ppt-master/templates/icons/simple-icons/gotomeeting.svg
skills/ppt-master/templates/icons/simple-icons/gplv3.svg
skills/ppt-master/templates/icons/simple-icons/grab.svg
skills/ppt-master/templates/icons/simple-icons/gradio.svg
skills/ppt-master/templates/icons/simple-icons/gradle.svg
skills/ppt-master/templates/icons/simple-icons/gradleplaypublisher.svg
skills/ppt-master/templates/icons/simple-icons/grafana.svg
skills/ppt-master/templates/icons/simple-icons/grammarly.svg
skills/ppt-master/templates/icons/simple-icons/grandfrais.svg
skills/ppt-master/templates/icons/simple-icons/grapheneos.svg
skills/ppt-master/templates/icons/simple-icons/graphite.svg
skills/ppt-master/templates/icons/simple-icons/graphite_editor.svg
skills/ppt-master/templates/icons/simple-icons/graphql.svg
skills/ppt-master/templates/icons/simple-icons/grav.svg
skills/ppt-master/templates/icons/simple-icons/gravatar.svg
skills/ppt-master/templates/icons/simple-icons/graylog.svg
skills/ppt-master/templates/icons/simple-icons/greasyfork.svg
skills/ppt-master/templates/icons/simple-icons/greatlearning.svg
skills/ppt-master/templates/icons/simple-icons/greenhouse.svg
skills/ppt-master/templates/icons/simple-icons/greensock.svg
skills/ppt-master/templates/icons/simple-icons/greptimedb.svg
skills/ppt-master/templates/icons/simple-icons/griddotai.svg
skills/ppt-master/templates/icons/simple-icons/gridsome.svg
skills/ppt-master/templates/icons/simple-icons/grocy.svg
skills/ppt-master/templates/icons/simple-icons/groupme.svg
skills/ppt-master/templates/icons/simple-icons/groupon.svg
skills/ppt-master/templates/icons/simple-icons/grubhub.svg
skills/ppt-master/templates/icons/simple-icons/grunt.svg
skills/ppt-master/templates/icons/simple-icons/gsap.svg
skills/ppt-master/templates/icons/simple-icons/gsk.svg
skills/ppt-master/templates/icons/simple-icons/gsma.svg
skills/ppt-master/templates/icons/simple-icons/gsmarenadotcom.svg
skills/ppt-master/templates/icons/simple-icons/gstreamer.svg
skills/ppt-master/templates/icons/simple-icons/gtk.svg
skills/ppt-master/templates/icons/simple-icons/guangzhoumetro.svg
skills/ppt-master/templates/icons/simple-icons/guilded.svg
skills/ppt-master/templates/icons/simple-icons/guitarpro.svg
skills/ppt-master/templates/icons/simple-icons/gulp.svg
skills/ppt-master/templates/icons/simple-icons/gumroad.svg
skills/ppt-master/templates/icons/simple-icons/gumtree.svg
skills/ppt-master/templates/icons/simple-icons/gunicorn.svg
skills/ppt-master/templates/icons/simple-icons/gurobi.svg
skills/ppt-master/templates/icons/simple-icons/gusto.svg
skills/ppt-master/templates/icons/simple-icons/gutenberg.svg
skills/ppt-master/templates/icons/simple-icons/h2database.svg
skills/ppt-master/templates/icons/simple-icons/h3.svg
skills/ppt-master/templates/icons/simple-icons/habr.svg
skills/ppt-master/templates/icons/simple-icons/hackaday.svg
skills/ppt-master/templates/icons/simple-icons/hackclub.svg
skills/ppt-master/templates/icons/simple-icons/hackerearth.svg
skills/ppt-master/templates/icons/simple-icons/hackernoon.svg
skills/ppt-master/templates/icons/simple-icons/hackerone.svg
skills/ppt-master/templates/icons/simple-icons/hackerrank.svg
skills/ppt-master/templates/icons/simple-icons/hackmd.svg
skills/ppt-master/templates/icons/simple-icons/hackster.svg
skills/ppt-master/templates/icons/simple-icons/hackthebox.svg
skills/ppt-master/templates/icons/simple-icons/hal.svg
skills/ppt-master/templates/icons/simple-icons/handlebarsdotjs.svg
skills/ppt-master/templates/icons/simple-icons/handm.svg
skills/ppt-master/templates/icons/simple-icons/handshake.svg
skills/ppt-master/templates/icons/simple-icons/handshake_protocol.svg
skills/ppt-master/templates/icons/simple-icons/happycow.svg
skills/ppt-master/templates/icons/simple-icons/harbor.svg
skills/ppt-master/templates/icons/simple-icons/harmonyos.svg
skills/ppt-master/templates/icons/simple-icons/hashcat.svg
skills/ppt-master/templates/icons/simple-icons/hashicorp.svg
skills/ppt-master/templates/icons/simple-icons/hashnode.svg
skills/ppt-master/templates/icons/simple-icons/haskell.svg
skills/ppt-master/templates/icons/simple-icons/hasura.svg
skills/ppt-master/templates/icons/simple-icons/hatenabookmark.svg
skills/ppt-master/templates/icons/simple-icons/haveibeenpwned.svg
skills/ppt-master/templates/icons/simple-icons/havells.svg
skills/ppt-master/templates/icons/simple-icons/haxe.svg
skills/ppt-master/templates/icons/simple-icons/haystack.svg
skills/ppt-master/templates/icons/simple-icons/hbo.svg
skills/ppt-master/templates/icons/simple-icons/hbomax.svg
skills/ppt-master/templates/icons/simple-icons/hcl.svg
skills/ppt-master/templates/icons/simple-icons/hdfcbank.svg
skills/ppt-master/templates/icons/simple-icons/headlessui.svg
skills/ppt-master/templates/icons/simple-icons/headphonezone.svg
skills/ppt-master/templates/icons/simple-icons/headspace.svg
skills/ppt-master/templates/icons/simple-icons/hearth.svg
skills/ppt-master/templates/icons/simple-icons/hearthisdotat.svg
skills/ppt-master/templates/icons/simple-icons/hedera.svg
skills/ppt-master/templates/icons/simple-icons/hedgedoc.svg
skills/ppt-master/templates/icons/simple-icons/helium.svg
skills/ppt-master/templates/icons/simple-icons/helix.svg
skills/ppt-master/templates/icons/simple-icons/hellofresh.svg
skills/ppt-master/templates/icons/simple-icons/hellyhansen.svg
skills/ppt-master/templates/icons/simple-icons/helm.svg
skills/ppt-master/templates/icons/simple-icons/helpdesk.svg
skills/ppt-master/templates/icons/simple-icons/helpscout.svg
skills/ppt-master/templates/icons/simple-icons/hepsiemlak.svg
skills/ppt-master/templates/icons/simple-icons/here.svg
skills/ppt-master/templates/icons/simple-icons/hermes.svg
skills/ppt-master/templates/icons/simple-icons/heroicgameslauncher.svg
skills/ppt-master/templates/icons/simple-icons/heroku.svg
skills/ppt-master/templates/icons/simple-icons/heroui.svg
skills/ppt-master/templates/icons/simple-icons/hetzner.svg
skills/ppt-master/templates/icons/simple-icons/hevy.svg
skills/ppt-master/templates/icons/simple-icons/hexlet.svg
skills/ppt-master/templates/icons/simple-icons/hexo.svg
skills/ppt-master/templates/icons/simple-icons/hey.svg
skills/ppt-master/templates/icons/simple-icons/hibernate.svg
skills/ppt-master/templates/icons/simple-icons/hibob.svg
skills/ppt-master/templates/icons/simple-icons/hilton.svg
skills/ppt-master/templates/icons/simple-icons/hiltonhotelsandresorts.svg
skills/ppt-master/templates/icons/simple-icons/hitachi.svg
skills/ppt-master/templates/icons/simple-icons/hive.svg
skills/ppt-master/templates/icons/simple-icons/hive_blockchain.svg
skills/ppt-master/templates/icons/simple-icons/hivemq.svg
skills/ppt-master/templates/icons/simple-icons/homarr.svg
skills/ppt-master/templates/icons/simple-icons/homeadvisor.svg
skills/ppt-master/templates/icons/simple-icons/homeassistant.svg
skills/ppt-master/templates/icons/simple-icons/homeassistantcommunitystore.svg
skills/ppt-master/templates/icons/simple-icons/homebrew.svg
skills/ppt-master/templates/icons/simple-icons/homebridge.svg
skills/ppt-master/templates/icons/simple-icons/homepage.svg
skills/ppt-master/templates/icons/simple-icons/homify.svg
skills/ppt-master/templates/icons/simple-icons/honda.svg
skills/ppt-master/templates/icons/simple-icons/honey.svg
skills/ppt-master/templates/icons/simple-icons/honeybadger.svg
skills/ppt-master/templates/icons/simple-icons/honeygain.svg
skills/ppt-master/templates/icons/simple-icons/hono.svg
skills/ppt-master/templates/icons/simple-icons/honor.svg
skills/ppt-master/templates/icons/simple-icons/hootsuite.svg
skills/ppt-master/templates/icons/simple-icons/hoppscotch.svg
skills/ppt-master/templates/icons/simple-icons/hostinger.svg
skills/ppt-master/templates/icons/simple-icons/hotelsdotcom.svg
skills/ppt-master/templates/icons/simple-icons/hotjar.svg
skills/ppt-master/templates/icons/simple-icons/hotwire.svg
skills/ppt-master/templates/icons/simple-icons/houdini.svg
skills/ppt-master/templates/icons/simple-icons/houzz.svg
skills/ppt-master/templates/icons/simple-icons/hp.svg
skills/ppt-master/templates/icons/simple-icons/hsbc.svg
skills/ppt-master/templates/icons/simple-icons/htc.svg
skills/ppt-master/templates/icons/simple-icons/htcvive.svg
skills/ppt-master/templates/icons/simple-icons/html5.svg
skills/ppt-master/templates/icons/simple-icons/htmlacademy.svg
skills/ppt-master/templates/icons/simple-icons/htmx.svg
skills/ppt-master/templates/icons/simple-icons/htop.svg
skills/ppt-master/templates/icons/simple-icons/httpie.svg
skills/ppt-master/templates/icons/simple-icons/huawei.svg
skills/ppt-master/templates/icons/simple-icons/hubspot.svg
skills/ppt-master/templates/icons/simple-icons/huggingface.svg
skills/ppt-master/templates/icons/simple-icons/hugo.svg
skills/ppt-master/templates/icons/simple-icons/humblebundle.svg
skills/ppt-master/templates/icons/simple-icons/humhub.svg
skills/ppt-master/templates/icons/simple-icons/hungryjacks.svg
skills/ppt-master/templates/icons/simple-icons/husqvarna.svg
skills/ppt-master/templates/icons/simple-icons/hyper.svg
skills/ppt-master/templates/icons/simple-icons/hyperskill.svg
skills/ppt-master/templates/icons/simple-icons/hyperx.svg
skills/ppt-master/templates/icons/simple-icons/hypothesis.svg
skills/ppt-master/templates/icons/simple-icons/hyprland.svg
skills/ppt-master/templates/icons/simple-icons/hyundai.svg
skills/ppt-master/templates/icons/simple-icons/i18next.svg
skills/ppt-master/templates/icons/simple-icons/i3.svg
skills/ppt-master/templates/icons/simple-icons/iata.svg
skills/ppt-master/templates/icons/simple-icons/ibeacon.svg
skills/ppt-master/templates/icons/simple-icons/iberia.svg
skills/ppt-master/templates/icons/simple-icons/ibm.svg
skills/ppt-master/templates/icons/simple-icons/ibmcloud.svg
skills/ppt-master/templates/icons/simple-icons/ibmwatson.svg
skills/ppt-master/templates/icons/simple-icons/iced.svg
skills/ppt-master/templates/icons/simple-icons/iceland.svg
skills/ppt-master/templates/icons/simple-icons/icicibank.svg
skills/ppt-master/templates/icons/simple-icons/icinga.svg
skills/ppt-master/templates/icons/simple-icons/icloud.svg
skills/ppt-master/templates/icons/simple-icons/icomoon.svg
skills/ppt-master/templates/icons/simple-icons/icon.svg
skills/ppt-master/templates/icons/simple-icons/iconfinder.svg
skills/ppt-master/templates/icons/simple-icons/iconify.svg
skills/ppt-master/templates/icons/simple-icons/iconjar.svg
skills/ppt-master/templates/icons/simple-icons/icons8.svg
skills/ppt-master/templates/icons/simple-icons/icq.svg
skills/ppt-master/templates/icons/simple-icons/ieee.svg
skills/ppt-master/templates/icons/simple-icons/ifixit.svg
skills/ppt-master/templates/icons/simple-icons/ifood.svg
skills/ppt-master/templates/icons/simple-icons/ifttt.svg
skills/ppt-master/templates/icons/simple-icons/igdb.svg
skills/ppt-master/templates/icons/simple-icons/ign.svg
skills/ppt-master/templates/icons/simple-icons/iheartradio.svg
skills/ppt-master/templates/icons/simple-icons/ikea.svg
skills/ppt-master/templates/icons/simple-icons/iledefrancemobilites.svg
skills/ppt-master/templates/icons/simple-icons/ilovepdf.svg
skills/ppt-master/templates/icons/simple-icons/imagedotsc.svg
skills/ppt-master/templates/icons/simple-icons/imagej.svg
skills/ppt-master/templates/icons/simple-icons/imagetoolbox.svg
skills/ppt-master/templates/icons/simple-icons/imdb.svg
skills/ppt-master/templates/icons/simple-icons/imessage.svg
skills/ppt-master/templates/icons/simple-icons/imgur.svg
skills/ppt-master/templates/icons/simple-icons/immer.svg
skills/ppt-master/templates/icons/simple-icons/immersivetranslate.svg
skills/ppt-master/templates/icons/simple-icons/immich.svg
skills/ppt-master/templates/icons/simple-icons/imou.svg
skills/ppt-master/templates/icons/simple-icons/improvmx.svg
skills/ppt-master/templates/icons/simple-icons/indeed.svg
skills/ppt-master/templates/icons/simple-icons/indiansuperleague.svg
skills/ppt-master/templates/icons/simple-icons/indiehackers.svg
skills/ppt-master/templates/icons/simple-icons/indieweb.svg
skills/ppt-master/templates/icons/simple-icons/indigo.svg
skills/ppt-master/templates/icons/simple-icons/inductiveautomation.svg
skills/ppt-master/templates/icons/simple-icons/inertia.svg
skills/ppt-master/templates/icons/simple-icons/infiniti.svg
skills/ppt-master/templates/icons/simple-icons/infinityfree.svg
skills/ppt-master/templates/icons/simple-icons/influxdb.svg
skills/ppt-master/templates/icons/simple-icons/infomaniak.svg
skills/ppt-master/templates/icons/simple-icons/infoq.svg
skills/ppt-master/templates/icons/simple-icons/informatica.svg
skills/ppt-master/templates/icons/simple-icons/infosys.svg
skills/ppt-master/templates/icons/simple-icons/infracost.svg
skills/ppt-master/templates/icons/simple-icons/infuse.svg
skills/ppt-master/templates/icons/simple-icons/ingress.svg
skills/ppt-master/templates/icons/simple-icons/inkdrop.svg
skills/ppt-master/templates/icons/simple-icons/inkscape.svg
skills/ppt-master/templates/icons/simple-icons/inoreader.svg
skills/ppt-master/templates/icons/simple-icons/inquirer.svg
skills/ppt-master/templates/icons/simple-icons/insomnia.svg
skills/ppt-master/templates/icons/simple-icons/inspire.svg
skills/ppt-master/templates/icons/simple-icons/insta360.svg
skills/ppt-master/templates/icons/simple-icons/instacart.svg
skills/ppt-master/templates/icons/simple-icons/instagram.svg
skills/ppt-master/templates/icons/simple-icons/instapaper.svg
skills/ppt-master/templates/icons/simple-icons/instatus.svg
skills/ppt-master/templates/icons/simple-icons/instructables.svg
skills/ppt-master/templates/icons/simple-icons/instructure.svg
skills/ppt-master/templates/icons/simple-icons/intel.svg
skills/ppt-master/templates/icons/simple-icons/intellijidea.svg
skills/ppt-master/templates/icons/simple-icons/interactiondesignfoundation.svg
skills/ppt-master/templates/icons/simple-icons/interactjs.svg
skills/ppt-master/templates/icons/simple-icons/interbase.svg
skills/ppt-master/templates/icons/simple-icons/intercom.svg
skills/ppt-master/templates/icons/simple-icons/intermarche.svg
skills/ppt-master/templates/icons/simple-icons/internetarchive.svg
skills/ppt-master/templates/icons/simple-icons/internetcomputer.svg
skills/ppt-master/templates/icons/simple-icons/internetexplorer.svg
skills/ppt-master/templates/icons/simple-icons/intigriti.svg
skills/ppt-master/templates/icons/simple-icons/intuit.svg
skills/ppt-master/templates/icons/simple-icons/invidious.svg
skills/ppt-master/templates/icons/simple-icons/invision.svg
skills/ppt-master/templates/icons/simple-icons/invoiceninja.svg
skills/ppt-master/templates/icons/simple-icons/iobroker.svg
skills/ppt-master/templates/icons/simple-icons/ionic.svg
skills/ppt-master/templates/icons/simple-icons/ionos.svg
skills/ppt-master/templates/icons/simple-icons/ios.svg
skills/ppt-master/templates/icons/simple-icons/iota.svg
skills/ppt-master/templates/icons/simple-icons/ipfs.svg
skills/ppt-master/templates/icons/simple-icons/iris.svg
skills/ppt-master/templates/icons/simple-icons/irobot.svg
skills/ppt-master/templates/icons/simple-icons/isc2.svg
skills/ppt-master/templates/icons/simple-icons/isro.svg
skills/ppt-master/templates/icons/simple-icons/issuu.svg
skills/ppt-master/templates/icons/simple-icons/istio.svg
skills/ppt-master/templates/icons/simple-icons/itchdotio.svg
skills/ppt-master/templates/icons/simple-icons/iterm2.svg
skills/ppt-master/templates/icons/simple-icons/itunes.svg
skills/ppt-master/templates/icons/simple-icons/itvx.svg
skills/ppt-master/templates/icons/simple-icons/iveco.svg
skills/ppt-master/templates/icons/simple-icons/jabber.svg
skills/ppt-master/templates/icons/simple-icons/jaeger.svg
skills/ppt-master/templates/icons/simple-icons/jaguar.svg
skills/ppt-master/templates/icons/simple-icons/jamboard.svg
skills/ppt-master/templates/icons/simple-icons/jameson.svg
skills/ppt-master/templates/icons/simple-icons/jamstack.svg
skills/ppt-master/templates/icons/simple-icons/japanairlines.svg
skills/ppt-master/templates/icons/simple-icons/jasmine.svg
skills/ppt-master/templates/icons/simple-icons/javascript.svg
skills/ppt-master/templates/icons/simple-icons/jbl.svg
skills/ppt-master/templates/icons/simple-icons/jcb.svg
skills/ppt-master/templates/icons/simple-icons/jdoodle.svg
skills/ppt-master/templates/icons/simple-icons/jeep.svg
skills/ppt-master/templates/icons/simple-icons/jekyll.svg
skills/ppt-master/templates/icons/simple-icons/jellyfin.svg
skills/ppt-master/templates/icons/simple-icons/jenkins.svg
skills/ppt-master/templates/icons/simple-icons/jest.svg
skills/ppt-master/templates/icons/simple-icons/jet.svg
skills/ppt-master/templates/icons/simple-icons/jetblue.svg
skills/ppt-master/templates/icons/simple-icons/jetbrains.svg
skills/ppt-master/templates/icons/simple-icons/jetpackcompose.svg
skills/ppt-master/templates/icons/simple-icons/jfrog.svg
skills/ppt-master/templates/icons/simple-icons/jfrogpipelines.svg
skills/ppt-master/templates/icons/simple-icons/jhipster.svg
skills/ppt-master/templates/icons/simple-icons/jinja.svg
skills/ppt-master/templates/icons/simple-icons/jio.svg
skills/ppt-master/templates/icons/simple-icons/jira.svg
skills/ppt-master/templates/icons/simple-icons/jirasoftware.svg
skills/ppt-master/templates/icons/simple-icons/jitpack.svg
skills/ppt-master/templates/icons/simple-icons/jitsi.svg
skills/ppt-master/templates/icons/simple-icons/johndeere.svg
skills/ppt-master/templates/icons/simple-icons/joomla.svg
skills/ppt-master/templates/icons/simple-icons/joplin.svg
skills/ppt-master/templates/icons/simple-icons/jordan.svg
skills/ppt-master/templates/icons/simple-icons/jouav.svg
skills/ppt-master/templates/icons/simple-icons/jovian.svg
skills/ppt-master/templates/icons/simple-icons/jpeg.svg
skills/ppt-master/templates/icons/simple-icons/jquery.svg
skills/ppt-master/templates/icons/simple-icons/jrgroup.svg
skills/ppt-master/templates/icons/simple-icons/jsdelivr.svg
skills/ppt-master/templates/icons/simple-icons/jsfiddle.svg
skills/ppt-master/templates/icons/simple-icons/json.svg
skills/ppt-master/templates/icons/simple-icons/jsonwebtokens.svg
skills/ppt-master/templates/icons/simple-icons/jsr.svg
skills/ppt-master/templates/icons/simple-icons/jss.svg
skills/ppt-master/templates/icons/simple-icons/juce.svg
skills/ppt-master/templates/icons/simple-icons/juejin.svg
skills/ppt-master/templates/icons/simple-icons/juke.svg
skills/ppt-master/templates/icons/simple-icons/julia.svg
skills/ppt-master/templates/icons/simple-icons/junipernetworks.svg
skills/ppt-master/templates/icons/simple-icons/junit5.svg
skills/ppt-master/templates/icons/simple-icons/jupyter.svg
skills/ppt-master/templates/icons/simple-icons/just.svg
skills/ppt-master/templates/icons/simple-icons/justeat.svg
skills/ppt-master/templates/icons/simple-icons/justgiving.svg
skills/ppt-master/templates/icons/simple-icons/k3s.svg
skills/ppt-master/templates/icons/simple-icons/k6.svg
skills/ppt-master/templates/icons/simple-icons/kaggle.svg
skills/ppt-master/templates/icons/simple-icons/kagi.svg
skills/ppt-master/templates/icons/simple-icons/kahoot.svg
skills/ppt-master/templates/icons/simple-icons/kaios.svg
skills/ppt-master/templates/icons/simple-icons/kakao.svg
skills/ppt-master/templates/icons/simple-icons/kakaotalk.svg
skills/ppt-master/templates/icons/simple-icons/kalilinux.svg
skills/ppt-master/templates/icons/simple-icons/kamailio.svg
skills/ppt-master/templates/icons/simple-icons/kando.svg
skills/ppt-master/templates/icons/simple-icons/kaniko.svg
skills/ppt-master/templates/icons/simple-icons/karakeep.svg
skills/ppt-master/templates/icons/simple-icons/karlsruherverkehrsverbund.svg
skills/ppt-master/templates/icons/simple-icons/kasasmart.svg
skills/ppt-master/templates/icons/simple-icons/kashflow.svg
skills/ppt-master/templates/icons/simple-icons/kaspersky.svg
skills/ppt-master/templates/icons/simple-icons/katacoda.svg
skills/ppt-master/templates/icons/simple-icons/katana.svg
skills/ppt-master/templates/icons/simple-icons/kaufland.svg
skills/ppt-master/templates/icons/simple-icons/kde.svg
skills/ppt-master/templates/icons/simple-icons/kdeneon.svg
skills/ppt-master/templates/icons/simple-icons/kdenlive.svg
skills/ppt-master/templates/icons/simple-icons/kdeplasma.svg
skills/ppt-master/templates/icons/simple-icons/kedro.svg
skills/ppt-master/templates/icons/simple-icons/keenetic.svg
skills/ppt-master/templates/icons/simple-icons/keepachangelog.svg
skills/ppt-master/templates/icons/simple-icons/keepassxc.svg
skills/ppt-master/templates/icons/simple-icons/keeper.svg
skills/ppt-master/templates/icons/simple-icons/keeweb.svg
skills/ppt-master/templates/icons/simple-icons/kenmei.svg
skills/ppt-master/templates/icons/simple-icons/kentico.svg
skills/ppt-master/templates/icons/simple-icons/keploy.svg
skills/ppt-master/templates/icons/simple-icons/keras.svg
skills/ppt-master/templates/icons/simple-icons/keybase.svg
skills/ppt-master/templates/icons/simple-icons/keycdn.svg
skills/ppt-master/templates/icons/simple-icons/keycloak.svg
skills/ppt-master/templates/icons/simple-icons/keystone.svg
skills/ppt-master/templates/icons/simple-icons/kfc.svg
skills/ppt-master/templates/icons/simple-icons/khanacademy.svg
skills/ppt-master/templates/icons/simple-icons/khronosgroup.svg
skills/ppt-master/templates/icons/simple-icons/kia.svg
skills/ppt-master/templates/icons/simple-icons/kibana.svg
skills/ppt-master/templates/icons/simple-icons/kicad.svg
skills/ppt-master/templates/icons/simple-icons/kick.svg
skills/ppt-master/templates/icons/simple-icons/kickstarter.svg
skills/ppt-master/templates/icons/simple-icons/kik.svg
skills/ppt-master/templates/icons/simple-icons/kingstontechnology.svg
skills/ppt-master/templates/icons/simple-icons/kinopoisk.svg
skills/ppt-master/templates/icons/simple-icons/kinsta.svg
skills/ppt-master/templates/icons/simple-icons/kirby.svg
skills/ppt-master/templates/icons/simple-icons/kit.svg
skills/ppt-master/templates/icons/simple-icons/kitsu.svg
skills/ppt-master/templates/icons/simple-icons/kiwix.svg
skills/ppt-master/templates/icons/simple-icons/klarna.svg
skills/ppt-master/templates/icons/simple-icons/kleinanzeigen.svg
skills/ppt-master/templates/icons/simple-icons/klm.svg
skills/ppt-master/templates/icons/simple-icons/klook.svg
skills/ppt-master/templates/icons/simple-icons/knative.svg
skills/ppt-master/templates/icons/simple-icons/knexdotjs.svg
skills/ppt-master/templates/icons/simple-icons/knime.svg
skills/ppt-master/templates/icons/simple-icons/knip.svg
skills/ppt-master/templates/icons/simple-icons/knowledgebase.svg
skills/ppt-master/templates/icons/simple-icons/known.svg
skills/ppt-master/templates/icons/simple-icons/koa.svg
skills/ppt-master/templates/icons/simple-icons/koc.svg
skills/ppt-master/templates/icons/simple-icons/kodak.svg
skills/ppt-master/templates/icons/simple-icons/kodi.svg
skills/ppt-master/templates/icons/simple-icons/kodular.svg
skills/ppt-master/templates/icons/simple-icons/koenigsegg.svg
skills/ppt-master/templates/icons/simple-icons/kofax.svg
skills/ppt-master/templates/icons/simple-icons/kofi.svg
skills/ppt-master/templates/icons/simple-icons/komoot.svg
skills/ppt-master/templates/icons/simple-icons/konami.svg
skills/ppt-master/templates/icons/simple-icons/kong.svg
skills/ppt-master/templates/icons/simple-icons/kongregate.svg
skills/ppt-master/templates/icons/simple-icons/konva.svg
skills/ppt-master/templates/icons/simple-icons/koreader.svg
skills/ppt-master/templates/icons/simple-icons/kotlin.svg
skills/ppt-master/templates/icons/simple-icons/koyeb.svg
skills/ppt-master/templates/icons/simple-icons/kred.svg
skills/ppt-master/templates/icons/simple-icons/krita.svg
skills/ppt-master/templates/icons/simple-icons/ktm.svg
skills/ppt-master/templates/icons/simple-icons/ktor.svg
skills/ppt-master/templates/icons/simple-icons/kuaishou.svg
skills/ppt-master/templates/icons/simple-icons/kubernetes.svg
skills/ppt-master/templates/icons/simple-icons/kubespray.svg
skills/ppt-master/templates/icons/simple-icons/kubuntu.svg
skills/ppt-master/templates/icons/simple-icons/kucoin.svg
skills/ppt-master/templates/icons/simple-icons/kueski.svg
skills/ppt-master/templates/icons/simple-icons/kuma.svg
skills/ppt-master/templates/icons/simple-icons/kununu.svg
skills/ppt-master/templates/icons/simple-icons/kuula.svg
skills/ppt-master/templates/icons/simple-icons/kx.svg
skills/ppt-master/templates/icons/simple-icons/kyocera.svg
skills/ppt-master/templates/icons/simple-icons/labex.svg
skills/ppt-master/templates/icons/simple-icons/labview.svg
skills/ppt-master/templates/icons/simple-icons/lada.svg
skills/ppt-master/templates/icons/simple-icons/lamborghini.svg
skills/ppt-master/templates/icons/simple-icons/landrover.svg
skills/ppt-master/templates/icons/simple-icons/langchain.svg
skills/ppt-master/templates/icons/simple-icons/langflow.svg
skills/ppt-master/templates/icons/simple-icons/langgraph.svg
skills/ppt-master/templates/icons/simple-icons/languagetool.svg
skills/ppt-master/templates/icons/simple-icons/lapce.svg
skills/ppt-master/templates/icons/simple-icons/laragon.svg
skills/ppt-master/templates/icons/simple-icons/laravel.svg
skills/ppt-master/templates/icons/simple-icons/laravelhorizon.svg
skills/ppt-master/templates/icons/simple-icons/laravelnova.svg
skills/ppt-master/templates/icons/simple-icons/lastdotfm.svg
skills/ppt-master/templates/icons/simple-icons/lastpass.svg
skills/ppt-master/templates/icons/simple-icons/latex.svg
skills/ppt-master/templates/icons/simple-icons/launchpad.svg
skills/ppt-master/templates/icons/simple-icons/lazarus.svg
skills/ppt-master/templates/icons/simple-icons/lazyvim.svg
skills/ppt-master/templates/icons/simple-icons/lbry.svg
skills/ppt-master/templates/icons/simple-icons/leaderprice.svg
skills/ppt-master/templates/icons/simple-icons/leaflet.svg
skills/ppt-master/templates/icons/simple-icons/leagueoflegends.svg
skills/ppt-master/templates/icons/simple-icons/leanpub.svg
skills/ppt-master/templates/icons/simple-icons/leetcode.svg
skills/ppt-master/templates/icons/simple-icons/lefthook.svg
skills/ppt-master/templates/icons/simple-icons/legacygames.svg
skills/ppt-master/templates/icons/simple-icons/leica.svg
skills/ppt-master/templates/icons/simple-icons/lemmy.svg
skills/ppt-master/templates/icons/simple-icons/lemonsqueezy.svg
skills/ppt-master/templates/icons/simple-icons/lenovo.svg
skills/ppt-master/templates/icons/simple-icons/lens.svg
skills/ppt-master/templates/icons/simple-icons/leptos.svg
skills/ppt-master/templates/icons/simple-icons/lequipe.svg
skills/ppt-master/templates/icons/simple-icons/lerna.svg
skills/ppt-master/templates/icons/simple-icons/leroymerlin.svg
skills/ppt-master/templates/icons/simple-icons/leslibraires.svg
skills/ppt-master/templates/icons/simple-icons/less.svg
skills/ppt-master/templates/icons/simple-icons/letsencrypt.svg
skills/ppt-master/templates/icons/simple-icons/letterboxd.svg
skills/ppt-master/templates/icons/simple-icons/levelsdotfyi.svg
skills/ppt-master/templates/icons/simple-icons/lg.svg
skills/ppt-master/templates/icons/simple-icons/liberadotchat.svg
skills/ppt-master/templates/icons/simple-icons/liberapay.svg
skills/ppt-master/templates/icons/simple-icons/librariesdotio.svg
skills/ppt-master/templates/icons/simple-icons/librarything.svg
skills/ppt-master/templates/icons/simple-icons/libreoffice.svg
skills/ppt-master/templates/icons/simple-icons/libreofficebase.svg
skills/ppt-master/templates/icons/simple-icons/libreofficecalc.svg
skills/ppt-master/templates/icons/simple-icons/libreofficedraw.svg
skills/ppt-master/templates/icons/simple-icons/libreofficeimpress.svg
skills/ppt-master/templates/icons/simple-icons/libreofficemath.svg
skills/ppt-master/templates/icons/simple-icons/libreofficewriter.svg
skills/ppt-master/templates/icons/simple-icons/libretranslate.svg
skills/ppt-master/templates/icons/simple-icons/libretube.svg
skills/ppt-master/templates/icons/simple-icons/librewolf.svg
skills/ppt-master/templates/icons/simple-icons/libuv.svg
skills/ppt-master/templates/icons/simple-icons/lichess.svg
skills/ppt-master/templates/icons/simple-icons/lidl.svg
skills/ppt-master/templates/icons/simple-icons/lifx.svg
skills/ppt-master/templates/icons/simple-icons/lightburn.svg
skills/ppt-master/templates/icons/simple-icons/lighthouse.svg
skills/ppt-master/templates/icons/simple-icons/lightning.svg
skills/ppt-master/templates/icons/simple-icons/limesurvey.svg
skills/ppt-master/templates/icons/simple-icons/line.svg
skills/ppt-master/templates/icons/simple-icons/lineageos.svg
skills/ppt-master/templates/icons/simple-icons/linear.svg
skills/ppt-master/templates/icons/simple-icons/lining.svg
skills/ppt-master/templates/icons/simple-icons/linkedin.svg
skills/ppt-master/templates/icons/simple-icons/linkerd.svg
skills/ppt-master/templates/icons/simple-icons/linkfire.svg
skills/ppt-master/templates/icons/simple-icons/linksys.svg
skills/ppt-master/templates/icons/simple-icons/linktree.svg
skills/ppt-master/templates/icons/simple-icons/linkvertise.svg
skills/ppt-master/templates/icons/simple-icons/linphone.svg
skills/ppt-master/templates/icons/simple-icons/lintcode.svg
skills/ppt-master/templates/icons/simple-icons/linux.svg
skills/ppt-master/templates/icons/simple-icons/linuxcontainers.svg
skills/ppt-master/templates/icons/simple-icons/linuxfoundation.svg
skills/ppt-master/templates/icons/simple-icons/linuxmint.svg
skills/ppt-master/templates/icons/simple-icons/linuxprofessionalinstitute.svg
skills/ppt-master/templates/icons/simple-icons/linuxserver.svg
skills/ppt-master/templates/icons/simple-icons/lionair.svg
skills/ppt-master/templates/icons/simple-icons/liquibase.svg
skills/ppt-master/templates/icons/simple-icons/listenhub.svg
skills/ppt-master/templates/icons/simple-icons/listmonk.svg
skills/ppt-master/templates/icons/simple-icons/lit.svg
skills/ppt-master/templates/icons/simple-icons/litecoin.svg
skills/ppt-master/templates/icons/simple-icons/literal.svg
skills/ppt-master/templates/icons/simple-icons/litiengine.svg
skills/ppt-master/templates/icons/simple-icons/livechat.svg
skills/ppt-master/templates/icons/simple-icons/livejournal.svg
skills/ppt-master/templates/icons/simple-icons/livekit.svg
skills/ppt-master/templates/icons/simple-icons/livewire.svg
skills/ppt-master/templates/icons/simple-icons/llvm.svg
skills/ppt-master/templates/icons/simple-icons/lmms.svg
skills/ppt-master/templates/icons/simple-icons/lobsters.svg
skills/ppt-master/templates/icons/simple-icons/local.svg
skills/ppt-master/templates/icons/simple-icons/localsend.svg
skills/ppt-master/templates/icons/simple-icons/localxpose.svg
skills/ppt-master/templates/icons/simple-icons/locust.svg
skills/ppt-master/templates/icons/simple-icons/lodash.svg
skills/ppt-master/templates/icons/simple-icons/logitech.svg
skills/ppt-master/templates/icons/simple-icons/logitechg.svg
skills/ppt-master/templates/icons/simple-icons/logmein.svg
skills/ppt-master/templates/icons/simple-icons/logseq.svg
skills/ppt-master/templates/icons/simple-icons/logstash.svg
skills/ppt-master/templates/icons/simple-icons/longhorn.svg
skills/ppt-master/templates/icons/simple-icons/looker.svg
skills/ppt-master/templates/icons/simple-icons/loom.svg
skills/ppt-master/templates/icons/simple-icons/loop.svg
skills/ppt-master/templates/icons/simple-icons/loopback.svg
skills/ppt-master/templates/icons/simple-icons/loops.svg
skills/ppt-master/templates/icons/simple-icons/lootcrate.svg
skills/ppt-master/templates/icons/simple-icons/lospec.svg
skills/ppt-master/templates/icons/simple-icons/lotpolishairlines.svg
skills/ppt-master/templates/icons/simple-icons/lottiefiles.svg
skills/ppt-master/templates/icons/simple-icons/ltspice.svg
skills/ppt-master/templates/icons/simple-icons/lua.svg
skills/ppt-master/templates/icons/simple-icons/luanti.svg
skills/ppt-master/templates/icons/simple-icons/luau.svg
skills/ppt-master/templates/icons/simple-icons/lubuntu.svg
skills/ppt-master/templates/icons/simple-icons/lucia.svg
skills/ppt-master/templates/icons/simple-icons/lucid.svg
skills/ppt-master/templates/icons/simple-icons/lucide.svg
skills/ppt-master/templates/icons/simple-icons/ludwig.svg
skills/ppt-master/templates/icons/simple-icons/lufthansa.svg
skills/ppt-master/templates/icons/simple-icons/lumen.svg
skills/ppt-master/templates/icons/simple-icons/lunacy.svg
skills/ppt-master/templates/icons/simple-icons/luogu.svg
skills/ppt-master/templates/icons/simple-icons/lutris.svg
skills/ppt-master/templates/icons/simple-icons/lvgl.svg
skills/ppt-master/templates/icons/simple-icons/lydia.svg
skills/ppt-master/templates/icons/simple-icons/lyft.svg
skills/ppt-master/templates/icons/simple-icons/maas.svg
skills/ppt-master/templates/icons/simple-icons/macos.svg
skills/ppt-master/templates/icons/simple-icons/macpaw.svg
skills/ppt-master/templates/icons/simple-icons/macports.svg
skills/ppt-master/templates/icons/simple-icons/macys.svg
skills/ppt-master/templates/icons/simple-icons/magasinsu.svg
skills/ppt-master/templates/icons/simple-icons/magento.svg
skills/ppt-master/templates/icons/simple-icons/magic.svg
skills/ppt-master/templates/icons/simple-icons/magisk.svg
skills/ppt-master/templates/icons/simple-icons/mahindra.svg
skills/ppt-master/templates/icons/simple-icons/mailbox.svg
skills/ppt-master/templates/icons/simple-icons/mailchimp.svg
skills/ppt-master/templates/icons/simple-icons/maildotcom.svg
skills/ppt-master/templates/icons/simple-icons/maildotru.svg
skills/ppt-master/templates/icons/simple-icons/mailgun.svg
skills/ppt-master/templates/icons/simple-icons/mailtrap.svg
skills/ppt-master/templates/icons/simple-icons/mainwp.svg
skills/ppt-master/templates/icons/simple-icons/majorleaguehacking.svg
skills/ppt-master/templates/icons/simple-icons/make.svg
skills/ppt-master/templates/icons/simple-icons/makerbot.svg
skills/ppt-master/templates/icons/simple-icons/malt.svg
skills/ppt-master/templates/icons/simple-icons/malwarebytes.svg
skills/ppt-master/templates/icons/simple-icons/mambaui.svg
skills/ppt-master/templates/icons/simple-icons/mamp.svg
skills/ppt-master/templates/icons/simple-icons/man.svg
skills/ppt-master/templates/icons/simple-icons/manageiq.svg
skills/ppt-master/templates/icons/simple-icons/mangacollec.svg
skills/ppt-master/templates/icons/simple-icons/mangaupdates.svg
skills/ppt-master/templates/icons/simple-icons/manjaro.svg
skills/ppt-master/templates/icons/simple-icons/mantine.svg
skills/ppt-master/templates/icons/simple-icons/mapbox.svg
skills/ppt-master/templates/icons/simple-icons/mapillary.svg
skills/ppt-master/templates/icons/simple-icons/maplibre.svg
skills/ppt-master/templates/icons/simple-icons/maptiler.svg
skills/ppt-master/templates/icons/simple-icons/mariadb.svg
skills/ppt-master/templates/icons/simple-icons/mariadbfoundation.svg
skills/ppt-master/templates/icons/simple-icons/markdown.svg
skills/ppt-master/templates/icons/simple-icons/marketo.svg
skills/ppt-master/templates/icons/simple-icons/marko.svg
skills/ppt-master/templates/icons/simple-icons/marriott.svg
skills/ppt-master/templates/icons/simple-icons/marvelapp.svg
skills/ppt-master/templates/icons/simple-icons/maserati.svg
skills/ppt-master/templates/icons/simple-icons/mastercard.svg
skills/ppt-master/templates/icons/simple-icons/mastercomfig.svg
skills/ppt-master/templates/icons/simple-icons/mastodon.svg
skills/ppt-master/templates/icons/simple-icons/materialdesign.svg
skills/ppt-master/templates/icons/simple-icons/materialdesignicons.svg
skills/ppt-master/templates/icons/simple-icons/materialformkdocs.svg
skills/ppt-master/templates/icons/simple-icons/matillion.svg
skills/ppt-master/templates/icons/simple-icons/matomo.svg
skills/ppt-master/templates/icons/simple-icons/matrix.svg
skills/ppt-master/templates/icons/simple-icons/matterdotjs.svg
skills/ppt-master/templates/icons/simple-icons/mattermost.svg
skills/ppt-master/templates/icons/simple-icons/matternet.svg
skills/ppt-master/templates/icons/simple-icons/mautic.svg
skills/ppt-master/templates/icons/simple-icons/max.svg
skills/ppt-master/templates/icons/simple-icons/maxplanckgesellschaft.svg
skills/ppt-master/templates/icons/simple-icons/maytag.svg
skills/ppt-master/templates/icons/simple-icons/mazda.svg
skills/ppt-master/templates/icons/simple-icons/maze.svg
skills/ppt-master/templates/icons/simple-icons/mcafee.svg
skills/ppt-master/templates/icons/simple-icons/mcdonalds.svg
skills/ppt-master/templates/icons/simple-icons/mclaren.svg
skills/ppt-master/templates/icons/simple-icons/mdblist.svg
skills/ppt-master/templates/icons/simple-icons/mdbook.svg
skills/ppt-master/templates/icons/simple-icons/mdnwebdocs.svg
skills/ppt-master/templates/icons/simple-icons/mdx.svg
skills/ppt-master/templates/icons/simple-icons/mealie.svg
skills/ppt-master/templates/icons/simple-icons/mediafire.svg
skills/ppt-master/templates/icons/simple-icons/mediamarkt.svg
skills/ppt-master/templates/icons/simple-icons/mediapipe.svg
skills/ppt-master/templates/icons/simple-icons/mediatek.svg
skills/ppt-master/templates/icons/simple-icons/medibangpaint.svg
skills/ppt-master/templates/icons/simple-icons/medium.svg
skills/ppt-master/templates/icons/simple-icons/medusa.svg
skills/ppt-master/templates/icons/simple-icons/meetup.svg
skills/ppt-master/templates/icons/simple-icons/mega.svg
skills/ppt-master/templates/icons/simple-icons/meilisearch.svg
skills/ppt-master/templates/icons/simple-icons/meituan.svg
skills/ppt-master/templates/icons/simple-icons/meizu.svg
skills/ppt-master/templates/icons/simple-icons/mendeley.svg
skills/ppt-master/templates/icons/simple-icons/mentorcruise.svg
skills/ppt-master/templates/icons/simple-icons/mercadopago.svg
skills/ppt-master/templates/icons/simple-icons/mercedes.svg
skills/ppt-master/templates/icons/simple-icons/merck.svg
skills/ppt-master/templates/icons/simple-icons/mercurial.svg
skills/ppt-master/templates/icons/simple-icons/mermaid.svg
skills/ppt-master/templates/icons/simple-icons/messenger.svg
skills/ppt-master/templates/icons/simple-icons/meta.svg
skills/ppt-master/templates/icons/simple-icons/metabase.svg
skills/ppt-master/templates/icons/simple-icons/metacritic.svg
skills/ppt-master/templates/icons/simple-icons/metafilter.svg
skills/ppt-master/templates/icons/simple-icons/metager.svg
skills/ppt-master/templates/icons/simple-icons/metasploit.svg
skills/ppt-master/templates/icons/simple-icons/meteor.svg
skills/ppt-master/templates/icons/simple-icons/metro.svg
skills/ppt-master/templates/icons/simple-icons/metrodelaciudaddemexico.svg
skills/ppt-master/templates/icons/simple-icons/metrodemadrid.svg
skills/ppt-master/templates/icons/simple-icons/metrodeparis.svg
skills/ppt-master/templates/icons/simple-icons/mewe.svg
skills/ppt-master/templates/icons/simple-icons/mezmo.svg
skills/ppt-master/templates/icons/simple-icons/mg.svg
skills/ppt-master/templates/icons/simple-icons/microbit.svg
skills/ppt-master/templates/icons/simple-icons/microdotblog.svg
skills/ppt-master/templates/icons/simple-icons/microeditor.svg
skills/ppt-master/templates/icons/simple-icons/microgenetics.svg
skills/ppt-master/templates/icons/simple-icons/micropython.svg
skills/ppt-master/templates/icons/simple-icons/microsoft.svg
skills/ppt-master/templates/icons/simple-icons/microsoftacademic.svg
skills/ppt-master/templates/icons/simple-icons/microsoftaccess.svg
skills/ppt-master/templates/icons/simple-icons/microsoftazure.svg
skills/ppt-master/templates/icons/simple-icons/microsoftbing.svg
skills/ppt-master/templates/icons/simple-icons/microsoftedge.svg
skills/ppt-master/templates/icons/simple-icons/microsoftexcel.svg
skills/ppt-master/templates/icons/simple-icons/microsoftexchange.svg
skills/ppt-master/templates/icons/simple-icons/microsoftonedrive.svg
skills/ppt-master/templates/icons/simple-icons/microsoftonenote.svg
skills/ppt-master/templates/icons/simple-icons/microsoftoutlook.svg
skills/ppt-master/templates/icons/simple-icons/microsoftpowerpoint.svg
skills/ppt-master/templates/icons/simple-icons/microsoftsharepoint.svg
skills/ppt-master/templates/icons/simple-icons/microsoftsqlserver.svg
skills/ppt-master/templates/icons/simple-icons/microsoftstore.svg
skills/ppt-master/templates/icons/simple-icons/microsoftteams.svg
skills/ppt-master/templates/icons/simple-icons/microsofttranslator.svg
skills/ppt-master/templates/icons/simple-icons/microsoftvisio.svg
skills/ppt-master/templates/icons/simple-icons/microsoftword.svg
skills/ppt-master/templates/icons/simple-icons/microstation.svg
skills/ppt-master/templates/icons/simple-icons/microstrategy.svg
skills/ppt-master/templates/icons/simple-icons/midi.svg
skills/ppt-master/templates/icons/simple-icons/migadu.svg
skills/ppt-master/templates/icons/simple-icons/mihon.svg
skills/ppt-master/templates/icons/simple-icons/mihoyo.svg
skills/ppt-master/templates/icons/simple-icons/mikrotik.svg
skills/ppt-master/templates/icons/simple-icons/milanote.svg
skills/ppt-master/templates/icons/simple-icons/milvus.svg
skills/ppt-master/templates/icons/simple-icons/minds.svg
skills/ppt-master/templates/icons/simple-icons/minecraft.svg
skills/ppt-master/templates/icons/simple-icons/minetest.svg
skills/ppt-master/templates/icons/simple-icons/mingww64.svg
skills/ppt-master/templates/icons/simple-icons/mini.svg
skills/ppt-master/templates/icons/simple-icons/minimax.svg
skills/ppt-master/templates/icons/simple-icons/minio.svg
skills/ppt-master/templates/icons/simple-icons/mintlify.svg
skills/ppt-master/templates/icons/simple-icons/minutemailer.svg
skills/ppt-master/templates/icons/simple-icons/miraheze.svg
skills/ppt-master/templates/icons/simple-icons/miro.svg
skills/ppt-master/templates/icons/simple-icons/misskey.svg
skills/ppt-master/templates/icons/simple-icons/mistralai.svg
skills/ppt-master/templates/icons/simple-icons/mitsubishi.svg
skills/ppt-master/templates/icons/simple-icons/mix.svg
skills/ppt-master/templates/icons/simple-icons/mixcloud.svg
skills/ppt-master/templates/icons/simple-icons/mixpanel.svg
skills/ppt-master/templates/icons/simple-icons/mlb.svg
skills/ppt-master/templates/icons/simple-icons/mlflow.svg
skills/ppt-master/templates/icons/simple-icons/mobx.svg
skills/ppt-master/templates/icons/simple-icons/mobxstatetree.svg
skills/ppt-master/templates/icons/simple-icons/mocha.svg
skills/ppt-master/templates/icons/simple-icons/mockserviceworker.svg
skills/ppt-master/templates/icons/simple-icons/modal.svg
skills/ppt-master/templates/icons/simple-icons/modelcontextprotocol.svg
skills/ppt-master/templates/icons/simple-icons/modelscope.svg
skills/ppt-master/templates/icons/simple-icons/modin.svg
skills/ppt-master/templates/icons/simple-icons/modrinth.svg
skills/ppt-master/templates/icons/simple-icons/modx.svg
skills/ppt-master/templates/icons/simple-icons/mojangstudios.svg
skills/ppt-master/templates/icons/simple-icons/mojeek.svg
skills/ppt-master/templates/icons/simple-icons/moleculer.svg
skills/ppt-master/templates/icons/simple-icons/momenteo.svg
skills/ppt-master/templates/icons/simple-icons/monero.svg
skills/ppt-master/templates/icons/simple-icons/moneygram.svg
skills/ppt-master/templates/icons/simple-icons/mongodb.svg
skills/ppt-master/templates/icons/simple-icons/mongoose.svg
skills/ppt-master/templates/icons/simple-icons/mongoosedotws.svg
skills/ppt-master/templates/icons/simple-icons/monica.svg
skills/ppt-master/templates/icons/simple-icons/monkeytie.svg
skills/ppt-master/templates/icons/simple-icons/monkeytype.svg
skills/ppt-master/templates/icons/simple-icons/monogame.svg
skills/ppt-master/templates/icons/simple-icons/monoprix.svg
skills/ppt-master/templates/icons/simple-icons/monster.svg
skills/ppt-master/templates/icons/simple-icons/monzo.svg
skills/ppt-master/templates/icons/simple-icons/moo.svg
skills/ppt-master/templates/icons/simple-icons/moodle.svg
skills/ppt-master/templates/icons/simple-icons/moonrepo.svg
skills/ppt-master/templates/icons/simple-icons/moonshotai.svg
skills/ppt-master/templates/icons/simple-icons/moq.svg
skills/ppt-master/templates/icons/simple-icons/moqups.svg
skills/ppt-master/templates/icons/simple-icons/morrisons.svg
skills/ppt-master/templates/icons/simple-icons/moscowmetro.svg
skills/ppt-master/templates/icons/simple-icons/motorola.svg
skills/ppt-master/templates/icons/simple-icons/movistar.svg
skills/ppt-master/templates/icons/simple-icons/mozilla.svg
skills/ppt-master/templates/icons/simple-icons/mpv.svg
skills/ppt-master/templates/icons/simple-icons/mqtt.svg
skills/ppt-master/templates/icons/simple-icons/msi.svg
skills/ppt-master/templates/icons/simple-icons/msibusiness.svg
skills/ppt-master/templates/icons/simple-icons/mta.svg
skills/ppt-master/templates/icons/simple-icons/mtr.svg
skills/ppt-master/templates/icons/simple-icons/mubi.svg
skills/ppt-master/templates/icons/simple-icons/mui.svg
skills/ppt-master/templates/icons/simple-icons/mulesoft.svg
skills/ppt-master/templates/icons/simple-icons/muller.svg
skills/ppt-master/templates/icons/simple-icons/mullvad.svg
skills/ppt-master/templates/icons/simple-icons/multisim.svg
skills/ppt-master/templates/icons/simple-icons/mumble.svg
skills/ppt-master/templates/icons/simple-icons/muo.svg
skills/ppt-master/templates/icons/simple-icons/mural.svg
skills/ppt-master/templates/icons/simple-icons/musescore.svg
skills/ppt-master/templates/icons/simple-icons/musicbrainz.svg
skills/ppt-master/templates/icons/simple-icons/mxlinux.svg
skills/ppt-master/templates/icons/simple-icons/myanimelist.svg
skills/ppt-master/templates/icons/simple-icons/myget.svg
skills/ppt-master/templates/icons/simple-icons/myob.svg
skills/ppt-master/templates/icons/simple-icons/myshows.svg
skills/ppt-master/templates/icons/simple-icons/myspace.svg
skills/ppt-master/templates/icons/simple-icons/mysql.svg
skills/ppt-master/templates/icons/simple-icons/n26.svg
skills/ppt-master/templates/icons/simple-icons/n8n.svg
skills/ppt-master/templates/icons/simple-icons/namebase.svg
skills/ppt-master/templates/icons/simple-icons/namecheap.svg
skills/ppt-master/templates/icons/simple-icons/namemc.svg
skills/ppt-master/templates/icons/simple-icons/namesilo.svg
skills/ppt-master/templates/icons/simple-icons/namuwiki.svg
skills/ppt-master/templates/icons/simple-icons/nano.svg
skills/ppt-master/templates/icons/simple-icons/nanostores.svg
skills/ppt-master/templates/icons/simple-icons/napster.svg
skills/ppt-master/templates/icons/simple-icons/nasa.svg
skills/ppt-master/templates/icons/simple-icons/nationalgrid.svg
skills/ppt-master/templates/icons/simple-icons/nationalrail.svg
skills/ppt-master/templates/icons/simple-icons/nativescript.svg
skills/ppt-master/templates/icons/simple-icons/natsdotio.svg
skills/ppt-master/templates/icons/simple-icons/naver.svg
skills/ppt-master/templates/icons/simple-icons/nba.svg
skills/ppt-master/templates/icons/simple-icons/nbb.svg
skills/ppt-master/templates/icons/simple-icons/nbc.svg
skills/ppt-master/templates/icons/simple-icons/ndi.svg
skills/ppt-master/templates/icons/simple-icons/ndr.svg
skills/ppt-master/templates/icons/simple-icons/near.svg
skills/ppt-master/templates/icons/simple-icons/nebula.svg
skills/ppt-master/templates/icons/simple-icons/nec.svg
skills/ppt-master/templates/icons/simple-icons/nederlandsespoorwegen.svg
skills/ppt-master/templates/icons/simple-icons/neo4j.svg
skills/ppt-master/templates/icons/simple-icons/neon.svg
skills/ppt-master/templates/icons/simple-icons/neovim.svg
skills/ppt-master/templates/icons/simple-icons/neptune.svg
skills/ppt-master/templates/icons/simple-icons/nestjs.svg
skills/ppt-master/templates/icons/simple-icons/netapp.svg
skills/ppt-master/templates/icons/simple-icons/netbsd.svg
skills/ppt-master/templates/icons/simple-icons/netcup.svg
skills/ppt-master/templates/icons/simple-icons/netdata.svg
skills/ppt-master/templates/icons/simple-icons/neteasecloudmusic.svg
skills/ppt-master/templates/icons/simple-icons/netflix.svg
skills/ppt-master/templates/icons/simple-icons/netgear.svg
skills/ppt-master/templates/icons/simple-icons/netim.svg
skills/ppt-master/templates/icons/simple-icons/netlify.svg
skills/ppt-master/templates/icons/simple-icons/nette.svg
skills/ppt-master/templates/icons/simple-icons/netto.svg
skills/ppt-master/templates/icons/simple-icons/neutralinojs.svg
skills/ppt-master/templates/icons/simple-icons/newbalance.svg
skills/ppt-master/templates/icons/simple-icons/newegg.svg
skills/ppt-master/templates/icons/simple-icons/newgrounds.svg
skills/ppt-master/templates/icons/simple-icons/newjapanprowrestling.svg
skills/ppt-master/templates/icons/simple-icons/newpipe.svg
skills/ppt-master/templates/icons/simple-icons/newrelic.svg
skills/ppt-master/templates/icons/simple-icons/newyorktimes.svg
skills/ppt-master/templates/icons/simple-icons/nexon.svg
skills/ppt-master/templates/icons/simple-icons/nextbike.svg
skills/ppt-master/templates/icons/simple-icons/nextbilliondotai.svg
skills/ppt-master/templates/icons/simple-icons/nextcloud.svg
skills/ppt-master/templates/icons/simple-icons/nextdns.svg
skills/ppt-master/templates/icons/simple-icons/nextdoor.svg
skills/ppt-master/templates/icons/simple-icons/nextdotjs.svg
skills/ppt-master/templates/icons/simple-icons/nextflow.svg
skills/ppt-master/templates/icons/simple-icons/nextra.svg
skills/ppt-master/templates/icons/simple-icons/nextui.svg
skills/ppt-master/templates/icons/simple-icons/nexusmods.svg
skills/ppt-master/templates/icons/simple-icons/nfc.svg
skills/ppt-master/templates/icons/simple-icons/nfcore.svg
skills/ppt-master/templates/icons/simple-icons/nginx.svg
skills/ppt-master/templates/icons/simple-icons/nginxproxymanager.svg
skills/ppt-master/templates/icons/simple-icons/ngrok.svg
skills/ppt-master/templates/icons/simple-icons/ngrx.svg
skills/ppt-master/templates/icons/simple-icons/nhl.svg
skills/ppt-master/templates/icons/simple-icons/nhost.svg
skills/ppt-master/templates/icons/simple-icons/nicehash.svg
skills/ppt-master/templates/icons/simple-icons/niconico.svg
skills/ppt-master/templates/icons/simple-icons/nike.svg
skills/ppt-master/templates/icons/simple-icons/nikon.svg
skills/ppt-master/templates/icons/simple-icons/nim.svg
skills/ppt-master/templates/icons/simple-icons/nintendo.svg
skills/ppt-master/templates/icons/simple-icons/nintendo3ds.svg
skills/ppt-master/templates/icons/simple-icons/nintendogamecube.svg
skills/ppt-master/templates/icons/simple-icons/nintendoswitch.svg
skills/ppt-master/templates/icons/simple-icons/niri.svg
skills/ppt-master/templates/icons/simple-icons/nissan.svg
skills/ppt-master/templates/icons/simple-icons/nixos.svg
skills/ppt-master/templates/icons/simple-icons/nobaralinux.svg
skills/ppt-master/templates/icons/simple-icons/nodebb.svg
skills/ppt-master/templates/icons/simple-icons/nodedotjs.svg
skills/ppt-master/templates/icons/simple-icons/nodegui.svg
skills/ppt-master/templates/icons/simple-icons/nodemon.svg
skills/ppt-master/templates/icons/simple-icons/nodered.svg
skills/ppt-master/templates/icons/simple-icons/nokia.svg
skills/ppt-master/templates/icons/simple-icons/nomad.svg
skills/ppt-master/templates/icons/simple-icons/norco.svg
skills/ppt-master/templates/icons/simple-icons/nordicsemiconductor.svg
skills/ppt-master/templates/icons/simple-icons/nordvpn.svg
skills/ppt-master/templates/icons/simple-icons/normalizedotcss.svg
skills/ppt-master/templates/icons/simple-icons/norton.svg
skills/ppt-master/templates/icons/simple-icons/norwegian.svg
skills/ppt-master/templates/icons/simple-icons/note.svg
skills/ppt-master/templates/icons/simple-icons/notebooklm.svg
skills/ppt-master/templates/icons/simple-icons/notepadplusplus.svg
skills/ppt-master/templates/icons/simple-icons/notion.svg
skills/ppt-master/templates/icons/simple-icons/notist.svg
skills/ppt-master/templates/icons/simple-icons/nounproject.svg
skills/ppt-master/templates/icons/simple-icons/novu.svg
skills/ppt-master/templates/icons/simple-icons/now.svg
skills/ppt-master/templates/icons/simple-icons/npm.svg
skills/ppt-master/templates/icons/simple-icons/nrwl.svg
skills/ppt-master/templates/icons/simple-icons/nsis.svg
skills/ppt-master/templates/icons/simple-icons/ntfy.svg
skills/ppt-master/templates/icons/simple-icons/nubank.svg
skills/ppt-master/templates/icons/simple-icons/nucleo.svg
skills/ppt-master/templates/icons/simple-icons/nuget.svg
skills/ppt-master/templates/icons/simple-icons/nuke.svg
skills/ppt-master/templates/icons/simple-icons/numba.svg
skills/ppt-master/templates/icons/simple-icons/numpy.svg
skills/ppt-master/templates/icons/simple-icons/nunjucks.svg
skills/ppt-master/templates/icons/simple-icons/nushell.svg
skills/ppt-master/templates/icons/simple-icons/nutanix.svg
skills/ppt-master/templates/icons/simple-icons/nuxt.svg
skills/ppt-master/templates/icons/simple-icons/nuxtdotjs.svg
skills/ppt-master/templates/icons/simple-icons/nvidia.svg
skills/ppt-master/templates/icons/simple-icons/nvm.svg
skills/ppt-master/templates/icons/simple-icons/nx.svg
skills/ppt-master/templates/icons/simple-icons/nxp.svg
skills/ppt-master/templates/icons/simple-icons/nzxt.svg
skills/ppt-master/templates/icons/simple-icons/o2.svg
skills/ppt-master/templates/icons/simple-icons/obb.svg
skills/ppt-master/templates/icons/simple-icons/observable.svg
skills/ppt-master/templates/icons/simple-icons/obsidian.svg
skills/ppt-master/templates/icons/simple-icons/obsstudio.svg
skills/ppt-master/templates/icons/simple-icons/obtainium.svg
skills/ppt-master/templates/icons/simple-icons/ocaml.svg
skills/ppt-master/templates/icons/simple-icons/oclc.svg
skills/ppt-master/templates/icons/simple-icons/oclif.svg
skills/ppt-master/templates/icons/simple-icons/octanerender.svg
skills/ppt-master/templates/icons/simple-icons/octave.svg
skills/ppt-master/templates/icons/simple-icons/octobercms.svg
skills/ppt-master/templates/icons/simple-icons/octoprint.svg
skills/ppt-master/templates/icons/simple-icons/octopusdeploy.svg
skills/ppt-master/templates/icons/simple-icons/oculus.svg
skills/ppt-master/templates/icons/simple-icons/odido.svg
skills/ppt-master/templates/icons/simple-icons/odin.svg
skills/ppt-master/templates/icons/simple-icons/odnoklassniki.svg
skills/ppt-master/templates/icons/simple-icons/odoo.svg
skills/ppt-master/templates/icons/simple-icons/odysee.svg
skills/ppt-master/templates/icons/simple-icons/ohdear.svg
skills/ppt-master/templates/icons/simple-icons/okcupid.svg
skills/ppt-master/templates/icons/simple-icons/okta.svg
skills/ppt-master/templates/icons/simple-icons/okx.svg
skills/ppt-master/templates/icons/simple-icons/ollama.svg
skills/ppt-master/templates/icons/simple-icons/omadacloud.svg
skills/ppt-master/templates/icons/simple-icons/omarchy.svg
skills/ppt-master/templates/icons/simple-icons/oneplus.svg
skills/ppt-master/templates/icons/simple-icons/onestream.svg
skills/ppt-master/templates/icons/simple-icons/onlyfans.svg
skills/ppt-master/templates/icons/simple-icons/onlyoffice.svg
skills/ppt-master/templates/icons/simple-icons/onnx.svg
skills/ppt-master/templates/icons/simple-icons/onstar.svg
skills/ppt-master/templates/icons/simple-icons/opel.svg
skills/ppt-master/templates/icons/simple-icons/open3d.svg
skills/ppt-master/templates/icons/simple-icons/openaccess.svg
skills/ppt-master/templates/icons/simple-icons/openai.svg
skills/ppt-master/templates/icons/simple-icons/openaigym.svg
skills/ppt-master/templates/icons/simple-icons/openapiinitiative.svg
skills/ppt-master/templates/icons/simple-icons/openbadges.svg
skills/ppt-master/templates/icons/simple-icons/openbao.svg
skills/ppt-master/templates/icons/simple-icons/openbsd.svg
skills/ppt-master/templates/icons/simple-icons/openbugbounty.svg
skills/ppt-master/templates/icons/simple-icons/opencage.svg
skills/ppt-master/templates/icons/simple-icons/opencollective.svg
skills/ppt-master/templates/icons/simple-icons/opencontainersinitiative.svg
skills/ppt-master/templates/icons/simple-icons/opencritic.svg
skills/ppt-master/templates/icons/simple-icons/opencv.svg
skills/ppt-master/templates/icons/simple-icons/openfaas.svg
skills/ppt-master/templates/icons/simple-icons/opengl.svg
skills/ppt-master/templates/icons/simple-icons/openhab.svg
skills/ppt-master/templates/icons/simple-icons/openid.svg
skills/ppt-master/templates/icons/simple-icons/openjdk.svg
skills/ppt-master/templates/icons/simple-icons/openjsfoundation.svg
skills/ppt-master/templates/icons/simple-icons/openlayers.svg
skills/ppt-master/templates/icons/simple-icons/openmediavault.svg
skills/ppt-master/templates/icons/simple-icons/openmined.svg
skills/ppt-master/templates/icons/simple-icons/opennebula.svg
skills/ppt-master/templates/icons/simple-icons/openproject.svg
skills/ppt-master/templates/icons/simple-icons/openrouter.svg
skills/ppt-master/templates/icons/simple-icons/openscad.svg
skills/ppt-master/templates/icons/simple-icons/opensea.svg
skills/ppt-master/templates/icons/simple-icons/opensearch.svg
skills/ppt-master/templates/icons/simple-icons/opensourcehardware.svg
skills/ppt-master/templates/icons/simple-icons/opensourceinitiative.svg
skills/ppt-master/templates/icons/simple-icons/openssl.svg
skills/ppt-master/templates/icons/simple-icons/openstack.svg
skills/ppt-master/templates/icons/simple-icons/openstreetmap.svg
skills/ppt-master/templates/icons/simple-icons/opensuse.svg
skills/ppt-master/templates/icons/simple-icons/opentelemetry.svg
skills/ppt-master/templates/icons/simple-icons/opentext.svg
skills/ppt-master/templates/icons/simple-icons/opentofu.svg
skills/ppt-master/templates/icons/simple-icons/openverse.svg
skills/ppt-master/templates/icons/simple-icons/openvpn.svg
skills/ppt-master/templates/icons/simple-icons/openwrt.svg
skills/ppt-master/templates/icons/simple-icons/openzeppelin.svg
skills/ppt-master/templates/icons/simple-icons/openzfs.svg
skills/ppt-master/templates/icons/simple-icons/opera.svg
skills/ppt-master/templates/icons/simple-icons/operagx.svg
skills/ppt-master/templates/icons/simple-icons/opnsense.svg
skills/ppt-master/templates/icons/simple-icons/oppo.svg
skills/ppt-master/templates/icons/simple-icons/opsgenie.svg
skills/ppt-master/templates/icons/simple-icons/opslevel.svg
skills/ppt-master/templates/icons/simple-icons/optimism.svg
skills/ppt-master/templates/icons/simple-icons/optuna.svg
skills/ppt-master/templates/icons/simple-icons/oracle.svg
skills/ppt-master/templates/icons/simple-icons/orange.svg
skills/ppt-master/templates/icons/simple-icons/orchardcore.svg
skills/ppt-master/templates/icons/simple-icons/orcid.svg
skills/ppt-master/templates/icons/simple-icons/oreilly.svg
skills/ppt-master/templates/icons/simple-icons/org.svg
skills/ppt-master/templates/icons/simple-icons/organicmaps.svg
skills/ppt-master/templates/icons/simple-icons/origin.svg
skills/ppt-master/templates/icons/simple-icons/ory.svg
skills/ppt-master/templates/icons/simple-icons/osano.svg
skills/ppt-master/templates/icons/simple-icons/osf.svg
skills/ppt-master/templates/icons/simple-icons/osgeo.svg
skills/ppt-master/templates/icons/simple-icons/oshkosh.svg
skills/ppt-master/templates/icons/simple-icons/osmand.svg
skills/ppt-master/templates/icons/simple-icons/osmc.svg
skills/ppt-master/templates/icons/simple-icons/osu.svg
skills/ppt-master/templates/icons/simple-icons/otto.svg
skills/ppt-master/templates/icons/simple-icons/outline.svg
skills/ppt-master/templates/icons/simple-icons/overcast.svg
skills/ppt-master/templates/icons/simple-icons/overleaf.svg
skills/ppt-master/templates/icons/simple-icons/ovh.svg
skills/ppt-master/templates/icons/simple-icons/owasp.svg
skills/ppt-master/templates/icons/simple-icons/owncloud.svg
skills/ppt-master/templates/icons/simple-icons/oxc.svg
skills/ppt-master/templates/icons/simple-icons/oxygen.svg
skills/ppt-master/templates/icons/simple-icons/oyo.svg
skills/ppt-master/templates/icons/simple-icons/p5dotjs.svg
skills/ppt-master/templates/icons/simple-icons/packagist.svg
skills/ppt-master/templates/icons/simple-icons/packer.svg
skills/ppt-master/templates/icons/simple-icons/packt.svg
skills/ppt-master/templates/icons/simple-icons/paddle.svg
skills/ppt-master/templates/icons/simple-icons/paddlepaddle.svg
skills/ppt-master/templates/icons/simple-icons/paddypower.svg
skills/ppt-master/templates/icons/simple-icons/padlet.svg
skills/ppt-master/templates/icons/simple-icons/pagekit.svg
skills/ppt-master/templates/icons/simple-icons/pagerduty.svg
skills/ppt-master/templates/icons/simple-icons/pagespeedinsights.svg
skills/ppt-master/templates/icons/simple-icons/pagseguro.svg
skills/ppt-master/templates/icons/simple-icons/palantir.svg
skills/ppt-master/templates/icons/simple-icons/paloaltonetworks.svg
skills/ppt-master/templates/icons/simple-icons/paloaltosoftware.svg
skills/ppt-master/templates/icons/simple-icons/panasonic.svg
skills/ppt-master/templates/icons/simple-icons/pandas.svg
skills/ppt-master/templates/icons/simple-icons/pandoc.svg
skills/ppt-master/templates/icons/simple-icons/pandora.svg
skills/ppt-master/templates/icons/simple-icons/pangolin.svg
skills/ppt-master/templates/icons/simple-icons/pantheon.svg
skills/ppt-master/templates/icons/simple-icons/paperlessngx.svg
skills/ppt-master/templates/icons/simple-icons/paperspace.svg
skills/ppt-master/templates/icons/simple-icons/paperswithcode.svg
skills/ppt-master/templates/icons/simple-icons/paradoxinteractive.svg
skills/ppt-master/templates/icons/simple-icons/paramountplus.svg
skills/ppt-master/templates/icons/simple-icons/paritysubstrate.svg
skills/ppt-master/templates/icons/simple-icons/parrotsecurity.svg
skills/ppt-master/templates/icons/simple-icons/parsedotly.svg
skills/ppt-master/templates/icons/simple-icons/passbolt.svg
skills/ppt-master/templates/icons/simple-icons/passport.svg
skills/ppt-master/templates/icons/simple-icons/pastebin.svg
skills/ppt-master/templates/icons/simple-icons/patreon.svg
skills/ppt-master/templates/icons/simple-icons/payback.svg
skills/ppt-master/templates/icons/simple-icons/paychex.svg
skills/ppt-master/templates/icons/simple-icons/payhip.svg
skills/ppt-master/templates/icons/simple-icons/payloadcms.svg
skills/ppt-master/templates/icons/simple-icons/payoneer.svg
skills/ppt-master/templates/icons/simple-icons/paypal.svg
skills/ppt-master/templates/icons/simple-icons/paysafe.svg
skills/ppt-master/templates/icons/simple-icons/paytm.svg
skills/ppt-master/templates/icons/simple-icons/pcgamingwiki.svg
skills/ppt-master/templates/icons/simple-icons/pdm.svg
skills/ppt-master/templates/icons/simple-icons/pdq.svg
skills/ppt-master/templates/icons/simple-icons/peakdesign.svg
skills/ppt-master/templates/icons/simple-icons/pearson.svg
skills/ppt-master/templates/icons/simple-icons/peerlist.svg
skills/ppt-master/templates/icons/simple-icons/peertube.svg
skills/ppt-master/templates/icons/simple-icons/pegasusairlines.svg
skills/ppt-master/templates/icons/simple-icons/pelican.svg
skills/ppt-master/templates/icons/simple-icons/peloton.svg
skills/ppt-master/templates/icons/simple-icons/penny.svg
skills/ppt-master/templates/icons/simple-icons/penpot.svg
skills/ppt-master/templates/icons/simple-icons/percy.svg
skills/ppt-master/templates/icons/simple-icons/perforce.svg
skills/ppt-master/templates/icons/simple-icons/perl.svg
skills/ppt-master/templates/icons/simple-icons/perplexity.svg
skills/ppt-master/templates/icons/simple-icons/persistent.svg
skills/ppt-master/templates/icons/simple-icons/personio.svg
skills/ppt-master/templates/icons/simple-icons/petsathome.svg
skills/ppt-master/templates/icons/simple-icons/peugeot.svg
skills/ppt-master/templates/icons/simple-icons/pexels.svg
skills/ppt-master/templates/icons/simple-icons/pfsense.svg
skills/ppt-master/templates/icons/simple-icons/phabricator.svg
skills/ppt-master/templates/icons/simple-icons/philipshue.svg
skills/ppt-master/templates/icons/simple-icons/phoenixframework.svg
skills/ppt-master/templates/icons/simple-icons/phonepe.svg
skills/ppt-master/templates/icons/simple-icons/phosphoricons.svg
skills/ppt-master/templates/icons/simple-icons/photobucket.svg
skills/ppt-master/templates/icons/simple-icons/photocrowd.svg
skills/ppt-master/templates/icons/simple-icons/photon.svg
skills/ppt-master/templates/icons/simple-icons/photopea.svg
skills/ppt-master/templates/icons/simple-icons/php.svg
skills/ppt-master/templates/icons/simple-icons/phpbb.svg
skills/ppt-master/templates/icons/simple-icons/phpmyadmin.svg
skills/ppt-master/templates/icons/simple-icons/phpstorm.svg
skills/ppt-master/templates/icons/simple-icons/piaggiogroup.svg
skills/ppt-master/templates/icons/simple-icons/piapro.svg
skills/ppt-master/templates/icons/simple-icons/picardsurgeles.svg
skills/ppt-master/templates/icons/simple-icons/picartodottv.svg
skills/ppt-master/templates/icons/simple-icons/picnic.svg
skills/ppt-master/templates/icons/simple-icons/picpay.svg
skills/ppt-master/templates/icons/simple-icons/picrew.svg
skills/ppt-master/templates/icons/simple-icons/picsart.svg
skills/ppt-master/templates/icons/simple-icons/picxy.svg
skills/ppt-master/templates/icons/simple-icons/pihole.svg
skills/ppt-master/templates/icons/simple-icons/pimcore.svg
skills/ppt-master/templates/icons/simple-icons/pinboard.svg
skills/ppt-master/templates/icons/simple-icons/pinescript.svg
skills/ppt-master/templates/icons/simple-icons/pinetwork.svg
skills/ppt-master/templates/icons/simple-icons/pingdom.svg
skills/ppt-master/templates/icons/simple-icons/pinia.svg
skills/ppt-master/templates/icons/simple-icons/pino.svg
skills/ppt-master/templates/icons/simple-icons/pinterest.svg
skills/ppt-master/templates/icons/simple-icons/pioneerdj.svg
skills/ppt-master/templates/icons/simple-icons/pipecat.svg
skills/ppt-master/templates/icons/simple-icons/piped.svg
skills/ppt-master/templates/icons/simple-icons/pipx.svg
skills/ppt-master/templates/icons/simple-icons/pivotaltracker.svg
skills/ppt-master/templates/icons/simple-icons/piwigo.svg
skills/ppt-master/templates/icons/simple-icons/pix.svg
skills/ppt-master/templates/icons/simple-icons/pixabay.svg
skills/ppt-master/templates/icons/simple-icons/pixelfed.svg
skills/ppt-master/templates/icons/simple-icons/pixiv.svg
skills/ppt-master/templates/icons/simple-icons/pixlr.svg
skills/ppt-master/templates/icons/simple-icons/pkgsrc.svg
skills/ppt-master/templates/icons/simple-icons/plane.svg
skills/ppt-master/templates/icons/simple-icons/planet.svg
skills/ppt-master/templates/icons/simple-icons/planetscale.svg
skills/ppt-master/templates/icons/simple-icons/plangrid.svg
skills/ppt-master/templates/icons/simple-icons/platformdotsh.svg
skills/ppt-master/templates/icons/simple-icons/platformio.svg
skills/ppt-master/templates/icons/simple-icons/platzi.svg
skills/ppt-master/templates/icons/simple-icons/plausibleanalytics.svg
skills/ppt-master/templates/icons/simple-icons/playcanvas.svg
skills/ppt-master/templates/icons/simple-icons/playerdotme.svg
skills/ppt-master/templates/icons/simple-icons/playerfm.svg
skills/ppt-master/templates/icons/simple-icons/playstation.svg
skills/ppt-master/templates/icons/simple-icons/playstation2.svg
skills/ppt-master/templates/icons/simple-icons/playstation3.svg
skills/ppt-master/templates/icons/simple-icons/playstation4.svg
skills/ppt-master/templates/icons/simple-icons/playstation5.svg
skills/ppt-master/templates/icons/simple-icons/playstationportable.svg
skills/ppt-master/templates/icons/simple-icons/playstationvita.svg
skills/ppt-master/templates/icons/simple-icons/playwright.svg
skills/ppt-master/templates/icons/simple-icons/pleroma.svg
skills/ppt-master/templates/icons/simple-icons/plesk.svg
skills/ppt-master/templates/icons/simple-icons/plex.svg
skills/ppt-master/templates/icons/simple-icons/plotly.svg
skills/ppt-master/templates/icons/simple-icons/plume.svg
skills/ppt-master/templates/icons/simple-icons/pluralsight.svg
skills/ppt-master/templates/icons/simple-icons/plurk.svg
skills/ppt-master/templates/icons/simple-icons/pluscodes.svg
skills/ppt-master/templates/icons/simple-icons/pm2.svg
skills/ppt-master/templates/icons/simple-icons/pnpm.svg
skills/ppt-master/templates/icons/simple-icons/pocket.svg
skills/ppt-master/templates/icons/simple-icons/pocketbase.svg
skills/ppt-master/templates/icons/simple-icons/pocketcasts.svg
skills/ppt-master/templates/icons/simple-icons/podcastaddict.svg
skills/ppt-master/templates/icons/simple-icons/podcastindex.svg
skills/ppt-master/templates/icons/simple-icons/podman.svg
skills/ppt-master/templates/icons/simple-icons/poe.svg
skills/ppt-master/templates/icons/simple-icons/poetry.svg
skills/ppt-master/templates/icons/simple-icons/pointy.svg
skills/ppt-master/templates/icons/simple-icons/pokemon.svg
skills/ppt-master/templates/icons/simple-icons/polars.svg
skills/ppt-master/templates/icons/simple-icons/polestar.svg
skills/ppt-master/templates/icons/simple-icons/polkadot.svg
skills/ppt-master/templates/icons/simple-icons/poly.svg
skills/ppt-master/templates/icons/simple-icons/polygon.svg
skills/ppt-master/templates/icons/simple-icons/polymerproject.svg
skills/ppt-master/templates/icons/simple-icons/polywork.svg
skills/ppt-master/templates/icons/simple-icons/pomerium.svg
skills/ppt-master/templates/icons/simple-icons/pond5.svg
skills/ppt-master/templates/icons/simple-icons/popos.svg
skills/ppt-master/templates/icons/simple-icons/porkbun.svg
skills/ppt-master/templates/icons/simple-icons/porsche.svg
skills/ppt-master/templates/icons/simple-icons/portableappsdotcom.svg
skills/ppt-master/templates/icons/simple-icons/portainer.svg
skills/ppt-master/templates/icons/simple-icons/portswigger.svg
skills/ppt-master/templates/icons/simple-icons/posit.svg
skills/ppt-master/templates/icons/simple-icons/postcss.svg
skills/ppt-master/templates/icons/simple-icons/postgresql.svg
skills/ppt-master/templates/icons/simple-icons/posthog.svg
skills/ppt-master/templates/icons/simple-icons/postiz.svg
skills/ppt-master/templates/icons/simple-icons/postman.svg
skills/ppt-master/templates/icons/simple-icons/postmates.svg
skills/ppt-master/templates/icons/simple-icons/powerapps.svg
skills/ppt-master/templates/icons/simple-icons/powerautomate.svg
skills/ppt-master/templates/icons/simple-icons/powerbi.svg
skills/ppt-master/templates/icons/simple-icons/powerfx.svg
skills/ppt-master/templates/icons/simple-icons/powerpages.svg
skills/ppt-master/templates/icons/simple-icons/powers.svg
skills/ppt-master/templates/icons/simple-icons/powershell.svg
skills/ppt-master/templates/icons/simple-icons/powervirtualagents.svg
skills/ppt-master/templates/icons/simple-icons/prdotco.svg
skills/ppt-master/templates/icons/simple-icons/preact.svg
skills/ppt-master/templates/icons/simple-icons/precommit.svg
skills/ppt-master/templates/icons/simple-icons/prefect.svg
skills/ppt-master/templates/icons/simple-icons/prek.svg
skills/ppt-master/templates/icons/simple-icons/premid.svg
skills/ppt-master/templates/icons/simple-icons/premierleague.svg
skills/ppt-master/templates/icons/simple-icons/prepbytes.svg
skills/ppt-master/templates/icons/simple-icons/prestashop.svg
skills/ppt-master/templates/icons/simple-icons/presto.svg
skills/ppt-master/templates/icons/simple-icons/prettier.svg
skills/ppt-master/templates/icons/simple-icons/pretzel.svg
skills/ppt-master/templates/icons/simple-icons/prevention.svg
skills/ppt-master/templates/icons/simple-icons/prezi.svg
skills/ppt-master/templates/icons/simple-icons/prime.svg
skills/ppt-master/templates/icons/simple-icons/primefaces.svg
skills/ppt-master/templates/icons/simple-icons/primeng.svg
skills/ppt-master/templates/icons/simple-icons/primereact.svg
skills/ppt-master/templates/icons/simple-icons/primevideo.svg
skills/ppt-master/templates/icons/simple-icons/primevue.svg
skills/ppt-master/templates/icons/simple-icons/printables.svg
skills/ppt-master/templates/icons/simple-icons/prisma.svg
skills/ppt-master/templates/icons/simple-icons/prismic.svg
skills/ppt-master/templates/icons/simple-icons/privatedivision.svg
skills/ppt-master/templates/icons/simple-icons/privateinternetaccess.svg
skills/ppt-master/templates/icons/simple-icons/probot.svg
skills/ppt-master/templates/icons/simple-icons/processingfoundation.svg
skills/ppt-master/templates/icons/simple-icons/processon.svg
skills/ppt-master/templates/icons/simple-icons/processwire.svg
skills/ppt-master/templates/icons/simple-icons/producthunt.svg
skills/ppt-master/templates/icons/simple-icons/progate.svg
skills/ppt-master/templates/icons/simple-icons/progress.svg
skills/ppt-master/templates/icons/simple-icons/prometheus.svg
skills/ppt-master/templates/icons/simple-icons/pronounsdotpage.svg
skills/ppt-master/templates/icons/simple-icons/prosemirror.svg
skills/ppt-master/templates/icons/simple-icons/prosieben.svg
skills/ppt-master/templates/icons/simple-icons/proteus.svg
skills/ppt-master/templates/icons/simple-icons/protocolsdotio.svg
skills/ppt-master/templates/icons/simple-icons/protodotio.svg
skills/ppt-master/templates/icons/simple-icons/proton.svg
skills/ppt-master/templates/icons/simple-icons/protoncalendar.svg
skills/ppt-master/templates/icons/simple-icons/protondb.svg
skills/ppt-master/templates/icons/simple-icons/protondrive.svg
skills/ppt-master/templates/icons/simple-icons/protonmail.svg
skills/ppt-master/templates/icons/simple-icons/protonvpn.svg
skills/ppt-master/templates/icons/simple-icons/protools.svg
skills/ppt-master/templates/icons/simple-icons/protractor.svg
skills/ppt-master/templates/icons/simple-icons/proxmox.svg
skills/ppt-master/templates/icons/simple-icons/pterodactyl.svg
skills/ppt-master/templates/icons/simple-icons/pubg.svg
skills/ppt-master/templates/icons/simple-icons/publons.svg
skills/ppt-master/templates/icons/simple-icons/pubmed.svg
skills/ppt-master/templates/icons/simple-icons/pug.svg
skills/ppt-master/templates/icons/simple-icons/pulumi.svg
skills/ppt-master/templates/icons/simple-icons/puma.svg
skills/ppt-master/templates/icons/simple-icons/puppet.svg
skills/ppt-master/templates/icons/simple-icons/puppeteer.svg
skills/ppt-master/templates/icons/simple-icons/purescript.svg
skills/ppt-master/templates/icons/simple-icons/purgecss.svg
skills/ppt-master/templates/icons/simple-icons/purism.svg
skills/ppt-master/templates/icons/simple-icons/pushbullet.svg
skills/ppt-master/templates/icons/simple-icons/pusher.svg
skills/ppt-master/templates/icons/simple-icons/pwa.svg
skills/ppt-master/templates/icons/simple-icons/pycharm.svg
skills/ppt-master/templates/icons/simple-icons/pycqa.svg
skills/ppt-master/templates/icons/simple-icons/pydantic.svg
skills/ppt-master/templates/icons/simple-icons/pyg.svg
skills/ppt-master/templates/icons/simple-icons/pypi.svg
skills/ppt-master/templates/icons/simple-icons/pypy.svg
skills/ppt-master/templates/icons/simple-icons/pyscaffold.svg
skills/ppt-master/templates/icons/simple-icons/pysyft.svg
skills/ppt-master/templates/icons/simple-icons/pytest.svg
skills/ppt-master/templates/icons/simple-icons/python.svg
skills/ppt-master/templates/icons/simple-icons/pythonanywhere.svg
skills/ppt-master/templates/icons/simple-icons/pytorch.svg
skills/ppt-master/templates/icons/simple-icons/pyup.svg
skills/ppt-master/templates/icons/simple-icons/qantas.svg
skills/ppt-master/templates/icons/simple-icons/qase.svg
skills/ppt-master/templates/icons/simple-icons/qatarairways.svg
skills/ppt-master/templates/icons/simple-icons/qbittorrent.svg
skills/ppt-master/templates/icons/simple-icons/qdrant.svg
skills/ppt-master/templates/icons/simple-icons/qemu.svg
skills/ppt-master/templates/icons/simple-icons/qgis.svg
skills/ppt-master/templates/icons/simple-icons/qi.svg
skills/ppt-master/templates/icons/simple-icons/qiita.svg
skills/ppt-master/templates/icons/simple-icons/qiskit.svg
skills/ppt-master/templates/icons/simple-icons/qiwi.svg
skills/ppt-master/templates/icons/simple-icons/qlik.svg
skills/ppt-master/templates/icons/simple-icons/qlty.svg
skills/ppt-master/templates/icons/simple-icons/qmk.svg
skills/ppt-master/templates/icons/simple-icons/qnap.svg
skills/ppt-master/templates/icons/simple-icons/qodo.svg
skills/ppt-master/templates/icons/simple-icons/qq.svg
skills/ppt-master/templates/icons/simple-icons/qt.svg
skills/ppt-master/templates/icons/simple-icons/quad9.svg
skills/ppt-master/templates/icons/simple-icons/qualcomm.svg
skills/ppt-master/templates/icons/simple-icons/qualtrics.svg
skills/ppt-master/templates/icons/simple-icons/qualys.svg
skills/ppt-master/templates/icons/simple-icons/quantcast.svg
skills/ppt-master/templates/icons/simple-icons/quantconnect.svg
skills/ppt-master/templates/icons/simple-icons/quarkus.svg
skills/ppt-master/templates/icons/simple-icons/quarto.svg
skills/ppt-master/templates/icons/simple-icons/quasar.svg
skills/ppt-master/templates/icons/simple-icons/qubesos.svg
skills/ppt-master/templates/icons/simple-icons/quest.svg
skills/ppt-master/templates/icons/simple-icons/quickbooks.svg
skills/ppt-master/templates/icons/simple-icons/quicklook.svg
skills/ppt-master/templates/icons/simple-icons/quicktime.svg
skills/ppt-master/templates/icons/simple-icons/quicktype.svg
skills/ppt-master/templates/icons/simple-icons/quip.svg
skills/ppt-master/templates/icons/simple-icons/quizlet.svg
skills/ppt-master/templates/icons/simple-icons/quora.svg
skills/ppt-master/templates/icons/simple-icons/qwant.svg
skills/ppt-master/templates/icons/simple-icons/qwen.svg
skills/ppt-master/templates/icons/simple-icons/qwik.svg
skills/ppt-master/templates/icons/simple-icons/qwiklabs.svg
skills/ppt-master/templates/icons/simple-icons/qzone.svg
skills/ppt-master/templates/icons/simple-icons/r.svg
skills/ppt-master/templates/icons/simple-icons/r3.svg
skills/ppt-master/templates/icons/simple-icons/rabbitmq.svg
skills/ppt-master/templates/icons/simple-icons/racket.svg
skills/ppt-master/templates/icons/simple-icons/radar.svg
skills/ppt-master/templates/icons/simple-icons/radarr.svg
skills/ppt-master/templates/icons/simple-icons/radiofrance.svg
skills/ppt-master/templates/icons/simple-icons/radiopublic.svg
skills/ppt-master/templates/icons/simple-icons/radixui.svg
skills/ppt-master/templates/icons/simple-icons/radstudio.svg
skills/ppt-master/templates/icons/simple-icons/railway.svg
skills/ppt-master/templates/icons/simple-icons/rainmeter.svg
skills/ppt-master/templates/icons/simple-icons/rainyun.svg
skills/ppt-master/templates/icons/simple-icons/rakuten.svg
skills/ppt-master/templates/icons/simple-icons/rakutenkobo.svg
skills/ppt-master/templates/icons/simple-icons/ram.svg
skills/ppt-master/templates/icons/simple-icons/rancher.svg
skills/ppt-master/templates/icons/simple-icons/rapid.svg
skills/ppt-master/templates/icons/simple-icons/rarible.svg
skills/ppt-master/templates/icons/simple-icons/rasa.svg
skills/ppt-master/templates/icons/simple-icons/raspberrypi.svg
skills/ppt-master/templates/icons/simple-icons/ratatui.svg
skills/ppt-master/templates/icons/simple-icons/ravelry.svg
skills/ppt-master/templates/icons/simple-icons/ray.svg
skills/ppt-master/templates/icons/simple-icons/raycast.svg
skills/ppt-master/templates/icons/simple-icons/raylib.svg
skills/ppt-master/templates/icons/simple-icons/razer.svg
skills/ppt-master/templates/icons/simple-icons/razorpay.svg
skills/ppt-master/templates/icons/simple-icons/rclone.svg
skills/ppt-master/templates/icons/simple-icons/react.svg
skills/ppt-master/templates/icons/simple-icons/reactbootstrap.svg
skills/ppt-master/templates/icons/simple-icons/reacthookform.svg
skills/ppt-master/templates/icons/simple-icons/reactiveresume.svg
skills/ppt-master/templates/icons/simple-icons/reactivex.svg
skills/ppt-master/templates/icons/simple-icons/reactos.svg
skills/ppt-master/templates/icons/simple-icons/reactquery.svg
skills/ppt-master/templates/icons/simple-icons/reactrouter.svg
skills/ppt-master/templates/icons/simple-icons/reacttable.svg
skills/ppt-master/templates/icons/simple-icons/readdotcv.svg
skills/ppt-master/templates/icons/simple-icons/readme.svg
skills/ppt-master/templates/icons/simple-icons/readthedocs.svg
skills/ppt-master/templates/icons/simple-icons/realm.svg
skills/ppt-master/templates/icons/simple-icons/reason.svg
skills/ppt-master/templates/icons/simple-icons/reasonstudios.svg
skills/ppt-master/templates/icons/simple-icons/recoil.svg
skills/ppt-master/templates/icons/simple-icons/red.svg
skills/ppt-master/templates/icons/simple-icons/redash.svg
skills/ppt-master/templates/icons/simple-icons/redbubble.svg
skills/ppt-master/templates/icons/simple-icons/redbull.svg
skills/ppt-master/templates/icons/simple-icons/redcandlegames.svg
skills/ppt-master/templates/icons/simple-icons/reddit.svg
skills/ppt-master/templates/icons/simple-icons/redhat.svg
skills/ppt-master/templates/icons/simple-icons/redhatopenshift.svg
skills/ppt-master/templates/icons/simple-icons/redis.svg
skills/ppt-master/templates/icons/simple-icons/redmine.svg
skills/ppt-master/templates/icons/simple-icons/redox.svg
skills/ppt-master/templates/icons/simple-icons/redragon.svg
skills/ppt-master/templates/icons/simple-icons/redsys.svg
skills/ppt-master/templates/icons/simple-icons/redux.svg
skills/ppt-master/templates/icons/simple-icons/reduxsaga.svg
skills/ppt-master/templates/icons/simple-icons/redwoodjs.svg
skills/ppt-master/templates/icons/simple-icons/reebok.svg
skills/ppt-master/templates/icons/simple-icons/refine.svg
skills/ppt-master/templates/icons/simple-icons/refinedgithub.svg
skills/ppt-master/templates/icons/simple-icons/reflex.svg
skills/ppt-master/templates/icons/simple-icons/rekaui.svg
skills/ppt-master/templates/icons/simple-icons/relay.svg
skills/ppt-master/templates/icons/simple-icons/relianceindustrieslimited.svg
skills/ppt-master/templates/icons/simple-icons/remark.svg
skills/ppt-master/templates/icons/simple-icons/remedyentertainment.svg
skills/ppt-master/templates/icons/simple-icons/remix.svg
skills/ppt-master/templates/icons/simple-icons/removedotbg.svg
skills/ppt-master/templates/icons/simple-icons/renault.svg
skills/ppt-master/templates/icons/simple-icons/render.svg
skills/ppt-master/templates/icons/simple-icons/renovate.svg
skills/ppt-master/templates/icons/simple-icons/renovatebot.svg
skills/ppt-master/templates/icons/simple-icons/renpy.svg
skills/ppt-master/templates/icons/simple-icons/renren.svg
skills/ppt-master/templates/icons/simple-icons/replicate.svg
skills/ppt-master/templates/icons/simple-icons/replit.svg
skills/ppt-master/templates/icons/simple-icons/republicofgamers.svg
skills/ppt-master/templates/icons/simple-icons/rescript.svg
skills/ppt-master/templates/icons/simple-icons/rescuetime.svg
skills/ppt-master/templates/icons/simple-icons/researchgate.svg
skills/ppt-master/templates/icons/simple-icons/resend.svg
skills/ppt-master/templates/icons/simple-icons/resharper.svg
skills/ppt-master/templates/icons/simple-icons/resurrectionremixos.svg
skills/ppt-master/templates/icons/simple-icons/retool.svg
skills/ppt-master/templates/icons/simple-icons/retroachievements.svg
skills/ppt-master/templates/icons/simple-icons/retroarch.svg
skills/ppt-master/templates/icons/simple-icons/retropie.svg
skills/ppt-master/templates/icons/simple-icons/revanced.svg
skills/ppt-master/templates/icons/simple-icons/revealdotjs.svg
skills/ppt-master/templates/icons/simple-icons/revenuecat.svg
skills/ppt-master/templates/icons/simple-icons/reverbnation.svg
skills/ppt-master/templates/icons/simple-icons/revoltdotchat.svg
skills/ppt-master/templates/icons/simple-icons/revolut.svg
skills/ppt-master/templates/icons/simple-icons/revue.svg
skills/ppt-master/templates/icons/simple-icons/rewe.svg
skills/ppt-master/templates/icons/simple-icons/rezgo.svg
skills/ppt-master/templates/icons/simple-icons/rhinoceros.svg
skills/ppt-master/templates/icons/simple-icons/rich.svg
skills/ppt-master/templates/icons/simple-icons/rider.svg
skills/ppt-master/templates/icons/simple-icons/rimacautomobili.svg
skills/ppt-master/templates/icons/simple-icons/rime.svg
skills/ppt-master/templates/icons/simple-icons/ring.svg
skills/ppt-master/templates/icons/simple-icons/riotgames.svg
skills/ppt-master/templates/icons/simple-icons/ripple.svg
skills/ppt-master/templates/icons/simple-icons/riscv.svg
skills/ppt-master/templates/icons/simple-icons/riseup.svg
skills/ppt-master/templates/icons/simple-icons/ritzcarlton.svg
skills/ppt-master/templates/icons/simple-icons/rive.svg
skills/ppt-master/templates/icons/simple-icons/roadmapdotsh.svg
skills/ppt-master/templates/icons/simple-icons/roamresearch.svg
skills/ppt-master/templates/icons/simple-icons/robinhood.svg
skills/ppt-master/templates/icons/simple-icons/roblox.svg
skills/ppt-master/templates/icons/simple-icons/robloxstudio.svg
skills/ppt-master/templates/icons/simple-icons/roboflow.svg
skills/ppt-master/templates/icons/simple-icons/robotframework.svg
skills/ppt-master/templates/icons/simple-icons/rocket.svg
skills/ppt-master/templates/icons/simple-icons/rocketdotchat.svg
skills/ppt-master/templates/icons/simple-icons/rocksdb.svg
skills/ppt-master/templates/icons/simple-icons/rockstargames.svg
skills/ppt-master/templates/icons/simple-icons/rockwellautomation.svg
skills/ppt-master/templates/icons/simple-icons/rockylinux.svg
skills/ppt-master/templates/icons/simple-icons/roku.svg
skills/ppt-master/templates/icons/simple-icons/roll20.svg
skills/ppt-master/templates/icons/simple-icons/rollbar.svg
skills/ppt-master/templates/icons/simple-icons/rolldown.svg
skills/ppt-master/templates/icons/simple-icons/rollsroyce.svg
skills/ppt-master/templates/icons/simple-icons/rollupdotjs.svg
skills/ppt-master/templates/icons/simple-icons/rook.svg
skills/ppt-master/templates/icons/simple-icons/roon.svg
skills/ppt-master/templates/icons/simple-icons/root.svg
skills/ppt-master/templates/icons/simple-icons/rootme.svg
skills/ppt-master/templates/icons/simple-icons/roots.svg
skills/ppt-master/templates/icons/simple-icons/rootsbedrock.svg
skills/ppt-master/templates/icons/simple-icons/rootssage.svg
skills/ppt-master/templates/icons/simple-icons/ros.svg
skills/ppt-master/templates/icons/simple-icons/rossmann.svg
skills/ppt-master/templates/icons/simple-icons/rotaryinternational.svg
skills/ppt-master/templates/icons/simple-icons/rottentomatoes.svg
skills/ppt-master/templates/icons/simple-icons/roundcube.svg
skills/ppt-master/templates/icons/simple-icons/rsocket.svg
skills/ppt-master/templates/icons/simple-icons/rss.svg
skills/ppt-master/templates/icons/simple-icons/rstudioide.svg
skills/ppt-master/templates/icons/simple-icons/rte.svg
skills/ppt-master/templates/icons/simple-icons/rtl.svg
skills/ppt-master/templates/icons/simple-icons/rtlzwei.svg
skills/ppt-master/templates/icons/simple-icons/rtm.svg
skills/ppt-master/templates/icons/simple-icons/rubocop.svg
skills/ppt-master/templates/icons/simple-icons/ruby.svg
skills/ppt-master/templates/icons/simple-icons/rubygems.svg
skills/ppt-master/templates/icons/simple-icons/rubymine.svg
skills/ppt-master/templates/icons/simple-icons/rubyonrails.svg
skills/ppt-master/templates/icons/simple-icons/rubysinatra.svg
skills/ppt-master/templates/icons/simple-icons/ruff.svg
skills/ppt-master/templates/icons/simple-icons/rumahweb.svg
skills/ppt-master/templates/icons/simple-icons/rumble.svg
skills/ppt-master/templates/icons/simple-icons/rundeck.svg
skills/ppt-master/templates/icons/simple-icons/runkeeper.svg
skills/ppt-master/templates/icons/simple-icons/runkit.svg
skills/ppt-master/templates/icons/simple-icons/runrundotit.svg
skills/ppt-master/templates/icons/simple-icons/rust.svg
skills/ppt-master/templates/icons/simple-icons/rustdesk.svg
skills/ppt-master/templates/icons/simple-icons/rustfs.svg
skills/ppt-master/templates/icons/simple-icons/rxdb.svg
skills/ppt-master/templates/icons/simple-icons/ryanair.svg
skills/ppt-master/templates/icons/simple-icons/rye.svg
skills/ppt-master/templates/icons/simple-icons/s7airlines.svg
skills/ppt-master/templates/icons/simple-icons/sabanci.svg
skills/ppt-master/templates/icons/simple-icons/safari.svg
skills/ppt-master/templates/icons/simple-icons/sage.svg
skills/ppt-master/templates/icons/simple-icons/sagemath.svg
skills/ppt-master/templates/icons/simple-icons/sahibinden.svg
skills/ppt-master/templates/icons/simple-icons/sailfishos.svg
skills/ppt-master/templates/icons/simple-icons/sailsdotjs.svg
skills/ppt-master/templates/icons/simple-icons/salesforce.svg
skills/ppt-master/templates/icons/simple-icons/salla.svg
skills/ppt-master/templates/icons/simple-icons/saltproject.svg
skills/ppt-master/templates/icons/simple-icons/samsclub.svg
skills/ppt-master/templates/icons/simple-icons/samsung.svg
skills/ppt-master/templates/icons/simple-icons/samsungpay.svg
skills/ppt-master/templates/icons/simple-icons/sandisk.svg
skills/ppt-master/templates/icons/simple-icons/sanfranciscomunicipalrailway.svg
skills/ppt-master/templates/icons/simple-icons/sanic.svg
skills/ppt-master/templates/icons/simple-icons/sanity.svg
skills/ppt-master/templates/icons/simple-icons/saopaulometro.svg
skills/ppt-master/templates/icons/simple-icons/sap.svg
skills/ppt-master/templates/icons/simple-icons/sartorius.svg
skills/ppt-master/templates/icons/simple-icons/sass.svg
skills/ppt-master/templates/icons/simple-icons/sat1.svg
skills/ppt-master/templates/icons/simple-icons/satellite.svg
skills/ppt-master/templates/icons/simple-icons/saturn.svg
skills/ppt-master/templates/icons/simple-icons/saucelabs.svg
skills/ppt-master/templates/icons/simple-icons/saudia.svg
skills/ppt-master/templates/icons/simple-icons/scala.svg
skills/ppt-master/templates/icons/simple-icons/scalar.svg
skills/ppt-master/templates/icons/simple-icons/scaleway.svg
skills/ppt-master/templates/icons/simple-icons/scan.svg
skills/ppt-master/templates/icons/simple-icons/scania.svg
skills/ppt-master/templates/icons/simple-icons/schneiderelectric.svg
skills/ppt-master/templates/icons/simple-icons/scikitlearn.svg
skills/ppt-master/templates/icons/simple-icons/scilab.svg
skills/ppt-master/templates/icons/simple-icons/scipy.svg
skills/ppt-master/templates/icons/simple-icons/scopus.svg
skills/ppt-master/templates/icons/simple-icons/scpfoundation.svg
skills/ppt-master/templates/icons/simple-icons/scrapbox.svg
skills/ppt-master/templates/icons/simple-icons/scrapy.svg
skills/ppt-master/templates/icons/simple-icons/scratch.svg
skills/ppt-master/templates/icons/simple-icons/screencastify.svg
skills/ppt-master/templates/icons/simple-icons/scribd.svg
skills/ppt-master/templates/icons/simple-icons/scrimba.svg
skills/ppt-master/templates/icons/simple-icons/scrollreveal.svg
skills/ppt-master/templates/icons/simple-icons/scrumalliance.svg
skills/ppt-master/templates/icons/simple-icons/scrutinizerci.svg
skills/ppt-master/templates/icons/simple-icons/scylladb.svg
skills/ppt-master/templates/icons/simple-icons/seafile.svg
skills/ppt-master/templates/icons/simple-icons/seagate.svg
skills/ppt-master/templates/icons/simple-icons/searxng.svg
skills/ppt-master/templates/icons/simple-icons/seat.svg
skills/ppt-master/templates/icons/simple-icons/seatgeek.svg
skills/ppt-master/templates/icons/simple-icons/securityscorecard.svg
skills/ppt-master/templates/icons/simple-icons/sefaria.svg
skills/ppt-master/templates/icons/simple-icons/sega.svg
skills/ppt-master/templates/icons/simple-icons/selenium.svg
skills/ppt-master/templates/icons/simple-icons/sellfy.svg
skills/ppt-master/templates/icons/simple-icons/semanticrelease.svg
skills/ppt-master/templates/icons/simple-icons/semanticscholar.svg
skills/ppt-master/templates/icons/simple-icons/semanticui.svg
skills/ppt-master/templates/icons/simple-icons/semanticuireact.svg
skills/ppt-master/templates/icons/simple-icons/semanticweb.svg
skills/ppt-master/templates/icons/simple-icons/semaphoreci.svg
skills/ppt-master/templates/icons/simple-icons/semrush.svg
skills/ppt-master/templates/icons/simple-icons/semver.svg
skills/ppt-master/templates/icons/simple-icons/sencha.svg
skills/ppt-master/templates/icons/simple-icons/sennheiser.svg
skills/ppt-master/templates/icons/simple-icons/sensu.svg
skills/ppt-master/templates/icons/simple-icons/sentry.svg
skills/ppt-master/templates/icons/simple-icons/sepa.svg
skills/ppt-master/templates/icons/simple-icons/sequelize.svg
skills/ppt-master/templates/icons/simple-icons/servbay.svg
skills/ppt-master/templates/icons/simple-icons/serverfault.svg
skills/ppt-master/templates/icons/simple-icons/serverless.svg
skills/ppt-master/templates/icons/simple-icons/session.svg
skills/ppt-master/templates/icons/simple-icons/sessionize.svg
skills/ppt-master/templates/icons/simple-icons/setapp.svg
skills/ppt-master/templates/icons/simple-icons/setuptools.svg
skills/ppt-master/templates/icons/simple-icons/sfml.svg
skills/ppt-master/templates/icons/simple-icons/shadcnui.svg
skills/ppt-master/templates/icons/simple-icons/shadow.svg
skills/ppt-master/templates/icons/simple-icons/shanghaimetro.svg
skills/ppt-master/templates/icons/simple-icons/sharex.svg
skills/ppt-master/templates/icons/simple-icons/sharp.svg
skills/ppt-master/templates/icons/simple-icons/shazam.svg
skills/ppt-master/templates/icons/simple-icons/shell.svg
skills/ppt-master/templates/icons/simple-icons/shelly.svg
skills/ppt-master/templates/icons/simple-icons/shenzhenmetro.svg
skills/ppt-master/templates/icons/simple-icons/shieldsdotio.svg
skills/ppt-master/templates/icons/simple-icons/shikimori.svg
skills/ppt-master/templates/icons/simple-icons/shopee.svg
skills/ppt-master/templates/icons/simple-icons/shopify.svg
skills/ppt-master/templates/icons/simple-icons/shopware.svg
skills/ppt-master/templates/icons/simple-icons/shortcut.svg
skills/ppt-master/templates/icons/simple-icons/showpad.svg
skills/ppt-master/templates/icons/simple-icons/showtime.svg
skills/ppt-master/templates/icons/simple-icons/showwcase.svg
skills/ppt-master/templates/icons/simple-icons/shutterstock.svg
skills/ppt-master/templates/icons/simple-icons/sidekiq.svg
skills/ppt-master/templates/icons/simple-icons/sidequest.svg
skills/ppt-master/templates/icons/simple-icons/siemens.svg
skills/ppt-master/templates/icons/simple-icons/sifive.svg
skills/ppt-master/templates/icons/simple-icons/signal.svg
skills/ppt-master/templates/icons/simple-icons/silverairways.svg
skills/ppt-master/templates/icons/simple-icons/similarweb.svg
skills/ppt-master/templates/icons/simple-icons/simkl.svg
skills/ppt-master/templates/icons/simple-icons/simpleanalytics.svg
skills/ppt-master/templates/icons/simple-icons/simpleicons.svg
skills/ppt-master/templates/icons/simple-icons/simplelocalize.svg
skills/ppt-master/templates/icons/simple-icons/simplelogin.svg
skills/ppt-master/templates/icons/simple-icons/simplenote.svg
skills/ppt-master/templates/icons/simple-icons/simplex.svg
skills/ppt-master/templates/icons/simple-icons/sinaweibo.svg
skills/ppt-master/templates/icons/simple-icons/singaporeairlines.svg
skills/ppt-master/templates/icons/simple-icons/singlestore.svg
skills/ppt-master/templates/icons/simple-icons/sitecore.svg
skills/ppt-master/templates/icons/simple-icons/sitepoint.svg
skills/ppt-master/templates/icons/simple-icons/siyuan.svg
skills/ppt-master/templates/icons/simple-icons/skaffold.svg
skills/ppt-master/templates/icons/simple-icons/skeleton.svg
skills/ppt-master/templates/icons/simple-icons/sketch.svg
skills/ppt-master/templates/icons/simple-icons/sketchfab.svg
skills/ppt-master/templates/icons/simple-icons/sketchup.svg
skills/ppt-master/templates/icons/simple-icons/skillshare.svg
skills/ppt-master/templates/icons/simple-icons/skoda.svg
skills/ppt-master/templates/icons/simple-icons/sky.svg
skills/ppt-master/templates/icons/simple-icons/skypack.svg
skills/ppt-master/templates/icons/simple-icons/skype.svg
skills/ppt-master/templates/icons/simple-icons/skypeforbusiness.svg
skills/ppt-master/templates/icons/simple-icons/skyrock.svg
skills/ppt-master/templates/icons/simple-icons/slack.svg
skills/ppt-master/templates/icons/simple-icons/slackware.svg
skills/ppt-master/templates/icons/simple-icons/slashdot.svg
skills/ppt-master/templates/icons/simple-icons/slickpic.svg
skills/ppt-master/templates/icons/simple-icons/slides.svg
skills/ppt-master/templates/icons/simple-icons/slideshare.svg
skills/ppt-master/templates/icons/simple-icons/slint.svg
skills/ppt-master/templates/icons/simple-icons/smart.svg
skills/ppt-master/templates/icons/simple-icons/smartthings.svg
skills/ppt-master/templates/icons/simple-icons/smashdotgg.svg
skills/ppt-master/templates/icons/simple-icons/smashingmagazine.svg
skills/ppt-master/templates/icons/simple-icons/smoothcomp.svg
skills/ppt-master/templates/icons/simple-icons/smrt.svg
skills/ppt-master/templates/icons/simple-icons/smugmug.svg
skills/ppt-master/templates/icons/simple-icons/snapchat.svg
skills/ppt-master/templates/icons/simple-icons/snapcraft.svg
skills/ppt-master/templates/icons/simple-icons/snapdragon.svg
skills/ppt-master/templates/icons/simple-icons/sncf.svg
skills/ppt-master/templates/icons/simple-icons/snort.svg
skills/ppt-master/templates/icons/simple-icons/snowflake.svg
skills/ppt-master/templates/icons/simple-icons/snowpack.svg
skills/ppt-master/templates/icons/simple-icons/snyk.svg
skills/ppt-master/templates/icons/simple-icons/socialblade.svg
skills/ppt-master/templates/icons/simple-icons/society6.svg
skills/ppt-master/templates/icons/simple-icons/socket.svg
skills/ppt-master/templates/icons/simple-icons/socketdotio.svg
skills/ppt-master/templates/icons/simple-icons/softcatala.svg
skills/ppt-master/templates/icons/simple-icons/softpedia.svg
skills/ppt-master/templates/icons/simple-icons/sogou.svg
skills/ppt-master/templates/icons/simple-icons/solana.svg
skills/ppt-master/templates/icons/simple-icons/solid.svg
skills/ppt-master/templates/icons/simple-icons/solidity.svg
skills/ppt-master/templates/icons/simple-icons/sololearn.svg
skills/ppt-master/templates/icons/simple-icons/solus.svg
skills/ppt-master/templates/icons/simple-icons/solveddotac.svg
skills/ppt-master/templates/icons/simple-icons/sonar.svg
skills/ppt-master/templates/icons/simple-icons/sonarcloud.svg
skills/ppt-master/templates/icons/simple-icons/sonarlint.svg
skills/ppt-master/templates/icons/simple-icons/sonarqube.svg
skills/ppt-master/templates/icons/simple-icons/sonarqubecloud.svg
skills/ppt-master/templates/icons/simple-icons/sonarqubeforide.svg
skills/ppt-master/templates/icons/simple-icons/sonarqubeserver.svg
skills/ppt-master/templates/icons/simple-icons/sonarr.svg
skills/ppt-master/templates/icons/simple-icons/sonatype.svg
skills/ppt-master/templates/icons/simple-icons/songkick.svg
skills/ppt-master/templates/icons/simple-icons/songoda.svg
skills/ppt-master/templates/icons/simple-icons/sonicwall.svg
skills/ppt-master/templates/icons/simple-icons/sonos.svg
skills/ppt-master/templates/icons/simple-icons/sony.svg
skills/ppt-master/templates/icons/simple-icons/soriana.svg
skills/ppt-master/templates/icons/simple-icons/soundcharts.svg
skills/ppt-master/templates/icons/simple-icons/soundcloud.svg
skills/ppt-master/templates/icons/simple-icons/sourceengine.svg
skills/ppt-master/templates/icons/simple-icons/sourceforge.svg
skills/ppt-master/templates/icons/simple-icons/sourcehut.svg
skills/ppt-master/templates/icons/simple-icons/sourcetree.svg
skills/ppt-master/templates/icons/simple-icons/southwestairlines.svg
skills/ppt-master/templates/icons/simple-icons/spacemacs.svg
skills/ppt-master/templates/icons/simple-icons/spaceship.svg
skills/ppt-master/templates/icons/simple-icons/spacex.svg
skills/ppt-master/templates/icons/simple-icons/spacy.svg
skills/ppt-master/templates/icons/simple-icons/sparkar.svg
skills/ppt-master/templates/icons/simple-icons/sparkasse.svg
skills/ppt-master/templates/icons/simple-icons/sparkfun.svg
skills/ppt-master/templates/icons/simple-icons/sparkpost.svg
skills/ppt-master/templates/icons/simple-icons/spdx.svg
skills/ppt-master/templates/icons/simple-icons/speakerdeck.svg
skills/ppt-master/templates/icons/simple-icons/spectrum.svg
skills/ppt-master/templates/icons/simple-icons/speedtest.svg
skills/ppt-master/templates/icons/simple-icons/speedypage.svg
skills/ppt-master/templates/icons/simple-icons/sphinx.svg
skills/ppt-master/templates/icons/simple-icons/spidermonkey.svg
skills/ppt-master/templates/icons/simple-icons/spigotmc.svg
skills/ppt-master/templates/icons/simple-icons/spine.svg
skills/ppt-master/templates/icons/simple-icons/spinnaker.svg
skills/ppt-master/templates/icons/simple-icons/spinrilla.svg
skills/ppt-master/templates/icons/simple-icons/splunk.svg
skills/ppt-master/templates/icons/simple-icons/spoj.svg
skills/ppt-master/templates/icons/simple-icons/spond.svg
skills/ppt-master/templates/icons/simple-icons/spotify.svg
skills/ppt-master/templates/icons/simple-icons/spotlight.svg
skills/ppt-master/templates/icons/simple-icons/spreadshirt.svg
skills/ppt-master/templates/icons/simple-icons/spreaker.svg
skills/ppt-master/templates/icons/simple-icons/spring.svg
skills/ppt-master/templates/icons/simple-icons/spring_creators.svg
skills/ppt-master/templates/icons/simple-icons/springboot.svg
skills/ppt-master/templates/icons/simple-icons/springsecurity.svg
skills/ppt-master/templates/icons/simple-icons/spyderide.svg
skills/ppt-master/templates/icons/simple-icons/sqlalchemy.svg
skills/ppt-master/templates/icons/simple-icons/sqlite.svg
skills/ppt-master/templates/icons/simple-icons/square.svg
skills/ppt-master/templates/icons/simple-icons/squareenix.svg
skills/ppt-master/templates/icons/simple-icons/squarespace.svg
skills/ppt-master/templates/icons/simple-icons/srgssr.svg
skills/ppt-master/templates/icons/simple-icons/ssrn.svg
skills/ppt-master/templates/icons/simple-icons/sst.svg
skills/ppt-master/templates/icons/simple-icons/stackbit.svg
skills/ppt-master/templates/icons/simple-icons/stackblitz.svg
skills/ppt-master/templates/icons/simple-icons/stackedit.svg
skills/ppt-master/templates/icons/simple-icons/stackexchange.svg
skills/ppt-master/templates/icons/simple-icons/stackhawk.svg
skills/ppt-master/templates/icons/simple-icons/stackoverflow.svg
skills/ppt-master/templates/icons/simple-icons/stackpath.svg
skills/ppt-master/templates/icons/simple-icons/stackshare.svg
skills/ppt-master/templates/icons/simple-icons/stadia.svg
skills/ppt-master/templates/icons/simple-icons/staffbase.svg
skills/ppt-master/templates/icons/simple-icons/stagetimer.svg
skills/ppt-master/templates/icons/simple-icons/standardjs.svg
skills/ppt-master/templates/icons/simple-icons/standardresume.svg
skills/ppt-master/templates/icons/simple-icons/starbucks.svg
skills/ppt-master/templates/icons/simple-icons/stardock.svg
skills/ppt-master/templates/icons/simple-icons/starlingbank.svg
skills/ppt-master/templates/icons/simple-icons/starship.svg
skills/ppt-master/templates/icons/simple-icons/startdotgg.svg
skills/ppt-master/templates/icons/simple-icons/startpage.svg
skills/ppt-master/templates/icons/simple-icons/startrek.svg
skills/ppt-master/templates/icons/simple-icons/starz.svg
skills/ppt-master/templates/icons/simple-icons/statamic.svg
skills/ppt-master/templates/icons/simple-icons/statista.svg
skills/ppt-master/templates/icons/simple-icons/statuspage.svg
skills/ppt-master/templates/icons/simple-icons/statuspal.svg
skills/ppt-master/templates/icons/simple-icons/steam.svg
skills/ppt-master/templates/icons/simple-icons/steamdb.svg
skills/ppt-master/templates/icons/simple-icons/steamdeck.svg
skills/ppt-master/templates/icons/simple-icons/steamworks.svg
skills/ppt-master/templates/icons/simple-icons/steelseries.svg
skills/ppt-master/templates/icons/simple-icons/steem.svg
skills/ppt-master/templates/icons/simple-icons/steemit.svg
skills/ppt-master/templates/icons/simple-icons/steinberg.svg
skills/ppt-master/templates/icons/simple-icons/stellar.svg
skills/ppt-master/templates/icons/simple-icons/stencil.svg
skills/ppt-master/templates/icons/simple-icons/stencyl.svg
skills/ppt-master/templates/icons/simple-icons/stimulus.svg
skills/ppt-master/templates/icons/simple-icons/stitcher.svg
skills/ppt-master/templates/icons/simple-icons/stmicroelectronics.svg
skills/ppt-master/templates/icons/simple-icons/stockx.svg
skills/ppt-master/templates/icons/simple-icons/stopstalk.svg
skills/ppt-master/templates/icons/simple-icons/storyblok.svg
skills/ppt-master/templates/icons/simple-icons/storybook.svg
skills/ppt-master/templates/icons/simple-icons/strapi.svg
skills/ppt-master/templates/icons/simple-icons/strava.svg
skills/ppt-master/templates/icons/simple-icons/streamlabs.svg
skills/ppt-master/templates/icons/simple-icons/streamlit.svg
skills/ppt-master/templates/icons/simple-icons/streamrunners.svg
skills/ppt-master/templates/icons/simple-icons/stremio.svg
skills/ppt-master/templates/icons/simple-icons/stripe.svg
skills/ppt-master/templates/icons/simple-icons/strongswan.svg
skills/ppt-master/templates/icons/simple-icons/stryker.svg
skills/ppt-master/templates/icons/simple-icons/stubhub.svg
skills/ppt-master/templates/icons/simple-icons/studio3t.svg
skills/ppt-master/templates/icons/simple-icons/studyverse.svg
skills/ppt-master/templates/icons/simple-icons/styledcomponents.svg
skills/ppt-master/templates/icons/simple-icons/stylelint.svg
skills/ppt-master/templates/icons/simple-icons/styleshare.svg
skills/ppt-master/templates/icons/simple-icons/stylus.svg
skills/ppt-master/templates/icons/simple-icons/subaru.svg
skills/ppt-master/templates/icons/simple-icons/sublimetext.svg
skills/ppt-master/templates/icons/simple-icons/substack.svg
skills/ppt-master/templates/icons/simple-icons/subtitleedit.svg
skills/ppt-master/templates/icons/simple-icons/subversion.svg
skills/ppt-master/templates/icons/simple-icons/suckless.svg
skills/ppt-master/templates/icons/simple-icons/sui.svg
skills/ppt-master/templates/icons/simple-icons/suitest.svg
skills/ppt-master/templates/icons/simple-icons/sumologic.svg
skills/ppt-master/templates/icons/simple-icons/suno.svg
skills/ppt-master/templates/icons/simple-icons/sunrise.svg
skills/ppt-master/templates/icons/simple-icons/supabase.svg
skills/ppt-master/templates/icons/simple-icons/supercell.svg
skills/ppt-master/templates/icons/simple-icons/supercrease.svg
skills/ppt-master/templates/icons/simple-icons/supermicro.svg
skills/ppt-master/templates/icons/simple-icons/superuser.svg
skills/ppt-master/templates/icons/simple-icons/surfshark.svg
skills/ppt-master/templates/icons/simple-icons/surrealdb.svg
skills/ppt-master/templates/icons/simple-icons/surveymonkey.svg
skills/ppt-master/templates/icons/simple-icons/suse.svg
skills/ppt-master/templates/icons/simple-icons/suzuki.svg
skills/ppt-master/templates/icons/simple-icons/svelte.svg
skills/ppt-master/templates/icons/simple-icons/svg.svg
skills/ppt-master/templates/icons/simple-icons/svgdotjs.svg
skills/ppt-master/templates/icons/simple-icons/svgo.svg
skills/ppt-master/templates/icons/simple-icons/svgtrace.svg
skills/ppt-master/templates/icons/simple-icons/swagger.svg
skills/ppt-master/templates/icons/simple-icons/swarm.svg
skills/ppt-master/templates/icons/simple-icons/sway.svg
skills/ppt-master/templates/icons/simple-icons/swc.svg
skills/ppt-master/templates/icons/simple-icons/swift.svg
skills/ppt-master/templates/icons/simple-icons/swiggy.svg
skills/ppt-master/templates/icons/simple-icons/swiper.svg
skills/ppt-master/templates/icons/simple-icons/swisscows.svg
skills/ppt-master/templates/icons/simple-icons/swr.svg
skills/ppt-master/templates/icons/simple-icons/symantec.svg
skills/ppt-master/templates/icons/simple-icons/symbolab.svg
skills/ppt-master/templates/icons/simple-icons/symfony.svg
skills/ppt-master/templates/icons/simple-icons/symphony.svg
skills/ppt-master/templates/icons/simple-icons/sympy.svg
skills/ppt-master/templates/icons/simple-icons/syncthing.svg
skills/ppt-master/templates/icons/simple-icons/synology.svg
skills/ppt-master/templates/icons/simple-icons/system76.svg
skills/ppt-master/templates/icons/simple-icons/tabelog.svg
skills/ppt-master/templates/icons/simple-icons/tableau.svg
skills/ppt-master/templates/icons/simple-icons/tablecheck.svg
skills/ppt-master/templates/icons/simple-icons/tacobell.svg
skills/ppt-master/templates/icons/simple-icons/tado.svg
skills/ppt-master/templates/icons/simple-icons/taichigraphics.svg
skills/ppt-master/templates/icons/simple-icons/taichilang.svg
skills/ppt-master/templates/icons/simple-icons/tails.svg
skills/ppt-master/templates/icons/simple-icons/tailscale.svg
skills/ppt-master/templates/icons/simple-icons/tailwindcss.svg
skills/ppt-master/templates/icons/simple-icons/taipy.svg
skills/ppt-master/templates/icons/simple-icons/taketwointeractivesoftware.svg
skills/ppt-master/templates/icons/simple-icons/talend.svg
skills/ppt-master/templates/icons/simple-icons/talenthouse.svg
skills/ppt-master/templates/icons/simple-icons/talos.svg
skills/ppt-master/templates/icons/simple-icons/tamiya.svg
skills/ppt-master/templates/icons/simple-icons/tampermonkey.svg
skills/ppt-master/templates/icons/simple-icons/tanstack.svg
skills/ppt-master/templates/icons/simple-icons/taobao.svg
skills/ppt-master/templates/icons/simple-icons/tapas.svg
skills/ppt-master/templates/icons/simple-icons/target.svg
skills/ppt-master/templates/icons/simple-icons/tarom.svg
skills/ppt-master/templates/icons/simple-icons/tarteaucitron.svg
skills/ppt-master/templates/icons/simple-icons/task.svg
skills/ppt-master/templates/icons/simple-icons/tasmota.svg
skills/ppt-master/templates/icons/simple-icons/tata.svg
skills/ppt-master/templates/icons/simple-icons/tauri.svg
skills/ppt-master/templates/icons/simple-icons/taxbuzz.svg
skills/ppt-master/templates/icons/simple-icons/tcs.svg
skills/ppt-master/templates/icons/simple-icons/teal.svg
skills/ppt-master/templates/icons/simple-icons/teamcity.svg
skills/ppt-master/templates/icons/simple-icons/teamspeak.svg
skills/ppt-master/templates/icons/simple-icons/teamviewer.svg
skills/ppt-master/templates/icons/simple-icons/techcrunch.svg
skills/ppt-master/templates/icons/simple-icons/ted.svg
skills/ppt-master/templates/icons/simple-icons/teepublic.svg
skills/ppt-master/templates/icons/simple-icons/teespring.svg
skills/ppt-master/templates/icons/simple-icons/tekton.svg
skills/ppt-master/templates/icons/simple-icons/tele5.svg
skills/ppt-master/templates/icons/simple-icons/telefonica.svg
skills/ppt-master/templates/icons/simple-icons/telegram.svg
skills/ppt-master/templates/icons/simple-icons/telegraph.svg
skills/ppt-master/templates/icons/simple-icons/telenor.svg
skills/ppt-master/templates/icons/simple-icons/telequebec.svg
skills/ppt-master/templates/icons/simple-icons/temporal.svg
skills/ppt-master/templates/icons/simple-icons/tencentqq.svg
skills/ppt-master/templates/icons/simple-icons/tensorflow.svg
skills/ppt-master/templates/icons/simple-icons/teradata.svg
skills/ppt-master/templates/icons/simple-icons/teratail.svg
skills/ppt-master/templates/icons/simple-icons/termius.svg
skills/ppt-master/templates/icons/simple-icons/terraform.svg
skills/ppt-master/templates/icons/simple-icons/tesco.svg
skills/ppt-master/templates/icons/simple-icons/tesla.svg
skills/ppt-master/templates/icons/simple-icons/testcafe.svg
skills/ppt-master/templates/icons/simple-icons/testin.svg
skills/ppt-master/templates/icons/simple-icons/testinglibrary.svg
skills/ppt-master/templates/icons/simple-icons/testrail.svg
skills/ppt-master/templates/icons/simple-icons/tether.svg
skills/ppt-master/templates/icons/simple-icons/textpattern.svg
skills/ppt-master/templates/icons/simple-icons/textual.svg
skills/ppt-master/templates/icons/simple-icons/tga.svg
skills/ppt-master/templates/icons/simple-icons/thangs.svg
skills/ppt-master/templates/icons/simple-icons/thanos.svg
skills/ppt-master/templates/icons/simple-icons/thealgorithms.svg
skills/ppt-master/templates/icons/simple-icons/theboringcompany.svg
skills/ppt-master/templates/icons/simple-icons/theconversation.svg
skills/ppt-master/templates/icons/simple-icons/thefinals.svg
skills/ppt-master/templates/icons/simple-icons/theguardian.svg
skills/ppt-master/templates/icons/simple-icons/theirishtimes.svg
skills/ppt-master/templates/icons/simple-icons/themighty.svg
skills/ppt-master/templates/icons/simple-icons/themodelsresource.svg
skills/ppt-master/templates/icons/simple-icons/themoviedatabase.svg
skills/ppt-master/templates/icons/simple-icons/thenorthface.svg
skills/ppt-master/templates/icons/simple-icons/theodinproject.svg
skills/ppt-master/templates/icons/simple-icons/theplanetarysociety.svg
skills/ppt-master/templates/icons/simple-icons/theregister.svg
skills/ppt-master/templates/icons/simple-icons/thesoundsresource.svg
skills/ppt-master/templates/icons/simple-icons/thespritersresource.svg
skills/ppt-master/templates/icons/simple-icons/thestorygraph.svg
skills/ppt-master/templates/icons/simple-icons/thewashingtonpost.svg
skills/ppt-master/templates/icons/simple-icons/theweatherchannel.svg
skills/ppt-master/templates/icons/simple-icons/thingiverse.svg
skills/ppt-master/templates/icons/simple-icons/things.svg
skills/ppt-master/templates/icons/simple-icons/thinkpad.svg
skills/ppt-master/templates/icons/simple-icons/thirdweb.svg
skills/ppt-master/templates/icons/simple-icons/threadless.svg
skills/ppt-master/templates/icons/simple-icons/threads.svg
skills/ppt-master/templates/icons/simple-icons/threedotjs.svg
skills/ppt-master/templates/icons/simple-icons/threema.svg
skills/ppt-master/templates/icons/simple-icons/thumbtack.svg
skills/ppt-master/templates/icons/simple-icons/thunderbird.svg
skills/ppt-master/templates/icons/simple-icons/thunderstore.svg
skills/ppt-master/templates/icons/simple-icons/thurgauerkantonalbank.svg
skills/ppt-master/templates/icons/simple-icons/thymeleaf.svg
skills/ppt-master/templates/icons/simple-icons/ticketmaster.svg
skills/ppt-master/templates/icons/simple-icons/ticktick.svg
skills/ppt-master/templates/icons/simple-icons/tidal.svg
skills/ppt-master/templates/icons/simple-icons/tidb.svg
skills/ppt-master/templates/icons/simple-icons/tiddlywiki.svg
skills/ppt-master/templates/icons/simple-icons/tide.svg
skills/ppt-master/templates/icons/simple-icons/tidyverse.svg
skills/ppt-master/templates/icons/simple-icons/tietoevry.svg
skills/ppt-master/templates/icons/simple-icons/tiktok.svg
skills/ppt-master/templates/icons/simple-icons/tildapublishing.svg
skills/ppt-master/templates/icons/simple-icons/tile.svg
skills/ppt-master/templates/icons/simple-icons/timescale.svg
skills/ppt-master/templates/icons/simple-icons/tina.svg
skills/ppt-master/templates/icons/simple-icons/tinder.svg
skills/ppt-master/templates/icons/simple-icons/tindie.svg
skills/ppt-master/templates/icons/simple-icons/tinkercad.svg
skills/ppt-master/templates/icons/simple-icons/tinygrad.svg
skills/ppt-master/templates/icons/simple-icons/tinyletter.svg
skills/ppt-master/templates/icons/simple-icons/tistory.svg
skills/ppt-master/templates/icons/simple-icons/tldraw.svg
skills/ppt-master/templates/icons/simple-icons/tmobile.svg
skills/ppt-master/templates/icons/simple-icons/tmux.svg
skills/ppt-master/templates/icons/simple-icons/todoist.svg
skills/ppt-master/templates/icons/simple-icons/toggl.svg
skills/ppt-master/templates/icons/simple-icons/toggltrack.svg
skills/ppt-master/templates/icons/simple-icons/tokio.svg
skills/ppt-master/templates/icons/simple-icons/tokyometro.svg
skills/ppt-master/templates/icons/simple-icons/toll.svg
skills/ppt-master/templates/icons/simple-icons/toml.svg
skills/ppt-master/templates/icons/simple-icons/tomorrowland.svg
skills/ppt-master/templates/icons/simple-icons/tomtom.svg
skills/ppt-master/templates/icons/simple-icons/ton.svg
skills/ppt-master/templates/icons/simple-icons/topcoder.svg
skills/ppt-master/templates/icons/simple-icons/topdotgg.svg
skills/ppt-master/templates/icons/simple-icons/toptal.svg
skills/ppt-master/templates/icons/simple-icons/torbrowser.svg
skills/ppt-master/templates/icons/simple-icons/torizon.svg
skills/ppt-master/templates/icons/simple-icons/torproject.svg
skills/ppt-master/templates/icons/simple-icons/toshiba.svg
skills/ppt-master/templates/icons/simple-icons/totvs.svg
skills/ppt-master/templates/icons/simple-icons/tourbox.svg
skills/ppt-master/templates/icons/simple-icons/tower.svg
skills/ppt-master/templates/icons/simple-icons/toyota.svg
skills/ppt-master/templates/icons/simple-icons/tplink.svg
skills/ppt-master/templates/icons/simple-icons/tqdm.svg
skills/ppt-master/templates/icons/simple-icons/traccar.svg
skills/ppt-master/templates/icons/simple-icons/tradingview.svg
skills/ppt-master/templates/icons/simple-icons/traefikmesh.svg
skills/ppt-master/templates/icons/simple-icons/traefikproxy.svg
skills/ppt-master/templates/icons/simple-icons/trailforks.svg
skills/ppt-master/templates/icons/simple-icons/trainerroad.svg
skills/ppt-master/templates/icons/simple-icons/trakt.svg
skills/ppt-master/templates/icons/simple-icons/transifex.svg
skills/ppt-master/templates/icons/simple-icons/transmission.svg
skills/ppt-master/templates/icons/simple-icons/transportforireland.svg
skills/ppt-master/templates/icons/simple-icons/transportforlondon.svg
skills/ppt-master/templates/icons/simple-icons/travisci.svg
skills/ppt-master/templates/icons/simple-icons/treehouse.svg
skills/ppt-master/templates/icons/simple-icons/trello.svg
skills/ppt-master/templates/icons/simple-icons/trendmicro.svg
skills/ppt-master/templates/icons/simple-icons/tresorit.svg
skills/ppt-master/templates/icons/simple-icons/treyarch.svg
skills/ppt-master/templates/icons/simple-icons/trezor.svg
skills/ppt-master/templates/icons/simple-icons/tricentis.svg
skills/ppt-master/templates/icons/simple-icons/trilium.svg
skills/ppt-master/templates/icons/simple-icons/triller.svg
skills/ppt-master/templates/icons/simple-icons/trillertv.svg
skills/ppt-master/templates/icons/simple-icons/trimble.svg
skills/ppt-master/templates/icons/simple-icons/trino.svg
skills/ppt-master/templates/icons/simple-icons/tripadvisor.svg
skills/ppt-master/templates/icons/simple-icons/tripdotcom.svg
skills/ppt-master/templates/icons/simple-icons/trivago.svg
skills/ppt-master/templates/icons/simple-icons/trivy.svg
skills/ppt-master/templates/icons/simple-icons/trmnl.svg
skills/ppt-master/templates/icons/simple-icons/trove.svg
skills/ppt-master/templates/icons/simple-icons/trpc.svg
skills/ppt-master/templates/icons/simple-icons/truenas.svg
skills/ppt-master/templates/icons/simple-icons/trueup.svg
skills/ppt-master/templates/icons/simple-icons/trulia.svg
skills/ppt-master/templates/icons/simple-icons/trustedshops.svg
skills/ppt-master/templates/icons/simple-icons/trustpilot.svg
skills/ppt-master/templates/icons/simple-icons/tryhackme.svg
skills/ppt-master/templates/icons/simple-icons/tryitonline.svg
skills/ppt-master/templates/icons/simple-icons/tsnode.svg
skills/ppt-master/templates/icons/simple-icons/tubi.svg
skills/ppt-master/templates/icons/simple-icons/tui.svg
skills/ppt-master/templates/icons/simple-icons/tumblr.svg
skills/ppt-master/templates/icons/simple-icons/tunein.svg
skills/ppt-master/templates/icons/simple-icons/turbo.svg
skills/ppt-master/templates/icons/simple-icons/turborepo.svg
skills/ppt-master/templates/icons/simple-icons/turbosquid.svg
skills/ppt-master/templates/icons/simple-icons/turkishairlines.svg
skills/ppt-master/templates/icons/simple-icons/turso.svg
skills/ppt-master/templates/icons/simple-icons/tuta.svg
skills/ppt-master/templates/icons/simple-icons/tutanota.svg
skills/ppt-master/templates/icons/simple-icons/tuxedocomputers.svg
skills/ppt-master/templates/icons/simple-icons/tv4play.svg
skills/ppt-master/templates/icons/simple-icons/tvtime.svg
skills/ppt-master/templates/icons/simple-icons/twenty.svg
skills/ppt-master/templates/icons/simple-icons/twilio.svg
skills/ppt-master/templates/icons/simple-icons/twinkly.svg
skills/ppt-master/templates/icons/simple-icons/twinmotion.svg
skills/ppt-master/templates/icons/simple-icons/twitch.svg
skills/ppt-master/templates/icons/simple-icons/ty.svg
skills/ppt-master/templates/icons/simple-icons/typeform.svg
skills/ppt-master/templates/icons/simple-icons/typeorm.svg
skills/ppt-master/templates/icons/simple-icons/typer.svg
skills/ppt-master/templates/icons/simple-icons/typescript.svg
skills/ppt-master/templates/icons/simple-icons/typo3.svg
skills/ppt-master/templates/icons/simple-icons/typst.svg
skills/ppt-master/templates/icons/simple-icons/uber.svg
skills/ppt-master/templates/icons/simple-icons/ubereats.svg
skills/ppt-master/templates/icons/simple-icons/ubiquiti.svg
skills/ppt-master/templates/icons/simple-icons/ubisoft.svg
skills/ppt-master/templates/icons/simple-icons/ublockorigin.svg
skills/ppt-master/templates/icons/simple-icons/ubuntu.svg
skills/ppt-master/templates/icons/simple-icons/ubuntumate.svg
skills/ppt-master/templates/icons/simple-icons/udacity.svg
skills/ppt-master/templates/icons/simple-icons/udemy.svg
skills/ppt-master/templates/icons/simple-icons/udotsdotnews.svg
skills/ppt-master/templates/icons/simple-icons/ufc.svg
skills/ppt-master/templates/icons/simple-icons/uikit.svg
skills/ppt-master/templates/icons/simple-icons/uipath.svg
skills/ppt-master/templates/icons/simple-icons/ukca.svg
skills/ppt-master/templates/icons/simple-icons/ultralytics.svg
skills/ppt-master/templates/icons/simple-icons/ulule.svg
skills/ppt-master/templates/icons/simple-icons/umami.svg
skills/ppt-master/templates/icons/simple-icons/umbraco.svg
skills/ppt-master/templates/icons/simple-icons/umbrel.svg
skills/ppt-master/templates/icons/simple-icons/uml.svg
skills/ppt-master/templates/icons/simple-icons/unacademy.svg
skills/ppt-master/templates/icons/simple-icons/underarmour.svg
skills/ppt-master/templates/icons/simple-icons/underscoredotjs.svg
skills/ppt-master/templates/icons/simple-icons/undertale.svg
skills/ppt-master/templates/icons/simple-icons/unicode.svg
skills/ppt-master/templates/icons/simple-icons/unilever.svg
skills/ppt-master/templates/icons/simple-icons/uniqlo.svg
skills/ppt-master/templates/icons/simple-icons/uniqlo_ja.svg
skills/ppt-master/templates/icons/simple-icons/unitedairlines.svg
skills/ppt-master/templates/icons/simple-icons/unitednations.svg
skills/ppt-master/templates/icons/simple-icons/unity.svg
skills/ppt-master/templates/icons/simple-icons/unjs.svg
skills/ppt-master/templates/icons/simple-icons/unlicense.svg
skills/ppt-master/templates/icons/simple-icons/unocss.svg
skills/ppt-master/templates/icons/simple-icons/unpkg.svg
skills/ppt-master/templates/icons/simple-icons/unraid.svg
skills/ppt-master/templates/icons/simple-icons/unrealengine.svg
skills/ppt-master/templates/icons/simple-icons/unsplash.svg
skills/ppt-master/templates/icons/simple-icons/unstop.svg
skills/ppt-master/templates/icons/simple-icons/untappd.svg
skills/ppt-master/templates/icons/simple-icons/upcloud.svg
skills/ppt-master/templates/icons/simple-icons/uphold.svg
skills/ppt-master/templates/icons/simple-icons/uplabs.svg
skills/ppt-master/templates/icons/simple-icons/upptime.svg
skills/ppt-master/templates/icons/simple-icons/ups.svg
skills/ppt-master/templates/icons/simple-icons/upstash.svg
skills/ppt-master/templates/icons/simple-icons/uptimekuma.svg
skills/ppt-master/templates/icons/simple-icons/uptobox.svg
skills/ppt-master/templates/icons/simple-icons/upwork.svg
skills/ppt-master/templates/icons/simple-icons/uservoice.svg
skills/ppt-master/templates/icons/simple-icons/usps.svg
skills/ppt-master/templates/icons/simple-icons/utorrent.svg
skills/ppt-master/templates/icons/simple-icons/uv.svg
skills/ppt-master/templates/icons/simple-icons/v.svg
skills/ppt-master/templates/icons/simple-icons/v0.svg
skills/ppt-master/templates/icons/simple-icons/v2ex.svg
skills/ppt-master/templates/icons/simple-icons/v8.svg
skills/ppt-master/templates/icons/simple-icons/vaadin.svg
skills/ppt-master/templates/icons/simple-icons/vagrant.svg
skills/ppt-master/templates/icons/simple-icons/vala.svg
skills/ppt-master/templates/icons/simple-icons/valorant.svg
skills/ppt-master/templates/icons/simple-icons/valve.svg
skills/ppt-master/templates/icons/simple-icons/vanillaextract.svg
skills/ppt-master/templates/icons/simple-icons/vapor.svg
skills/ppt-master/templates/icons/simple-icons/vault.svg
skills/ppt-master/templates/icons/simple-icons/vaultwarden.svg
skills/ppt-master/templates/icons/simple-icons/vauxhall.svg
skills/ppt-master/templates/icons/simple-icons/vbulletin.svg
skills/ppt-master/templates/icons/simple-icons/vectary.svg
skills/ppt-master/templates/icons/simple-icons/vectorlogozone.svg
skills/ppt-master/templates/icons/simple-icons/vectorworks.svg
skills/ppt-master/templates/icons/simple-icons/veeam.svg
skills/ppt-master/templates/icons/simple-icons/veed.svg
skills/ppt-master/templates/icons/simple-icons/veepee.svg
skills/ppt-master/templates/icons/simple-icons/vega.svg
skills/ppt-master/templates/icons/simple-icons/vegas.svg
skills/ppt-master/templates/icons/simple-icons/velocity.svg
skills/ppt-master/templates/icons/simple-icons/velog.svg
skills/ppt-master/templates/icons/simple-icons/vencord.svg
skills/ppt-master/templates/icons/simple-icons/venmo.svg
skills/ppt-master/templates/icons/simple-icons/vercel.svg
skills/ppt-master/templates/icons/simple-icons/verdaccio.svg
skills/ppt-master/templates/icons/simple-icons/veritas.svg
skills/ppt-master/templates/icons/simple-icons/verizon.svg
skills/ppt-master/templates/icons/simple-icons/vespa.svg
skills/ppt-master/templates/icons/simple-icons/vestel.svg
skills/ppt-master/templates/icons/simple-icons/vexxhost.svg
skills/ppt-master/templates/icons/simple-icons/vfairs.svg
skills/ppt-master/templates/icons/simple-icons/viadeo.svg
skills/ppt-master/templates/icons/simple-icons/viaplay.svg
skills/ppt-master/templates/icons/simple-icons/viber.svg
skills/ppt-master/templates/icons/simple-icons/viblo.svg
skills/ppt-master/templates/icons/simple-icons/victoriametrics.svg
skills/ppt-master/templates/icons/simple-icons/victronenergy.svg
skills/ppt-master/templates/icons/simple-icons/vikunja.svg
skills/ppt-master/templates/icons/simple-icons/vim.svg
skills/ppt-master/templates/icons/simple-icons/vimeo.svg
skills/ppt-master/templates/icons/simple-icons/vimeolivestream.svg
skills/ppt-master/templates/icons/simple-icons/vinted.svg
skills/ppt-master/templates/icons/simple-icons/virgin.svg
skills/ppt-master/templates/icons/simple-icons/virginatlantic.svg
skills/ppt-master/templates/icons/simple-icons/virginmedia.svg
skills/ppt-master/templates/icons/simple-icons/virtualbox.svg
skills/ppt-master/templates/icons/simple-icons/virustotal.svg
skills/ppt-master/templates/icons/simple-icons/visa.svg
skills/ppt-master/templates/icons/simple-icons/visualbasic.svg
skills/ppt-master/templates/icons/simple-icons/visualparadigm.svg
skills/ppt-master/templates/icons/simple-icons/visualstudio.svg
skills/ppt-master/templates/icons/simple-icons/visualstudioappcenter.svg
skills/ppt-master/templates/icons/simple-icons/visualstudiocode.svg
skills/ppt-master/templates/icons/simple-icons/visx.svg
skills/ppt-master/templates/icons/simple-icons/vite.svg
skills/ppt-master/templates/icons/simple-icons/vitepress.svg
skills/ppt-master/templates/icons/simple-icons/vitess.svg
skills/ppt-master/templates/icons/simple-icons/vitest.svg
skills/ppt-master/templates/icons/simple-icons/vivaldi.svg
skills/ppt-master/templates/icons/simple-icons/vivawallet.svg
skills/ppt-master/templates/icons/simple-icons/vivino.svg
skills/ppt-master/templates/icons/simple-icons/vivint.svg
skills/ppt-master/templates/icons/simple-icons/vivo.svg
skills/ppt-master/templates/icons/simple-icons/vk.svg
skills/ppt-master/templates/icons/simple-icons/vlcmediaplayer.svg
skills/ppt-master/templates/icons/simple-icons/vllm.svg
skills/ppt-master/templates/icons/simple-icons/vmware.svg
skills/ppt-master/templates/icons/simple-icons/vodafone.svg
skills/ppt-master/templates/icons/simple-icons/voelkner.svg
skills/ppt-master/templates/icons/simple-icons/voidlinux.svg
skills/ppt-master/templates/icons/simple-icons/voipdotms.svg
skills/ppt-master/templates/icons/simple-icons/volkswagen.svg
skills/ppt-master/templates/icons/simple-icons/volvo.svg
skills/ppt-master/templates/icons/simple-icons/vonage.svg
skills/ppt-master/templates/icons/simple-icons/vorondesign.svg
skills/ppt-master/templates/icons/simple-icons/vowpalwabbit.svg
skills/ppt-master/templates/icons/simple-icons/vox.svg
skills/ppt-master/templates/icons/simple-icons/vrchat.svg
skills/ppt-master/templates/icons/simple-icons/vsco.svg
skills/ppt-master/templates/icons/simple-icons/vscodium.svg
skills/ppt-master/templates/icons/simple-icons/vtex.svg
skills/ppt-master/templates/icons/simple-icons/vuedotjs.svg
skills/ppt-master/templates/icons/simple-icons/vuetify.svg
skills/ppt-master/templates/icons/simple-icons/vueuse.svg
skills/ppt-master/templates/icons/simple-icons/vulkan.svg
skills/ppt-master/templates/icons/simple-icons/vultr.svg
skills/ppt-master/templates/icons/simple-icons/vyond.svg
skills/ppt-master/templates/icons/simple-icons/w3schools.svg
skills/ppt-master/templates/icons/simple-icons/wacom.svg
skills/ppt-master/templates/icons/simple-icons/wagmi.svg
skills/ppt-master/templates/icons/simple-icons/wagtail.svg
skills/ppt-master/templates/icons/simple-icons/wails.svg
skills/ppt-master/templates/icons/simple-icons/wakatime.svg
skills/ppt-master/templates/icons/simple-icons/walkman.svg
skills/ppt-master/templates/icons/simple-icons/wallabag.svg
skills/ppt-master/templates/icons/simple-icons/walletconnect.svg
skills/ppt-master/templates/icons/simple-icons/walmart.svg
skills/ppt-master/templates/icons/simple-icons/wantedly.svg
skills/ppt-master/templates/icons/simple-icons/wappalyzer.svg
skills/ppt-master/templates/icons/simple-icons/warnerbros.svg
skills/ppt-master/templates/icons/simple-icons/warp.svg
skills/ppt-master/templates/icons/simple-icons/wasabi.svg
skills/ppt-master/templates/icons/simple-icons/wasmcloud.svg
skills/ppt-master/templates/icons/simple-icons/wasmer.svg
skills/ppt-master/templates/icons/simple-icons/watchtower.svg
skills/ppt-master/templates/icons/simple-icons/wattpad.svg
skills/ppt-master/templates/icons/simple-icons/wayland.svg
skills/ppt-master/templates/icons/simple-icons/waze.svg
skills/ppt-master/templates/icons/simple-icons/wazirx.svg
skills/ppt-master/templates/icons/simple-icons/wearos.svg
skills/ppt-master/templates/icons/simple-icons/weasyl.svg
skills/ppt-master/templates/icons/simple-icons/web3dotjs.svg
skills/ppt-master/templates/icons/simple-icons/webassembly.svg
skills/ppt-master/templates/icons/simple-icons/webauthn.svg
skills/ppt-master/templates/icons/simple-icons/webawesome.svg
skills/ppt-master/templates/icons/simple-icons/webcomponentsdotorg.svg
skills/ppt-master/templates/icons/simple-icons/webdotde.svg
skills/ppt-master/templates/icons/simple-icons/webdriverio.svg
skills/ppt-master/templates/icons/simple-icons/webex.svg
skills/ppt-master/templates/icons/simple-icons/webflow.svg
skills/ppt-master/templates/icons/simple-icons/webgl.svg
skills/ppt-master/templates/icons/simple-icons/webgpu.svg
skills/ppt-master/templates/icons/simple-icons/weblate.svg
skills/ppt-master/templates/icons/simple-icons/webmin.svg
skills/ppt-master/templates/icons/simple-icons/webmoney.svg
skills/ppt-master/templates/icons/simple-icons/webpack.svg
skills/ppt-master/templates/icons/simple-icons/webrtc.svg
skills/ppt-master/templates/icons/simple-icons/webstorm.svg
skills/ppt-master/templates/icons/simple-icons/webtoon.svg
skills/ppt-master/templates/icons/simple-icons/webtrees.svg
skills/ppt-master/templates/icons/simple-icons/wechat.svg
skills/ppt-master/templates/icons/simple-icons/wegame.svg
skills/ppt-master/templates/icons/simple-icons/weightsandbiases.svg
skills/ppt-master/templates/icons/simple-icons/welcometothejungle.svg
skills/ppt-master/templates/icons/simple-icons/wellfound.svg
skills/ppt-master/templates/icons/simple-icons/wellsfargo.svg
skills/ppt-master/templates/icons/simple-icons/wemo.svg
skills/ppt-master/templates/icons/simple-icons/weread.svg
skills/ppt-master/templates/icons/simple-icons/westerndigital.svg
skills/ppt-master/templates/icons/simple-icons/westernunion.svg
skills/ppt-master/templates/icons/simple-icons/wetransfer.svg
skills/ppt-master/templates/icons/simple-icons/wezterm.svg
skills/ppt-master/templates/icons/simple-icons/wgpu.svg
skills/ppt-master/templates/icons/simple-icons/what3words.svg
skills/ppt-master/templates/icons/simple-icons/whatsapp.svg
skills/ppt-master/templates/icons/simple-icons/wheniwork.svg
skills/ppt-master/templates/icons/simple-icons/wii.svg
skills/ppt-master/templates/icons/simple-icons/wiiu.svg
skills/ppt-master/templates/icons/simple-icons/wikibooks.svg
skills/ppt-master/templates/icons/simple-icons/wikidata.svg
skills/ppt-master/templates/icons/simple-icons/wikidotgg.svg
skills/ppt-master/templates/icons/simple-icons/wikidotjs.svg
skills/ppt-master/templates/icons/simple-icons/wikimediacommons.svg
skills/ppt-master/templates/icons/simple-icons/wikimediafoundation.svg
skills/ppt-master/templates/icons/simple-icons/wikipedia.svg
skills/ppt-master/templates/icons/simple-icons/wikiquote.svg
skills/ppt-master/templates/icons/simple-icons/wikisource.svg
skills/ppt-master/templates/icons/simple-icons/wikiversity.svg
skills/ppt-master/templates/icons/simple-icons/wikivoyage.svg
skills/ppt-master/templates/icons/simple-icons/winamp.svg
skills/ppt-master/templates/icons/simple-icons/windows.svg
skills/ppt-master/templates/icons/simple-icons/windows10.svg
skills/ppt-master/templates/icons/simple-icons/windows11.svg
skills/ppt-master/templates/icons/simple-icons/windows95.svg
skills/ppt-master/templates/icons/simple-icons/windowsterminal.svg
skills/ppt-master/templates/icons/simple-icons/windowsxp.svg
skills/ppt-master/templates/icons/simple-icons/windsurf.svg
skills/ppt-master/templates/icons/simple-icons/wine.svg
skills/ppt-master/templates/icons/simple-icons/wipro.svg
skills/ppt-master/templates/icons/simple-icons/wire.svg
skills/ppt-master/templates/icons/simple-icons/wireguard.svg
skills/ppt-master/templates/icons/simple-icons/wireshark.svg
skills/ppt-master/templates/icons/simple-icons/wise.svg
skills/ppt-master/templates/icons/simple-icons/wish.svg
skills/ppt-master/templates/icons/simple-icons/wistia.svg
skills/ppt-master/templates/icons/simple-icons/wix.svg
skills/ppt-master/templates/icons/simple-icons/wizzair.svg
skills/ppt-master/templates/icons/simple-icons/wolfram.svg
skills/ppt-master/templates/icons/simple-icons/wolframlanguage.svg
skills/ppt-master/templates/icons/simple-icons/wolframmathematica.svg
skills/ppt-master/templates/icons/simple-icons/wondershare.svg
skills/ppt-master/templates/icons/simple-icons/wondersharefilmora.svg
skills/ppt-master/templates/icons/simple-icons/woo.svg
skills/ppt-master/templates/icons/simple-icons/woocommerce.svg
skills/ppt-master/templates/icons/simple-icons/wordpress.svg
skills/ppt-master/templates/icons/simple-icons/workplace.svg
skills/ppt-master/templates/icons/simple-icons/worldhealthorganization.svg
skills/ppt-master/templates/icons/simple-icons/wpengine.svg
skills/ppt-master/templates/icons/simple-icons/wpexplorer.svg
skills/ppt-master/templates/icons/simple-icons/wprocket.svg
skills/ppt-master/templates/icons/simple-icons/writedotas.svg
skills/ppt-master/templates/icons/simple-icons/wwe.svg
skills/ppt-master/templates/icons/simple-icons/wwise.svg
skills/ppt-master/templates/icons/simple-icons/wxt.svg
skills/ppt-master/templates/icons/simple-icons/wykop.svg
skills/ppt-master/templates/icons/simple-icons/wyze.svg
skills/ppt-master/templates/icons/simple-icons/x.svg
skills/ppt-master/templates/icons/simple-icons/xamarin.svg
skills/ppt-master/templates/icons/simple-icons/xaml.svg
skills/ppt-master/templates/icons/simple-icons/xampp.svg
skills/ppt-master/templates/icons/simple-icons/xbox.svg
skills/ppt-master/templates/icons/simple-icons/xcode.svg
skills/ppt-master/templates/icons/simple-icons/xdadevelopers.svg
skills/ppt-master/templates/icons/simple-icons/xdotorg.svg
skills/ppt-master/templates/icons/simple-icons/xendit.svg
skills/ppt-master/templates/icons/simple-icons/xero.svg
skills/ppt-master/templates/icons/simple-icons/xfce.svg
skills/ppt-master/templates/icons/simple-icons/xiaohongshu.svg
skills/ppt-master/templates/icons/simple-icons/xiaomi.svg
skills/ppt-master/templates/icons/simple-icons/xing.svg
skills/ppt-master/templates/icons/simple-icons/xml.svg
skills/ppt-master/templates/icons/simple-icons/xmpp.svg
skills/ppt-master/templates/icons/simple-icons/xo.svg
skills/ppt-master/templates/icons/simple-icons/xrp.svg
skills/ppt-master/templates/icons/simple-icons/xsplit.svg
skills/ppt-master/templates/icons/simple-icons/xstate.svg
skills/ppt-master/templates/icons/simple-icons/xubuntu.svg
skills/ppt-master/templates/icons/simple-icons/xyflow.svg
skills/ppt-master/templates/icons/simple-icons/yaak.svg
skills/ppt-master/templates/icons/simple-icons/yabai.svg
skills/ppt-master/templates/icons/simple-icons/yale.svg
skills/ppt-master/templates/icons/simple-icons/yamahacorporation.svg
skills/ppt-master/templates/icons/simple-icons/yamahamotorcorporation.svg
skills/ppt-master/templates/icons/simple-icons/yaml.svg
skills/ppt-master/templates/icons/simple-icons/yammer.svg
skills/ppt-master/templates/icons/simple-icons/yandexcloud.svg
skills/ppt-master/templates/icons/simple-icons/yarn.svg
skills/ppt-master/templates/icons/simple-icons/ycombinator.svg
skills/ppt-master/templates/icons/simple-icons/yelp.svg
skills/ppt-master/templates/icons/simple-icons/yeti.svg
skills/ppt-master/templates/icons/simple-icons/yew.svg
skills/ppt-master/templates/icons/simple-icons/yii.svg
skills/ppt-master/templates/icons/simple-icons/yoast.svg
skills/ppt-master/templates/icons/simple-icons/yolo.svg
skills/ppt-master/templates/icons/simple-icons/youhodler.svg
skills/ppt-master/templates/icons/simple-icons/youtube.svg
skills/ppt-master/templates/icons/simple-icons/youtubegaming.svg
skills/ppt-master/templates/icons/simple-icons/youtubekids.svg
skills/ppt-master/templates/icons/simple-icons/youtubemusic.svg
skills/ppt-master/templates/icons/simple-icons/youtubeshorts.svg
skills/ppt-master/templates/icons/simple-icons/youtubestudio.svg
skills/ppt-master/templates/icons/simple-icons/youtubetv.svg
skills/ppt-master/templates/icons/simple-icons/yr.svg
skills/ppt-master/templates/icons/simple-icons/yubico.svg
skills/ppt-master/templates/icons/simple-icons/yunohost.svg
skills/ppt-master/templates/icons/simple-icons/zabka.svg
skills/ppt-master/templates/icons/simple-icons/zaim.svg
skills/ppt-master/templates/icons/simple-icons/zalando.svg
skills/ppt-master/templates/icons/simple-icons/zalo.svg
skills/ppt-master/templates/icons/simple-icons/zap.svg
skills/ppt-master/templates/icons/simple-icons/zapier.svg
skills/ppt-master/templates/icons/simple-icons/zara.svg
skills/ppt-master/templates/icons/simple-icons/zazzle.svg
skills/ppt-master/templates/icons/simple-icons/zcash.svg
skills/ppt-master/templates/icons/simple-icons/zcool.svg
skills/ppt-master/templates/icons/simple-icons/zdf.svg
skills/ppt-master/templates/icons/simple-icons/zebpay.svg
skills/ppt-master/templates/icons/simple-icons/zebratechnologies.svg
skills/ppt-master/templates/icons/simple-icons/zedindustries.svg
skills/ppt-master/templates/icons/simple-icons/zelle.svg
skills/ppt-master/templates/icons/simple-icons/zenbrowser.svg
skills/ppt-master/templates/icons/simple-icons/zend.svg
skills/ppt-master/templates/icons/simple-icons/zendesk.svg
skills/ppt-master/templates/icons/simple-icons/zenn.svg
skills/ppt-master/templates/icons/simple-icons/zenodo.svg
skills/ppt-master/templates/icons/simple-icons/zensar.svg
skills/ppt-master/templates/icons/simple-icons/zerodha.svg
skills/ppt-master/templates/icons/simple-icons/zerotier.svg
skills/ppt-master/templates/icons/simple-icons/zerply.svg
skills/ppt-master/templates/icons/simple-icons/zettlr.svg
skills/ppt-master/templates/icons/simple-icons/zhihu.svg
skills/ppt-master/templates/icons/simple-icons/zig.svg
skills/ppt-master/templates/icons/simple-icons/zigbee.svg
skills/ppt-master/templates/icons/simple-icons/zigbee2mqtt.svg
skills/ppt-master/templates/icons/simple-icons/ziggo.svg
skills/ppt-master/templates/icons/simple-icons/zilch.svg
skills/ppt-master/templates/icons/simple-icons/zillow.svg
skills/ppt-master/templates/icons/simple-icons/zincsearch.svg
skills/ppt-master/templates/icons/simple-icons/zingat.svg
skills/ppt-master/templates/icons/simple-icons/zod.svg
skills/ppt-master/templates/icons/simple-icons/zoho.svg
skills/ppt-master/templates/icons/simple-icons/zoiper.svg
skills/ppt-master/templates/icons/simple-icons/zola.svg
skills/ppt-master/templates/icons/simple-icons/zomato.svg
skills/ppt-master/templates/icons/simple-icons/zoom.svg
skills/ppt-master/templates/icons/simple-icons/zorin.svg
skills/ppt-master/templates/icons/simple-icons/zotero.svg
skills/ppt-master/templates/icons/simple-icons/zsh.svg
skills/ppt-master/templates/icons/simple-icons/zulip.svg
skills/ppt-master/templates/icons/simple-icons/zyte.svg
skills/ppt-master/templates/icons/tabler-filled/accessible.svg
skills/ppt-master/templates/icons/tabler-filled/ad-circle.svg
skills/ppt-master/templates/icons/tabler-filled/ad.svg
skills/ppt-master/templates/icons/tabler-filled/adjustments-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/adjustments.svg
skills/ppt-master/templates/icons/tabler-filled/aerial-lift.svg
skills/ppt-master/templates/icons/tabler-filled/affiliate.svg
skills/ppt-master/templates/icons/tabler-filled/air-balloon.svg
skills/ppt-master/templates/icons/tabler-filled/alarm-minus.svg
skills/ppt-master/templates/icons/tabler-filled/alarm-plus.svg
skills/ppt-master/templates/icons/tabler-filled/alarm-snooze.svg
skills/ppt-master/templates/icons/tabler-filled/alarm.svg
skills/ppt-master/templates/icons/tabler-filled/alert-circle.svg
skills/ppt-master/templates/icons/tabler-filled/alert-hexagon.svg
skills/ppt-master/templates/icons/tabler-filled/alert-octagon.svg
skills/ppt-master/templates/icons/tabler-filled/alert-square-rounded.svg
skills/ppt-master/templates/icons/tabler-filled/alert-square.svg
skills/ppt-master/templates/icons/tabler-filled/alert-triangle.svg
skills/ppt-master/templates/icons/tabler-filled/alien.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-bottom-center.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-bottom-left.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-bottom-right.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-center-middle.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-left-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-left-middle.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-left-top.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-right-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-right-middle.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-right-top.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-top-center.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-top-left.svg
skills/ppt-master/templates/icons/tabler-filled/align-box-top-right.svg
skills/ppt-master/templates/icons/tabler-filled/analyze.svg
skills/ppt-master/templates/icons/tabler-filled/app-window.svg
skills/ppt-master/templates/icons/tabler-filled/apple.svg
skills/ppt-master/templates/icons/tabler-filled/apps.svg
skills/ppt-master/templates/icons/tabler-filled/archive.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-content.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-down.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-height.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-left.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-right.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-up.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-autofit-width.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-badge-down.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-badge-left.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-badge-right.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-badge-up.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-down-line.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-down-lines.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-down.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-left-line.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-left-lines.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-left.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-right-line.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-right-lines.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-right.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-up-line.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-up-lines.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-big-up.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-down-circle.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-down-rhombus.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-down-square.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-guide.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-left-circle.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-left-rhombus.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-left-square.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-move-down.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-move-left.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-move-right.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-move-up.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-right-circle.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-right-rhombus.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-right-square.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-up-circle.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-up-rhombus.svg
skills/ppt-master/templates/icons/tabler-filled/arrow-up-square.svg
skills/ppt-master/templates/icons/tabler-filled/artboard.svg
skills/ppt-master/templates/icons/tabler-filled/article.svg
skills/ppt-master/templates/icons/tabler-filled/aspect-ratio.svg
skills/ppt-master/templates/icons/tabler-filled/assembly.svg
skills/ppt-master/templates/icons/tabler-filled/asset.svg
skills/ppt-master/templates/icons/tabler-filled/atom-2.svg
skills/ppt-master/templates/icons/tabler-filled/automatic-gearbox.svg
skills/ppt-master/templates/icons/tabler-filled/award.svg
skills/ppt-master/templates/icons/tabler-filled/baby-carriage.svg
skills/ppt-master/templates/icons/tabler-filled/backspace.svg
skills/ppt-master/templates/icons/tabler-filled/badge-3d.svg
skills/ppt-master/templates/icons/tabler-filled/badge-4k.svg
skills/ppt-master/templates/icons/tabler-filled/badge-8k.svg
skills/ppt-master/templates/icons/tabler-filled/badge-ad.svg
skills/ppt-master/templates/icons/tabler-filled/badge-ar.svg
skills/ppt-master/templates/icons/tabler-filled/badge-cc.svg
skills/ppt-master/templates/icons/tabler-filled/badge-hd.svg
skills/ppt-master/templates/icons/tabler-filled/badge-sd.svg
skills/ppt-master/templates/icons/tabler-filled/badge-tm.svg
skills/ppt-master/templates/icons/tabler-filled/badge-vo.svg
skills/ppt-master/templates/icons/tabler-filled/badge-vr.svg
skills/ppt-master/templates/icons/tabler-filled/badge-wc.svg
skills/ppt-master/templates/icons/tabler-filled/badge.svg
skills/ppt-master/templates/icons/tabler-filled/badges.svg
skills/ppt-master/templates/icons/tabler-filled/ball-bowling.svg
skills/ppt-master/templates/icons/tabler-filled/balloon.svg
skills/ppt-master/templates/icons/tabler-filled/ballpen.svg
skills/ppt-master/templates/icons/tabler-filled/bandage.svg
skills/ppt-master/templates/icons/tabler-filled/barbell.svg
skills/ppt-master/templates/icons/tabler-filled/barrier-block.svg
skills/ppt-master/templates/icons/tabler-filled/basket.svg
skills/ppt-master/templates/icons/tabler-filled/bath.svg
skills/ppt-master/templates/icons/tabler-filled/battery-1.svg
skills/ppt-master/templates/icons/tabler-filled/battery-2.svg
skills/ppt-master/templates/icons/tabler-filled/battery-3.svg
skills/ppt-master/templates/icons/tabler-filled/battery-4.svg
skills/ppt-master/templates/icons/tabler-filled/battery-automotive.svg
skills/ppt-master/templates/icons/tabler-filled/battery-vertical-1.svg
skills/ppt-master/templates/icons/tabler-filled/battery-vertical-2.svg
skills/ppt-master/templates/icons/tabler-filled/battery-vertical-3.svg
skills/ppt-master/templates/icons/tabler-filled/battery-vertical-4.svg
skills/ppt-master/templates/icons/tabler-filled/battery-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/battery.svg
skills/ppt-master/templates/icons/tabler-filled/bed-flat.svg
skills/ppt-master/templates/icons/tabler-filled/bed.svg
skills/ppt-master/templates/icons/tabler-filled/beer.svg
skills/ppt-master/templates/icons/tabler-filled/bell-minus.svg
skills/ppt-master/templates/icons/tabler-filled/bell-plus.svg
skills/ppt-master/templates/icons/tabler-filled/bell-ringing-2.svg
skills/ppt-master/templates/icons/tabler-filled/bell-ringing.svg
skills/ppt-master/templates/icons/tabler-filled/bell-x.svg
skills/ppt-master/templates/icons/tabler-filled/bell-z.svg
skills/ppt-master/templates/icons/tabler-filled/bell.svg
skills/ppt-master/templates/icons/tabler-filled/bike.svg
skills/ppt-master/templates/icons/tabler-filled/binary-tree-2.svg
skills/ppt-master/templates/icons/tabler-filled/binary-tree.svg
skills/ppt-master/templates/icons/tabler-filled/binoculars.svg
skills/ppt-master/templates/icons/tabler-filled/biohazard.svg
skills/ppt-master/templates/icons/tabler-filled/blade.svg
skills/ppt-master/templates/icons/tabler-filled/blender.svg
skills/ppt-master/templates/icons/tabler-filled/blob.svg
skills/ppt-master/templates/icons/tabler-filled/bolt.svg
skills/ppt-master/templates/icons/tabler-filled/bomb.svg
skills/ppt-master/templates/icons/tabler-filled/bone.svg
skills/ppt-master/templates/icons/tabler-filled/bong.svg
skills/ppt-master/templates/icons/tabler-filled/book.svg
skills/ppt-master/templates/icons/tabler-filled/bookmark.svg
skills/ppt-master/templates/icons/tabler-filled/bookmarks.svg
skills/ppt-master/templates/icons/tabler-filled/boom.svg
skills/ppt-master/templates/icons/tabler-filled/bottle.svg
skills/ppt-master/templates/icons/tabler-filled/bounce-left.svg
skills/ppt-master/templates/icons/tabler-filled/bounce-right.svg
skills/ppt-master/templates/icons/tabler-filled/bow.svg
skills/ppt-master/templates/icons/tabler-filled/bowl-chopsticks.svg
skills/ppt-master/templates/icons/tabler-filled/bowl-spoon.svg
skills/ppt-master/templates/icons/tabler-filled/bowl.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-bottom-left.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-bottom-right.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-left.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-right.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-top-left.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-top-right.svg
skills/ppt-master/templates/icons/tabler-filled/box-align-top.svg
skills/ppt-master/templates/icons/tabler-filled/box-multiple.svg
skills/ppt-master/templates/icons/tabler-filled/brand-angular.svg
skills/ppt-master/templates/icons/tabler-filled/brand-apple.svg
skills/ppt-master/templates/icons/tabler-filled/brand-bitbucket.svg
skills/ppt-master/templates/icons/tabler-filled/brand-discord.svg
skills/ppt-master/templates/icons/tabler-filled/brand-dribbble.svg
skills/ppt-master/templates/icons/tabler-filled/brand-facebook.svg
skills/ppt-master/templates/icons/tabler-filled/brand-github.svg
skills/ppt-master/templates/icons/tabler-filled/brand-google.svg
skills/ppt-master/templates/icons/tabler-filled/brand-instagram.svg
skills/ppt-master/templates/icons/tabler-filled/brand-kick.svg
skills/ppt-master/templates/icons/tabler-filled/brand-linkedin.svg
skills/ppt-master/templates/icons/tabler-filled/brand-messenger.svg
skills/ppt-master/templates/icons/tabler-filled/brand-open-source.svg
skills/ppt-master/templates/icons/tabler-filled/brand-opera.svg
skills/ppt-master/templates/icons/tabler-filled/brand-patreon.svg
skills/ppt-master/templates/icons/tabler-filled/brand-paypal.svg
skills/ppt-master/templates/icons/tabler-filled/brand-pinterest.svg
skills/ppt-master/templates/icons/tabler-filled/brand-sketch.svg
skills/ppt-master/templates/icons/tabler-filled/brand-snapchat.svg
skills/ppt-master/templates/icons/tabler-filled/brand-spotify.svg
skills/ppt-master/templates/icons/tabler-filled/brand-steam.svg
skills/ppt-master/templates/icons/tabler-filled/brand-stripe.svg
skills/ppt-master/templates/icons/tabler-filled/brand-tabler.svg
skills/ppt-master/templates/icons/tabler-filled/brand-tiktok.svg
skills/ppt-master/templates/icons/tabler-filled/brand-tinder.svg
skills/ppt-master/templates/icons/tabler-filled/brand-tumblr.svg
skills/ppt-master/templates/icons/tabler-filled/brand-twitter.svg
skills/ppt-master/templates/icons/tabler-filled/brand-vercel.svg
skills/ppt-master/templates/icons/tabler-filled/brand-vimeo.svg
skills/ppt-master/templates/icons/tabler-filled/brand-weibo.svg
skills/ppt-master/templates/icons/tabler-filled/brand-whatsapp.svg
skills/ppt-master/templates/icons/tabler-filled/brand-windows.svg
skills/ppt-master/templates/icons/tabler-filled/brand-x.svg
skills/ppt-master/templates/icons/tabler-filled/brand-youtube.svg
skills/ppt-master/templates/icons/tabler-filled/bread.svg
skills/ppt-master/templates/icons/tabler-filled/briefcase-2.svg
skills/ppt-master/templates/icons/tabler-filled/briefcase.svg
skills/ppt-master/templates/icons/tabler-filled/brightness-auto.svg
skills/ppt-master/templates/icons/tabler-filled/brightness-down.svg
skills/ppt-master/templates/icons/tabler-filled/brightness-up.svg
skills/ppt-master/templates/icons/tabler-filled/brightness.svg
skills/ppt-master/templates/icons/tabler-filled/bubble-text.svg
skills/ppt-master/templates/icons/tabler-filled/bubble.svg
skills/ppt-master/templates/icons/tabler-filled/bug.svg
skills/ppt-master/templates/icons/tabler-filled/building-bridge-2.svg
skills/ppt-master/templates/icons/tabler-filled/building-broadcast-tower.svg
skills/ppt-master/templates/icons/tabler-filled/bulb.svg
skills/ppt-master/templates/icons/tabler-filled/bus.svg
skills/ppt-master/templates/icons/tabler-filled/butterfly.svg
skills/ppt-master/templates/icons/tabler-filled/cactus.svg
skills/ppt-master/templates/icons/tabler-filled/calculator.svg
skills/ppt-master/templates/icons/tabler-filled/calendar-event.svg
skills/ppt-master/templates/icons/tabler-filled/calendar-month.svg
skills/ppt-master/templates/icons/tabler-filled/calendar-week.svg
skills/ppt-master/templates/icons/tabler-filled/calendar.svg
skills/ppt-master/templates/icons/tabler-filled/camera.svg
skills/ppt-master/templates/icons/tabler-filled/campfire.svg
skills/ppt-master/templates/icons/tabler-filled/candle.svg
skills/ppt-master/templates/icons/tabler-filled/cannabis.svg
skills/ppt-master/templates/icons/tabler-filled/capsule-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/capsule.svg
skills/ppt-master/templates/icons/tabler-filled/capture.svg
skills/ppt-master/templates/icons/tabler-filled/car-4wd.svg
skills/ppt-master/templates/icons/tabler-filled/car-crane.svg
skills/ppt-master/templates/icons/tabler-filled/car-fan.svg
skills/ppt-master/templates/icons/tabler-filled/car-suv.svg
skills/ppt-master/templates/icons/tabler-filled/car.svg
skills/ppt-master/templates/icons/tabler-filled/carambola.svg
skills/ppt-master/templates/icons/tabler-filled/caravan.svg
skills/ppt-master/templates/icons/tabler-filled/cardboards.svg
skills/ppt-master/templates/icons/tabler-filled/cards.svg
skills/ppt-master/templates/icons/tabler-filled/caret-down.svg
skills/ppt-master/templates/icons/tabler-filled/caret-left-right.svg
skills/ppt-master/templates/icons/tabler-filled/caret-left.svg
skills/ppt-master/templates/icons/tabler-filled/caret-right.svg
skills/ppt-master/templates/icons/tabler-filled/caret-up-down.svg
skills/ppt-master/templates/icons/tabler-filled/caret-up.svg
skills/ppt-master/templates/icons/tabler-filled/carousel-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/carousel-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/cash-banknote.svg
skills/ppt-master/templates/icons/tabler-filled/category.svg
skills/ppt-master/templates/icons/tabler-filled/charging-pile.svg
skills/ppt-master/templates/icons/tabler-filled/chart-area-line.svg
skills/ppt-master/templates/icons/tabler-filled/chart-area.svg
skills/ppt-master/templates/icons/tabler-filled/chart-bubble.svg
skills/ppt-master/templates/icons/tabler-filled/chart-candle.svg
skills/ppt-master/templates/icons/tabler-filled/chart-donut.svg
skills/ppt-master/templates/icons/tabler-filled/chart-dots-2.svg
skills/ppt-master/templates/icons/tabler-filled/chart-dots-3.svg
skills/ppt-master/templates/icons/tabler-filled/chart-dots.svg
skills/ppt-master/templates/icons/tabler-filled/chart-funnel.svg
skills/ppt-master/templates/icons/tabler-filled/chart-grid-dots.svg
skills/ppt-master/templates/icons/tabler-filled/chart-pie-2.svg
skills/ppt-master/templates/icons/tabler-filled/chart-pie-3.svg
skills/ppt-master/templates/icons/tabler-filled/chart-pie-4.svg
skills/ppt-master/templates/icons/tabler-filled/chart-pie.svg
skills/ppt-master/templates/icons/tabler-filled/check.svg
skills/ppt-master/templates/icons/tabler-filled/chef-hat.svg
skills/ppt-master/templates/icons/tabler-filled/cherry.svg
skills/ppt-master/templates/icons/tabler-filled/chess-bishop.svg
skills/ppt-master/templates/icons/tabler-filled/chess-king.svg
skills/ppt-master/templates/icons/tabler-filled/chess-knight.svg
skills/ppt-master/templates/icons/tabler-filled/chess-queen.svg
skills/ppt-master/templates/icons/tabler-filled/chess-rook.svg
skills/ppt-master/templates/icons/tabler-filled/chess.svg
skills/ppt-master/templates/icons/tabler-filled/chevron-down.svg
skills/ppt-master/templates/icons/tabler-filled/chevron-right.svg
skills/ppt-master/templates/icons/tabler-filled/christmas-tree.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-down-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-down-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-down.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-up-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-up-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-arrow-up.svg
skills/ppt-master/templates/icons/tabler-filled/circle-caret-down.svg
skills/ppt-master/templates/icons/tabler-filled/circle-caret-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-caret-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-caret-up.svg
skills/ppt-master/templates/icons/tabler-filled/circle-check.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevron-down.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevron-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevron-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevron-up.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-filled/circle-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-filled/circle-dot.svg
skills/ppt-master/templates/icons/tabler-filled/circle-key.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-a.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-b.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-c.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-d.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-e.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-f.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-g.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-h.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-i.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-j.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-k.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-l.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-m.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-n.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-o.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-p.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-q.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-r.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-s.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-t.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-u.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-v.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-w.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-x.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-y.svg
skills/ppt-master/templates/icons/tabler-filled/circle-letter-z.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-0.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-1.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-2.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-3.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-4.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-5.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-6.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-7.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-8.svg
skills/ppt-master/templates/icons/tabler-filled/circle-number-9.svg
skills/ppt-master/templates/icons/tabler-filled/circle-percentage.svg
skills/ppt-master/templates/icons/tabler-filled/circle-plus.svg
skills/ppt-master/templates/icons/tabler-filled/circle-rectangle.svg
skills/ppt-master/templates/icons/tabler-filled/circle-x.svg
skills/ppt-master/templates/icons/tabler-filled/circle.svg
skills/ppt-master/templates/icons/tabler-filled/circles.svg
skills/ppt-master/templates/icons/tabler-filled/click.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-check.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-data.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-list.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-plus.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-smile.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-text.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-typography.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard-x.svg
skills/ppt-master/templates/icons/tabler-filled/clipboard.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-1.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-10.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-11.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-12.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-2.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-3.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-4.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-5.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-6.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-7.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-8.svg
skills/ppt-master/templates/icons/tabler-filled/clock-hour-9.svg
skills/ppt-master/templates/icons/tabler-filled/clock.svg
skills/ppt-master/templates/icons/tabler-filled/cloud-computing.svg
skills/ppt-master/templates/icons/tabler-filled/cloud-data-connection.svg
skills/ppt-master/templates/icons/tabler-filled/cloud.svg
skills/ppt-master/templates/icons/tabler-filled/clover.svg
skills/ppt-master/templates/icons/tabler-filled/clubs.svg
skills/ppt-master/templates/icons/tabler-filled/code-circle-2.svg
skills/ppt-master/templates/icons/tabler-filled/code-circle.svg
skills/ppt-master/templates/icons/tabler-filled/coin-bitcoin.svg
skills/ppt-master/templates/icons/tabler-filled/coin-euro.svg
skills/ppt-master/templates/icons/tabler-filled/coin-monero.svg
skills/ppt-master/templates/icons/tabler-filled/coin-pound.svg
skills/ppt-master/templates/icons/tabler-filled/coin-rupee.svg
skills/ppt-master/templates/icons/tabler-filled/coin-taka.svg
skills/ppt-master/templates/icons/tabler-filled/coin-yen.svg
skills/ppt-master/templates/icons/tabler-filled/coin-yuan.svg
skills/ppt-master/templates/icons/tabler-filled/coin.svg
skills/ppt-master/templates/icons/tabler-filled/columns-1.svg
skills/ppt-master/templates/icons/tabler-filled/columns-2.svg
skills/ppt-master/templates/icons/tabler-filled/columns-3.svg
skills/ppt-master/templates/icons/tabler-filled/compass.svg
skills/ppt-master/templates/icons/tabler-filled/cone-2.svg
skills/ppt-master/templates/icons/tabler-filled/cone.svg
skills/ppt-master/templates/icons/tabler-filled/confetti.svg
skills/ppt-master/templates/icons/tabler-filled/container.svg
skills/ppt-master/templates/icons/tabler-filled/contrast-2.svg
skills/ppt-master/templates/icons/tabler-filled/contrast.svg
skills/ppt-master/templates/icons/tabler-filled/cookie-man.svg
skills/ppt-master/templates/icons/tabler-filled/cookie.svg
skills/ppt-master/templates/icons/tabler-filled/copy-check.svg
skills/ppt-master/templates/icons/tabler-filled/copy-minus.svg
skills/ppt-master/templates/icons/tabler-filled/copy-plus.svg
skills/ppt-master/templates/icons/tabler-filled/copy-x.svg
skills/ppt-master/templates/icons/tabler-filled/copy.svg
skills/ppt-master/templates/icons/tabler-filled/copyleft.svg
skills/ppt-master/templates/icons/tabler-filled/copyright.svg
skills/ppt-master/templates/icons/tabler-filled/credit-card.svg
skills/ppt-master/templates/icons/tabler-filled/crop-1-1.svg
skills/ppt-master/templates/icons/tabler-filled/crop-16-9.svg
skills/ppt-master/templates/icons/tabler-filled/crop-3-2.svg
skills/ppt-master/templates/icons/tabler-filled/crop-5-4.svg
skills/ppt-master/templates/icons/tabler-filled/crop-7-5.svg
skills/ppt-master/templates/icons/tabler-filled/crop-landscape.svg
skills/ppt-master/templates/icons/tabler-filled/crop-portrait.svg
skills/ppt-master/templates/icons/tabler-filled/cross.svg
skills/ppt-master/templates/icons/tabler-filled/crown.svg
skills/ppt-master/templates/icons/tabler-filled/current-location.svg
skills/ppt-master/templates/icons/tabler-filled/dashboard.svg
skills/ppt-master/templates/icons/tabler-filled/database.svg
skills/ppt-master/templates/icons/tabler-filled/device-cctv.svg
skills/ppt-master/templates/icons/tabler-filled/device-desktop.svg
skills/ppt-master/templates/icons/tabler-filled/device-floppy.svg
skills/ppt-master/templates/icons/tabler-filled/device-gamepad-2.svg
skills/ppt-master/templates/icons/tabler-filled/device-gamepad-3.svg
skills/ppt-master/templates/icons/tabler-filled/device-gamepad.svg
skills/ppt-master/templates/icons/tabler-filled/device-heart-monitor.svg
skills/ppt-master/templates/icons/tabler-filled/device-imac.svg
skills/ppt-master/templates/icons/tabler-filled/device-ipad.svg
skills/ppt-master/templates/icons/tabler-filled/device-mobile.svg
skills/ppt-master/templates/icons/tabler-filled/device-remote.svg
skills/ppt-master/templates/icons/tabler-filled/device-speaker.svg
skills/ppt-master/templates/icons/tabler-filled/device-tablet.svg
skills/ppt-master/templates/icons/tabler-filled/device-tv-old.svg
skills/ppt-master/templates/icons/tabler-filled/device-tv.svg
skills/ppt-master/templates/icons/tabler-filled/device-unknown.svg
skills/ppt-master/templates/icons/tabler-filled/device-usb.svg
skills/ppt-master/templates/icons/tabler-filled/device-vision-pro.svg
skills/ppt-master/templates/icons/tabler-filled/device-watch.svg
skills/ppt-master/templates/icons/tabler-filled/dialpad.svg
skills/ppt-master/templates/icons/tabler-filled/diamond.svg
skills/ppt-master/templates/icons/tabler-filled/diamonds.svg
skills/ppt-master/templates/icons/tabler-filled/dice-1.svg
skills/ppt-master/templates/icons/tabler-filled/dice-2.svg
skills/ppt-master/templates/icons/tabler-filled/dice-3.svg
skills/ppt-master/templates/icons/tabler-filled/dice-4.svg
skills/ppt-master/templates/icons/tabler-filled/dice-5.svg
skills/ppt-master/templates/icons/tabler-filled/dice-6.svg
skills/ppt-master/templates/icons/tabler-filled/dice.svg
skills/ppt-master/templates/icons/tabler-filled/direction-arrows.svg
skills/ppt-master/templates/icons/tabler-filled/direction-sign.svg
skills/ppt-master/templates/icons/tabler-filled/directions.svg
skills/ppt-master/templates/icons/tabler-filled/disc.svg
skills/ppt-master/templates/icons/tabler-filled/discount.svg
skills/ppt-master/templates/icons/tabler-filled/dots-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/dots.svg
skills/ppt-master/templates/icons/tabler-filled/download.svg
skills/ppt-master/templates/icons/tabler-filled/drop-circle.svg
skills/ppt-master/templates/icons/tabler-filled/droplet-half-2.svg
skills/ppt-master/templates/icons/tabler-filled/droplet-half.svg
skills/ppt-master/templates/icons/tabler-filled/droplet.svg
skills/ppt-master/templates/icons/tabler-filled/droplets.svg
skills/ppt-master/templates/icons/tabler-filled/dual-screen.svg
skills/ppt-master/templates/icons/tabler-filled/dumpling.svg
skills/ppt-master/templates/icons/tabler-filled/ease-in-control-point.svg
skills/ppt-master/templates/icons/tabler-filled/ease-in-out-control-points.svg
skills/ppt-master/templates/icons/tabler-filled/ease-out-control-point.svg
skills/ppt-master/templates/icons/tabler-filled/edit.svg
skills/ppt-master/templates/icons/tabler-filled/egg-cracked.svg
skills/ppt-master/templates/icons/tabler-filled/egg-fried.svg
skills/ppt-master/templates/icons/tabler-filled/egg.svg
skills/ppt-master/templates/icons/tabler-filled/elevator.svg
skills/ppt-master/templates/icons/tabler-filled/engine.svg
skills/ppt-master/templates/icons/tabler-filled/escalator-down.svg
skills/ppt-master/templates/icons/tabler-filled/escalator-up.svg
skills/ppt-master/templates/icons/tabler-filled/escalator.svg
skills/ppt-master/templates/icons/tabler-filled/exchange.svg
skills/ppt-master/templates/icons/tabler-filled/exclamation-circle.svg
skills/ppt-master/templates/icons/tabler-filled/explicit.svg
skills/ppt-master/templates/icons/tabler-filled/exposure.svg
skills/ppt-master/templates/icons/tabler-filled/external-link.svg
skills/ppt-master/templates/icons/tabler-filled/eye-table.svg
skills/ppt-master/templates/icons/tabler-filled/eye.svg
skills/ppt-master/templates/icons/tabler-filled/eyeglass-2.svg
skills/ppt-master/templates/icons/tabler-filled/eyeglass.svg
skills/ppt-master/templates/icons/tabler-filled/face-mask.svg
skills/ppt-master/templates/icons/tabler-filled/favicon.svg
skills/ppt-master/templates/icons/tabler-filled/feather.svg
skills/ppt-master/templates/icons/tabler-filled/fence.svg
skills/ppt-master/templates/icons/tabler-filled/ferry.svg
skills/ppt-master/templates/icons/tabler-filled/fidget-spinner.svg
skills/ppt-master/templates/icons/tabler-filled/file-analytics.svg
skills/ppt-master/templates/icons/tabler-filled/file-check.svg
skills/ppt-master/templates/icons/tabler-filled/file-code-2.svg
skills/ppt-master/templates/icons/tabler-filled/file-code.svg
skills/ppt-master/templates/icons/tabler-filled/file-cv.svg
skills/ppt-master/templates/icons/tabler-filled/file-delta.svg
skills/ppt-master/templates/icons/tabler-filled/file-description.svg
skills/ppt-master/templates/icons/tabler-filled/file-diff.svg
skills/ppt-master/templates/icons/tabler-filled/file-digit.svg
skills/ppt-master/templates/icons/tabler-filled/file-dollar.svg
skills/ppt-master/templates/icons/tabler-filled/file-dots.svg
skills/ppt-master/templates/icons/tabler-filled/file-download.svg
skills/ppt-master/templates/icons/tabler-filled/file-euro.svg
skills/ppt-master/templates/icons/tabler-filled/file-function.svg
skills/ppt-master/templates/icons/tabler-filled/file-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/file-info.svg
skills/ppt-master/templates/icons/tabler-filled/file-invoice.svg
skills/ppt-master/templates/icons/tabler-filled/file-lambda.svg
skills/ppt-master/templates/icons/tabler-filled/file-minus.svg
skills/ppt-master/templates/icons/tabler-filled/file-music.svg
skills/ppt-master/templates/icons/tabler-filled/file-neutral.svg
skills/ppt-master/templates/icons/tabler-filled/file-pencil.svg
skills/ppt-master/templates/icons/tabler-filled/file-percent.svg
skills/ppt-master/templates/icons/tabler-filled/file-phone.svg
skills/ppt-master/templates/icons/tabler-filled/file-power.svg
skills/ppt-master/templates/icons/tabler-filled/file-rss.svg
skills/ppt-master/templates/icons/tabler-filled/file-sad.svg
skills/ppt-master/templates/icons/tabler-filled/file-scissors.svg
skills/ppt-master/templates/icons/tabler-filled/file-settings.svg
skills/ppt-master/templates/icons/tabler-filled/file-signal.svg
skills/ppt-master/templates/icons/tabler-filled/file-smile.svg
skills/ppt-master/templates/icons/tabler-filled/file-star.svg
skills/ppt-master/templates/icons/tabler-filled/file-text.svg
skills/ppt-master/templates/icons/tabler-filled/file-time.svg
skills/ppt-master/templates/icons/tabler-filled/file-typography.svg
skills/ppt-master/templates/icons/tabler-filled/file-unknown.svg
skills/ppt-master/templates/icons/tabler-filled/file-upload.svg
skills/ppt-master/templates/icons/tabler-filled/file-vector.svg
skills/ppt-master/templates/icons/tabler-filled/file-x.svg
skills/ppt-master/templates/icons/tabler-filled/file.svg
skills/ppt-master/templates/icons/tabler-filled/files.svg
skills/ppt-master/templates/icons/tabler-filled/filter.svg
skills/ppt-master/templates/icons/tabler-filled/filters.svg
skills/ppt-master/templates/icons/tabler-filled/fish-bone.svg
skills/ppt-master/templates/icons/tabler-filled/flag-2.svg
skills/ppt-master/templates/icons/tabler-filled/flag-3.svg
skills/ppt-master/templates/icons/tabler-filled/flag.svg
skills/ppt-master/templates/icons/tabler-filled/flame.svg
skills/ppt-master/templates/icons/tabler-filled/flare.svg
skills/ppt-master/templates/icons/tabler-filled/flask-2.svg
skills/ppt-master/templates/icons/tabler-filled/flask.svg
skills/ppt-master/templates/icons/tabler-filled/flower.svg
skills/ppt-master/templates/icons/tabler-filled/folder-open.svg
skills/ppt-master/templates/icons/tabler-filled/folder.svg
skills/ppt-master/templates/icons/tabler-filled/folders.svg
skills/ppt-master/templates/icons/tabler-filled/forbid-2.svg
skills/ppt-master/templates/icons/tabler-filled/forbid.svg
skills/ppt-master/templates/icons/tabler-filled/fountain.svg
skills/ppt-master/templates/icons/tabler-filled/function.svg
skills/ppt-master/templates/icons/tabler-filled/garden-cart.svg
skills/ppt-master/templates/icons/tabler-filled/gas-station.svg
skills/ppt-master/templates/icons/tabler-filled/gauge.svg
skills/ppt-master/templates/icons/tabler-filled/ghost-2.svg
skills/ppt-master/templates/icons/tabler-filled/ghost-3.svg
skills/ppt-master/templates/icons/tabler-filled/ghost.svg
skills/ppt-master/templates/icons/tabler-filled/gift-card.svg
skills/ppt-master/templates/icons/tabler-filled/gift.svg
skills/ppt-master/templates/icons/tabler-filled/glass-full.svg
skills/ppt-master/templates/icons/tabler-filled/glass.svg
skills/ppt-master/templates/icons/tabler-filled/globe.svg
skills/ppt-master/templates/icons/tabler-filled/golf.svg
skills/ppt-master/templates/icons/tabler-filled/gps.svg
skills/ppt-master/templates/icons/tabler-filled/graph.svg
skills/ppt-master/templates/icons/tabler-filled/grid-pattern.svg
skills/ppt-master/templates/icons/tabler-filled/guitar-pick.svg
skills/ppt-master/templates/icons/tabler-filled/hanger-2.svg
skills/ppt-master/templates/icons/tabler-filled/headphones.svg
skills/ppt-master/templates/icons/tabler-filled/headset.svg
skills/ppt-master/templates/icons/tabler-filled/heart-broken.svg
skills/ppt-master/templates/icons/tabler-filled/heart.svg
skills/ppt-master/templates/icons/tabler-filled/helicopter-landing.svg
skills/ppt-master/templates/icons/tabler-filled/helicopter.svg
skills/ppt-master/templates/icons/tabler-filled/help-circle.svg
skills/ppt-master/templates/icons/tabler-filled/help-hexagon.svg
skills/ppt-master/templates/icons/tabler-filled/help-octagon.svg
skills/ppt-master/templates/icons/tabler-filled/help-square-rounded.svg
skills/ppt-master/templates/icons/tabler-filled/help-square.svg
skills/ppt-master/templates/icons/tabler-filled/help-triangle.svg
skills/ppt-master/templates/icons/tabler-filled/help.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-a.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-b.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-c.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-d.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-e.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-f.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-g.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-h.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-i.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-j.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-k.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-l.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-m.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-n.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-o.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-p.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-q.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-r.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-s.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-t.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-u.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-v.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-w.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-x.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-y.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-letter-z.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-minus.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-0.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-1.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-2.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-3.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-4.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-5.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-6.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-7.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-8.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-number-9.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon-plus.svg
skills/ppt-master/templates/icons/tabler-filled/hexagon.svg
skills/ppt-master/templates/icons/tabler-filled/home-2.svg
skills/ppt-master/templates/icons/tabler-filled/home.svg
skills/ppt-master/templates/icons/tabler-filled/hospital-circle.svg
skills/ppt-master/templates/icons/tabler-filled/hourglass.svg
skills/ppt-master/templates/icons/tabler-filled/icons.svg
skills/ppt-master/templates/icons/tabler-filled/id.svg
skills/ppt-master/templates/icons/tabler-filled/info-circle.svg
skills/ppt-master/templates/icons/tabler-filled/info-hexagon.svg
skills/ppt-master/templates/icons/tabler-filled/info-octagon.svg
skills/ppt-master/templates/icons/tabler-filled/info-square-rounded.svg
skills/ppt-master/templates/icons/tabler-filled/info-square.svg
skills/ppt-master/templates/icons/tabler-filled/info-triangle.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-bottom-left.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-bottom-right.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-left.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-right.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-top-left.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-top-right.svg
skills/ppt-master/templates/icons/tabler-filled/inner-shadow-top.svg
skills/ppt-master/templates/icons/tabler-filled/ironing-1.svg
skills/ppt-master/templates/icons/tabler-filled/ironing-2.svg
skills/ppt-master/templates/icons/tabler-filled/ironing-3.svg
skills/ppt-master/templates/icons/tabler-filled/ironing-steam.svg
skills/ppt-master/templates/icons/tabler-filled/ironing.svg
skills/ppt-master/templates/icons/tabler-filled/jetpack.svg
skills/ppt-master/templates/icons/tabler-filled/jewish-star.svg
skills/ppt-master/templates/icons/tabler-filled/key.svg
skills/ppt-master/templates/icons/tabler-filled/keyboard.svg
skills/ppt-master/templates/icons/tabler-filled/keyframe-align-center.svg
skills/ppt-master/templates/icons/tabler-filled/keyframe-align-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/keyframe-align-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/keyframe.svg
skills/ppt-master/templates/icons/tabler-filled/keyframes.svg
skills/ppt-master/templates/icons/tabler-filled/label-important.svg
skills/ppt-master/templates/icons/tabler-filled/label.svg
skills/ppt-master/templates/icons/tabler-filled/lasso-polygon.svg
skills/ppt-master/templates/icons/tabler-filled/laurel-wreath-1.svg
skills/ppt-master/templates/icons/tabler-filled/laurel-wreath-2.svg
skills/ppt-master/templates/icons/tabler-filled/laurel-wreath-3.svg
skills/ppt-master/templates/icons/tabler-filled/laurel-wreath.svg
skills/ppt-master/templates/icons/tabler-filled/layout-2.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-center.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-left.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-middle.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-right.svg
skills/ppt-master/templates/icons/tabler-filled/layout-align-top.svg
skills/ppt-master/templates/icons/tabler-filled/layout-board-split.svg
skills/ppt-master/templates/icons/tabler-filled/layout-board.svg
skills/ppt-master/templates/icons/tabler-filled/layout-bottombar-collapse.svg
skills/ppt-master/templates/icons/tabler-filled/layout-bottombar-expand.svg
skills/ppt-master/templates/icons/tabler-filled/layout-bottombar.svg
skills/ppt-master/templates/icons/tabler-filled/layout-cards.svg
skills/ppt-master/templates/icons/tabler-filled/layout-dashboard.svg
skills/ppt-master/templates/icons/tabler-filled/layout-distribute-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/layout-distribute-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/layout-grid.svg
skills/ppt-master/templates/icons/tabler-filled/layout-kanban.svg
skills/ppt-master/templates/icons/tabler-filled/layout-list.svg
skills/ppt-master/templates/icons/tabler-filled/layout-navbar-collapse.svg
skills/ppt-master/templates/icons/tabler-filled/layout-navbar-expand.svg
skills/ppt-master/templates/icons/tabler-filled/layout-navbar.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar-left-collapse.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar-left-expand.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar-right-collapse.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar-right-expand.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar-right.svg
skills/ppt-master/templates/icons/tabler-filled/layout-sidebar.svg
skills/ppt-master/templates/icons/tabler-filled/layout.svg
skills/ppt-master/templates/icons/tabler-filled/leaf.svg
skills/ppt-master/templates/icons/tabler-filled/lego.svg
skills/ppt-master/templates/icons/tabler-filled/lemon-2.svg
skills/ppt-master/templates/icons/tabler-filled/library-plus.svg
skills/ppt-master/templates/icons/tabler-filled/library.svg
skills/ppt-master/templates/icons/tabler-filled/lifebuoy.svg
skills/ppt-master/templates/icons/tabler-filled/link.svg
skills/ppt-master/templates/icons/tabler-filled/list-check.svg
skills/ppt-master/templates/icons/tabler-filled/list-details.svg
skills/ppt-master/templates/icons/tabler-filled/list.svg
skills/ppt-master/templates/icons/tabler-filled/live-photo.svg
skills/ppt-master/templates/icons/tabler-filled/live-view.svg
skills/ppt-master/templates/icons/tabler-filled/location.svg
skills/ppt-master/templates/icons/tabler-filled/lock-square-rounded.svg
skills/ppt-master/templates/icons/tabler-filled/lock.svg
skills/ppt-master/templates/icons/tabler-filled/lungs.svg
skills/ppt-master/templates/icons/tabler-filled/macro.svg
skills/ppt-master/templates/icons/tabler-filled/magnet.svg
skills/ppt-master/templates/icons/tabler-filled/mail-opened.svg
skills/ppt-master/templates/icons/tabler-filled/mail.svg
skills/ppt-master/templates/icons/tabler-filled/man.svg
skills/ppt-master/templates/icons/tabler-filled/manual-gearbox.svg
skills/ppt-master/templates/icons/tabler-filled/map-pin.svg
skills/ppt-master/templates/icons/tabler-filled/medical-cross.svg
skills/ppt-master/templates/icons/tabler-filled/meeple.svg
skills/ppt-master/templates/icons/tabler-filled/melon.svg
skills/ppt-master/templates/icons/tabler-filled/menu-2.svg
skills/ppt-master/templates/icons/tabler-filled/message-2.svg
skills/ppt-master/templates/icons/tabler-filled/message-chatbot.svg
skills/ppt-master/templates/icons/tabler-filled/message-circle.svg
skills/ppt-master/templates/icons/tabler-filled/message-report.svg
skills/ppt-master/templates/icons/tabler-filled/message.svg
skills/ppt-master/templates/icons/tabler-filled/messages.svg
skills/ppt-master/templates/icons/tabler-filled/meteor.svg
skills/ppt-master/templates/icons/tabler-filled/michelin-star.svg
skills/ppt-master/templates/icons/tabler-filled/mickey.svg
skills/ppt-master/templates/icons/tabler-filled/microphone.svg
skills/ppt-master/templates/icons/tabler-filled/microscope.svg
skills/ppt-master/templates/icons/tabler-filled/microwave.svg
skills/ppt-master/templates/icons/tabler-filled/military-rank.svg
skills/ppt-master/templates/icons/tabler-filled/milk.svg
skills/ppt-master/templates/icons/tabler-filled/mood-angry.svg
skills/ppt-master/templates/icons/tabler-filled/mood-confuzed.svg
skills/ppt-master/templates/icons/tabler-filled/mood-crazy-happy.svg
skills/ppt-master/templates/icons/tabler-filled/mood-empty.svg
skills/ppt-master/templates/icons/tabler-filled/mood-happy.svg
skills/ppt-master/templates/icons/tabler-filled/mood-kid.svg
skills/ppt-master/templates/icons/tabler-filled/mood-neutral.svg
skills/ppt-master/templates/icons/tabler-filled/mood-sad.svg
skills/ppt-master/templates/icons/tabler-filled/mood-smile.svg
skills/ppt-master/templates/icons/tabler-filled/mood-wrrr.svg
skills/ppt-master/templates/icons/tabler-filled/moon.svg
skills/ppt-master/templates/icons/tabler-filled/motorbike.svg
skills/ppt-master/templates/icons/tabler-filled/mountain.svg
skills/ppt-master/templates/icons/tabler-filled/mouse.svg
skills/ppt-master/templates/icons/tabler-filled/mug.svg
skills/ppt-master/templates/icons/tabler-filled/mushroom.svg
skills/ppt-master/templates/icons/tabler-filled/navigation.svg
skills/ppt-master/templates/icons/tabler-filled/nurse.svg
skills/ppt-master/templates/icons/tabler-filled/octagon-minus.svg
skills/ppt-master/templates/icons/tabler-filled/octagon-plus.svg
skills/ppt-master/templates/icons/tabler-filled/octagon.svg
skills/ppt-master/templates/icons/tabler-filled/oval-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/oval.svg
skills/ppt-master/templates/icons/tabler-filled/pacman.svg
skills/ppt-master/templates/icons/tabler-filled/paint.svg
skills/ppt-master/templates/icons/tabler-filled/palette.svg
skills/ppt-master/templates/icons/tabler-filled/panorama-horizontal.svg
skills/ppt-master/templates/icons/tabler-filled/panorama-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/parking-circle.svg
skills/ppt-master/templates/icons/tabler-filled/paw.svg
skills/ppt-master/templates/icons/tabler-filled/pencil.svg
skills/ppt-master/templates/icons/tabler-filled/pennant-2.svg
skills/ppt-master/templates/icons/tabler-filled/pennant.svg
skills/ppt-master/templates/icons/tabler-filled/pentagon.svg
skills/ppt-master/templates/icons/tabler-filled/phone-call.svg
skills/ppt-master/templates/icons/tabler-filled/phone-calling.svg
skills/ppt-master/templates/icons/tabler-filled/phone-check.svg
skills/ppt-master/templates/icons/tabler-filled/phone-x.svg
skills/ppt-master/templates/icons/tabler-filled/phone.svg
skills/ppt-master/templates/icons/tabler-filled/photo.svg
skills/ppt-master/templates/icons/tabler-filled/picture-in-picture-top.svg
skills/ppt-master/templates/icons/tabler-filled/picture-in-picture.svg
skills/ppt-master/templates/icons/tabler-filled/pig.svg
skills/ppt-master/templates/icons/tabler-filled/pill.svg
skills/ppt-master/templates/icons/tabler-filled/pin.svg
skills/ppt-master/templates/icons/tabler-filled/pinned.svg
skills/ppt-master/templates/icons/tabler-filled/pizza.svg
skills/ppt-master/templates/icons/tabler-filled/plane-arrival.svg
skills/ppt-master/templates/icons/tabler-filled/plane-departure.svg
skills/ppt-master/templates/icons/tabler-filled/plane-tilt.svg
skills/ppt-master/templates/icons/tabler-filled/plane.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-1.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-10.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-2.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-3.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-4.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-5.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-6.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-7.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-8.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-9.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-a.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-j.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-k.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-q.svg
skills/ppt-master/templates/icons/tabler-filled/play-card-star.svg
skills/ppt-master/templates/icons/tabler-filled/play-card.svg
skills/ppt-master/templates/icons/tabler-filled/player-eject.svg
skills/ppt-master/templates/icons/tabler-filled/player-pause.svg
skills/ppt-master/templates/icons/tabler-filled/player-play.svg
skills/ppt-master/templates/icons/tabler-filled/player-record.svg
skills/ppt-master/templates/icons/tabler-filled/player-skip-back.svg
skills/ppt-master/templates/icons/tabler-filled/player-skip-forward.svg
skills/ppt-master/templates/icons/tabler-filled/player-stop.svg
skills/ppt-master/templates/icons/tabler-filled/player-track-next.svg
skills/ppt-master/templates/icons/tabler-filled/player-track-prev.svg
skills/ppt-master/templates/icons/tabler-filled/playlist.svg
skills/ppt-master/templates/icons/tabler-filled/plus.svg
skills/ppt-master/templates/icons/tabler-filled/point.svg
skills/ppt-master/templates/icons/tabler-filled/pointer.svg
skills/ppt-master/templates/icons/tabler-filled/polaroid.svg
skills/ppt-master/templates/icons/tabler-filled/poo.svg
skills/ppt-master/templates/icons/tabler-filled/presentation-analytics.svg
skills/ppt-master/templates/icons/tabler-filled/presentation.svg
skills/ppt-master/templates/icons/tabler-filled/puzzle.svg
skills/ppt-master/templates/icons/tabler-filled/quote.svg
skills/ppt-master/templates/icons/tabler-filled/radar.svg
skills/ppt-master/templates/icons/tabler-filled/radioactive.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-dollar.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-euro.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-pound.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-rupee.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-yen.svg
skills/ppt-master/templates/icons/tabler-filled/receipt-yuan.svg
skills/ppt-master/templates/icons/tabler-filled/receipt.svg
skills/ppt-master/templates/icons/tabler-filled/rectangle-vertical.svg
skills/ppt-master/templates/icons/tabler-filled/rectangle.svg
skills/ppt-master/templates/icons/tabler-filled/registered.svg
skills/ppt-master/templates/icons/tabler-filled/relation-many-to-many.svg
skills/ppt-master/templates/icons/tabler-filled/relation-one-to-many.svg
skills/ppt-master/templates/icons/tabler-filled/relation-one-to-one.svg
skills/ppt-master/templates/icons/tabler-filled/replace.svg
skills/ppt-master/templates/icons/tabler-filled/report-analytics.svg
skills/ppt-master/templates/icons/tabler-filled/report-money.svg
skills/ppt-master/templates/icons/tabler-filled/rollercoaster.svg
skills/ppt-master/templates/icons/tabler-filled/rosette-discount-check.svg
skills/ppt-master/templates/icons/tabler-filled/rosette-discount.svg
skills/ppt-master/templates/icons/tabler-filled/rosette.svg
skills/ppt-master/templates/icons/tabler-filled/salad.svg
skills/ppt-master/templates/icons/tabler-filled/satellite.svg
skills/ppt-master/templates/icons/tabler-filled/scale.svg
skills/ppt-master/templates/icons/tabler-filled/school.svg
skills/ppt-master/templates/icons/tabler-filled/scuba-diving-tank.svg
skills/ppt-master/templates/icons/tabler-filled/search.svg
skills/ppt-master/templates/icons/tabler-filled/section.svg
skills/ppt-master/templates/icons/tabler-filled/seedling.svg
skills/ppt-master/templates/icons/tabler-filled/send.svg
skills/ppt-master/templates/icons/tabler-filled/settings.svg
skills/ppt-master/templates/icons/tabler-filled/shield-check.svg
skills/ppt-master/templates/icons/tabler-filled/shield-checkered.svg
skills/ppt-master/templates/icons/tabler-filled/shield-half.svg
skills/ppt-master/templates/icons/tabler-filled/shield-lock.svg
skills/ppt-master/templates/icons/tabler-filled/shield.svg
skills/ppt-master/templates/icons/tabler-filled/shirt.svg
skills/ppt-master/templates/icons/tabler-filled/shopping-cart.svg
skills/ppt-master/templates/icons/tabler-filled/sign-left.svg
skills/ppt-master/templates/icons/tabler-filled/sign-right.svg
skills/ppt-master/templates/icons/tabler-filled/sitemap.svg
skills/ppt-master/templates/icons/tabler-filled/sort-ascending-2.svg
skills/ppt-master/templates/icons/tabler-filled/sort-ascending-shapes.svg
skills/ppt-master/templates/icons/tabler-filled/sort-descending-2.svg
skills/ppt-master/templates/icons/tabler-filled/sort-descending-shapes.svg
skills/ppt-master/templates/icons/tabler-filled/soup.svg
skills/ppt-master/templates/icons/tabler-filled/spade.svg
skills/ppt-master/templates/icons/tabler-filled/sparkles-2.svg
skills/ppt-master/templates/icons/tabler-filled/sparkles.svg
skills/ppt-master/templates/icons/tabler-filled/speedboat.svg
skills/ppt-master/templates/icons/tabler-filled/spider.svg
skills/ppt-master/templates/icons/tabler-filled/square-arrow-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-arrow-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-arrow-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-arrow-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-asterisk.svg
skills/ppt-master/templates/icons/tabler-filled/square-check.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevron-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevron-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevron-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevron-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-dot.svg
skills/ppt-master/templates/icons/tabler-filled/square-f0.svg
skills/ppt-master/templates/icons/tabler-filled/square-f1.svg
skills/ppt-master/templates/icons/tabler-filled/square-f2.svg
skills/ppt-master/templates/icons/tabler-filled/square-f3.svg
skills/ppt-master/templates/icons/tabler-filled/square-f4.svg
skills/ppt-master/templates/icons/tabler-filled/square-f5.svg
skills/ppt-master/templates/icons/tabler-filled/square-f6.svg
skills/ppt-master/templates/icons/tabler-filled/square-f7.svg
skills/ppt-master/templates/icons/tabler-filled/square-f8.svg
skills/ppt-master/templates/icons/tabler-filled/square-f9.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-a.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-b.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-c.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-d.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-e.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-f.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-g.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-h.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-i.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-j.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-k.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-l.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-m.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-n.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-o.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-p.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-q.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-r.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-s.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-t.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-u.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-v.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-w.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-x.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-y.svg
skills/ppt-master/templates/icons/tabler-filled/square-letter-z.svg
skills/ppt-master/templates/icons/tabler-filled/square-minus.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-0.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-1.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-2.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-3.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-4.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-5.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-6.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-7.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-8.svg
skills/ppt-master/templates/icons/tabler-filled/square-number-9.svg
skills/ppt-master/templates/icons/tabler-filled/square-rotated.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-arrow-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-arrow-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-arrow-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-arrow-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-check.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevron-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevron-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevron-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevron-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-a.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-b.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-c.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-d.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-e.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-f.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-g.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-h.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-i.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-j.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-k.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-l.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-m.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-n.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-o.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-p.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-q.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-r.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-s.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-t.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-u.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-v.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-w.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-x.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-y.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-letter-z.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-minus.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-0.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-1.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-2.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-3.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-4.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-5.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-6.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-7.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-8.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-number-9.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-plus.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded-x.svg
skills/ppt-master/templates/icons/tabler-filled/square-rounded.svg
skills/ppt-master/templates/icons/tabler-filled/square-x.svg
skills/ppt-master/templates/icons/tabler-filled/square.svg
skills/ppt-master/templates/icons/tabler-filled/squares.svg
skills/ppt-master/templates/icons/tabler-filled/stack-2.svg
skills/ppt-master/templates/icons/tabler-filled/stack-3.svg
skills/ppt-master/templates/icons/tabler-filled/stack.svg
skills/ppt-master/templates/icons/tabler-filled/star-half.svg
skills/ppt-master/templates/icons/tabler-filled/star.svg
skills/ppt-master/templates/icons/tabler-filled/stars.svg
skills/ppt-master/templates/icons/tabler-filled/steering-wheel.svg
skills/ppt-master/templates/icons/tabler-filled/sun-high.svg
skills/ppt-master/templates/icons/tabler-filled/sun-low.svg
skills/ppt-master/templates/icons/tabler-filled/sun.svg
skills/ppt-master/templates/icons/tabler-filled/sunglasses.svg
skills/ppt-master/templates/icons/tabler-filled/sunrise.svg
skills/ppt-master/templates/icons/tabler-filled/sunset-2.svg
skills/ppt-master/templates/icons/tabler-filled/sunset.svg
skills/ppt-master/templates/icons/tabler-filled/swipe-down.svg
skills/ppt-master/templates/icons/tabler-filled/swipe-left.svg
skills/ppt-master/templates/icons/tabler-filled/swipe-right.svg
skills/ppt-master/templates/icons/tabler-filled/swipe-up.svg
skills/ppt-master/templates/icons/tabler-filled/table.svg
skills/ppt-master/templates/icons/tabler-filled/tag.svg
skills/ppt-master/templates/icons/tabler-filled/tags.svg
skills/ppt-master/templates/icons/tabler-filled/temperature-minus.svg
skills/ppt-master/templates/icons/tabler-filled/temperature-plus.svg
skills/ppt-master/templates/icons/tabler-filled/template.svg
skills/ppt-master/templates/icons/tabler-filled/test-pipe-2.svg
skills/ppt-master/templates/icons/tabler-filled/thumb-down.svg
skills/ppt-master/templates/icons/tabler-filled/thumb-up.svg
skills/ppt-master/templates/icons/tabler-filled/ticket.svg
skills/ppt-master/templates/icons/tabler-filled/tilt-shift.svg
skills/ppt-master/templates/icons/tabler-filled/timeline-event.svg
skills/ppt-master/templates/icons/tabler-filled/toggle-left.svg
skills/ppt-master/templates/icons/tabler-filled/toggle-right.svg
skills/ppt-master/templates/icons/tabler-filled/tools-kitchen-2.svg
skills/ppt-master/templates/icons/tabler-filled/train.svg
skills/ppt-master/templates/icons/tabler-filled/transform.svg
skills/ppt-master/templates/icons/tabler-filled/transition-bottom.svg
skills/ppt-master/templates/icons/tabler-filled/transition-left.svg
skills/ppt-master/templates/icons/tabler-filled/transition-right.svg
skills/ppt-master/templates/icons/tabler-filled/transition-top.svg
skills/ppt-master/templates/icons/tabler-filled/trash-x.svg
skills/ppt-master/templates/icons/tabler-filled/trash.svg
skills/ppt-master/templates/icons/tabler-filled/triangle-inverted.svg
skills/ppt-master/templates/icons/tabler-filled/triangle-square-circle.svg
skills/ppt-master/templates/icons/tabler-filled/triangle.svg
skills/ppt-master/templates/icons/tabler-filled/trolley.svg
skills/ppt-master/templates/icons/tabler-filled/trophy.svg
skills/ppt-master/templates/icons/tabler-filled/truck.svg
skills/ppt-master/templates/icons/tabler-filled/ufo.svg
skills/ppt-master/templates/icons/tabler-filled/umbrella.svg
skills/ppt-master/templates/icons/tabler-filled/user.svg
skills/ppt-master/templates/icons/tabler-filled/versions.svg
skills/ppt-master/templates/icons/tabler-filled/video-minus.svg
skills/ppt-master/templates/icons/tabler-filled/video-plus.svg
skills/ppt-master/templates/icons/tabler-filled/video.svg
skills/ppt-master/templates/icons/tabler-filled/windmill.svg
skills/ppt-master/templates/icons/tabler-filled/windsock.svg
skills/ppt-master/templates/icons/tabler-filled/woman.svg
skills/ppt-master/templates/icons/tabler-filled/world.svg
skills/ppt-master/templates/icons/tabler-filled/writing-sign.svg
skills/ppt-master/templates/icons/tabler-filled/writing.svg
skills/ppt-master/templates/icons/tabler-filled/x.svg
skills/ppt-master/templates/icons/tabler-filled/xbox-a.svg
skills/ppt-master/templates/icons/tabler-filled/xbox-b.svg
skills/ppt-master/templates/icons/tabler-filled/xbox-x.svg
skills/ppt-master/templates/icons/tabler-filled/xbox-y.svg
skills/ppt-master/templates/icons/tabler-filled/yin-yang.svg
skills/ppt-master/templates/icons/tabler-filled/zeppelin.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-cancel.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-check.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-code.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-exclamation.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-in-area.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-in.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-money.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-out-area.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-out.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-pan.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-question.svg
skills/ppt-master/templates/icons/tabler-filled/zoom-scan.svg
skills/ppt-master/templates/icons/tabler-filled/zoom.svg
skills/ppt-master/templates/icons/tabler-outline/a-b-2.svg
skills/ppt-master/templates/icons/tabler-outline/a-b-off.svg
skills/ppt-master/templates/icons/tabler-outline/a-b.svg
skills/ppt-master/templates/icons/tabler-outline/abacus-off.svg
skills/ppt-master/templates/icons/tabler-outline/abacus.svg
skills/ppt-master/templates/icons/tabler-outline/abc.svg
skills/ppt-master/templates/icons/tabler-outline/access-point-off.svg
skills/ppt-master/templates/icons/tabler-outline/access-point.svg
skills/ppt-master/templates/icons/tabler-outline/accessible-off.svg
skills/ppt-master/templates/icons/tabler-outline/accessible.svg
skills/ppt-master/templates/icons/tabler-outline/activity-heartbeat.svg
skills/ppt-master/templates/icons/tabler-outline/activity.svg
skills/ppt-master/templates/icons/tabler-outline/ad-2.svg
skills/ppt-master/templates/icons/tabler-outline/ad-circle-off.svg
skills/ppt-master/templates/icons/tabler-outline/ad-circle.svg
skills/ppt-master/templates/icons/tabler-outline/ad-off.svg
skills/ppt-master/templates/icons/tabler-outline/ad.svg
skills/ppt-master/templates/icons/tabler-outline/address-book-off.svg
skills/ppt-master/templates/icons/tabler-outline/address-book.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-alt.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-check.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-code.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-cog.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-down.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-heart.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-minus.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-off.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-pause.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-pin.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-plus.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-question.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-search.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-share.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-spark.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-star.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-up.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments-x.svg
skills/ppt-master/templates/icons/tabler-outline/adjustments.svg
skills/ppt-master/templates/icons/tabler-outline/aerial-lift.svg
skills/ppt-master/templates/icons/tabler-outline/affiliate.svg
skills/ppt-master/templates/icons/tabler-outline/ai-agent.svg
skills/ppt-master/templates/icons/tabler-outline/ai-agents.svg
skills/ppt-master/templates/icons/tabler-outline/ai-gateway.svg
skills/ppt-master/templates/icons/tabler-outline/ai.svg
skills/ppt-master/templates/icons/tabler-outline/air-balloon.svg
skills/ppt-master/templates/icons/tabler-outline/air-conditioning-disabled.svg
skills/ppt-master/templates/icons/tabler-outline/air-conditioning.svg
skills/ppt-master/templates/icons/tabler-outline/air-traffic-control.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-average.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-minus.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-off.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-plus.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-smoke.svg
skills/ppt-master/templates/icons/tabler-outline/alarm-snooze.svg
skills/ppt-master/templates/icons/tabler-outline/alarm.svg
skills/ppt-master/templates/icons/tabler-outline/album-off.svg
skills/ppt-master/templates/icons/tabler-outline/album.svg
skills/ppt-master/templates/icons/tabler-outline/alert-circle-off.svg
skills/ppt-master/templates/icons/tabler-outline/alert-circle.svg
skills/ppt-master/templates/icons/tabler-outline/alert-hexagon-off.svg
skills/ppt-master/templates/icons/tabler-outline/alert-hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/alert-octagon.svg
skills/ppt-master/templates/icons/tabler-outline/alert-small-off.svg
skills/ppt-master/templates/icons/tabler-outline/alert-small.svg
skills/ppt-master/templates/icons/tabler-outline/alert-square-rounded-off.svg
skills/ppt-master/templates/icons/tabler-outline/alert-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/alert-square.svg
skills/ppt-master/templates/icons/tabler-outline/alert-triangle-off.svg
skills/ppt-master/templates/icons/tabler-outline/alert-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/alien.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-bottom-center.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-bottom-left.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-bottom-right.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-center-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-center-middle.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-center-stretch.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-center-top.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-left-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-left-middle.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-left-stretch.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-left-top.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-right-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-right-middle.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-right-stretch.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-right-top.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-top-center.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-top-left.svg
skills/ppt-master/templates/icons/tabler-outline/align-box-top-right.svg
skills/ppt-master/templates/icons/tabler-outline/align-center.svg
skills/ppt-master/templates/icons/tabler-outline/align-justified.svg
skills/ppt-master/templates/icons/tabler-outline/align-left-2.svg
skills/ppt-master/templates/icons/tabler-outline/align-left.svg
skills/ppt-master/templates/icons/tabler-outline/align-right-2.svg
skills/ppt-master/templates/icons/tabler-outline/align-right.svg
skills/ppt-master/templates/icons/tabler-outline/alpha.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-arabic.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-bangla.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-cyrillic.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-greek.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-hebrew.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-korean.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-latin.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-polish.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-runes.svg
skills/ppt-master/templates/icons/tabler-outline/alphabet-thai.svg
skills/ppt-master/templates/icons/tabler-outline/alt.svg
skills/ppt-master/templates/icons/tabler-outline/ambulance.svg
skills/ppt-master/templates/icons/tabler-outline/ampersand.svg
skills/ppt-master/templates/icons/tabler-outline/analyze-off.svg
skills/ppt-master/templates/icons/tabler-outline/analyze.svg
skills/ppt-master/templates/icons/tabler-outline/anchor-off.svg
skills/ppt-master/templates/icons/tabler-outline/anchor.svg
skills/ppt-master/templates/icons/tabler-outline/angle.svg
skills/ppt-master/templates/icons/tabler-outline/ankh.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-1.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-2.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-3.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-4.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-5.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-bars-off.svg
skills/ppt-master/templates/icons/tabler-outline/antenna-off.svg
skills/ppt-master/templates/icons/tabler-outline/antenna.svg
skills/ppt-master/templates/icons/tabler-outline/aperture-off.svg
skills/ppt-master/templates/icons/tabler-outline/aperture.svg
skills/ppt-master/templates/icons/tabler-outline/api-app-off.svg
skills/ppt-master/templates/icons/tabler-outline/api-app.svg
skills/ppt-master/templates/icons/tabler-outline/api-book.svg
skills/ppt-master/templates/icons/tabler-outline/api-off.svg
skills/ppt-master/templates/icons/tabler-outline/api.svg
skills/ppt-master/templates/icons/tabler-outline/app-window.svg
skills/ppt-master/templates/icons/tabler-outline/apple.svg
skills/ppt-master/templates/icons/tabler-outline/apps-off.svg
skills/ppt-master/templates/icons/tabler-outline/apps.svg
skills/ppt-master/templates/icons/tabler-outline/archery-arrow.svg
skills/ppt-master/templates/icons/tabler-outline/archive-off.svg
skills/ppt-master/templates/icons/tabler-outline/archive.svg
skills/ppt-master/templates/icons/tabler-outline/armchair-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/armchair-2.svg
skills/ppt-master/templates/icons/tabler-outline/armchair-off.svg
skills/ppt-master/templates/icons/tabler-outline/armchair.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-content.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-height.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-autofit-width.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-back-up-double.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-back-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-back.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-badge-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-badge-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-badge-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-badge-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-both.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-down-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-left-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-right-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-up-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-to-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bar-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bear-left-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bear-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bear-right-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bear-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-down-line.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-down-lines.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-left-line.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-left-lines.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-right-line.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-right-lines.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-up-line.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-up-lines.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-big-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-bounce.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-capsule.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-curve-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-curve-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-bar.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-from-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-left-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-rhombus.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-right-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-square.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-tail.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down-to-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-elbow-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-elbow-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-fork.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-forward-up-double.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-forward-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-forward.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-guide.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-iteration.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-bar.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-from-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-rhombus.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-square.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-tail.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left-to-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-loop-left-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-loop-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-loop-right-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-loop-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge-alt-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge-alt-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge-both.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-merge.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-move-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-move-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-move-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-move-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-down-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-left-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-right-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-up-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-narrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-left-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-left-3.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-right-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-right-3.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-ramp-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-bar.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-from-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-rhombus.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-square.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-tail.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right-to-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-first-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-first-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-last-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-last-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-rotary-straight.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-roundabout-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-roundabout-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-sharp-turn-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-sharp-turn-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-bar.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-from-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-left-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-rhombus.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-right-circle.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-square.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-tail.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up-to-arc.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-wave-left-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-wave-left-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-wave-right-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-wave-right-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrow-zig-zag.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-cross.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-diagonal-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-diagonal-minimize-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-diagonal-minimize.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-diagonal.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-diff.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-double-ne-sw.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-double-nw-se.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-double-se-nw.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-double-sw-ne.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-down-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-exchange-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-exchange.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-join-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-join.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-left-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-left-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-maximize.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-minimize.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-move-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-move-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-move.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-random.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-right-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-right-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-shuffle-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-shuffle.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-sort.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-split-2.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-split.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-transfer-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-transfer-up-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-transfer-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-up-down.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-up.svg
skills/ppt-master/templates/icons/tabler-outline/arrows-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/artboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/artboard.svg
skills/ppt-master/templates/icons/tabler-outline/article-off.svg
skills/ppt-master/templates/icons/tabler-outline/article.svg
skills/ppt-master/templates/icons/tabler-outline/aspect-ratio-off.svg
skills/ppt-master/templates/icons/tabler-outline/aspect-ratio.svg
skills/ppt-master/templates/icons/tabler-outline/assembly-off.svg
skills/ppt-master/templates/icons/tabler-outline/assembly.svg
skills/ppt-master/templates/icons/tabler-outline/asset.svg
skills/ppt-master/templates/icons/tabler-outline/asterisk-simple.svg
skills/ppt-master/templates/icons/tabler-outline/asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/at-off.svg
skills/ppt-master/templates/icons/tabler-outline/at.svg
skills/ppt-master/templates/icons/tabler-outline/atom-2.svg
skills/ppt-master/templates/icons/tabler-outline/atom-off.svg
skills/ppt-master/templates/icons/tabler-outline/atom.svg
skills/ppt-master/templates/icons/tabler-outline/augmented-reality-2.svg
skills/ppt-master/templates/icons/tabler-outline/augmented-reality-off.svg
skills/ppt-master/templates/icons/tabler-outline/augmented-reality.svg
skills/ppt-master/templates/icons/tabler-outline/auth-2fa.svg
skills/ppt-master/templates/icons/tabler-outline/automatic-gearbox.svg
skills/ppt-master/templates/icons/tabler-outline/automation.svg
skills/ppt-master/templates/icons/tabler-outline/avocado.svg
skills/ppt-master/templates/icons/tabler-outline/award-off.svg
skills/ppt-master/templates/icons/tabler-outline/award.svg
skills/ppt-master/templates/icons/tabler-outline/axe.svg
skills/ppt-master/templates/icons/tabler-outline/axis-x.svg
skills/ppt-master/templates/icons/tabler-outline/axis-y.svg
skills/ppt-master/templates/icons/tabler-outline/baby-bottle.svg
skills/ppt-master/templates/icons/tabler-outline/baby-carriage.svg
skills/ppt-master/templates/icons/tabler-outline/background.svg
skills/ppt-master/templates/icons/tabler-outline/backhoe.svg
skills/ppt-master/templates/icons/tabler-outline/backpack-off.svg
skills/ppt-master/templates/icons/tabler-outline/backpack.svg
skills/ppt-master/templates/icons/tabler-outline/backslash.svg
skills/ppt-master/templates/icons/tabler-outline/backspace.svg
skills/ppt-master/templates/icons/tabler-outline/badge-2k.svg
skills/ppt-master/templates/icons/tabler-outline/badge-3d.svg
skills/ppt-master/templates/icons/tabler-outline/badge-3k.svg
skills/ppt-master/templates/icons/tabler-outline/badge-4k.svg
skills/ppt-master/templates/icons/tabler-outline/badge-5k.svg
skills/ppt-master/templates/icons/tabler-outline/badge-8k.svg
skills/ppt-master/templates/icons/tabler-outline/badge-ad-off.svg
skills/ppt-master/templates/icons/tabler-outline/badge-ad.svg
skills/ppt-master/templates/icons/tabler-outline/badge-ar.svg
skills/ppt-master/templates/icons/tabler-outline/badge-cc.svg
skills/ppt-master/templates/icons/tabler-outline/badge-hd.svg
skills/ppt-master/templates/icons/tabler-outline/badge-off.svg
skills/ppt-master/templates/icons/tabler-outline/badge-sd.svg
skills/ppt-master/templates/icons/tabler-outline/badge-tm.svg
skills/ppt-master/templates/icons/tabler-outline/badge-vo.svg
skills/ppt-master/templates/icons/tabler-outline/badge-vr.svg
skills/ppt-master/templates/icons/tabler-outline/badge-wc.svg
skills/ppt-master/templates/icons/tabler-outline/badge.svg
skills/ppt-master/templates/icons/tabler-outline/badges-off.svg
skills/ppt-master/templates/icons/tabler-outline/badges.svg
skills/ppt-master/templates/icons/tabler-outline/baguette.svg
skills/ppt-master/templates/icons/tabler-outline/ball-american-football-off.svg
skills/ppt-master/templates/icons/tabler-outline/ball-american-football.svg
skills/ppt-master/templates/icons/tabler-outline/ball-baseball.svg
skills/ppt-master/templates/icons/tabler-outline/ball-basketball.svg
skills/ppt-master/templates/icons/tabler-outline/ball-bowling.svg
skills/ppt-master/templates/icons/tabler-outline/ball-football-off.svg
skills/ppt-master/templates/icons/tabler-outline/ball-football.svg
skills/ppt-master/templates/icons/tabler-outline/ball-tennis.svg
skills/ppt-master/templates/icons/tabler-outline/ball-volleyball.svg
skills/ppt-master/templates/icons/tabler-outline/balloon-off.svg
skills/ppt-master/templates/icons/tabler-outline/balloon.svg
skills/ppt-master/templates/icons/tabler-outline/ballpen-off.svg
skills/ppt-master/templates/icons/tabler-outline/ballpen.svg
skills/ppt-master/templates/icons/tabler-outline/ban.svg
skills/ppt-master/templates/icons/tabler-outline/bandage-off.svg
skills/ppt-master/templates/icons/tabler-outline/bandage.svg
skills/ppt-master/templates/icons/tabler-outline/barbell-off.svg
skills/ppt-master/templates/icons/tabler-outline/barbell.svg
skills/ppt-master/templates/icons/tabler-outline/barcode-off.svg
skills/ppt-master/templates/icons/tabler-outline/barcode.svg
skills/ppt-master/templates/icons/tabler-outline/barrel-off.svg
skills/ppt-master/templates/icons/tabler-outline/barrel.svg
skills/ppt-master/templates/icons/tabler-outline/barrier-block-off.svg
skills/ppt-master/templates/icons/tabler-outline/barrier-block.svg
skills/ppt-master/templates/icons/tabler-outline/baseline-density-large.svg
skills/ppt-master/templates/icons/tabler-outline/baseline-density-medium.svg
skills/ppt-master/templates/icons/tabler-outline/baseline-density-small.svg
skills/ppt-master/templates/icons/tabler-outline/baseline.svg
skills/ppt-master/templates/icons/tabler-outline/basket-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/basket-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/basket-check.svg
skills/ppt-master/templates/icons/tabler-outline/basket-code.svg
skills/ppt-master/templates/icons/tabler-outline/basket-cog.svg
skills/ppt-master/templates/icons/tabler-outline/basket-discount.svg
skills/ppt-master/templates/icons/tabler-outline/basket-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/basket-down.svg
skills/ppt-master/templates/icons/tabler-outline/basket-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/basket-heart.svg
skills/ppt-master/templates/icons/tabler-outline/basket-minus.svg
skills/ppt-master/templates/icons/tabler-outline/basket-off.svg
skills/ppt-master/templates/icons/tabler-outline/basket-pause.svg
skills/ppt-master/templates/icons/tabler-outline/basket-pin.svg
skills/ppt-master/templates/icons/tabler-outline/basket-plus.svg
skills/ppt-master/templates/icons/tabler-outline/basket-question.svg
skills/ppt-master/templates/icons/tabler-outline/basket-search.svg
skills/ppt-master/templates/icons/tabler-outline/basket-share.svg
skills/ppt-master/templates/icons/tabler-outline/basket-star.svg
skills/ppt-master/templates/icons/tabler-outline/basket-up.svg
skills/ppt-master/templates/icons/tabler-outline/basket-x.svg
skills/ppt-master/templates/icons/tabler-outline/basket.svg
skills/ppt-master/templates/icons/tabler-outline/bat.svg
skills/ppt-master/templates/icons/tabler-outline/bath-off.svg
skills/ppt-master/templates/icons/tabler-outline/bath.svg
skills/ppt-master/templates/icons/tabler-outline/battery-1.svg
skills/ppt-master/templates/icons/tabler-outline/battery-2.svg
skills/ppt-master/templates/icons/tabler-outline/battery-3.svg
skills/ppt-master/templates/icons/tabler-outline/battery-4.svg
skills/ppt-master/templates/icons/tabler-outline/battery-automotive.svg
skills/ppt-master/templates/icons/tabler-outline/battery-charging-2.svg
skills/ppt-master/templates/icons/tabler-outline/battery-charging.svg
skills/ppt-master/templates/icons/tabler-outline/battery-eco.svg
skills/ppt-master/templates/icons/tabler-outline/battery-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/battery-off.svg
skills/ppt-master/templates/icons/tabler-outline/battery-spark.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-1.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-2.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-3.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-4.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-charging-2.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-charging.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-eco.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical-off.svg
skills/ppt-master/templates/icons/tabler-outline/battery-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/battery.svg
skills/ppt-master/templates/icons/tabler-outline/beach-off.svg
skills/ppt-master/templates/icons/tabler-outline/beach.svg
skills/ppt-master/templates/icons/tabler-outline/bed-flat.svg
skills/ppt-master/templates/icons/tabler-outline/bed-off.svg
skills/ppt-master/templates/icons/tabler-outline/bed.svg
skills/ppt-master/templates/icons/tabler-outline/beer-off.svg
skills/ppt-master/templates/icons/tabler-outline/beer.svg
skills/ppt-master/templates/icons/tabler-outline/bell-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/bell-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/bell-check.svg
skills/ppt-master/templates/icons/tabler-outline/bell-code.svg
skills/ppt-master/templates/icons/tabler-outline/bell-cog.svg
skills/ppt-master/templates/icons/tabler-outline/bell-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/bell-down.svg
skills/ppt-master/templates/icons/tabler-outline/bell-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/bell-heart.svg
skills/ppt-master/templates/icons/tabler-outline/bell-minus.svg
skills/ppt-master/templates/icons/tabler-outline/bell-off.svg
skills/ppt-master/templates/icons/tabler-outline/bell-pause.svg
skills/ppt-master/templates/icons/tabler-outline/bell-pin.svg
skills/ppt-master/templates/icons/tabler-outline/bell-plus.svg
skills/ppt-master/templates/icons/tabler-outline/bell-question.svg
skills/ppt-master/templates/icons/tabler-outline/bell-ringing-2.svg
skills/ppt-master/templates/icons/tabler-outline/bell-ringing.svg
skills/ppt-master/templates/icons/tabler-outline/bell-school.svg
skills/ppt-master/templates/icons/tabler-outline/bell-search.svg
skills/ppt-master/templates/icons/tabler-outline/bell-share.svg
skills/ppt-master/templates/icons/tabler-outline/bell-star.svg
skills/ppt-master/templates/icons/tabler-outline/bell-up.svg
skills/ppt-master/templates/icons/tabler-outline/bell-x.svg
skills/ppt-master/templates/icons/tabler-outline/bell-z.svg
skills/ppt-master/templates/icons/tabler-outline/bell.svg
skills/ppt-master/templates/icons/tabler-outline/beta.svg
skills/ppt-master/templates/icons/tabler-outline/bible.svg
skills/ppt-master/templates/icons/tabler-outline/bike-off.svg
skills/ppt-master/templates/icons/tabler-outline/bike.svg
skills/ppt-master/templates/icons/tabler-outline/binary-off.svg
skills/ppt-master/templates/icons/tabler-outline/binary-tree-2.svg
skills/ppt-master/templates/icons/tabler-outline/binary-tree.svg
skills/ppt-master/templates/icons/tabler-outline/binary.svg
skills/ppt-master/templates/icons/tabler-outline/binoculars.svg
skills/ppt-master/templates/icons/tabler-outline/biohazard-off.svg
skills/ppt-master/templates/icons/tabler-outline/biohazard.svg
skills/ppt-master/templates/icons/tabler-outline/blade.svg
skills/ppt-master/templates/icons/tabler-outline/bleach-chlorine.svg
skills/ppt-master/templates/icons/tabler-outline/bleach-no-chlorine.svg
skills/ppt-master/templates/icons/tabler-outline/bleach-off.svg
skills/ppt-master/templates/icons/tabler-outline/bleach.svg
skills/ppt-master/templates/icons/tabler-outline/blend-mode.svg
skills/ppt-master/templates/icons/tabler-outline/blender.svg
skills/ppt-master/templates/icons/tabler-outline/blind.svg
skills/ppt-master/templates/icons/tabler-outline/blob.svg
skills/ppt-master/templates/icons/tabler-outline/blockquote.svg
skills/ppt-master/templates/icons/tabler-outline/blocks.svg
skills/ppt-master/templates/icons/tabler-outline/bluetooth-connected.svg
skills/ppt-master/templates/icons/tabler-outline/bluetooth-off.svg
skills/ppt-master/templates/icons/tabler-outline/bluetooth-x.svg
skills/ppt-master/templates/icons/tabler-outline/bluetooth.svg
skills/ppt-master/templates/icons/tabler-outline/blur-off.svg
skills/ppt-master/templates/icons/tabler-outline/blur.svg
skills/ppt-master/templates/icons/tabler-outline/bmp.svg
skills/ppt-master/templates/icons/tabler-outline/body-scan.svg
skills/ppt-master/templates/icons/tabler-outline/bold-off.svg
skills/ppt-master/templates/icons/tabler-outline/bold.svg
skills/ppt-master/templates/icons/tabler-outline/bolt-off.svg
skills/ppt-master/templates/icons/tabler-outline/bolt.svg
skills/ppt-master/templates/icons/tabler-outline/bomb.svg
skills/ppt-master/templates/icons/tabler-outline/bone-off.svg
skills/ppt-master/templates/icons/tabler-outline/bone.svg
skills/ppt-master/templates/icons/tabler-outline/bong-off.svg
skills/ppt-master/templates/icons/tabler-outline/bong.svg
skills/ppt-master/templates/icons/tabler-outline/book-2.svg
skills/ppt-master/templates/icons/tabler-outline/book-download.svg
skills/ppt-master/templates/icons/tabler-outline/book-off.svg
skills/ppt-master/templates/icons/tabler-outline/book-upload.svg
skills/ppt-master/templates/icons/tabler-outline/book.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-ai.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-edit.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-minus.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-off.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-plus.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark-question.svg
skills/ppt-master/templates/icons/tabler-outline/bookmark.svg
skills/ppt-master/templates/icons/tabler-outline/bookmarks-off.svg
skills/ppt-master/templates/icons/tabler-outline/bookmarks.svg
skills/ppt-master/templates/icons/tabler-outline/books-off.svg
skills/ppt-master/templates/icons/tabler-outline/books.svg
skills/ppt-master/templates/icons/tabler-outline/boom.svg
skills/ppt-master/templates/icons/tabler-outline/border-all.svg
skills/ppt-master/templates/icons/tabler-outline/border-bottom-plus.svg
skills/ppt-master/templates/icons/tabler-outline/border-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/border-corner-ios.svg
skills/ppt-master/templates/icons/tabler-outline/border-corner-pill.svg
skills/ppt-master/templates/icons/tabler-outline/border-corner-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/border-corner-square.svg
skills/ppt-master/templates/icons/tabler-outline/border-corners.svg
skills/ppt-master/templates/icons/tabler-outline/border-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/border-inner.svg
skills/ppt-master/templates/icons/tabler-outline/border-left-plus.svg
skills/ppt-master/templates/icons/tabler-outline/border-left.svg
skills/ppt-master/templates/icons/tabler-outline/border-none.svg
skills/ppt-master/templates/icons/tabler-outline/border-outer.svg
skills/ppt-master/templates/icons/tabler-outline/border-radius.svg
skills/ppt-master/templates/icons/tabler-outline/border-right-plus.svg
skills/ppt-master/templates/icons/tabler-outline/border-right.svg
skills/ppt-master/templates/icons/tabler-outline/border-sides.svg
skills/ppt-master/templates/icons/tabler-outline/border-style-2.svg
skills/ppt-master/templates/icons/tabler-outline/border-style.svg
skills/ppt-master/templates/icons/tabler-outline/border-top-plus.svg
skills/ppt-master/templates/icons/tabler-outline/border-top.svg
skills/ppt-master/templates/icons/tabler-outline/border-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/bot-id.svg
skills/ppt-master/templates/icons/tabler-outline/bottle-off.svg
skills/ppt-master/templates/icons/tabler-outline/bottle.svg
skills/ppt-master/templates/icons/tabler-outline/bounce-left.svg
skills/ppt-master/templates/icons/tabler-outline/bounce-right.svg
skills/ppt-master/templates/icons/tabler-outline/bow.svg
skills/ppt-master/templates/icons/tabler-outline/bowl-chopsticks.svg
skills/ppt-master/templates/icons/tabler-outline/bowl-spoon.svg
skills/ppt-master/templates/icons/tabler-outline/bowl.svg
skills/ppt-master/templates/icons/tabler-outline/bowling.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-bottom-left.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-bottom-right.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-left.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-right.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-top-left.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-top-right.svg
skills/ppt-master/templates/icons/tabler-outline/box-align-top.svg
skills/ppt-master/templates/icons/tabler-outline/box-margin.svg
skills/ppt-master/templates/icons/tabler-outline/box-model-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/box-model-2.svg
skills/ppt-master/templates/icons/tabler-outline/box-model-off.svg
skills/ppt-master/templates/icons/tabler-outline/box-model.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-0.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-1.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-2.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-3.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-4.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-5.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-6.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-7.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-8.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple-9.svg
skills/ppt-master/templates/icons/tabler-outline/box-multiple.svg
skills/ppt-master/templates/icons/tabler-outline/box-off.svg
skills/ppt-master/templates/icons/tabler-outline/box-padding.svg
skills/ppt-master/templates/icons/tabler-outline/box.svg
skills/ppt-master/templates/icons/tabler-outline/braces-off.svg
skills/ppt-master/templates/icons/tabler-outline/braces.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-angle-off.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-angle.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-contain-end.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-contain-start.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-contain.svg
skills/ppt-master/templates/icons/tabler-outline/brackets-off.svg
skills/ppt-master/templates/icons/tabler-outline/brackets.svg
skills/ppt-master/templates/icons/tabler-outline/braille.svg
skills/ppt-master/templates/icons/tabler-outline/brain.svg
skills/ppt-master/templates/icons/tabler-outline/brand-4chan.svg
skills/ppt-master/templates/icons/tabler-outline/brand-abstract.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-after-effect.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-illustrator.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-indesign.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-photoshop.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-premiere.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe-xd.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adobe.svg
skills/ppt-master/templates/icons/tabler-outline/brand-adonis-js.svg
skills/ppt-master/templates/icons/tabler-outline/brand-airbnb.svg
skills/ppt-master/templates/icons/tabler-outline/brand-airtable.svg
skills/ppt-master/templates/icons/tabler-outline/brand-algolia.svg
skills/ppt-master/templates/icons/tabler-outline/brand-alipay.svg
skills/ppt-master/templates/icons/tabler-outline/brand-alpine-js.svg
skills/ppt-master/templates/icons/tabler-outline/brand-amazon.svg
skills/ppt-master/templates/icons/tabler-outline/brand-amd.svg
skills/ppt-master/templates/icons/tabler-outline/brand-amie.svg
skills/ppt-master/templates/icons/tabler-outline/brand-amigo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-among-us.svg
skills/ppt-master/templates/icons/tabler-outline/brand-android.svg
skills/ppt-master/templates/icons/tabler-outline/brand-angular.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ansible.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ao3.svg
skills/ppt-master/templates/icons/tabler-outline/brand-appgallery.svg
skills/ppt-master/templates/icons/tabler-outline/brand-apple-arcade.svg
skills/ppt-master/templates/icons/tabler-outline/brand-apple-news.svg
skills/ppt-master/templates/icons/tabler-outline/brand-apple-podcast.svg
skills/ppt-master/templates/icons/tabler-outline/brand-apple.svg
skills/ppt-master/templates/icons/tabler-outline/brand-appstore.svg
skills/ppt-master/templates/icons/tabler-outline/brand-arc.svg
skills/ppt-master/templates/icons/tabler-outline/brand-asana.svg
skills/ppt-master/templates/icons/tabler-outline/brand-astro.svg
skills/ppt-master/templates/icons/tabler-outline/brand-auth0.svg
skills/ppt-master/templates/icons/tabler-outline/brand-aws.svg
skills/ppt-master/templates/icons/tabler-outline/brand-azure.svg
skills/ppt-master/templates/icons/tabler-outline/brand-backbone.svg
skills/ppt-master/templates/icons/tabler-outline/brand-badoo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-baidu.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bandcamp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bandlab.svg
skills/ppt-master/templates/icons/tabler-outline/brand-beats.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bebo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-behance.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bilibili.svg
skills/ppt-master/templates/icons/tabler-outline/brand-binance.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bing.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bitbucket.svg
skills/ppt-master/templates/icons/tabler-outline/brand-blackberry.svg
skills/ppt-master/templates/icons/tabler-outline/brand-blender.svg
skills/ppt-master/templates/icons/tabler-outline/brand-blogger.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bluesky.svg
skills/ppt-master/templates/icons/tabler-outline/brand-booking.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bootstrap.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bulma.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bumble.svg
skills/ppt-master/templates/icons/tabler-outline/brand-bunpo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-c-sharp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cake.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cakephp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-campaignmonitor.svg
skills/ppt-master/templates/icons/tabler-outline/brand-carbon.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cashapp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-chrome.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cinema-4d.svg
skills/ppt-master/templates/icons/tabler-outline/brand-citymapper.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cloudflare.svg
skills/ppt-master/templates/icons/tabler-outline/brand-codecov.svg
skills/ppt-master/templates/icons/tabler-outline/brand-codepen.svg
skills/ppt-master/templates/icons/tabler-outline/brand-codesandbox.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cohost.svg
skills/ppt-master/templates/icons/tabler-outline/brand-coinbase.svg
skills/ppt-master/templates/icons/tabler-outline/brand-comedy-central.svg
skills/ppt-master/templates/icons/tabler-outline/brand-coreos.svg
skills/ppt-master/templates/icons/tabler-outline/brand-couchdb.svg
skills/ppt-master/templates/icons/tabler-outline/brand-couchsurfing.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cpp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-craft.svg
skills/ppt-master/templates/icons/tabler-outline/brand-crunchbase.svg
skills/ppt-master/templates/icons/tabler-outline/brand-css3.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ctemplar.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cucumber.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cupra.svg
skills/ppt-master/templates/icons/tabler-outline/brand-cypress.svg
skills/ppt-master/templates/icons/tabler-outline/brand-d3.svg
skills/ppt-master/templates/icons/tabler-outline/brand-databricks.svg
skills/ppt-master/templates/icons/tabler-outline/brand-days-counter.svg
skills/ppt-master/templates/icons/tabler-outline/brand-dcos.svg
skills/ppt-master/templates/icons/tabler-outline/brand-debian.svg
skills/ppt-master/templates/icons/tabler-outline/brand-deezer.svg
skills/ppt-master/templates/icons/tabler-outline/brand-deliveroo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-deno.svg
skills/ppt-master/templates/icons/tabler-outline/brand-denodo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-deviantart.svg
skills/ppt-master/templates/icons/tabler-outline/brand-digg.svg
skills/ppt-master/templates/icons/tabler-outline/brand-dingtalk.svg
skills/ppt-master/templates/icons/tabler-outline/brand-discord.svg
skills/ppt-master/templates/icons/tabler-outline/brand-disney.svg
skills/ppt-master/templates/icons/tabler-outline/brand-disqus.svg
skills/ppt-master/templates/icons/tabler-outline/brand-django.svg
skills/ppt-master/templates/icons/tabler-outline/brand-docker.svg
skills/ppt-master/templates/icons/tabler-outline/brand-doctrine.svg
skills/ppt-master/templates/icons/tabler-outline/brand-dolby-digital.svg
skills/ppt-master/templates/icons/tabler-outline/brand-douban.svg
skills/ppt-master/templates/icons/tabler-outline/brand-dribbble.svg
skills/ppt-master/templates/icons/tabler-outline/brand-dropbox.svg
skills/ppt-master/templates/icons/tabler-outline/brand-drops.svg
skills/ppt-master/templates/icons/tabler-outline/brand-drupal.svg
skills/ppt-master/templates/icons/tabler-outline/brand-edge.svg
skills/ppt-master/templates/icons/tabler-outline/brand-elastic.svg
skills/ppt-master/templates/icons/tabler-outline/brand-electronic-arts.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ember.svg
skills/ppt-master/templates/icons/tabler-outline/brand-envato.svg
skills/ppt-master/templates/icons/tabler-outline/brand-etsy.svg
skills/ppt-master/templates/icons/tabler-outline/brand-evernote.svg
skills/ppt-master/templates/icons/tabler-outline/brand-facebook.svg
skills/ppt-master/templates/icons/tabler-outline/brand-feedly.svg
skills/ppt-master/templates/icons/tabler-outline/brand-figma.svg
skills/ppt-master/templates/icons/tabler-outline/brand-filezilla.svg
skills/ppt-master/templates/icons/tabler-outline/brand-finder.svg
skills/ppt-master/templates/icons/tabler-outline/brand-firebase.svg
skills/ppt-master/templates/icons/tabler-outline/brand-firefox.svg
skills/ppt-master/templates/icons/tabler-outline/brand-fiverr.svg
skills/ppt-master/templates/icons/tabler-outline/brand-flickr.svg
skills/ppt-master/templates/icons/tabler-outline/brand-flightradar24.svg
skills/ppt-master/templates/icons/tabler-outline/brand-flipboard.svg
skills/ppt-master/templates/icons/tabler-outline/brand-flutter.svg
skills/ppt-master/templates/icons/tabler-outline/brand-fortnite.svg
skills/ppt-master/templates/icons/tabler-outline/brand-foursquare.svg
skills/ppt-master/templates/icons/tabler-outline/brand-framer-motion.svg
skills/ppt-master/templates/icons/tabler-outline/brand-framer.svg
skills/ppt-master/templates/icons/tabler-outline/brand-funimation.svg
skills/ppt-master/templates/icons/tabler-outline/brand-gatsby.svg
skills/ppt-master/templates/icons/tabler-outline/brand-git.svg
skills/ppt-master/templates/icons/tabler-outline/brand-github-copilot.svg
skills/ppt-master/templates/icons/tabler-outline/brand-github.svg
skills/ppt-master/templates/icons/tabler-outline/brand-gitlab.svg
skills/ppt-master/templates/icons/tabler-outline/brand-gmail.svg
skills/ppt-master/templates/icons/tabler-outline/brand-golang.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-big-query.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-drive.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-fit.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-home.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-maps.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-one.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-photos.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-play.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google-podcasts.svg
skills/ppt-master/templates/icons/tabler-outline/brand-google.svg
skills/ppt-master/templates/icons/tabler-outline/brand-grammarly.svg
skills/ppt-master/templates/icons/tabler-outline/brand-graphql.svg
skills/ppt-master/templates/icons/tabler-outline/brand-gravatar.svg
skills/ppt-master/templates/icons/tabler-outline/brand-grindr.svg
skills/ppt-master/templates/icons/tabler-outline/brand-guardian.svg
skills/ppt-master/templates/icons/tabler-outline/brand-gumroad.svg
skills/ppt-master/templates/icons/tabler-outline/brand-hackerrank.svg
skills/ppt-master/templates/icons/tabler-outline/brand-hbo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-headlessui.svg
skills/ppt-master/templates/icons/tabler-outline/brand-hexo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-hipchat.svg
skills/ppt-master/templates/icons/tabler-outline/brand-html5.svg
skills/ppt-master/templates/icons/tabler-outline/brand-inertia.svg
skills/ppt-master/templates/icons/tabler-outline/brand-infakt.svg
skills/ppt-master/templates/icons/tabler-outline/brand-instagram.svg
skills/ppt-master/templates/icons/tabler-outline/brand-intercom.svg
skills/ppt-master/templates/icons/tabler-outline/brand-itch.svg
skills/ppt-master/templates/icons/tabler-outline/brand-javascript.svg
skills/ppt-master/templates/icons/tabler-outline/brand-jira.svg
skills/ppt-master/templates/icons/tabler-outline/brand-juejin.svg
skills/ppt-master/templates/icons/tabler-outline/brand-kako-talk.svg
skills/ppt-master/templates/icons/tabler-outline/brand-kbin.svg
skills/ppt-master/templates/icons/tabler-outline/brand-kick.svg
skills/ppt-master/templates/icons/tabler-outline/brand-kickstarter.svg
skills/ppt-master/templates/icons/tabler-outline/brand-kotlin.svg
skills/ppt-master/templates/icons/tabler-outline/brand-laravel.svg
skills/ppt-master/templates/icons/tabler-outline/brand-lastfm.svg
skills/ppt-master/templates/icons/tabler-outline/brand-leetcode.svg
skills/ppt-master/templates/icons/tabler-outline/brand-letterboxd.svg
skills/ppt-master/templates/icons/tabler-outline/brand-line.svg
skills/ppt-master/templates/icons/tabler-outline/brand-linkedin.svg
skills/ppt-master/templates/icons/tabler-outline/brand-linktree.svg
skills/ppt-master/templates/icons/tabler-outline/brand-linqpad.svg
skills/ppt-master/templates/icons/tabler-outline/brand-livewire.svg
skills/ppt-master/templates/icons/tabler-outline/brand-loom.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mailgun.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mantine.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mastercard.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mastodon.svg
skills/ppt-master/templates/icons/tabler-outline/brand-matrix.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mcdonalds.svg
skills/ppt-master/templates/icons/tabler-outline/brand-medium.svg
skills/ppt-master/templates/icons/tabler-outline/brand-meetup.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mercedes.svg
skills/ppt-master/templates/icons/tabler-outline/brand-messenger.svg
skills/ppt-master/templates/icons/tabler-outline/brand-meta.svg
skills/ppt-master/templates/icons/tabler-outline/brand-metabrainz.svg
skills/ppt-master/templates/icons/tabler-outline/brand-minecraft.svg
skills/ppt-master/templates/icons/tabler-outline/brand-miniprogram.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mixpanel.svg
skills/ppt-master/templates/icons/tabler-outline/brand-monday.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mongodb.svg
skills/ppt-master/templates/icons/tabler-outline/brand-my-oppo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-mysql.svg
skills/ppt-master/templates/icons/tabler-outline/brand-national-geographic.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nem.svg
skills/ppt-master/templates/icons/tabler-outline/brand-netbeans.svg
skills/ppt-master/templates/icons/tabler-outline/brand-netease-music.svg
skills/ppt-master/templates/icons/tabler-outline/brand-netflix.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nexo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nextcloud.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nextjs.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nodejs.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nord-vpn.svg
skills/ppt-master/templates/icons/tabler-outline/brand-notion.svg
skills/ppt-master/templates/icons/tabler-outline/brand-npm.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nuxt.svg
skills/ppt-master/templates/icons/tabler-outline/brand-nytimes.svg
skills/ppt-master/templates/icons/tabler-outline/brand-oauth.svg
skills/ppt-master/templates/icons/tabler-outline/brand-office.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ok-ru.svg
skills/ppt-master/templates/icons/tabler-outline/brand-onedrive.svg
skills/ppt-master/templates/icons/tabler-outline/brand-onlyfans.svg
skills/ppt-master/templates/icons/tabler-outline/brand-open-source.svg
skills/ppt-master/templates/icons/tabler-outline/brand-openai.svg
skills/ppt-master/templates/icons/tabler-outline/brand-openvpn.svg
skills/ppt-master/templates/icons/tabler-outline/brand-opera.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pagekit.svg
skills/ppt-master/templates/icons/tabler-outline/brand-parsinta.svg
skills/ppt-master/templates/icons/tabler-outline/brand-patreon.svg
skills/ppt-master/templates/icons/tabler-outline/brand-paypal.svg
skills/ppt-master/templates/icons/tabler-outline/brand-paypay.svg
skills/ppt-master/templates/icons/tabler-outline/brand-peanut.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pepsi.svg
skills/ppt-master/templates/icons/tabler-outline/brand-php.svg
skills/ppt-master/templates/icons/tabler-outline/brand-picsart.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pinterest.svg
skills/ppt-master/templates/icons/tabler-outline/brand-planetscale.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pnpm.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pocket.svg
skills/ppt-master/templates/icons/tabler-outline/brand-polymer.svg
skills/ppt-master/templates/icons/tabler-outline/brand-powershell.svg
skills/ppt-master/templates/icons/tabler-outline/brand-printables.svg
skills/ppt-master/templates/icons/tabler-outline/brand-prisma.svg
skills/ppt-master/templates/icons/tabler-outline/brand-producthunt.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pushbullet.svg
skills/ppt-master/templates/icons/tabler-outline/brand-pushover.svg
skills/ppt-master/templates/icons/tabler-outline/brand-python.svg
skills/ppt-master/templates/icons/tabler-outline/brand-qq.svg
skills/ppt-master/templates/icons/tabler-outline/brand-radix-ui.svg
skills/ppt-master/templates/icons/tabler-outline/brand-react-native.svg
skills/ppt-master/templates/icons/tabler-outline/brand-react.svg
skills/ppt-master/templates/icons/tabler-outline/brand-reason.svg
skills/ppt-master/templates/icons/tabler-outline/brand-reddit.svg
skills/ppt-master/templates/icons/tabler-outline/brand-redhat.svg
skills/ppt-master/templates/icons/tabler-outline/brand-redux.svg
skills/ppt-master/templates/icons/tabler-outline/brand-revolut.svg
skills/ppt-master/templates/icons/tabler-outline/brand-rumble.svg
skills/ppt-master/templates/icons/tabler-outline/brand-rust.svg
skills/ppt-master/templates/icons/tabler-outline/brand-safari.svg
skills/ppt-master/templates/icons/tabler-outline/brand-samsungpass.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sass.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sentry.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sharik.svg
skills/ppt-master/templates/icons/tabler-outline/brand-shazam.svg
skills/ppt-master/templates/icons/tabler-outline/brand-shopee.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sketch.svg
skills/ppt-master/templates/icons/tabler-outline/brand-skype.svg
skills/ppt-master/templates/icons/tabler-outline/brand-slack.svg
skills/ppt-master/templates/icons/tabler-outline/brand-snapchat.svg
skills/ppt-master/templates/icons/tabler-outline/brand-snapseed.svg
skills/ppt-master/templates/icons/tabler-outline/brand-snowflake.svg
skills/ppt-master/templates/icons/tabler-outline/brand-socket-io.svg
skills/ppt-master/templates/icons/tabler-outline/brand-solidjs.svg
skills/ppt-master/templates/icons/tabler-outline/brand-soundcloud.svg
skills/ppt-master/templates/icons/tabler-outline/brand-spacehey.svg
skills/ppt-master/templates/icons/tabler-outline/brand-speedtest.svg
skills/ppt-master/templates/icons/tabler-outline/brand-spotify.svg
skills/ppt-master/templates/icons/tabler-outline/brand-stackoverflow.svg
skills/ppt-master/templates/icons/tabler-outline/brand-stackshare.svg
skills/ppt-master/templates/icons/tabler-outline/brand-steam.svg
skills/ppt-master/templates/icons/tabler-outline/brand-stocktwits.svg
skills/ppt-master/templates/icons/tabler-outline/brand-storj.svg
skills/ppt-master/templates/icons/tabler-outline/brand-storybook.svg
skills/ppt-master/templates/icons/tabler-outline/brand-storytel.svg
skills/ppt-master/templates/icons/tabler-outline/brand-strava.svg
skills/ppt-master/templates/icons/tabler-outline/brand-stripe.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sublime-text.svg
skills/ppt-master/templates/icons/tabler-outline/brand-sugarizer.svg
skills/ppt-master/templates/icons/tabler-outline/brand-supabase.svg
skills/ppt-master/templates/icons/tabler-outline/brand-superhuman.svg
skills/ppt-master/templates/icons/tabler-outline/brand-supernova.svg
skills/ppt-master/templates/icons/tabler-outline/brand-surfshark.svg
skills/ppt-master/templates/icons/tabler-outline/brand-svelte.svg
skills/ppt-master/templates/icons/tabler-outline/brand-swift.svg
skills/ppt-master/templates/icons/tabler-outline/brand-symfony.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tabler.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tabnine.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tailwind.svg
skills/ppt-master/templates/icons/tabler-outline/brand-taobao.svg
skills/ppt-master/templates/icons/tabler-outline/brand-teams.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ted.svg
skills/ppt-master/templates/icons/tabler-outline/brand-telegram.svg
skills/ppt-master/templates/icons/tabler-outline/brand-terraform.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tesla.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tether.svg
skills/ppt-master/templates/icons/tabler-outline/brand-thingiverse.svg
skills/ppt-master/templates/icons/tabler-outline/brand-threads.svg
skills/ppt-master/templates/icons/tabler-outline/brand-threejs.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tidal.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tiktok.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tinder.svg
skills/ppt-master/templates/icons/tabler-outline/brand-topbuzz.svg
skills/ppt-master/templates/icons/tabler-outline/brand-torchain.svg
skills/ppt-master/templates/icons/tabler-outline/brand-toyota.svg
skills/ppt-master/templates/icons/tabler-outline/brand-trello.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tripadvisor.svg
skills/ppt-master/templates/icons/tabler-outline/brand-tumblr.svg
skills/ppt-master/templates/icons/tabler-outline/brand-twilio.svg
skills/ppt-master/templates/icons/tabler-outline/brand-twitch.svg
skills/ppt-master/templates/icons/tabler-outline/brand-twitter.svg
skills/ppt-master/templates/icons/tabler-outline/brand-typescript.svg
skills/ppt-master/templates/icons/tabler-outline/brand-uber.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ubuntu.svg
skills/ppt-master/templates/icons/tabler-outline/brand-unity.svg
skills/ppt-master/templates/icons/tabler-outline/brand-unsplash.svg
skills/ppt-master/templates/icons/tabler-outline/brand-upwork.svg
skills/ppt-master/templates/icons/tabler-outline/brand-valorant.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vercel.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vimeo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vinted.svg
skills/ppt-master/templates/icons/tabler-outline/brand-visa.svg
skills/ppt-master/templates/icons/tabler-outline/brand-visual-studio.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vite.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vivaldi.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vk.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vlc.svg
skills/ppt-master/templates/icons/tabler-outline/brand-volkswagen.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vsco.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vscode.svg
skills/ppt-master/templates/icons/tabler-outline/brand-vue.svg
skills/ppt-master/templates/icons/tabler-outline/brand-walmart.svg
skills/ppt-master/templates/icons/tabler-outline/brand-waze.svg
skills/ppt-master/templates/icons/tabler-outline/brand-webflow.svg
skills/ppt-master/templates/icons/tabler-outline/brand-wechat.svg
skills/ppt-master/templates/icons/tabler-outline/brand-weibo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-whatsapp.svg
skills/ppt-master/templates/icons/tabler-outline/brand-wikipedia.svg
skills/ppt-master/templates/icons/tabler-outline/brand-windows.svg
skills/ppt-master/templates/icons/tabler-outline/brand-windy.svg
skills/ppt-master/templates/icons/tabler-outline/brand-wish.svg
skills/ppt-master/templates/icons/tabler-outline/brand-wix.svg
skills/ppt-master/templates/icons/tabler-outline/brand-wordpress.svg
skills/ppt-master/templates/icons/tabler-outline/brand-x.svg
skills/ppt-master/templates/icons/tabler-outline/brand-xamarin.svg
skills/ppt-master/templates/icons/tabler-outline/brand-xbox.svg
skills/ppt-master/templates/icons/tabler-outline/brand-xdeep.svg
skills/ppt-master/templates/icons/tabler-outline/brand-xing.svg
skills/ppt-master/templates/icons/tabler-outline/brand-yahoo.svg
skills/ppt-master/templates/icons/tabler-outline/brand-yandex.svg
skills/ppt-master/templates/icons/tabler-outline/brand-yarn.svg
skills/ppt-master/templates/icons/tabler-outline/brand-yatse.svg
skills/ppt-master/templates/icons/tabler-outline/brand-ycombinator.svg
skills/ppt-master/templates/icons/tabler-outline/brand-youtube-kids.svg
skills/ppt-master/templates/icons/tabler-outline/brand-youtube.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zalando.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zapier.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zeit.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zhihu.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zoom.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zulip.svg
skills/ppt-master/templates/icons/tabler-outline/brand-zwift.svg
skills/ppt-master/templates/icons/tabler-outline/bread-off.svg
skills/ppt-master/templates/icons/tabler-outline/bread.svg
skills/ppt-master/templates/icons/tabler-outline/briefcase-2.svg
skills/ppt-master/templates/icons/tabler-outline/briefcase-off.svg
skills/ppt-master/templates/icons/tabler-outline/briefcase.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-2.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-auto.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-down.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-half.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-off.svg
skills/ppt-master/templates/icons/tabler-outline/brightness-up.svg
skills/ppt-master/templates/icons/tabler-outline/brightness.svg
skills/ppt-master/templates/icons/tabler-outline/broadcast-off.svg
skills/ppt-master/templates/icons/tabler-outline/broadcast.svg
skills/ppt-master/templates/icons/tabler-outline/browser-check.svg
skills/ppt-master/templates/icons/tabler-outline/browser-maximize.svg
skills/ppt-master/templates/icons/tabler-outline/browser-minus.svg
skills/ppt-master/templates/icons/tabler-outline/browser-off.svg
skills/ppt-master/templates/icons/tabler-outline/browser-plus.svg
skills/ppt-master/templates/icons/tabler-outline/browser-share.svg
skills/ppt-master/templates/icons/tabler-outline/browser-x.svg
skills/ppt-master/templates/icons/tabler-outline/browser.svg
skills/ppt-master/templates/icons/tabler-outline/brush-off.svg
skills/ppt-master/templates/icons/tabler-outline/brush.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-minus.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-plus.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-tea-2.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-tea.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-text.svg
skills/ppt-master/templates/icons/tabler-outline/bubble-x.svg
skills/ppt-master/templates/icons/tabler-outline/bubble.svg
skills/ppt-master/templates/icons/tabler-outline/bucket-droplet.svg
skills/ppt-master/templates/icons/tabler-outline/bucket-off.svg
skills/ppt-master/templates/icons/tabler-outline/bucket.svg
skills/ppt-master/templates/icons/tabler-outline/bug-off.svg
skills/ppt-master/templates/icons/tabler-outline/bug.svg
skills/ppt-master/templates/icons/tabler-outline/building-airport.svg
skills/ppt-master/templates/icons/tabler-outline/building-arch.svg
skills/ppt-master/templates/icons/tabler-outline/building-bank.svg
skills/ppt-master/templates/icons/tabler-outline/building-bridge-2.svg
skills/ppt-master/templates/icons/tabler-outline/building-bridge.svg
skills/ppt-master/templates/icons/tabler-outline/building-broadcast-tower.svg
skills/ppt-master/templates/icons/tabler-outline/building-burj-al-arab.svg
skills/ppt-master/templates/icons/tabler-outline/building-carousel.svg
skills/ppt-master/templates/icons/tabler-outline/building-castle.svg
skills/ppt-master/templates/icons/tabler-outline/building-church.svg
skills/ppt-master/templates/icons/tabler-outline/building-circus.svg
skills/ppt-master/templates/icons/tabler-outline/building-cog.svg
skills/ppt-master/templates/icons/tabler-outline/building-community.svg
skills/ppt-master/templates/icons/tabler-outline/building-cottage.svg
skills/ppt-master/templates/icons/tabler-outline/building-estate.svg
skills/ppt-master/templates/icons/tabler-outline/building-factory-2.svg
skills/ppt-master/templates/icons/tabler-outline/building-factory.svg
skills/ppt-master/templates/icons/tabler-outline/building-fortress.svg
skills/ppt-master/templates/icons/tabler-outline/building-hospital.svg
skills/ppt-master/templates/icons/tabler-outline/building-lighthouse.svg
skills/ppt-master/templates/icons/tabler-outline/building-minus.svg
skills/ppt-master/templates/icons/tabler-outline/building-monument.svg
skills/ppt-master/templates/icons/tabler-outline/building-mosque.svg
skills/ppt-master/templates/icons/tabler-outline/building-off.svg
skills/ppt-master/templates/icons/tabler-outline/building-pavilion.svg
skills/ppt-master/templates/icons/tabler-outline/building-plus.svg
skills/ppt-master/templates/icons/tabler-outline/building-skyscraper.svg
skills/ppt-master/templates/icons/tabler-outline/building-stadium.svg
skills/ppt-master/templates/icons/tabler-outline/building-store.svg
skills/ppt-master/templates/icons/tabler-outline/building-tunnel.svg
skills/ppt-master/templates/icons/tabler-outline/building-warehouse.svg
skills/ppt-master/templates/icons/tabler-outline/building-wind-turbine.svg
skills/ppt-master/templates/icons/tabler-outline/building.svg
skills/ppt-master/templates/icons/tabler-outline/buildings.svg
skills/ppt-master/templates/icons/tabler-outline/bulb-off.svg
skills/ppt-master/templates/icons/tabler-outline/bulb.svg
skills/ppt-master/templates/icons/tabler-outline/bulldozer.svg
skills/ppt-master/templates/icons/tabler-outline/burger.svg
skills/ppt-master/templates/icons/tabler-outline/bus-off.svg
skills/ppt-master/templates/icons/tabler-outline/bus-stop.svg
skills/ppt-master/templates/icons/tabler-outline/bus.svg
skills/ppt-master/templates/icons/tabler-outline/businessplan.svg
skills/ppt-master/templates/icons/tabler-outline/butterfly.svg
skills/ppt-master/templates/icons/tabler-outline/cactus-off.svg
skills/ppt-master/templates/icons/tabler-outline/cactus.svg
skills/ppt-master/templates/icons/tabler-outline/cake-off.svg
skills/ppt-master/templates/icons/tabler-outline/cake-roll.svg
skills/ppt-master/templates/icons/tabler-outline/cake.svg
skills/ppt-master/templates/icons/tabler-outline/calculator-off.svg
skills/ppt-master/templates/icons/tabler-outline/calculator.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-check.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-clock.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-code.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-cog.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-dot.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-down.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-due.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-event.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-heart.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-minus.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-month.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-off.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-pause.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-pin.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-plus.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-question.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-repeat.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-sad.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-search.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-share.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-smile.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-star.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-stats.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-time.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-up.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-user.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-week.svg
skills/ppt-master/templates/icons/tabler-outline/calendar-x.svg
skills/ppt-master/templates/icons/tabler-outline/calendar.svg
skills/ppt-master/templates/icons/tabler-outline/camera-ai.svg
skills/ppt-master/templates/icons/tabler-outline/camera-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/camera-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/camera-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/camera-check.svg
skills/ppt-master/templates/icons/tabler-outline/camera-code.svg
skills/ppt-master/templates/icons/tabler-outline/camera-cog.svg
skills/ppt-master/templates/icons/tabler-outline/camera-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/camera-down.svg
skills/ppt-master/templates/icons/tabler-outline/camera-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/camera-heart.svg
skills/ppt-master/templates/icons/tabler-outline/camera-minus.svg
skills/ppt-master/templates/icons/tabler-outline/camera-moon.svg
skills/ppt-master/templates/icons/tabler-outline/camera-off.svg
skills/ppt-master/templates/icons/tabler-outline/camera-pause.svg
skills/ppt-master/templates/icons/tabler-outline/camera-pin.svg
skills/ppt-master/templates/icons/tabler-outline/camera-plus.svg
skills/ppt-master/templates/icons/tabler-outline/camera-question.svg
skills/ppt-master/templates/icons/tabler-outline/camera-rotate.svg
skills/ppt-master/templates/icons/tabler-outline/camera-search.svg
skills/ppt-master/templates/icons/tabler-outline/camera-selfie.svg
skills/ppt-master/templates/icons/tabler-outline/camera-share.svg
skills/ppt-master/templates/icons/tabler-outline/camera-spark.svg
skills/ppt-master/templates/icons/tabler-outline/camera-star.svg
skills/ppt-master/templates/icons/tabler-outline/camera-up.svg
skills/ppt-master/templates/icons/tabler-outline/camera-x.svg
skills/ppt-master/templates/icons/tabler-outline/camera.svg
skills/ppt-master/templates/icons/tabler-outline/camper.svg
skills/ppt-master/templates/icons/tabler-outline/campfire.svg
skills/ppt-master/templates/icons/tabler-outline/canary.svg
skills/ppt-master/templates/icons/tabler-outline/cancel.svg
skills/ppt-master/templates/icons/tabler-outline/candle.svg
skills/ppt-master/templates/icons/tabler-outline/candy-off.svg
skills/ppt-master/templates/icons/tabler-outline/candy.svg
skills/ppt-master/templates/icons/tabler-outline/cane.svg
skills/ppt-master/templates/icons/tabler-outline/cannabis.svg
skills/ppt-master/templates/icons/tabler-outline/cap-projecting.svg
skills/ppt-master/templates/icons/tabler-outline/cap-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/cap-straight.svg
skills/ppt-master/templates/icons/tabler-outline/capsule-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/capsule.svg
skills/ppt-master/templates/icons/tabler-outline/capture-off.svg
skills/ppt-master/templates/icons/tabler-outline/capture.svg
skills/ppt-master/templates/icons/tabler-outline/car-4wd.svg
skills/ppt-master/templates/icons/tabler-outline/car-crane.svg
skills/ppt-master/templates/icons/tabler-outline/car-crash.svg
skills/ppt-master/templates/icons/tabler-outline/car-fan-1.svg
skills/ppt-master/templates/icons/tabler-outline/car-fan-2.svg
skills/ppt-master/templates/icons/tabler-outline/car-fan-3.svg
skills/ppt-master/templates/icons/tabler-outline/car-fan-auto.svg
skills/ppt-master/templates/icons/tabler-outline/car-fan.svg
skills/ppt-master/templates/icons/tabler-outline/car-garage.svg
skills/ppt-master/templates/icons/tabler-outline/car-off-road.svg
skills/ppt-master/templates/icons/tabler-outline/car-off.svg
skills/ppt-master/templates/icons/tabler-outline/car-suspension.svg
skills/ppt-master/templates/icons/tabler-outline/car-suv.svg
skills/ppt-master/templates/icons/tabler-outline/car-turbine.svg
skills/ppt-master/templates/icons/tabler-outline/car.svg
skills/ppt-master/templates/icons/tabler-outline/carambola.svg
skills/ppt-master/templates/icons/tabler-outline/caravan.svg
skills/ppt-master/templates/icons/tabler-outline/cardboards-off.svg
skills/ppt-master/templates/icons/tabler-outline/cardboards.svg
skills/ppt-master/templates/icons/tabler-outline/cards.svg
skills/ppt-master/templates/icons/tabler-outline/caret-down.svg
skills/ppt-master/templates/icons/tabler-outline/caret-left-right.svg
skills/ppt-master/templates/icons/tabler-outline/caret-left.svg
skills/ppt-master/templates/icons/tabler-outline/caret-right.svg
skills/ppt-master/templates/icons/tabler-outline/caret-up-down.svg
skills/ppt-master/templates/icons/tabler-outline/caret-up.svg
skills/ppt-master/templates/icons/tabler-outline/carousel-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/carousel-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/carrot-off.svg
skills/ppt-master/templates/icons/tabler-outline/carrot.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-edit.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-heart.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-minus.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-move-back.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-move.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-off.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cash-banknote.svg
skills/ppt-master/templates/icons/tabler-outline/cash-edit.svg
skills/ppt-master/templates/icons/tabler-outline/cash-heart.svg
skills/ppt-master/templates/icons/tabler-outline/cash-minus.svg
skills/ppt-master/templates/icons/tabler-outline/cash-move-back.svg
skills/ppt-master/templates/icons/tabler-outline/cash-move.svg
skills/ppt-master/templates/icons/tabler-outline/cash-off.svg
skills/ppt-master/templates/icons/tabler-outline/cash-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cash-register.svg
skills/ppt-master/templates/icons/tabler-outline/cash.svg
skills/ppt-master/templates/icons/tabler-outline/cast-off.svg
skills/ppt-master/templates/icons/tabler-outline/cast.svg
skills/ppt-master/templates/icons/tabler-outline/cat.svg
skills/ppt-master/templates/icons/tabler-outline/category-2.svg
skills/ppt-master/templates/icons/tabler-outline/category-minus.svg
skills/ppt-master/templates/icons/tabler-outline/category-plus.svg
skills/ppt-master/templates/icons/tabler-outline/category.svg
skills/ppt-master/templates/icons/tabler-outline/ce-off.svg
skills/ppt-master/templates/icons/tabler-outline/ce.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-1.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-2.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-3.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-4.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-5.svg
skills/ppt-master/templates/icons/tabler-outline/cell-signal-off.svg
skills/ppt-master/templates/icons/tabler-outline/cell.svg
skills/ppt-master/templates/icons/tabler-outline/certificate-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/certificate-2.svg
skills/ppt-master/templates/icons/tabler-outline/certificate-off.svg
skills/ppt-master/templates/icons/tabler-outline/certificate.svg
skills/ppt-master/templates/icons/tabler-outline/chair-director.svg
skills/ppt-master/templates/icons/tabler-outline/chalkboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/chalkboard-teacher.svg
skills/ppt-master/templates/icons/tabler-outline/chalkboard.svg
skills/ppt-master/templates/icons/tabler-outline/charging-pile.svg
skills/ppt-master/templates/icons/tabler-outline/chart-arcs-3.svg
skills/ppt-master/templates/icons/tabler-outline/chart-arcs.svg
skills/ppt-master/templates/icons/tabler-outline/chart-area-line.svg
skills/ppt-master/templates/icons/tabler-outline/chart-area.svg
skills/ppt-master/templates/icons/tabler-outline/chart-arrows-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/chart-arrows.svg
skills/ppt-master/templates/icons/tabler-outline/chart-bar-off.svg
skills/ppt-master/templates/icons/tabler-outline/chart-bar-popular.svg
skills/ppt-master/templates/icons/tabler-outline/chart-bar.svg
skills/ppt-master/templates/icons/tabler-outline/chart-bubble.svg
skills/ppt-master/templates/icons/tabler-outline/chart-candle.svg
skills/ppt-master/templates/icons/tabler-outline/chart-circles.svg
skills/ppt-master/templates/icons/tabler-outline/chart-cohort.svg
skills/ppt-master/templates/icons/tabler-outline/chart-column.svg
skills/ppt-master/templates/icons/tabler-outline/chart-covariate.svg
skills/ppt-master/templates/icons/tabler-outline/chart-donut-2.svg
skills/ppt-master/templates/icons/tabler-outline/chart-donut-3.svg
skills/ppt-master/templates/icons/tabler-outline/chart-donut-4.svg
skills/ppt-master/templates/icons/tabler-outline/chart-donut.svg
skills/ppt-master/templates/icons/tabler-outline/chart-dots-2.svg
skills/ppt-master/templates/icons/tabler-outline/chart-dots-3.svg
skills/ppt-master/templates/icons/tabler-outline/chart-dots.svg
skills/ppt-master/templates/icons/tabler-outline/chart-funnel.svg
skills/ppt-master/templates/icons/tabler-outline/chart-grid-dots.svg
skills/ppt-master/templates/icons/tabler-outline/chart-histogram.svg
skills/ppt-master/templates/icons/tabler-outline/chart-infographic.svg
skills/ppt-master/templates/icons/tabler-outline/chart-line.svg
skills/ppt-master/templates/icons/tabler-outline/chart-pie-2.svg
skills/ppt-master/templates/icons/tabler-outline/chart-pie-3.svg
skills/ppt-master/templates/icons/tabler-outline/chart-pie-4.svg
skills/ppt-master/templates/icons/tabler-outline/chart-pie-off.svg
skills/ppt-master/templates/icons/tabler-outline/chart-pie.svg
skills/ppt-master/templates/icons/tabler-outline/chart-ppf.svg
skills/ppt-master/templates/icons/tabler-outline/chart-radar.svg
skills/ppt-master/templates/icons/tabler-outline/chart-sankey.svg
skills/ppt-master/templates/icons/tabler-outline/chart-scatter-3d.svg
skills/ppt-master/templates/icons/tabler-outline/chart-scatter.svg
skills/ppt-master/templates/icons/tabler-outline/chart-treemap.svg
skills/ppt-master/templates/icons/tabler-outline/check.svg
skills/ppt-master/templates/icons/tabler-outline/checkbox.svg
skills/ppt-master/templates/icons/tabler-outline/checklist.svg
skills/ppt-master/templates/icons/tabler-outline/checks.svg
skills/ppt-master/templates/icons/tabler-outline/checkup-list.svg
skills/ppt-master/templates/icons/tabler-outline/cheese.svg
skills/ppt-master/templates/icons/tabler-outline/chef-hat-off.svg
skills/ppt-master/templates/icons/tabler-outline/chef-hat.svg
skills/ppt-master/templates/icons/tabler-outline/cherry.svg
skills/ppt-master/templates/icons/tabler-outline/chess-bishop.svg
skills/ppt-master/templates/icons/tabler-outline/chess-king.svg
skills/ppt-master/templates/icons/tabler-outline/chess-knight.svg
skills/ppt-master/templates/icons/tabler-outline/chess-queen.svg
skills/ppt-master/templates/icons/tabler-outline/chess-rook.svg
skills/ppt-master/templates/icons/tabler-outline/chess.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-compact-down.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-compact-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-compact-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-compact-up.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-down-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-down-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-down.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-left-pipe.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-right-pipe.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevron-up.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-down-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-down-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-down.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/chevrons-up.svg
skills/ppt-master/templates/icons/tabler-outline/chisel.svg
skills/ppt-master/templates/icons/tabler-outline/christmas-ball.svg
skills/ppt-master/templates/icons/tabler-outline/christmas-tree-off.svg
skills/ppt-master/templates/icons/tabler-outline/christmas-tree.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-down-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-down-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-arrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/circle-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/circle-caret-down.svg
skills/ppt-master/templates/icons/tabler-outline/circle-caret-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-caret-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-caret-up.svg
skills/ppt-master/templates/icons/tabler-outline/circle-check.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevron-down.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevron-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevron-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevron-up.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-check.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-minus.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-percentage.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-plus.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed-x.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dot.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/circle-dotted.svg
skills/ppt-master/templates/icons/tabler-outline/circle-half-2.svg
skills/ppt-master/templates/icons/tabler-outline/circle-half-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/circle-half.svg
skills/ppt-master/templates/icons/tabler-outline/circle-key.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/circle-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/circle-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/circle-minus.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/circle-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/circle-off.svg
skills/ppt-master/templates/icons/tabler-outline/circle-open-arrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/circle-open-arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/circle-open-arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/circle-open-arrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/circle-percentage.svg
skills/ppt-master/templates/icons/tabler-outline/circle-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/circle-plus-minus.svg
skills/ppt-master/templates/icons/tabler-outline/circle-plus.svg
skills/ppt-master/templates/icons/tabler-outline/circle-rectangle-off.svg
skills/ppt-master/templates/icons/tabler-outline/circle-rectangle.svg
skills/ppt-master/templates/icons/tabler-outline/circle-square.svg
skills/ppt-master/templates/icons/tabler-outline/circle-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/circle-x.svg
skills/ppt-master/templates/icons/tabler-outline/circle.svg
skills/ppt-master/templates/icons/tabler-outline/circles-relation.svg
skills/ppt-master/templates/icons/tabler-outline/circles.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-ammeter.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-battery.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-bulb.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-capacitor-polarized.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-capacitor.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-cell-plus.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-cell.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-changeover.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-diode-zener.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-diode.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-ground-digital.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-ground.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-inductor.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-motor.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-pushbutton.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-resistor.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-switch-closed.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-switch-open.svg
skills/ppt-master/templates/icons/tabler-outline/circuit-voltmeter.svg
skills/ppt-master/templates/icons/tabler-outline/clear-all.svg
skills/ppt-master/templates/icons/tabler-outline/clear-formatting.svg
skills/ppt-master/templates/icons/tabler-outline/click.svg
skills/ppt-master/templates/icons/tabler-outline/cliff-jumping.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-check.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-copy.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-data.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-heart.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-list.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-plus.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-search.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-smile.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-text.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-typography.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard-x.svg
skills/ppt-master/templates/icons/tabler-outline/clipboard.svg
skills/ppt-master/templates/icons/tabler-outline/clock-12.svg
skills/ppt-master/templates/icons/tabler-outline/clock-2.svg
skills/ppt-master/templates/icons/tabler-outline/clock-24.svg
skills/ppt-master/templates/icons/tabler-outline/clock-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/clock-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/clock-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/clock-check.svg
skills/ppt-master/templates/icons/tabler-outline/clock-code.svg
skills/ppt-master/templates/icons/tabler-outline/clock-cog.svg
skills/ppt-master/templates/icons/tabler-outline/clock-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/clock-down.svg
skills/ppt-master/templates/icons/tabler-outline/clock-edit.svg
skills/ppt-master/templates/icons/tabler-outline/clock-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/clock-heart.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-1.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-10.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-11.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-12.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-2.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-3.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-4.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-5.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-6.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-7.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-8.svg
skills/ppt-master/templates/icons/tabler-outline/clock-hour-9.svg
skills/ppt-master/templates/icons/tabler-outline/clock-minus.svg
skills/ppt-master/templates/icons/tabler-outline/clock-off.svg
skills/ppt-master/templates/icons/tabler-outline/clock-pause.svg
skills/ppt-master/templates/icons/tabler-outline/clock-pin.svg
skills/ppt-master/templates/icons/tabler-outline/clock-play.svg
skills/ppt-master/templates/icons/tabler-outline/clock-plus.svg
skills/ppt-master/templates/icons/tabler-outline/clock-question.svg
skills/ppt-master/templates/icons/tabler-outline/clock-record.svg
skills/ppt-master/templates/icons/tabler-outline/clock-search.svg
skills/ppt-master/templates/icons/tabler-outline/clock-share.svg
skills/ppt-master/templates/icons/tabler-outline/clock-shield.svg
skills/ppt-master/templates/icons/tabler-outline/clock-star.svg
skills/ppt-master/templates/icons/tabler-outline/clock-stop.svg
skills/ppt-master/templates/icons/tabler-outline/clock-up.svg
skills/ppt-master/templates/icons/tabler-outline/clock-x.svg
skills/ppt-master/templates/icons/tabler-outline/clock.svg
skills/ppt-master/templates/icons/tabler-outline/clothes-rack-off.svg
skills/ppt-master/templates/icons/tabler-outline/clothes-rack.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-check.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-code.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-cog.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-computing.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-data-connection.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-down.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-download.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-fog.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-heart.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-lock-open.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-lock.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-minus.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-network.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-off.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-pause.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-pin.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-question.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-rain.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-search.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-share.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-snow.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-star.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-storm.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-up.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-upload.svg
skills/ppt-master/templates/icons/tabler-outline/cloud-x.svg
skills/ppt-master/templates/icons/tabler-outline/cloud.svg
skills/ppt-master/templates/icons/tabler-outline/clover-2.svg
skills/ppt-master/templates/icons/tabler-outline/clover.svg
skills/ppt-master/templates/icons/tabler-outline/clubs.svg
skills/ppt-master/templates/icons/tabler-outline/code-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/code-circle-2.svg
skills/ppt-master/templates/icons/tabler-outline/code-circle.svg
skills/ppt-master/templates/icons/tabler-outline/code-dots.svg
skills/ppt-master/templates/icons/tabler-outline/code-minus.svg
skills/ppt-master/templates/icons/tabler-outline/code-off.svg
skills/ppt-master/templates/icons/tabler-outline/code-plus.svg
skills/ppt-master/templates/icons/tabler-outline/code-variable-minus.svg
skills/ppt-master/templates/icons/tabler-outline/code-variable-plus.svg
skills/ppt-master/templates/icons/tabler-outline/code-variable.svg
skills/ppt-master/templates/icons/tabler-outline/code.svg
skills/ppt-master/templates/icons/tabler-outline/codeblock.svg
skills/ppt-master/templates/icons/tabler-outline/coffee-off.svg
skills/ppt-master/templates/icons/tabler-outline/coffee.svg
skills/ppt-master/templates/icons/tabler-outline/coffin.svg
skills/ppt-master/templates/icons/tabler-outline/coin-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/coin-euro.svg
skills/ppt-master/templates/icons/tabler-outline/coin-monero.svg
skills/ppt-master/templates/icons/tabler-outline/coin-off.svg
skills/ppt-master/templates/icons/tabler-outline/coin-pound.svg
skills/ppt-master/templates/icons/tabler-outline/coin-rupee.svg
skills/ppt-master/templates/icons/tabler-outline/coin-taka.svg
skills/ppt-master/templates/icons/tabler-outline/coin-yen.svg
skills/ppt-master/templates/icons/tabler-outline/coin-yuan.svg
skills/ppt-master/templates/icons/tabler-outline/coin.svg
skills/ppt-master/templates/icons/tabler-outline/coins.svg
skills/ppt-master/templates/icons/tabler-outline/color-filter.svg
skills/ppt-master/templates/icons/tabler-outline/color-picker-off.svg
skills/ppt-master/templates/icons/tabler-outline/color-picker.svg
skills/ppt-master/templates/icons/tabler-outline/color-swatch-off.svg
skills/ppt-master/templates/icons/tabler-outline/color-swatch.svg
skills/ppt-master/templates/icons/tabler-outline/column-insert-left.svg
skills/ppt-master/templates/icons/tabler-outline/column-insert-right.svg
skills/ppt-master/templates/icons/tabler-outline/column-remove.svg
skills/ppt-master/templates/icons/tabler-outline/columns-1.svg
skills/ppt-master/templates/icons/tabler-outline/columns-2.svg
skills/ppt-master/templates/icons/tabler-outline/columns-3.svg
skills/ppt-master/templates/icons/tabler-outline/columns-off.svg
skills/ppt-master/templates/icons/tabler-outline/columns.svg
skills/ppt-master/templates/icons/tabler-outline/comet.svg
skills/ppt-master/templates/icons/tabler-outline/command-off.svg
skills/ppt-master/templates/icons/tabler-outline/command.svg
skills/ppt-master/templates/icons/tabler-outline/compass-off.svg
skills/ppt-master/templates/icons/tabler-outline/compass.svg
skills/ppt-master/templates/icons/tabler-outline/components-off.svg
skills/ppt-master/templates/icons/tabler-outline/components.svg
skills/ppt-master/templates/icons/tabler-outline/cone-2.svg
skills/ppt-master/templates/icons/tabler-outline/cone-off.svg
skills/ppt-master/templates/icons/tabler-outline/cone-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cone.svg
skills/ppt-master/templates/icons/tabler-outline/confetti-off.svg
skills/ppt-master/templates/icons/tabler-outline/confetti.svg
skills/ppt-master/templates/icons/tabler-outline/confucius.svg
skills/ppt-master/templates/icons/tabler-outline/congruent-to.svg
skills/ppt-master/templates/icons/tabler-outline/connection.svg
skills/ppt-master/templates/icons/tabler-outline/container-off.svg
skills/ppt-master/templates/icons/tabler-outline/container.svg
skills/ppt-master/templates/icons/tabler-outline/contract.svg
skills/ppt-master/templates/icons/tabler-outline/contrast-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/contrast-2.svg
skills/ppt-master/templates/icons/tabler-outline/contrast-off.svg
skills/ppt-master/templates/icons/tabler-outline/contrast.svg
skills/ppt-master/templates/icons/tabler-outline/cooker.svg
skills/ppt-master/templates/icons/tabler-outline/cookie-man.svg
skills/ppt-master/templates/icons/tabler-outline/cookie-off.svg
skills/ppt-master/templates/icons/tabler-outline/cookie.svg
skills/ppt-master/templates/icons/tabler-outline/copy-check.svg
skills/ppt-master/templates/icons/tabler-outline/copy-minus.svg
skills/ppt-master/templates/icons/tabler-outline/copy-off.svg
skills/ppt-master/templates/icons/tabler-outline/copy-plus.svg
skills/ppt-master/templates/icons/tabler-outline/copy-x.svg
skills/ppt-master/templates/icons/tabler-outline/copy.svg
skills/ppt-master/templates/icons/tabler-outline/copyleft-off.svg
skills/ppt-master/templates/icons/tabler-outline/copyleft.svg
skills/ppt-master/templates/icons/tabler-outline/copyright-off.svg
skills/ppt-master/templates/icons/tabler-outline/copyright.svg
skills/ppt-master/templates/icons/tabler-outline/corner-down-left-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-down-left.svg
skills/ppt-master/templates/icons/tabler-outline/corner-down-right-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-down-right.svg
skills/ppt-master/templates/icons/tabler-outline/corner-left-down-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-left-down.svg
skills/ppt-master/templates/icons/tabler-outline/corner-left-up-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-left-up.svg
skills/ppt-master/templates/icons/tabler-outline/corner-right-down-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-right-down.svg
skills/ppt-master/templates/icons/tabler-outline/corner-right-up-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-right-up.svg
skills/ppt-master/templates/icons/tabler-outline/corner-up-left-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-up-left.svg
skills/ppt-master/templates/icons/tabler-outline/corner-up-right-double.svg
skills/ppt-master/templates/icons/tabler-outline/corner-up-right.svg
skills/ppt-master/templates/icons/tabler-outline/cpu-2.svg
skills/ppt-master/templates/icons/tabler-outline/cpu-off.svg
skills/ppt-master/templates/icons/tabler-outline/cpu.svg
skills/ppt-master/templates/icons/tabler-outline/crane-off.svg
skills/ppt-master/templates/icons/tabler-outline/crane.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-by.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-nc.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-nd.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-off.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-sa.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons-zero.svg
skills/ppt-master/templates/icons/tabler-outline/creative-commons.svg
skills/ppt-master/templates/icons/tabler-outline/credit-card-hand.svg
skills/ppt-master/templates/icons/tabler-outline/credit-card-off.svg
skills/ppt-master/templates/icons/tabler-outline/credit-card-pay.svg
skills/ppt-master/templates/icons/tabler-outline/credit-card-refund.svg
skills/ppt-master/templates/icons/tabler-outline/credit-card.svg
skills/ppt-master/templates/icons/tabler-outline/credits.svg
skills/ppt-master/templates/icons/tabler-outline/cricket.svg
skills/ppt-master/templates/icons/tabler-outline/crop-1-1.svg
skills/ppt-master/templates/icons/tabler-outline/crop-16-9.svg
skills/ppt-master/templates/icons/tabler-outline/crop-3-2.svg
skills/ppt-master/templates/icons/tabler-outline/crop-5-4.svg
skills/ppt-master/templates/icons/tabler-outline/crop-7-5.svg
skills/ppt-master/templates/icons/tabler-outline/crop-landscape.svg
skills/ppt-master/templates/icons/tabler-outline/crop-portrait.svg
skills/ppt-master/templates/icons/tabler-outline/crop.svg
skills/ppt-master/templates/icons/tabler-outline/cross-off.svg
skills/ppt-master/templates/icons/tabler-outline/cross.svg
skills/ppt-master/templates/icons/tabler-outline/crosshair.svg
skills/ppt-master/templates/icons/tabler-outline/crown-off.svg
skills/ppt-master/templates/icons/tabler-outline/crown.svg
skills/ppt-master/templates/icons/tabler-outline/crutches-off.svg
skills/ppt-master/templates/icons/tabler-outline/crutches.svg
skills/ppt-master/templates/icons/tabler-outline/crystal-ball.svg
skills/ppt-master/templates/icons/tabler-outline/csv.svg
skills/ppt-master/templates/icons/tabler-outline/cube-3d-sphere-off.svg
skills/ppt-master/templates/icons/tabler-outline/cube-3d-sphere.svg
skills/ppt-master/templates/icons/tabler-outline/cube-off.svg
skills/ppt-master/templates/icons/tabler-outline/cube-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cube-send.svg
skills/ppt-master/templates/icons/tabler-outline/cube-spark.svg
skills/ppt-master/templates/icons/tabler-outline/cube-unfolded.svg
skills/ppt-master/templates/icons/tabler-outline/cube.svg
skills/ppt-master/templates/icons/tabler-outline/cup-off.svg
skills/ppt-master/templates/icons/tabler-outline/cup.svg
skills/ppt-master/templates/icons/tabler-outline/curling.svg
skills/ppt-master/templates/icons/tabler-outline/curly-loop.svg
skills/ppt-master/templates/icons/tabler-outline/currency-afghani.svg
skills/ppt-master/templates/icons/tabler-outline/currency-bahraini.svg
skills/ppt-master/templates/icons/tabler-outline/currency-baht.svg
skills/ppt-master/templates/icons/tabler-outline/currency-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/currency-cent.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dinar.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dirham.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dogecoin.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-australian.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-brunei.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-canadian.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-guyanese.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-off.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-singapore.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar-zimbabwean.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dong.svg
skills/ppt-master/templates/icons/tabler-outline/currency-dram.svg
skills/ppt-master/templates/icons/tabler-outline/currency-ethereum.svg
skills/ppt-master/templates/icons/tabler-outline/currency-euro-off.svg
skills/ppt-master/templates/icons/tabler-outline/currency-euro.svg
skills/ppt-master/templates/icons/tabler-outline/currency-florin.svg
skills/ppt-master/templates/icons/tabler-outline/currency-forint.svg
skills/ppt-master/templates/icons/tabler-outline/currency-frank.svg
skills/ppt-master/templates/icons/tabler-outline/currency-guarani.svg
skills/ppt-master/templates/icons/tabler-outline/currency-hryvnia.svg
skills/ppt-master/templates/icons/tabler-outline/currency-iranian-rial.svg
skills/ppt-master/templates/icons/tabler-outline/currency-kip.svg
skills/ppt-master/templates/icons/tabler-outline/currency-krone-czech.svg
skills/ppt-master/templates/icons/tabler-outline/currency-krone-danish.svg
skills/ppt-master/templates/icons/tabler-outline/currency-krone-swedish.svg
skills/ppt-master/templates/icons/tabler-outline/currency-lari.svg
skills/ppt-master/templates/icons/tabler-outline/currency-leu.svg
skills/ppt-master/templates/icons/tabler-outline/currency-lira.svg
skills/ppt-master/templates/icons/tabler-outline/currency-litecoin.svg
skills/ppt-master/templates/icons/tabler-outline/currency-lyd.svg
skills/ppt-master/templates/icons/tabler-outline/currency-manat.svg
skills/ppt-master/templates/icons/tabler-outline/currency-monero.svg
skills/ppt-master/templates/icons/tabler-outline/currency-naira.svg
skills/ppt-master/templates/icons/tabler-outline/currency-nano.svg
skills/ppt-master/templates/icons/tabler-outline/currency-off.svg
skills/ppt-master/templates/icons/tabler-outline/currency-paanga.svg
skills/ppt-master/templates/icons/tabler-outline/currency-peso.svg
skills/ppt-master/templates/icons/tabler-outline/currency-pound-off.svg
skills/ppt-master/templates/icons/tabler-outline/currency-pound.svg
skills/ppt-master/templates/icons/tabler-outline/currency-quetzal.svg
skills/ppt-master/templates/icons/tabler-outline/currency-real.svg
skills/ppt-master/templates/icons/tabler-outline/currency-renminbi.svg
skills/ppt-master/templates/icons/tabler-outline/currency-ripple.svg
skills/ppt-master/templates/icons/tabler-outline/currency-riyal.svg
skills/ppt-master/templates/icons/tabler-outline/currency-rubel.svg
skills/ppt-master/templates/icons/tabler-outline/currency-rufiyaa.svg
skills/ppt-master/templates/icons/tabler-outline/currency-rupee-nepalese.svg
skills/ppt-master/templates/icons/tabler-outline/currency-rupee.svg
skills/ppt-master/templates/icons/tabler-outline/currency-shekel.svg
skills/ppt-master/templates/icons/tabler-outline/currency-solana.svg
skills/ppt-master/templates/icons/tabler-outline/currency-som.svg
skills/ppt-master/templates/icons/tabler-outline/currency-taka.svg
skills/ppt-master/templates/icons/tabler-outline/currency-tenge.svg
skills/ppt-master/templates/icons/tabler-outline/currency-tugrik.svg
skills/ppt-master/templates/icons/tabler-outline/currency-won.svg
skills/ppt-master/templates/icons/tabler-outline/currency-xrp.svg
skills/ppt-master/templates/icons/tabler-outline/currency-yen-off.svg
skills/ppt-master/templates/icons/tabler-outline/currency-yen.svg
skills/ppt-master/templates/icons/tabler-outline/currency-yuan.svg
skills/ppt-master/templates/icons/tabler-outline/currency-zloty.svg
skills/ppt-master/templates/icons/tabler-outline/currency.svg
skills/ppt-master/templates/icons/tabler-outline/current-location-off.svg
skills/ppt-master/templates/icons/tabler-outline/current-location.svg
skills/ppt-master/templates/icons/tabler-outline/cursor-off.svg
skills/ppt-master/templates/icons/tabler-outline/cursor-text.svg
skills/ppt-master/templates/icons/tabler-outline/cut.svg
skills/ppt-master/templates/icons/tabler-outline/cylinder-off.svg
skills/ppt-master/templates/icons/tabler-outline/cylinder-plus.svg
skills/ppt-master/templates/icons/tabler-outline/cylinder.svg
skills/ppt-master/templates/icons/tabler-outline/dashboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/dashboard.svg
skills/ppt-master/templates/icons/tabler-outline/database-cog.svg
skills/ppt-master/templates/icons/tabler-outline/database-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/database-edit.svg
skills/ppt-master/templates/icons/tabler-outline/database-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/database-export.svg
skills/ppt-master/templates/icons/tabler-outline/database-heart.svg
skills/ppt-master/templates/icons/tabler-outline/database-import.svg
skills/ppt-master/templates/icons/tabler-outline/database-leak.svg
skills/ppt-master/templates/icons/tabler-outline/database-minus.svg
skills/ppt-master/templates/icons/tabler-outline/database-off.svg
skills/ppt-master/templates/icons/tabler-outline/database-plus.svg
skills/ppt-master/templates/icons/tabler-outline/database-search.svg
skills/ppt-master/templates/icons/tabler-outline/database-share.svg
skills/ppt-master/templates/icons/tabler-outline/database-smile.svg
skills/ppt-master/templates/icons/tabler-outline/database-star.svg
skills/ppt-master/templates/icons/tabler-outline/database-x.svg
skills/ppt-master/templates/icons/tabler-outline/database.svg
skills/ppt-master/templates/icons/tabler-outline/deaf.svg
skills/ppt-master/templates/icons/tabler-outline/decimal.svg
skills/ppt-master/templates/icons/tabler-outline/deer.svg
skills/ppt-master/templates/icons/tabler-outline/delta.svg
skills/ppt-master/templates/icons/tabler-outline/dental-broken.svg
skills/ppt-master/templates/icons/tabler-outline/dental-off.svg
skills/ppt-master/templates/icons/tabler-outline/dental.svg
skills/ppt-master/templates/icons/tabler-outline/deselect.svg
skills/ppt-master/templates/icons/tabler-outline/desk.svg
skills/ppt-master/templates/icons/tabler-outline/details-off.svg
skills/ppt-master/templates/icons/tabler-outline/details.svg
skills/ppt-master/templates/icons/tabler-outline/device-3d-camera.svg
skills/ppt-master/templates/icons/tabler-outline/device-3d-lens.svg
skills/ppt-master/templates/icons/tabler-outline/device-airpods-case.svg
skills/ppt-master/templates/icons/tabler-outline/device-airpods.svg
skills/ppt-master/templates/icons/tabler-outline/device-airtag.svg
skills/ppt-master/templates/icons/tabler-outline/device-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/device-audio-tape.svg
skills/ppt-master/templates/icons/tabler-outline/device-camera-phone.svg
skills/ppt-master/templates/icons/tabler-outline/device-cctv-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-cctv.svg
skills/ppt-master/templates/icons/tabler-outline/device-computer-camera-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-computer-camera.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-desktop.svg
skills/ppt-master/templates/icons/tabler-outline/device-floppy.svg
skills/ppt-master/templates/icons/tabler-outline/device-gamepad-2.svg
skills/ppt-master/templates/icons/tabler-outline/device-gamepad-3.svg
skills/ppt-master/templates/icons/tabler-outline/device-gamepad.svg
skills/ppt-master/templates/icons/tabler-outline/device-heart-monitor.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-imac.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-ipad.svg
skills/ppt-master/templates/icons/tabler-outline/device-landline-phone.svg
skills/ppt-master/templates/icons/tabler-outline/device-laptop-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-laptop.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-charging.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-message.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-rotated.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-vibration.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-mobile.svg
skills/ppt-master/templates/icons/tabler-outline/device-nintendo-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-nintendo.svg
skills/ppt-master/templates/icons/tabler-outline/device-projector.svg
skills/ppt-master/templates/icons/tabler-outline/device-remote.svg
skills/ppt-master/templates/icons/tabler-outline/device-screen.svg
skills/ppt-master/templates/icons/tabler-outline/device-sd-card.svg
skills/ppt-master/templates/icons/tabler-outline/device-sim-1.svg
skills/ppt-master/templates/icons/tabler-outline/device-sim-2.svg
skills/ppt-master/templates/icons/tabler-outline/device-sim-3.svg
skills/ppt-master/templates/icons/tabler-outline/device-sim.svg
skills/ppt-master/templates/icons/tabler-outline/device-speaker-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-speaker.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-tablet.svg
skills/ppt-master/templates/icons/tabler-outline/device-tv-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-tv-old.svg
skills/ppt-master/templates/icons/tabler-outline/device-tv.svg
skills/ppt-master/templates/icons/tabler-outline/device-unknown.svg
skills/ppt-master/templates/icons/tabler-outline/device-usb.svg
skills/ppt-master/templates/icons/tabler-outline/device-vision-pro.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-check.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-code.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-cog.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-down.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-heart.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-minus.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-off.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-pause.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-pin.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-plus.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-question.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-search.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-share.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-star.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-stats-2.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-stats.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-up.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch-x.svg
skills/ppt-master/templates/icons/tabler-outline/device-watch.svg
skills/ppt-master/templates/icons/tabler-outline/devices-2.svg
skills/ppt-master/templates/icons/tabler-outline/devices-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/devices-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/devices-check.svg
skills/ppt-master/templates/icons/tabler-outline/devices-code.svg
skills/ppt-master/templates/icons/tabler-outline/devices-cog.svg
skills/ppt-master/templates/icons/tabler-outline/devices-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/devices-down.svg
skills/ppt-master/templates/icons/tabler-outline/devices-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/devices-heart.svg
skills/ppt-master/templates/icons/tabler-outline/devices-minus.svg
skills/ppt-master/templates/icons/tabler-outline/devices-off.svg
skills/ppt-master/templates/icons/tabler-outline/devices-pause.svg
skills/ppt-master/templates/icons/tabler-outline/devices-pc-off.svg
skills/ppt-master/templates/icons/tabler-outline/devices-pc.svg
skills/ppt-master/templates/icons/tabler-outline/devices-pin.svg
skills/ppt-master/templates/icons/tabler-outline/devices-plus.svg
skills/ppt-master/templates/icons/tabler-outline/devices-question.svg
skills/ppt-master/templates/icons/tabler-outline/devices-search.svg
skills/ppt-master/templates/icons/tabler-outline/devices-share.svg
skills/ppt-master/templates/icons/tabler-outline/devices-star.svg
skills/ppt-master/templates/icons/tabler-outline/devices-up.svg
skills/ppt-master/templates/icons/tabler-outline/devices-x.svg
skills/ppt-master/templates/icons/tabler-outline/devices.svg
skills/ppt-master/templates/icons/tabler-outline/diabolo-off.svg
skills/ppt-master/templates/icons/tabler-outline/diabolo-plus.svg
skills/ppt-master/templates/icons/tabler-outline/diabolo.svg
skills/ppt-master/templates/icons/tabler-outline/dialpad-off.svg
skills/ppt-master/templates/icons/tabler-outline/dialpad.svg
skills/ppt-master/templates/icons/tabler-outline/diamond-off.svg
skills/ppt-master/templates/icons/tabler-outline/diamond.svg
skills/ppt-master/templates/icons/tabler-outline/diamonds.svg
skills/ppt-master/templates/icons/tabler-outline/diaper.svg
skills/ppt-master/templates/icons/tabler-outline/dice-1.svg
skills/ppt-master/templates/icons/tabler-outline/dice-2.svg
skills/ppt-master/templates/icons/tabler-outline/dice-3.svg
skills/ppt-master/templates/icons/tabler-outline/dice-4.svg
skills/ppt-master/templates/icons/tabler-outline/dice-5.svg
skills/ppt-master/templates/icons/tabler-outline/dice-6.svg
skills/ppt-master/templates/icons/tabler-outline/dice.svg
skills/ppt-master/templates/icons/tabler-outline/dimensions.svg
skills/ppt-master/templates/icons/tabler-outline/direction-arrows.svg
skills/ppt-master/templates/icons/tabler-outline/direction-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/direction-sign-off.svg
skills/ppt-master/templates/icons/tabler-outline/direction-sign.svg
skills/ppt-master/templates/icons/tabler-outline/direction.svg
skills/ppt-master/templates/icons/tabler-outline/directions-off.svg
skills/ppt-master/templates/icons/tabler-outline/directions.svg
skills/ppt-master/templates/icons/tabler-outline/disabled-2.svg
skills/ppt-master/templates/icons/tabler-outline/disabled-off.svg
skills/ppt-master/templates/icons/tabler-outline/disabled.svg
skills/ppt-master/templates/icons/tabler-outline/disc-golf.svg
skills/ppt-master/templates/icons/tabler-outline/disc-off.svg
skills/ppt-master/templates/icons/tabler-outline/disc.svg
skills/ppt-master/templates/icons/tabler-outline/discount-off.svg
skills/ppt-master/templates/icons/tabler-outline/discount.svg
skills/ppt-master/templates/icons/tabler-outline/divide.svg
skills/ppt-master/templates/icons/tabler-outline/dna-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/dna-2.svg
skills/ppt-master/templates/icons/tabler-outline/dna-off.svg
skills/ppt-master/templates/icons/tabler-outline/dna.svg
skills/ppt-master/templates/icons/tabler-outline/dog-bowl.svg
skills/ppt-master/templates/icons/tabler-outline/dog.svg
skills/ppt-master/templates/icons/tabler-outline/door-enter.svg
skills/ppt-master/templates/icons/tabler-outline/door-exit.svg
skills/ppt-master/templates/icons/tabler-outline/door-off.svg
skills/ppt-master/templates/icons/tabler-outline/door.svg
skills/ppt-master/templates/icons/tabler-outline/dots-circle-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/dots-diagonal-2.svg
skills/ppt-master/templates/icons/tabler-outline/dots-diagonal.svg
skills/ppt-master/templates/icons/tabler-outline/dots-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/dots.svg
skills/ppt-master/templates/icons/tabler-outline/download-off.svg
skills/ppt-master/templates/icons/tabler-outline/download.svg
skills/ppt-master/templates/icons/tabler-outline/drag-drop-2.svg
skills/ppt-master/templates/icons/tabler-outline/drag-drop.svg
skills/ppt-master/templates/icons/tabler-outline/drone-off.svg
skills/ppt-master/templates/icons/tabler-outline/drone.svg
skills/ppt-master/templates/icons/tabler-outline/drop-circle.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-check.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-code.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-cog.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-down.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-half-2.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-half.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-heart.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-minus.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-off.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-pause.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-pin.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-plus.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-question.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-search.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-share.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-star.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-up.svg
skills/ppt-master/templates/icons/tabler-outline/droplet-x.svg
skills/ppt-master/templates/icons/tabler-outline/droplet.svg
skills/ppt-master/templates/icons/tabler-outline/droplets.svg
skills/ppt-master/templates/icons/tabler-outline/dual-screen.svg
skills/ppt-master/templates/icons/tabler-outline/dumpling.svg
skills/ppt-master/templates/icons/tabler-outline/e-passport.svg
skills/ppt-master/templates/icons/tabler-outline/ear-off.svg
skills/ppt-master/templates/icons/tabler-outline/ear-scan.svg
skills/ppt-master/templates/icons/tabler-outline/ear.svg
skills/ppt-master/templates/icons/tabler-outline/ease-in-control-point.svg
skills/ppt-master/templates/icons/tabler-outline/ease-in-out-control-points.svg
skills/ppt-master/templates/icons/tabler-outline/ease-in-out.svg
skills/ppt-master/templates/icons/tabler-outline/ease-in.svg
skills/ppt-master/templates/icons/tabler-outline/ease-out-control-point.svg
skills/ppt-master/templates/icons/tabler-outline/ease-out.svg
skills/ppt-master/templates/icons/tabler-outline/edit-circle-off.svg
skills/ppt-master/templates/icons/tabler-outline/edit-circle.svg
skills/ppt-master/templates/icons/tabler-outline/edit-off.svg
skills/ppt-master/templates/icons/tabler-outline/edit.svg
skills/ppt-master/templates/icons/tabler-outline/egg-cracked.svg
skills/ppt-master/templates/icons/tabler-outline/egg-fried.svg
skills/ppt-master/templates/icons/tabler-outline/egg-off.svg
skills/ppt-master/templates/icons/tabler-outline/egg.svg
skills/ppt-master/templates/icons/tabler-outline/eggs.svg
skills/ppt-master/templates/icons/tabler-outline/elevator-off.svg
skills/ppt-master/templates/icons/tabler-outline/elevator.svg
skills/ppt-master/templates/icons/tabler-outline/emergency-bed.svg
skills/ppt-master/templates/icons/tabler-outline/empathize-off.svg
skills/ppt-master/templates/icons/tabler-outline/empathize.svg
skills/ppt-master/templates/icons/tabler-outline/emphasis.svg
skills/ppt-master/templates/icons/tabler-outline/engine-off.svg
skills/ppt-master/templates/icons/tabler-outline/engine.svg
skills/ppt-master/templates/icons/tabler-outline/equal-double.svg
skills/ppt-master/templates/icons/tabler-outline/equal-not.svg
skills/ppt-master/templates/icons/tabler-outline/equal.svg
skills/ppt-master/templates/icons/tabler-outline/eraser-off.svg
skills/ppt-master/templates/icons/tabler-outline/eraser.svg
skills/ppt-master/templates/icons/tabler-outline/error-404-off.svg
skills/ppt-master/templates/icons/tabler-outline/error-404.svg
skills/ppt-master/templates/icons/tabler-outline/escalator-down.svg
skills/ppt-master/templates/icons/tabler-outline/escalator-up.svg
skills/ppt-master/templates/icons/tabler-outline/escalator.svg
skills/ppt-master/templates/icons/tabler-outline/exchange-off.svg
skills/ppt-master/templates/icons/tabler-outline/exchange.svg
skills/ppt-master/templates/icons/tabler-outline/exclamation-circle.svg
skills/ppt-master/templates/icons/tabler-outline/exclamation-mark-off.svg
skills/ppt-master/templates/icons/tabler-outline/exclamation-mark.svg
skills/ppt-master/templates/icons/tabler-outline/explicit-off.svg
skills/ppt-master/templates/icons/tabler-outline/explicit.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-0.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-minus-1.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-off.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-plus-1.svg
skills/ppt-master/templates/icons/tabler-outline/exposure-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/exposure.svg
skills/ppt-master/templates/icons/tabler-outline/external-link-off.svg
skills/ppt-master/templates/icons/tabler-outline/external-link.svg
skills/ppt-master/templates/icons/tabler-outline/eye-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/eye-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/eye-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/eye-check.svg
skills/ppt-master/templates/icons/tabler-outline/eye-closed.svg
skills/ppt-master/templates/icons/tabler-outline/eye-code.svg
skills/ppt-master/templates/icons/tabler-outline/eye-cog.svg
skills/ppt-master/templates/icons/tabler-outline/eye-discount.svg
skills/ppt-master/templates/icons/tabler-outline/eye-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/eye-dotted.svg
skills/ppt-master/templates/icons/tabler-outline/eye-down.svg
skills/ppt-master/templates/icons/tabler-outline/eye-edit.svg
skills/ppt-master/templates/icons/tabler-outline/eye-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/eye-heart.svg
skills/ppt-master/templates/icons/tabler-outline/eye-minus.svg
skills/ppt-master/templates/icons/tabler-outline/eye-off.svg
skills/ppt-master/templates/icons/tabler-outline/eye-pause.svg
skills/ppt-master/templates/icons/tabler-outline/eye-pin.svg
skills/ppt-master/templates/icons/tabler-outline/eye-plus.svg
skills/ppt-master/templates/icons/tabler-outline/eye-question.svg
skills/ppt-master/templates/icons/tabler-outline/eye-search.svg
skills/ppt-master/templates/icons/tabler-outline/eye-share.svg
skills/ppt-master/templates/icons/tabler-outline/eye-spark.svg
skills/ppt-master/templates/icons/tabler-outline/eye-star.svg
skills/ppt-master/templates/icons/tabler-outline/eye-table.svg
skills/ppt-master/templates/icons/tabler-outline/eye-up.svg
skills/ppt-master/templates/icons/tabler-outline/eye-x.svg
skills/ppt-master/templates/icons/tabler-outline/eye.svg
skills/ppt-master/templates/icons/tabler-outline/eyeglass-2.svg
skills/ppt-master/templates/icons/tabler-outline/eyeglass-off.svg
skills/ppt-master/templates/icons/tabler-outline/eyeglass.svg
skills/ppt-master/templates/icons/tabler-outline/face-id-error.svg
skills/ppt-master/templates/icons/tabler-outline/face-id.svg
skills/ppt-master/templates/icons/tabler-outline/face-mask-off.svg
skills/ppt-master/templates/icons/tabler-outline/face-mask.svg
skills/ppt-master/templates/icons/tabler-outline/fall.svg
skills/ppt-master/templates/icons/tabler-outline/favicon.svg
skills/ppt-master/templates/icons/tabler-outline/feather-off.svg
skills/ppt-master/templates/icons/tabler-outline/feather.svg
skills/ppt-master/templates/icons/tabler-outline/fence-off.svg
skills/ppt-master/templates/icons/tabler-outline/fence.svg
skills/ppt-master/templates/icons/tabler-outline/ferry.svg
skills/ppt-master/templates/icons/tabler-outline/fidget-spinner.svg
skills/ppt-master/templates/icons/tabler-outline/file-3d.svg
skills/ppt-master/templates/icons/tabler-outline/file-ai.svg
skills/ppt-master/templates/icons/tabler-outline/file-alert.svg
skills/ppt-master/templates/icons/tabler-outline/file-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/file-arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/file-arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/file-barcode.svg
skills/ppt-master/templates/icons/tabler-outline/file-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/file-broken.svg
skills/ppt-master/templates/icons/tabler-outline/file-certificate.svg
skills/ppt-master/templates/icons/tabler-outline/file-chart.svg
skills/ppt-master/templates/icons/tabler-outline/file-check.svg
skills/ppt-master/templates/icons/tabler-outline/file-code-2.svg
skills/ppt-master/templates/icons/tabler-outline/file-code.svg
skills/ppt-master/templates/icons/tabler-outline/file-cv.svg
skills/ppt-master/templates/icons/tabler-outline/file-database.svg
skills/ppt-master/templates/icons/tabler-outline/file-delta.svg
skills/ppt-master/templates/icons/tabler-outline/file-description.svg
skills/ppt-master/templates/icons/tabler-outline/file-diff.svg
skills/ppt-master/templates/icons/tabler-outline/file-digit.svg
skills/ppt-master/templates/icons/tabler-outline/file-dislike.svg
skills/ppt-master/templates/icons/tabler-outline/file-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/file-dots.svg
skills/ppt-master/templates/icons/tabler-outline/file-download.svg
skills/ppt-master/templates/icons/tabler-outline/file-euro.svg
skills/ppt-master/templates/icons/tabler-outline/file-excel.svg
skills/ppt-master/templates/icons/tabler-outline/file-export.svg
skills/ppt-master/templates/icons/tabler-outline/file-function.svg
skills/ppt-master/templates/icons/tabler-outline/file-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/file-import.svg
skills/ppt-master/templates/icons/tabler-outline/file-infinity.svg
skills/ppt-master/templates/icons/tabler-outline/file-info.svg
skills/ppt-master/templates/icons/tabler-outline/file-invoice.svg
skills/ppt-master/templates/icons/tabler-outline/file-isr.svg
skills/ppt-master/templates/icons/tabler-outline/file-lambda.svg
skills/ppt-master/templates/icons/tabler-outline/file-like.svg
skills/ppt-master/templates/icons/tabler-outline/file-minus.svg
skills/ppt-master/templates/icons/tabler-outline/file-music.svg
skills/ppt-master/templates/icons/tabler-outline/file-neutral.svg
skills/ppt-master/templates/icons/tabler-outline/file-off.svg
skills/ppt-master/templates/icons/tabler-outline/file-orientation.svg
skills/ppt-master/templates/icons/tabler-outline/file-pencil.svg
skills/ppt-master/templates/icons/tabler-outline/file-percent.svg
skills/ppt-master/templates/icons/tabler-outline/file-phone.svg
skills/ppt-master/templates/icons/tabler-outline/file-plus.svg
skills/ppt-master/templates/icons/tabler-outline/file-power.svg
skills/ppt-master/templates/icons/tabler-outline/file-report.svg
skills/ppt-master/templates/icons/tabler-outline/file-rss.svg
skills/ppt-master/templates/icons/tabler-outline/file-sad.svg
skills/ppt-master/templates/icons/tabler-outline/file-scissors.svg
skills/ppt-master/templates/icons/tabler-outline/file-search.svg
skills/ppt-master/templates/icons/tabler-outline/file-settings.svg
skills/ppt-master/templates/icons/tabler-outline/file-shredder.svg
skills/ppt-master/templates/icons/tabler-outline/file-signal.svg
skills/ppt-master/templates/icons/tabler-outline/file-smile.svg
skills/ppt-master/templates/icons/tabler-outline/file-spark.svg
skills/ppt-master/templates/icons/tabler-outline/file-spreadsheet.svg
skills/ppt-master/templates/icons/tabler-outline/file-stack.svg
skills/ppt-master/templates/icons/tabler-outline/file-star.svg
skills/ppt-master/templates/icons/tabler-outline/file-symlink.svg
skills/ppt-master/templates/icons/tabler-outline/file-text-ai.svg
skills/ppt-master/templates/icons/tabler-outline/file-text-shield.svg
skills/ppt-master/templates/icons/tabler-outline/file-text-spark.svg
skills/ppt-master/templates/icons/tabler-outline/file-text.svg
skills/ppt-master/templates/icons/tabler-outline/file-time.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-bmp.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-css.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-csv.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-doc.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-docx.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-html.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-jpg.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-js.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-jsx.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-pdf.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-php.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-png.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-ppt.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-rs.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-sql.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-svg.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-ts.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-tsx.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-txt.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-vue.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-xls.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-xml.svg
skills/ppt-master/templates/icons/tabler-outline/file-type-zip.svg
skills/ppt-master/templates/icons/tabler-outline/file-typography.svg
skills/ppt-master/templates/icons/tabler-outline/file-unknown.svg
skills/ppt-master/templates/icons/tabler-outline/file-upload.svg
skills/ppt-master/templates/icons/tabler-outline/file-vector.svg
skills/ppt-master/templates/icons/tabler-outline/file-word.svg
skills/ppt-master/templates/icons/tabler-outline/file-x.svg
skills/ppt-master/templates/icons/tabler-outline/file-zip.svg
skills/ppt-master/templates/icons/tabler-outline/file.svg
skills/ppt-master/templates/icons/tabler-outline/files-off.svg
skills/ppt-master/templates/icons/tabler-outline/files.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-check.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-code.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-cog.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-discount.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-down.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-edit.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-minus.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-pause.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-pin.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-plus.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-question.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-search.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-share.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-spark.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-up.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2-x.svg
skills/ppt-master/templates/icons/tabler-outline/filter-2.svg
skills/ppt-master/templates/icons/tabler-outline/filter-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/filter-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/filter-check.svg
skills/ppt-master/templates/icons/tabler-outline/filter-code.svg
skills/ppt-master/templates/icons/tabler-outline/filter-cog.svg
skills/ppt-master/templates/icons/tabler-outline/filter-discount.svg
skills/ppt-master/templates/icons/tabler-outline/filter-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/filter-down.svg
skills/ppt-master/templates/icons/tabler-outline/filter-edit.svg
skills/ppt-master/templates/icons/tabler-outline/filter-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/filter-heart.svg
skills/ppt-master/templates/icons/tabler-outline/filter-minus.svg
skills/ppt-master/templates/icons/tabler-outline/filter-off.svg
skills/ppt-master/templates/icons/tabler-outline/filter-pause.svg
skills/ppt-master/templates/icons/tabler-outline/filter-pin.svg
skills/ppt-master/templates/icons/tabler-outline/filter-plus.svg
skills/ppt-master/templates/icons/tabler-outline/filter-question.svg
skills/ppt-master/templates/icons/tabler-outline/filter-search.svg
skills/ppt-master/templates/icons/tabler-outline/filter-share.svg
skills/ppt-master/templates/icons/tabler-outline/filter-spark.svg
skills/ppt-master/templates/icons/tabler-outline/filter-star.svg
skills/ppt-master/templates/icons/tabler-outline/filter-up.svg
skills/ppt-master/templates/icons/tabler-outline/filter-x.svg
skills/ppt-master/templates/icons/tabler-outline/filter.svg
skills/ppt-master/templates/icons/tabler-outline/filters.svg
skills/ppt-master/templates/icons/tabler-outline/fingerprint-off.svg
skills/ppt-master/templates/icons/tabler-outline/fingerprint-scan.svg
skills/ppt-master/templates/icons/tabler-outline/fingerprint.svg
skills/ppt-master/templates/icons/tabler-outline/fire-extinguisher.svg
skills/ppt-master/templates/icons/tabler-outline/fire-hydrant-off.svg
skills/ppt-master/templates/icons/tabler-outline/fire-hydrant.svg
skills/ppt-master/templates/icons/tabler-outline/firetruck.svg
skills/ppt-master/templates/icons/tabler-outline/firewall-check.svg
skills/ppt-master/templates/icons/tabler-outline/firewall-flame.svg
skills/ppt-master/templates/icons/tabler-outline/first-aid-kit-off.svg
skills/ppt-master/templates/icons/tabler-outline/first-aid-kit.svg
skills/ppt-master/templates/icons/tabler-outline/fish-bone.svg
skills/ppt-master/templates/icons/tabler-outline/fish-christianity.svg
skills/ppt-master/templates/icons/tabler-outline/fish-hook-off.svg
skills/ppt-master/templates/icons/tabler-outline/fish-hook.svg
skills/ppt-master/templates/icons/tabler-outline/fish-off.svg
skills/ppt-master/templates/icons/tabler-outline/fish.svg
skills/ppt-master/templates/icons/tabler-outline/flag-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/flag-2.svg
skills/ppt-master/templates/icons/tabler-outline/flag-3.svg
skills/ppt-master/templates/icons/tabler-outline/flag-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/flag-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/flag-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/flag-check.svg
skills/ppt-master/templates/icons/tabler-outline/flag-code.svg
skills/ppt-master/templates/icons/tabler-outline/flag-cog.svg
skills/ppt-master/templates/icons/tabler-outline/flag-discount.svg
skills/ppt-master/templates/icons/tabler-outline/flag-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/flag-down.svg
skills/ppt-master/templates/icons/tabler-outline/flag-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/flag-heart.svg
skills/ppt-master/templates/icons/tabler-outline/flag-minus.svg
skills/ppt-master/templates/icons/tabler-outline/flag-off.svg
skills/ppt-master/templates/icons/tabler-outline/flag-pause.svg
skills/ppt-master/templates/icons/tabler-outline/flag-pin.svg
skills/ppt-master/templates/icons/tabler-outline/flag-plus.svg
skills/ppt-master/templates/icons/tabler-outline/flag-question.svg
skills/ppt-master/templates/icons/tabler-outline/flag-search.svg
skills/ppt-master/templates/icons/tabler-outline/flag-share.svg
skills/ppt-master/templates/icons/tabler-outline/flag-spark.svg
skills/ppt-master/templates/icons/tabler-outline/flag-star.svg
skills/ppt-master/templates/icons/tabler-outline/flag-up.svg
skills/ppt-master/templates/icons/tabler-outline/flag-x.svg
skills/ppt-master/templates/icons/tabler-outline/flag.svg
skills/ppt-master/templates/icons/tabler-outline/flame-off.svg
skills/ppt-master/templates/icons/tabler-outline/flame.svg
skills/ppt-master/templates/icons/tabler-outline/flare.svg
skills/ppt-master/templates/icons/tabler-outline/flask-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/flask-2.svg
skills/ppt-master/templates/icons/tabler-outline/flask-off.svg
skills/ppt-master/templates/icons/tabler-outline/flask.svg
skills/ppt-master/templates/icons/tabler-outline/flip-flops.svg
skills/ppt-master/templates/icons/tabler-outline/flip-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/flip-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/float-center.svg
skills/ppt-master/templates/icons/tabler-outline/float-left.svg
skills/ppt-master/templates/icons/tabler-outline/float-none.svg
skills/ppt-master/templates/icons/tabler-outline/float-right.svg
skills/ppt-master/templates/icons/tabler-outline/flower-off.svg
skills/ppt-master/templates/icons/tabler-outline/flower.svg
skills/ppt-master/templates/icons/tabler-outline/focus-2.svg
skills/ppt-master/templates/icons/tabler-outline/focus-auto.svg
skills/ppt-master/templates/icons/tabler-outline/focus-centered.svg
skills/ppt-master/templates/icons/tabler-outline/focus.svg
skills/ppt-master/templates/icons/tabler-outline/fold-down.svg
skills/ppt-master/templates/icons/tabler-outline/fold-up.svg
skills/ppt-master/templates/icons/tabler-outline/fold.svg
skills/ppt-master/templates/icons/tabler-outline/folder-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/folder-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/folder-check.svg
skills/ppt-master/templates/icons/tabler-outline/folder-code.svg
skills/ppt-master/templates/icons/tabler-outline/folder-cog.svg
skills/ppt-master/templates/icons/tabler-outline/folder-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/folder-down.svg
skills/ppt-master/templates/icons/tabler-outline/folder-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/folder-heart.svg
skills/ppt-master/templates/icons/tabler-outline/folder-minus.svg
skills/ppt-master/templates/icons/tabler-outline/folder-off.svg
skills/ppt-master/templates/icons/tabler-outline/folder-open.svg
skills/ppt-master/templates/icons/tabler-outline/folder-pause.svg
skills/ppt-master/templates/icons/tabler-outline/folder-pin.svg
skills/ppt-master/templates/icons/tabler-outline/folder-plus.svg
skills/ppt-master/templates/icons/tabler-outline/folder-question.svg
skills/ppt-master/templates/icons/tabler-outline/folder-root.svg
skills/ppt-master/templates/icons/tabler-outline/folder-search.svg
skills/ppt-master/templates/icons/tabler-outline/folder-share.svg
skills/ppt-master/templates/icons/tabler-outline/folder-star.svg
skills/ppt-master/templates/icons/tabler-outline/folder-symlink.svg
skills/ppt-master/templates/icons/tabler-outline/folder-up.svg
skills/ppt-master/templates/icons/tabler-outline/folder-x.svg
skills/ppt-master/templates/icons/tabler-outline/folder.svg
skills/ppt-master/templates/icons/tabler-outline/folders-off.svg
skills/ppt-master/templates/icons/tabler-outline/folders.svg
skills/ppt-master/templates/icons/tabler-outline/forbid-2.svg
skills/ppt-master/templates/icons/tabler-outline/forbid.svg
skills/ppt-master/templates/icons/tabler-outline/forklift.svg
skills/ppt-master/templates/icons/tabler-outline/forms.svg
skills/ppt-master/templates/icons/tabler-outline/fountain-off.svg
skills/ppt-master/templates/icons/tabler-outline/fountain.svg
skills/ppt-master/templates/icons/tabler-outline/frame-off.svg
skills/ppt-master/templates/icons/tabler-outline/frame.svg
skills/ppt-master/templates/icons/tabler-outline/free-rights.svg
skills/ppt-master/templates/icons/tabler-outline/freeze-column.svg
skills/ppt-master/templates/icons/tabler-outline/freeze-row-column.svg
skills/ppt-master/templates/icons/tabler-outline/freeze-row.svg
skills/ppt-master/templates/icons/tabler-outline/fridge-off.svg
skills/ppt-master/templates/icons/tabler-outline/fridge.svg
skills/ppt-master/templates/icons/tabler-outline/friends-off.svg
skills/ppt-master/templates/icons/tabler-outline/friends.svg
skills/ppt-master/templates/icons/tabler-outline/frustum-off.svg
skills/ppt-master/templates/icons/tabler-outline/frustum-plus.svg
skills/ppt-master/templates/icons/tabler-outline/frustum.svg
skills/ppt-master/templates/icons/tabler-outline/function-off.svg
skills/ppt-master/templates/icons/tabler-outline/function.svg
skills/ppt-master/templates/icons/tabler-outline/galaxy.svg
skills/ppt-master/templates/icons/tabler-outline/garden-cart-off.svg
skills/ppt-master/templates/icons/tabler-outline/garden-cart.svg
skills/ppt-master/templates/icons/tabler-outline/gas-station-off.svg
skills/ppt-master/templates/icons/tabler-outline/gas-station.svg
skills/ppt-master/templates/icons/tabler-outline/gauge-off.svg
skills/ppt-master/templates/icons/tabler-outline/gauge.svg
skills/ppt-master/templates/icons/tabler-outline/gavel.svg
skills/ppt-master/templates/icons/tabler-outline/gender-agender.svg
skills/ppt-master/templates/icons/tabler-outline/gender-androgyne.svg
skills/ppt-master/templates/icons/tabler-outline/gender-bigender.svg
skills/ppt-master/templates/icons/tabler-outline/gender-demiboy.svg
skills/ppt-master/templates/icons/tabler-outline/gender-demigirl.svg
skills/ppt-master/templates/icons/tabler-outline/gender-epicene.svg
skills/ppt-master/templates/icons/tabler-outline/gender-female.svg
skills/ppt-master/templates/icons/tabler-outline/gender-femme.svg
skills/ppt-master/templates/icons/tabler-outline/gender-genderfluid.svg
skills/ppt-master/templates/icons/tabler-outline/gender-genderless.svg
skills/ppt-master/templates/icons/tabler-outline/gender-genderqueer.svg
skills/ppt-master/templates/icons/tabler-outline/gender-hermaphrodite.svg
skills/ppt-master/templates/icons/tabler-outline/gender-intergender.svg
skills/ppt-master/templates/icons/tabler-outline/gender-male.svg
skills/ppt-master/templates/icons/tabler-outline/gender-neutrois.svg
skills/ppt-master/templates/icons/tabler-outline/gender-third.svg
skills/ppt-master/templates/icons/tabler-outline/gender-transgender.svg
skills/ppt-master/templates/icons/tabler-outline/gender-trasvesti.svg
skills/ppt-master/templates/icons/tabler-outline/geometry.svg
skills/ppt-master/templates/icons/tabler-outline/ghost-2.svg
skills/ppt-master/templates/icons/tabler-outline/ghost-3.svg
skills/ppt-master/templates/icons/tabler-outline/ghost-off.svg
skills/ppt-master/templates/icons/tabler-outline/ghost.svg
skills/ppt-master/templates/icons/tabler-outline/gif.svg
skills/ppt-master/templates/icons/tabler-outline/gift-card.svg
skills/ppt-master/templates/icons/tabler-outline/gift-off.svg
skills/ppt-master/templates/icons/tabler-outline/gift.svg
skills/ppt-master/templates/icons/tabler-outline/git-branch-deleted.svg
skills/ppt-master/templates/icons/tabler-outline/git-branch.svg
skills/ppt-master/templates/icons/tabler-outline/git-cherry-pick.svg
skills/ppt-master/templates/icons/tabler-outline/git-commit.svg
skills/ppt-master/templates/icons/tabler-outline/git-compare.svg
skills/ppt-master/templates/icons/tabler-outline/git-fork.svg
skills/ppt-master/templates/icons/tabler-outline/git-merge.svg
skills/ppt-master/templates/icons/tabler-outline/git-pull-request-closed.svg
skills/ppt-master/templates/icons/tabler-outline/git-pull-request-draft.svg
skills/ppt-master/templates/icons/tabler-outline/git-pull-request.svg
skills/ppt-master/templates/icons/tabler-outline/gizmo.svg
skills/ppt-master/templates/icons/tabler-outline/glass-champagne.svg
skills/ppt-master/templates/icons/tabler-outline/glass-cocktail.svg
skills/ppt-master/templates/icons/tabler-outline/glass-full.svg
skills/ppt-master/templates/icons/tabler-outline/glass-gin.svg
skills/ppt-master/templates/icons/tabler-outline/glass-off.svg
skills/ppt-master/templates/icons/tabler-outline/glass.svg
skills/ppt-master/templates/icons/tabler-outline/globe-off.svg
skills/ppt-master/templates/icons/tabler-outline/globe.svg
skills/ppt-master/templates/icons/tabler-outline/go-game.svg
skills/ppt-master/templates/icons/tabler-outline/golf-off.svg
skills/ppt-master/templates/icons/tabler-outline/golf.svg
skills/ppt-master/templates/icons/tabler-outline/gps.svg
skills/ppt-master/templates/icons/tabler-outline/gradienter.svg
skills/ppt-master/templates/icons/tabler-outline/grain.svg
skills/ppt-master/templates/icons/tabler-outline/graph-off.svg
skills/ppt-master/templates/icons/tabler-outline/graph.svg
skills/ppt-master/templates/icons/tabler-outline/grave-2.svg
skills/ppt-master/templates/icons/tabler-outline/grave.svg
skills/ppt-master/templates/icons/tabler-outline/grid-3x3.svg
skills/ppt-master/templates/icons/tabler-outline/grid-4x4.svg
skills/ppt-master/templates/icons/tabler-outline/grid-dots.svg
skills/ppt-master/templates/icons/tabler-outline/grid-goldenratio.svg
skills/ppt-master/templates/icons/tabler-outline/grid-pattern.svg
skills/ppt-master/templates/icons/tabler-outline/grid-scan.svg
skills/ppt-master/templates/icons/tabler-outline/grill-fork.svg
skills/ppt-master/templates/icons/tabler-outline/grill-off.svg
skills/ppt-master/templates/icons/tabler-outline/grill-spatula.svg
skills/ppt-master/templates/icons/tabler-outline/grill.svg
skills/ppt-master/templates/icons/tabler-outline/grip-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/grip-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/growth.svg
skills/ppt-master/templates/icons/tabler-outline/guitar-pick.svg
skills/ppt-master/templates/icons/tabler-outline/gymnastics.svg
skills/ppt-master/templates/icons/tabler-outline/h-1.svg
skills/ppt-master/templates/icons/tabler-outline/h-2.svg
skills/ppt-master/templates/icons/tabler-outline/h-3.svg
skills/ppt-master/templates/icons/tabler-outline/h-4.svg
skills/ppt-master/templates/icons/tabler-outline/h-5.svg
skills/ppt-master/templates/icons/tabler-outline/h-6.svg
skills/ppt-master/templates/icons/tabler-outline/hammer-off.svg
skills/ppt-master/templates/icons/tabler-outline/hammer.svg
skills/ppt-master/templates/icons/tabler-outline/hand-click-off.svg
skills/ppt-master/templates/icons/tabler-outline/hand-click.svg
skills/ppt-master/templates/icons/tabler-outline/hand-finger-down.svg
skills/ppt-master/templates/icons/tabler-outline/hand-finger-left.svg
skills/ppt-master/templates/icons/tabler-outline/hand-finger-off.svg
skills/ppt-master/templates/icons/tabler-outline/hand-finger-right.svg
skills/ppt-master/templates/icons/tabler-outline/hand-finger.svg
skills/ppt-master/templates/icons/tabler-outline/hand-grab.svg
skills/ppt-master/templates/icons/tabler-outline/hand-little-finger.svg
skills/ppt-master/templates/icons/tabler-outline/hand-love-you.svg
skills/ppt-master/templates/icons/tabler-outline/hand-middle-finger.svg
skills/ppt-master/templates/icons/tabler-outline/hand-move.svg
skills/ppt-master/templates/icons/tabler-outline/hand-off.svg
skills/ppt-master/templates/icons/tabler-outline/hand-ring-finger.svg
skills/ppt-master/templates/icons/tabler-outline/hand-sanitizer.svg
skills/ppt-master/templates/icons/tabler-outline/hand-stop.svg
skills/ppt-master/templates/icons/tabler-outline/hand-three-fingers.svg
skills/ppt-master/templates/icons/tabler-outline/hand-two-fingers.svg
skills/ppt-master/templates/icons/tabler-outline/hanger-2.svg
skills/ppt-master/templates/icons/tabler-outline/hanger-off.svg
skills/ppt-master/templates/icons/tabler-outline/hanger.svg
skills/ppt-master/templates/icons/tabler-outline/hash.svg
skills/ppt-master/templates/icons/tabler-outline/haze-moon.svg
skills/ppt-master/templates/icons/tabler-outline/haze.svg
skills/ppt-master/templates/icons/tabler-outline/hdr.svg
skills/ppt-master/templates/icons/tabler-outline/heading-off.svg
skills/ppt-master/templates/icons/tabler-outline/heading.svg
skills/ppt-master/templates/icons/tabler-outline/headphones-off.svg
skills/ppt-master/templates/icons/tabler-outline/headphones.svg
skills/ppt-master/templates/icons/tabler-outline/headset-off.svg
skills/ppt-master/templates/icons/tabler-outline/headset.svg
skills/ppt-master/templates/icons/tabler-outline/health-recognition.svg
skills/ppt-master/templates/icons/tabler-outline/heart-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/heart-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/heart-broken.svg
skills/ppt-master/templates/icons/tabler-outline/heart-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/heart-check.svg
skills/ppt-master/templates/icons/tabler-outline/heart-code.svg
skills/ppt-master/templates/icons/tabler-outline/heart-cog.svg
skills/ppt-master/templates/icons/tabler-outline/heart-discount.svg
skills/ppt-master/templates/icons/tabler-outline/heart-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/heart-down.svg
skills/ppt-master/templates/icons/tabler-outline/heart-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/heart-handshake.svg
skills/ppt-master/templates/icons/tabler-outline/heart-minus.svg
skills/ppt-master/templates/icons/tabler-outline/heart-off.svg
skills/ppt-master/templates/icons/tabler-outline/heart-pause.svg
skills/ppt-master/templates/icons/tabler-outline/heart-pin.svg
skills/ppt-master/templates/icons/tabler-outline/heart-plus.svg
skills/ppt-master/templates/icons/tabler-outline/heart-question.svg
skills/ppt-master/templates/icons/tabler-outline/heart-rate-monitor.svg
skills/ppt-master/templates/icons/tabler-outline/heart-search.svg
skills/ppt-master/templates/icons/tabler-outline/heart-share.svg
skills/ppt-master/templates/icons/tabler-outline/heart-spark.svg
skills/ppt-master/templates/icons/tabler-outline/heart-star.svg
skills/ppt-master/templates/icons/tabler-outline/heart-up.svg
skills/ppt-master/templates/icons/tabler-outline/heart-x.svg
skills/ppt-master/templates/icons/tabler-outline/heart.svg
skills/ppt-master/templates/icons/tabler-outline/heartbeat.svg
skills/ppt-master/templates/icons/tabler-outline/hearts-off.svg
skills/ppt-master/templates/icons/tabler-outline/hearts.svg
skills/ppt-master/templates/icons/tabler-outline/helicopter-landing.svg
skills/ppt-master/templates/icons/tabler-outline/helicopter.svg
skills/ppt-master/templates/icons/tabler-outline/helmet-off.svg
skills/ppt-master/templates/icons/tabler-outline/helmet.svg
skills/ppt-master/templates/icons/tabler-outline/help-circle.svg
skills/ppt-master/templates/icons/tabler-outline/help-hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/help-octagon.svg
skills/ppt-master/templates/icons/tabler-outline/help-off.svg
skills/ppt-master/templates/icons/tabler-outline/help-small.svg
skills/ppt-master/templates/icons/tabler-outline/help-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/help-square.svg
skills/ppt-master/templates/icons/tabler-outline/help-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/help.svg
skills/ppt-master/templates/icons/tabler-outline/hemisphere-off.svg
skills/ppt-master/templates/icons/tabler-outline/hemisphere-plus.svg
skills/ppt-master/templates/icons/tabler-outline/hemisphere.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-3d.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-minus.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-off.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon-plus.svg
skills/ppt-master/templates/icons/tabler-outline/hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-prism-off.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-prism-plus.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-prism.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-pyramid-off.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-pyramid-plus.svg
skills/ppt-master/templates/icons/tabler-outline/hexagonal-pyramid.svg
skills/ppt-master/templates/icons/tabler-outline/hexagons-off.svg
skills/ppt-master/templates/icons/tabler-outline/hexagons.svg
skills/ppt-master/templates/icons/tabler-outline/hierarchy-2.svg
skills/ppt-master/templates/icons/tabler-outline/hierarchy-3.svg
skills/ppt-master/templates/icons/tabler-outline/hierarchy-off.svg
skills/ppt-master/templates/icons/tabler-outline/hierarchy.svg
skills/ppt-master/templates/icons/tabler-outline/highlight-off.svg
skills/ppt-master/templates/icons/tabler-outline/highlight.svg
skills/ppt-master/templates/icons/tabler-outline/history-off.svg
skills/ppt-master/templates/icons/tabler-outline/history-toggle.svg
skills/ppt-master/templates/icons/tabler-outline/history.svg
skills/ppt-master/templates/icons/tabler-outline/home-2.svg
skills/ppt-master/templates/icons/tabler-outline/home-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/home-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/home-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/home-check.svg
skills/ppt-master/templates/icons/tabler-outline/home-cog.svg
skills/ppt-master/templates/icons/tabler-outline/home-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/home-dot.svg
skills/ppt-master/templates/icons/tabler-outline/home-down.svg
skills/ppt-master/templates/icons/tabler-outline/home-eco.svg
skills/ppt-master/templates/icons/tabler-outline/home-edit.svg
skills/ppt-master/templates/icons/tabler-outline/home-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/home-hand.svg
skills/ppt-master/templates/icons/tabler-outline/home-heart.svg
skills/ppt-master/templates/icons/tabler-outline/home-infinity.svg
skills/ppt-master/templates/icons/tabler-outline/home-link.svg
skills/ppt-master/templates/icons/tabler-outline/home-lock.svg
skills/ppt-master/templates/icons/tabler-outline/home-minus.svg
skills/ppt-master/templates/icons/tabler-outline/home-move.svg
skills/ppt-master/templates/icons/tabler-outline/home-off.svg
skills/ppt-master/templates/icons/tabler-outline/home-plus.svg
skills/ppt-master/templates/icons/tabler-outline/home-question.svg
skills/ppt-master/templates/icons/tabler-outline/home-ribbon.svg
skills/ppt-master/templates/icons/tabler-outline/home-search.svg
skills/ppt-master/templates/icons/tabler-outline/home-share.svg
skills/ppt-master/templates/icons/tabler-outline/home-shield.svg
skills/ppt-master/templates/icons/tabler-outline/home-signal.svg
skills/ppt-master/templates/icons/tabler-outline/home-spark.svg
skills/ppt-master/templates/icons/tabler-outline/home-star.svg
skills/ppt-master/templates/icons/tabler-outline/home-stats.svg
skills/ppt-master/templates/icons/tabler-outline/home-up.svg
skills/ppt-master/templates/icons/tabler-outline/home-x.svg
skills/ppt-master/templates/icons/tabler-outline/home.svg
skills/ppt-master/templates/icons/tabler-outline/horse-toy.svg
skills/ppt-master/templates/icons/tabler-outline/horse.svg
skills/ppt-master/templates/icons/tabler-outline/horseshoe.svg
skills/ppt-master/templates/icons/tabler-outline/hospital-circle.svg
skills/ppt-master/templates/icons/tabler-outline/hospital.svg
skills/ppt-master/templates/icons/tabler-outline/hotel-service.svg
skills/ppt-master/templates/icons/tabler-outline/hourglass-empty.svg
skills/ppt-master/templates/icons/tabler-outline/hourglass-high.svg
skills/ppt-master/templates/icons/tabler-outline/hourglass-low.svg
skills/ppt-master/templates/icons/tabler-outline/hourglass-off.svg
skills/ppt-master/templates/icons/tabler-outline/hourglass.svg
skills/ppt-master/templates/icons/tabler-outline/hours-12.svg
skills/ppt-master/templates/icons/tabler-outline/hours-24.svg
skills/ppt-master/templates/icons/tabler-outline/html.svg
skills/ppt-master/templates/icons/tabler-outline/http-connect-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-connect.svg
skills/ppt-master/templates/icons/tabler-outline/http-delete-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-delete.svg
skills/ppt-master/templates/icons/tabler-outline/http-get-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-get.svg
skills/ppt-master/templates/icons/tabler-outline/http-head-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-head.svg
skills/ppt-master/templates/icons/tabler-outline/http-options-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-options.svg
skills/ppt-master/templates/icons/tabler-outline/http-patch-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-patch.svg
skills/ppt-master/templates/icons/tabler-outline/http-post-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-post.svg
skills/ppt-master/templates/icons/tabler-outline/http-put-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-put.svg
skills/ppt-master/templates/icons/tabler-outline/http-que-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-que.svg
skills/ppt-master/templates/icons/tabler-outline/http-trace-off.svg
skills/ppt-master/templates/icons/tabler-outline/http-trace.svg
skills/ppt-master/templates/icons/tabler-outline/ice-cream-2.svg
skills/ppt-master/templates/icons/tabler-outline/ice-cream-off.svg
skills/ppt-master/templates/icons/tabler-outline/ice-cream.svg
skills/ppt-master/templates/icons/tabler-outline/ice-skating.svg
skills/ppt-master/templates/icons/tabler-outline/iceberg.svg
skills/ppt-master/templates/icons/tabler-outline/icons-off.svg
skills/ppt-master/templates/icons/tabler-outline/icons.svg
skills/ppt-master/templates/icons/tabler-outline/id-badge-2.svg
skills/ppt-master/templates/icons/tabler-outline/id-badge-off.svg
skills/ppt-master/templates/icons/tabler-outline/id-badge.svg
skills/ppt-master/templates/icons/tabler-outline/id-off.svg
skills/ppt-master/templates/icons/tabler-outline/id.svg
skills/ppt-master/templates/icons/tabler-outline/ikosaedr.svg
skills/ppt-master/templates/icons/tabler-outline/image-generation.svg
skills/ppt-master/templates/icons/tabler-outline/image-in-picture.svg
skills/ppt-master/templates/icons/tabler-outline/inbox-off.svg
skills/ppt-master/templates/icons/tabler-outline/inbox.svg
skills/ppt-master/templates/icons/tabler-outline/indent-decrease.svg
skills/ppt-master/templates/icons/tabler-outline/indent-increase.svg
skills/ppt-master/templates/icons/tabler-outline/infinity-off.svg
skills/ppt-master/templates/icons/tabler-outline/infinity.svg
skills/ppt-master/templates/icons/tabler-outline/info-circle.svg
skills/ppt-master/templates/icons/tabler-outline/info-hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/info-octagon.svg
skills/ppt-master/templates/icons/tabler-outline/info-small.svg
skills/ppt-master/templates/icons/tabler-outline/info-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/info-square.svg
skills/ppt-master/templates/icons/tabler-outline/info-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-bottom-left.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-bottom-right.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-left.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-right.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-top-left.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-top-right.svg
skills/ppt-master/templates/icons/tabler-outline/inner-shadow-top.svg
skills/ppt-master/templates/icons/tabler-outline/input-ai.svg
skills/ppt-master/templates/icons/tabler-outline/input-check.svg
skills/ppt-master/templates/icons/tabler-outline/input-search.svg
skills/ppt-master/templates/icons/tabler-outline/input-spark.svg
skills/ppt-master/templates/icons/tabler-outline/input-x.svg
skills/ppt-master/templates/icons/tabler-outline/invoice.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-1.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-2.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-3.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-off.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-steam-off.svg
skills/ppt-master/templates/icons/tabler-outline/ironing-steam.svg
skills/ppt-master/templates/icons/tabler-outline/ironing.svg
skills/ppt-master/templates/icons/tabler-outline/irregular-polyhedron-off.svg
skills/ppt-master/templates/icons/tabler-outline/irregular-polyhedron-plus.svg
skills/ppt-master/templates/icons/tabler-outline/irregular-polyhedron.svg
skills/ppt-master/templates/icons/tabler-outline/italic.svg
skills/ppt-master/templates/icons/tabler-outline/jacket.svg
skills/ppt-master/templates/icons/tabler-outline/jetpack.svg
skills/ppt-master/templates/icons/tabler-outline/jetski.svg
skills/ppt-master/templates/icons/tabler-outline/jewish-star.svg
skills/ppt-master/templates/icons/tabler-outline/join-bevel.svg
skills/ppt-master/templates/icons/tabler-outline/join-round.svg
skills/ppt-master/templates/icons/tabler-outline/join-straight.svg
skills/ppt-master/templates/icons/tabler-outline/joker.svg
skills/ppt-master/templates/icons/tabler-outline/jpg.svg
skills/ppt-master/templates/icons/tabler-outline/json.svg
skills/ppt-master/templates/icons/tabler-outline/jump-rope.svg
skills/ppt-master/templates/icons/tabler-outline/karate.svg
skills/ppt-master/templates/icons/tabler-outline/kayak.svg
skills/ppt-master/templates/icons/tabler-outline/kerning.svg
skills/ppt-master/templates/icons/tabler-outline/key-off.svg
skills/ppt-master/templates/icons/tabler-outline/key.svg
skills/ppt-master/templates/icons/tabler-outline/keyboard-hide.svg
skills/ppt-master/templates/icons/tabler-outline/keyboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/keyboard-show.svg
skills/ppt-master/templates/icons/tabler-outline/keyboard.svg
skills/ppt-master/templates/icons/tabler-outline/keyframe-align-center.svg
skills/ppt-master/templates/icons/tabler-outline/keyframe-align-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/keyframe-align-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/keyframe.svg
skills/ppt-master/templates/icons/tabler-outline/keyframes.svg
skills/ppt-master/templates/icons/tabler-outline/label-important.svg
skills/ppt-master/templates/icons/tabler-outline/label-off.svg
skills/ppt-master/templates/icons/tabler-outline/label.svg
skills/ppt-master/templates/icons/tabler-outline/ladder-off.svg
skills/ppt-master/templates/icons/tabler-outline/ladder.svg
skills/ppt-master/templates/icons/tabler-outline/ladle.svg
skills/ppt-master/templates/icons/tabler-outline/lambda.svg
skills/ppt-master/templates/icons/tabler-outline/lamp-2.svg
skills/ppt-master/templates/icons/tabler-outline/lamp-off.svg
skills/ppt-master/templates/icons/tabler-outline/lamp.svg
skills/ppt-master/templates/icons/tabler-outline/lane.svg
skills/ppt-master/templates/icons/tabler-outline/language-hiragana.svg
skills/ppt-master/templates/icons/tabler-outline/language-katakana.svg
skills/ppt-master/templates/icons/tabler-outline/language-off.svg
skills/ppt-master/templates/icons/tabler-outline/language.svg
skills/ppt-master/templates/icons/tabler-outline/lasso-off.svg
skills/ppt-master/templates/icons/tabler-outline/lasso-polygon.svg
skills/ppt-master/templates/icons/tabler-outline/lasso.svg
skills/ppt-master/templates/icons/tabler-outline/laurel-wreath-1.svg
skills/ppt-master/templates/icons/tabler-outline/laurel-wreath-2.svg
skills/ppt-master/templates/icons/tabler-outline/laurel-wreath-3.svg
skills/ppt-master/templates/icons/tabler-outline/laurel-wreath.svg
skills/ppt-master/templates/icons/tabler-outline/layers-difference.svg
skills/ppt-master/templates/icons/tabler-outline/layers-intersect-2.svg
skills/ppt-master/templates/icons/tabler-outline/layers-intersect.svg
skills/ppt-master/templates/icons/tabler-outline/layers-linked.svg
skills/ppt-master/templates/icons/tabler-outline/layers-off.svg
skills/ppt-master/templates/icons/tabler-outline/layers-selected-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/layers-selected.svg
skills/ppt-master/templates/icons/tabler-outline/layers-subtract.svg
skills/ppt-master/templates/icons/tabler-outline/layers-union.svg
skills/ppt-master/templates/icons/tabler-outline/layout-2.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-center.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-left.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-middle.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-right.svg
skills/ppt-master/templates/icons/tabler-outline/layout-align-top.svg
skills/ppt-master/templates/icons/tabler-outline/layout-board-split.svg
skills/ppt-master/templates/icons/tabler-outline/layout-board.svg
skills/ppt-master/templates/icons/tabler-outline/layout-bottombar-collapse.svg
skills/ppt-master/templates/icons/tabler-outline/layout-bottombar-expand.svg
skills/ppt-master/templates/icons/tabler-outline/layout-bottombar-inactive.svg
skills/ppt-master/templates/icons/tabler-outline/layout-bottombar.svg
skills/ppt-master/templates/icons/tabler-outline/layout-cards.svg
skills/ppt-master/templates/icons/tabler-outline/layout-collage.svg
skills/ppt-master/templates/icons/tabler-outline/layout-columns.svg
skills/ppt-master/templates/icons/tabler-outline/layout-dashboard.svg
skills/ppt-master/templates/icons/tabler-outline/layout-distribute-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/layout-distribute-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/layout-grid-add.svg
skills/ppt-master/templates/icons/tabler-outline/layout-grid-remove.svg
skills/ppt-master/templates/icons/tabler-outline/layout-grid.svg
skills/ppt-master/templates/icons/tabler-outline/layout-kanban.svg
skills/ppt-master/templates/icons/tabler-outline/layout-list.svg
skills/ppt-master/templates/icons/tabler-outline/layout-navbar-collapse.svg
skills/ppt-master/templates/icons/tabler-outline/layout-navbar-expand.svg
skills/ppt-master/templates/icons/tabler-outline/layout-navbar-inactive.svg
skills/ppt-master/templates/icons/tabler-outline/layout-navbar.svg
skills/ppt-master/templates/icons/tabler-outline/layout-off.svg
skills/ppt-master/templates/icons/tabler-outline/layout-rows.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-inactive.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-left-collapse.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-left-expand.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-right-collapse.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-right-expand.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-right-inactive.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar-right.svg
skills/ppt-master/templates/icons/tabler-outline/layout-sidebar.svg
skills/ppt-master/templates/icons/tabler-outline/layout.svg
skills/ppt-master/templates/icons/tabler-outline/leaf-2.svg
skills/ppt-master/templates/icons/tabler-outline/leaf-off.svg
skills/ppt-master/templates/icons/tabler-outline/leaf.svg
skills/ppt-master/templates/icons/tabler-outline/lego-off.svg
skills/ppt-master/templates/icons/tabler-outline/lego.svg
skills/ppt-master/templates/icons/tabler-outline/lemon-2.svg
skills/ppt-master/templates/icons/tabler-outline/lemon.svg
skills/ppt-master/templates/icons/tabler-outline/letter-a-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/letter-b-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/letter-c-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/letter-case-lower.svg
skills/ppt-master/templates/icons/tabler-outline/letter-case-toggle.svg
skills/ppt-master/templates/icons/tabler-outline/letter-case-upper.svg
skills/ppt-master/templates/icons/tabler-outline/letter-case.svg
skills/ppt-master/templates/icons/tabler-outline/letter-d-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/letter-e-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/letter-f-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/letter-g-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/letter-h-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/letter-i-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/letter-j-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/letter-k-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/letter-l-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/letter-m-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/letter-n-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/letter-o-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/letter-p-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/letter-q-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/letter-r-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/letter-s-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/letter-spacing.svg
skills/ppt-master/templates/icons/tabler-outline/letter-t-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/letter-u-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/letter-v-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/letter-w-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/letter-x-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/letter-y-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/letter-z-small.svg
skills/ppt-master/templates/icons/tabler-outline/letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/library-minus.svg
skills/ppt-master/templates/icons/tabler-outline/library-photo.svg
skills/ppt-master/templates/icons/tabler-outline/library-plus.svg
skills/ppt-master/templates/icons/tabler-outline/library.svg
skills/ppt-master/templates/icons/tabler-outline/license-off.svg
skills/ppt-master/templates/icons/tabler-outline/license.svg
skills/ppt-master/templates/icons/tabler-outline/lifebuoy-off.svg
skills/ppt-master/templates/icons/tabler-outline/lifebuoy.svg
skills/ppt-master/templates/icons/tabler-outline/lighter.svg
skills/ppt-master/templates/icons/tabler-outline/line-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/line-dotted.svg
skills/ppt-master/templates/icons/tabler-outline/line-height.svg
skills/ppt-master/templates/icons/tabler-outline/line-scan.svg
skills/ppt-master/templates/icons/tabler-outline/line.svg
skills/ppt-master/templates/icons/tabler-outline/link-minus.svg
skills/ppt-master/templates/icons/tabler-outline/link-off.svg
skills/ppt-master/templates/icons/tabler-outline/link-plus.svg
skills/ppt-master/templates/icons/tabler-outline/link.svg
skills/ppt-master/templates/icons/tabler-outline/list-check.svg
skills/ppt-master/templates/icons/tabler-outline/list-details.svg
skills/ppt-master/templates/icons/tabler-outline/list-letters.svg
skills/ppt-master/templates/icons/tabler-outline/list-numbers.svg
skills/ppt-master/templates/icons/tabler-outline/list-search.svg
skills/ppt-master/templates/icons/tabler-outline/list-tree.svg
skills/ppt-master/templates/icons/tabler-outline/list.svg
skills/ppt-master/templates/icons/tabler-outline/live-photo-off.svg
skills/ppt-master/templates/icons/tabler-outline/live-photo.svg
skills/ppt-master/templates/icons/tabler-outline/live-view.svg
skills/ppt-master/templates/icons/tabler-outline/load-balancer.svg
skills/ppt-master/templates/icons/tabler-outline/loader-2.svg
skills/ppt-master/templates/icons/tabler-outline/loader-3.svg
skills/ppt-master/templates/icons/tabler-outline/loader-quarter.svg
skills/ppt-master/templates/icons/tabler-outline/loader.svg
skills/ppt-master/templates/icons/tabler-outline/location-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/location-broken.svg
skills/ppt-master/templates/icons/tabler-outline/location-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/location-check.svg
skills/ppt-master/templates/icons/tabler-outline/location-code.svg
skills/ppt-master/templates/icons/tabler-outline/location-cog.svg
skills/ppt-master/templates/icons/tabler-outline/location-discount.svg
skills/ppt-master/templates/icons/tabler-outline/location-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/location-down.svg
skills/ppt-master/templates/icons/tabler-outline/location-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/location-heart.svg
skills/ppt-master/templates/icons/tabler-outline/location-minus.svg
skills/ppt-master/templates/icons/tabler-outline/location-off.svg
skills/ppt-master/templates/icons/tabler-outline/location-pause.svg
skills/ppt-master/templates/icons/tabler-outline/location-pin.svg
skills/ppt-master/templates/icons/tabler-outline/location-plus.svg
skills/ppt-master/templates/icons/tabler-outline/location-question.svg
skills/ppt-master/templates/icons/tabler-outline/location-search.svg
skills/ppt-master/templates/icons/tabler-outline/location-share.svg
skills/ppt-master/templates/icons/tabler-outline/location-star.svg
skills/ppt-master/templates/icons/tabler-outline/location-up.svg
skills/ppt-master/templates/icons/tabler-outline/location-x.svg
skills/ppt-master/templates/icons/tabler-outline/location.svg
skills/ppt-master/templates/icons/tabler-outline/lock-access-off.svg
skills/ppt-master/templates/icons/tabler-outline/lock-access.svg
skills/ppt-master/templates/icons/tabler-outline/lock-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/lock-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/lock-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/lock-check.svg
skills/ppt-master/templates/icons/tabler-outline/lock-code.svg
skills/ppt-master/templates/icons/tabler-outline/lock-cog.svg
skills/ppt-master/templates/icons/tabler-outline/lock-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/lock-down.svg
skills/ppt-master/templates/icons/tabler-outline/lock-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/lock-heart.svg
skills/ppt-master/templates/icons/tabler-outline/lock-minus.svg
skills/ppt-master/templates/icons/tabler-outline/lock-off.svg
skills/ppt-master/templates/icons/tabler-outline/lock-open-2.svg
skills/ppt-master/templates/icons/tabler-outline/lock-open-off.svg
skills/ppt-master/templates/icons/tabler-outline/lock-open.svg
skills/ppt-master/templates/icons/tabler-outline/lock-password.svg
skills/ppt-master/templates/icons/tabler-outline/lock-pause.svg
skills/ppt-master/templates/icons/tabler-outline/lock-pin.svg
skills/ppt-master/templates/icons/tabler-outline/lock-plus.svg
skills/ppt-master/templates/icons/tabler-outline/lock-question.svg
skills/ppt-master/templates/icons/tabler-outline/lock-search.svg
skills/ppt-master/templates/icons/tabler-outline/lock-share.svg
skills/ppt-master/templates/icons/tabler-outline/lock-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/lock-square.svg
skills/ppt-master/templates/icons/tabler-outline/lock-star.svg
skills/ppt-master/templates/icons/tabler-outline/lock-up.svg
skills/ppt-master/templates/icons/tabler-outline/lock-x.svg
skills/ppt-master/templates/icons/tabler-outline/lock.svg
skills/ppt-master/templates/icons/tabler-outline/logic-and.svg
skills/ppt-master/templates/icons/tabler-outline/logic-buffer.svg
skills/ppt-master/templates/icons/tabler-outline/logic-nand.svg
skills/ppt-master/templates/icons/tabler-outline/logic-nor.svg
skills/ppt-master/templates/icons/tabler-outline/logic-not.svg
skills/ppt-master/templates/icons/tabler-outline/logic-or.svg
skills/ppt-master/templates/icons/tabler-outline/logic-xnor.svg
skills/ppt-master/templates/icons/tabler-outline/logic-xor.svg
skills/ppt-master/templates/icons/tabler-outline/login-2.svg
skills/ppt-master/templates/icons/tabler-outline/login.svg
skills/ppt-master/templates/icons/tabler-outline/logout-2.svg
skills/ppt-master/templates/icons/tabler-outline/logout.svg
skills/ppt-master/templates/icons/tabler-outline/logs.svg
skills/ppt-master/templates/icons/tabler-outline/lollipop-off.svg
skills/ppt-master/templates/icons/tabler-outline/lollipop.svg
skills/ppt-master/templates/icons/tabler-outline/luggage-off.svg
skills/ppt-master/templates/icons/tabler-outline/luggage.svg
skills/ppt-master/templates/icons/tabler-outline/lungs-off.svg
skills/ppt-master/templates/icons/tabler-outline/lungs.svg
skills/ppt-master/templates/icons/tabler-outline/macro-off.svg
skills/ppt-master/templates/icons/tabler-outline/macro.svg
skills/ppt-master/templates/icons/tabler-outline/magnet-off.svg
skills/ppt-master/templates/icons/tabler-outline/magnet.svg
skills/ppt-master/templates/icons/tabler-outline/magnetic.svg
skills/ppt-master/templates/icons/tabler-outline/mail-ai.svg
skills/ppt-master/templates/icons/tabler-outline/mail-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/mail-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/mail-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/mail-check.svg
skills/ppt-master/templates/icons/tabler-outline/mail-code.svg
skills/ppt-master/templates/icons/tabler-outline/mail-cog.svg
skills/ppt-master/templates/icons/tabler-outline/mail-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/mail-down.svg
skills/ppt-master/templates/icons/tabler-outline/mail-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/mail-fast.svg
skills/ppt-master/templates/icons/tabler-outline/mail-forward.svg
skills/ppt-master/templates/icons/tabler-outline/mail-heart.svg
skills/ppt-master/templates/icons/tabler-outline/mail-minus.svg
skills/ppt-master/templates/icons/tabler-outline/mail-off.svg
skills/ppt-master/templates/icons/tabler-outline/mail-opened.svg
skills/ppt-master/templates/icons/tabler-outline/mail-pause.svg
skills/ppt-master/templates/icons/tabler-outline/mail-pin.svg
skills/ppt-master/templates/icons/tabler-outline/mail-plus.svg
skills/ppt-master/templates/icons/tabler-outline/mail-question.svg
skills/ppt-master/templates/icons/tabler-outline/mail-search.svg
skills/ppt-master/templates/icons/tabler-outline/mail-share.svg
skills/ppt-master/templates/icons/tabler-outline/mail-spark.svg
skills/ppt-master/templates/icons/tabler-outline/mail-star.svg
skills/ppt-master/templates/icons/tabler-outline/mail-up.svg
skills/ppt-master/templates/icons/tabler-outline/mail-x.svg
skills/ppt-master/templates/icons/tabler-outline/mail.svg
skills/ppt-master/templates/icons/tabler-outline/mailbox-off.svg
skills/ppt-master/templates/icons/tabler-outline/mailbox.svg
skills/ppt-master/templates/icons/tabler-outline/man.svg
skills/ppt-master/templates/icons/tabler-outline/manual-gearbox.svg
skills/ppt-master/templates/icons/tabler-outline/map-2.svg
skills/ppt-master/templates/icons/tabler-outline/map-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/map-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/map-check.svg
skills/ppt-master/templates/icons/tabler-outline/map-code.svg
skills/ppt-master/templates/icons/tabler-outline/map-cog.svg
skills/ppt-master/templates/icons/tabler-outline/map-discount.svg
skills/ppt-master/templates/icons/tabler-outline/map-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/map-down.svg
skills/ppt-master/templates/icons/tabler-outline/map-east.svg
skills/ppt-master/templates/icons/tabler-outline/map-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/map-heart.svg
skills/ppt-master/templates/icons/tabler-outline/map-lock.svg
skills/ppt-master/templates/icons/tabler-outline/map-minus.svg
skills/ppt-master/templates/icons/tabler-outline/map-north.svg
skills/ppt-master/templates/icons/tabler-outline/map-off.svg
skills/ppt-master/templates/icons/tabler-outline/map-pause.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-2.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-check.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-code.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-cog.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-down.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-heart.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-minus.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-off.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-pause.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-pin.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-plus.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-question.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-search.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-share.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-star.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-up.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin-x.svg
skills/ppt-master/templates/icons/tabler-outline/map-pin.svg
skills/ppt-master/templates/icons/tabler-outline/map-pins.svg
skills/ppt-master/templates/icons/tabler-outline/map-plus.svg
skills/ppt-master/templates/icons/tabler-outline/map-question.svg
skills/ppt-master/templates/icons/tabler-outline/map-route.svg
skills/ppt-master/templates/icons/tabler-outline/map-search.svg
skills/ppt-master/templates/icons/tabler-outline/map-share.svg
skills/ppt-master/templates/icons/tabler-outline/map-shield.svg
skills/ppt-master/templates/icons/tabler-outline/map-south.svg
skills/ppt-master/templates/icons/tabler-outline/map-star.svg
skills/ppt-master/templates/icons/tabler-outline/map-up.svg
skills/ppt-master/templates/icons/tabler-outline/map-west.svg
skills/ppt-master/templates/icons/tabler-outline/map-x.svg
skills/ppt-master/templates/icons/tabler-outline/map.svg
skills/ppt-master/templates/icons/tabler-outline/markdown-off.svg
skills/ppt-master/templates/icons/tabler-outline/markdown.svg
skills/ppt-master/templates/icons/tabler-outline/marquee-2.svg
skills/ppt-master/templates/icons/tabler-outline/marquee-off.svg
skills/ppt-master/templates/icons/tabler-outline/marquee.svg
skills/ppt-master/templates/icons/tabler-outline/mars.svg
skills/ppt-master/templates/icons/tabler-outline/mask-off.svg
skills/ppt-master/templates/icons/tabler-outline/mask.svg
skills/ppt-master/templates/icons/tabler-outline/masks-theater-off.svg
skills/ppt-master/templates/icons/tabler-outline/masks-theater.svg
skills/ppt-master/templates/icons/tabler-outline/massage.svg
skills/ppt-master/templates/icons/tabler-outline/matchstick.svg
skills/ppt-master/templates/icons/tabler-outline/math-1-divide-2.svg
skills/ppt-master/templates/icons/tabler-outline/math-1-divide-3.svg
skills/ppt-master/templates/icons/tabler-outline/math-avg.svg
skills/ppt-master/templates/icons/tabler-outline/math-cos.svg
skills/ppt-master/templates/icons/tabler-outline/math-ctg.svg
skills/ppt-master/templates/icons/tabler-outline/math-equal-greater.svg
skills/ppt-master/templates/icons/tabler-outline/math-equal-lower.svg
skills/ppt-master/templates/icons/tabler-outline/math-function-off.svg
skills/ppt-master/templates/icons/tabler-outline/math-function-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-function.svg
skills/ppt-master/templates/icons/tabler-outline/math-greater.svg
skills/ppt-master/templates/icons/tabler-outline/math-integral-x.svg
skills/ppt-master/templates/icons/tabler-outline/math-integral.svg
skills/ppt-master/templates/icons/tabler-outline/math-integrals.svg
skills/ppt-master/templates/icons/tabler-outline/math-lower.svg
skills/ppt-master/templates/icons/tabler-outline/math-max-min.svg
skills/ppt-master/templates/icons/tabler-outline/math-max.svg
skills/ppt-master/templates/icons/tabler-outline/math-min.svg
skills/ppt-master/templates/icons/tabler-outline/math-not.svg
skills/ppt-master/templates/icons/tabler-outline/math-off.svg
skills/ppt-master/templates/icons/tabler-outline/math-pi-divide-2.svg
skills/ppt-master/templates/icons/tabler-outline/math-pi.svg
skills/ppt-master/templates/icons/tabler-outline/math-sec.svg
skills/ppt-master/templates/icons/tabler-outline/math-sin.svg
skills/ppt-master/templates/icons/tabler-outline/math-symbols.svg
skills/ppt-master/templates/icons/tabler-outline/math-tg.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-divide-2.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-divide-y-2.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-divide-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-floor-divide-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-minus-x.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-minus-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-plus-x.svg
skills/ppt-master/templates/icons/tabler-outline/math-x-plus-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-xy.svg
skills/ppt-master/templates/icons/tabler-outline/math-y-minus-y.svg
skills/ppt-master/templates/icons/tabler-outline/math-y-plus-y.svg
skills/ppt-master/templates/icons/tabler-outline/math.svg
skills/ppt-master/templates/icons/tabler-outline/matrix.svg
skills/ppt-master/templates/icons/tabler-outline/maximize-off.svg
skills/ppt-master/templates/icons/tabler-outline/maximize.svg
skills/ppt-master/templates/icons/tabler-outline/meat-off.svg
skills/ppt-master/templates/icons/tabler-outline/meat.svg
skills/ppt-master/templates/icons/tabler-outline/medal-2.svg
skills/ppt-master/templates/icons/tabler-outline/medal.svg
skills/ppt-master/templates/icons/tabler-outline/medical-cross-circle.svg
skills/ppt-master/templates/icons/tabler-outline/medical-cross-off.svg
skills/ppt-master/templates/icons/tabler-outline/medical-cross.svg
skills/ppt-master/templates/icons/tabler-outline/medicine-syrup.svg
skills/ppt-master/templates/icons/tabler-outline/meeple.svg
skills/ppt-master/templates/icons/tabler-outline/melon.svg
skills/ppt-master/templates/icons/tabler-outline/menorah.svg
skills/ppt-master/templates/icons/tabler-outline/menu-2.svg
skills/ppt-master/templates/icons/tabler-outline/menu-3.svg
skills/ppt-master/templates/icons/tabler-outline/menu-4.svg
skills/ppt-master/templates/icons/tabler-outline/menu-deep.svg
skills/ppt-master/templates/icons/tabler-outline/menu-order.svg
skills/ppt-master/templates/icons/tabler-outline/menu.svg
skills/ppt-master/templates/icons/tabler-outline/mesh.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-check.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-code.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-cog.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-down.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-heart.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-minus.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-pause.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-pin.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-plus.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-question.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-search.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-share.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-star.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-up.svg
skills/ppt-master/templates/icons/tabler-outline/message-2-x.svg
skills/ppt-master/templates/icons/tabler-outline/message-2.svg
skills/ppt-master/templates/icons/tabler-outline/message-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/message-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/message-chatbot.svg
skills/ppt-master/templates/icons/tabler-outline/message-check.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-check.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-code.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-cog.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-down.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-heart.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-minus.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-off.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-pause.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-pin.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-plus.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-question.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-search.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-share.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-star.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-up.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-user.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle-x.svg
skills/ppt-master/templates/icons/tabler-outline/message-circle.svg
skills/ppt-master/templates/icons/tabler-outline/message-code.svg
skills/ppt-master/templates/icons/tabler-outline/message-cog.svg
skills/ppt-master/templates/icons/tabler-outline/message-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/message-dots.svg
skills/ppt-master/templates/icons/tabler-outline/message-down.svg
skills/ppt-master/templates/icons/tabler-outline/message-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/message-forward.svg
skills/ppt-master/templates/icons/tabler-outline/message-heart.svg
skills/ppt-master/templates/icons/tabler-outline/message-language.svg
skills/ppt-master/templates/icons/tabler-outline/message-minus.svg
skills/ppt-master/templates/icons/tabler-outline/message-off.svg
skills/ppt-master/templates/icons/tabler-outline/message-pause.svg
skills/ppt-master/templates/icons/tabler-outline/message-pin.svg
skills/ppt-master/templates/icons/tabler-outline/message-plus.svg
skills/ppt-master/templates/icons/tabler-outline/message-question.svg
skills/ppt-master/templates/icons/tabler-outline/message-reply.svg
skills/ppt-master/templates/icons/tabler-outline/message-report.svg
skills/ppt-master/templates/icons/tabler-outline/message-search.svg
skills/ppt-master/templates/icons/tabler-outline/message-share.svg
skills/ppt-master/templates/icons/tabler-outline/message-star.svg
skills/ppt-master/templates/icons/tabler-outline/message-up.svg
skills/ppt-master/templates/icons/tabler-outline/message-user.svg
skills/ppt-master/templates/icons/tabler-outline/message-x.svg
skills/ppt-master/templates/icons/tabler-outline/message.svg
skills/ppt-master/templates/icons/tabler-outline/messages-off.svg
skills/ppt-master/templates/icons/tabler-outline/messages.svg
skills/ppt-master/templates/icons/tabler-outline/meteor-off.svg
skills/ppt-master/templates/icons/tabler-outline/meteor.svg
skills/ppt-master/templates/icons/tabler-outline/meter-cube.svg
skills/ppt-master/templates/icons/tabler-outline/meter-square.svg
skills/ppt-master/templates/icons/tabler-outline/metronome.svg
skills/ppt-master/templates/icons/tabler-outline/michelin-bib-gourmand.svg
skills/ppt-master/templates/icons/tabler-outline/michelin-star-green.svg
skills/ppt-master/templates/icons/tabler-outline/michelin-star.svg
skills/ppt-master/templates/icons/tabler-outline/mickey.svg
skills/ppt-master/templates/icons/tabler-outline/microfrontends.svg
skills/ppt-master/templates/icons/tabler-outline/microphone-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/microphone-2.svg
skills/ppt-master/templates/icons/tabler-outline/microphone-off.svg
skills/ppt-master/templates/icons/tabler-outline/microphone.svg
skills/ppt-master/templates/icons/tabler-outline/microscope-off.svg
skills/ppt-master/templates/icons/tabler-outline/microscope.svg
skills/ppt-master/templates/icons/tabler-outline/microwave-off.svg
skills/ppt-master/templates/icons/tabler-outline/microwave.svg
skills/ppt-master/templates/icons/tabler-outline/middleware.svg
skills/ppt-master/templates/icons/tabler-outline/military-award.svg
skills/ppt-master/templates/icons/tabler-outline/military-rank.svg
skills/ppt-master/templates/icons/tabler-outline/milk-off.svg
skills/ppt-master/templates/icons/tabler-outline/milk.svg
skills/ppt-master/templates/icons/tabler-outline/milkshake.svg
skills/ppt-master/templates/icons/tabler-outline/minimize.svg
skills/ppt-master/templates/icons/tabler-outline/minus-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/minus.svg
skills/ppt-master/templates/icons/tabler-outline/mist-off.svg
skills/ppt-master/templates/icons/tabler-outline/mist.svg
skills/ppt-master/templates/icons/tabler-outline/mobiledata-off.svg
skills/ppt-master/templates/icons/tabler-outline/mobiledata.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-edit.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-heart.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-minus.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-move-back.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-move.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag-plus.svg
skills/ppt-master/templates/icons/tabler-outline/moneybag.svg
skills/ppt-master/templates/icons/tabler-outline/monkeybar.svg
skills/ppt-master/templates/icons/tabler-outline/mood-angry.svg
skills/ppt-master/templates/icons/tabler-outline/mood-annoyed-2.svg
skills/ppt-master/templates/icons/tabler-outline/mood-annoyed.svg
skills/ppt-master/templates/icons/tabler-outline/mood-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/mood-boy.svg
skills/ppt-master/templates/icons/tabler-outline/mood-check.svg
skills/ppt-master/templates/icons/tabler-outline/mood-cog.svg
skills/ppt-master/templates/icons/tabler-outline/mood-confuzed.svg
skills/ppt-master/templates/icons/tabler-outline/mood-crazy-happy.svg
skills/ppt-master/templates/icons/tabler-outline/mood-cry.svg
skills/ppt-master/templates/icons/tabler-outline/mood-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/mood-edit.svg
skills/ppt-master/templates/icons/tabler-outline/mood-empty.svg
skills/ppt-master/templates/icons/tabler-outline/mood-happy.svg
skills/ppt-master/templates/icons/tabler-outline/mood-heart.svg
skills/ppt-master/templates/icons/tabler-outline/mood-kid.svg
skills/ppt-master/templates/icons/tabler-outline/mood-look-down.svg
skills/ppt-master/templates/icons/tabler-outline/mood-look-left.svg
skills/ppt-master/templates/icons/tabler-outline/mood-look-right.svg
skills/ppt-master/templates/icons/tabler-outline/mood-look-up.svg
skills/ppt-master/templates/icons/tabler-outline/mood-minus.svg
skills/ppt-master/templates/icons/tabler-outline/mood-nerd.svg
skills/ppt-master/templates/icons/tabler-outline/mood-nervous.svg
skills/ppt-master/templates/icons/tabler-outline/mood-neutral.svg
skills/ppt-master/templates/icons/tabler-outline/mood-off.svg
skills/ppt-master/templates/icons/tabler-outline/mood-pin.svg
skills/ppt-master/templates/icons/tabler-outline/mood-plus.svg
skills/ppt-master/templates/icons/tabler-outline/mood-puzzled.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sad-2.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sad-dizzy.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sad-squint.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sad.svg
skills/ppt-master/templates/icons/tabler-outline/mood-search.svg
skills/ppt-master/templates/icons/tabler-outline/mood-share.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sick.svg
skills/ppt-master/templates/icons/tabler-outline/mood-silence.svg
skills/ppt-master/templates/icons/tabler-outline/mood-sing.svg
skills/ppt-master/templates/icons/tabler-outline/mood-smile-beam.svg
skills/ppt-master/templates/icons/tabler-outline/mood-smile-dizzy.svg
skills/ppt-master/templates/icons/tabler-outline/mood-smile.svg
skills/ppt-master/templates/icons/tabler-outline/mood-spark.svg
skills/ppt-master/templates/icons/tabler-outline/mood-surprised.svg
skills/ppt-master/templates/icons/tabler-outline/mood-tongue-wink-2.svg
skills/ppt-master/templates/icons/tabler-outline/mood-tongue-wink.svg
skills/ppt-master/templates/icons/tabler-outline/mood-tongue.svg
skills/ppt-master/templates/icons/tabler-outline/mood-unamused.svg
skills/ppt-master/templates/icons/tabler-outline/mood-up.svg
skills/ppt-master/templates/icons/tabler-outline/mood-wink-2.svg
skills/ppt-master/templates/icons/tabler-outline/mood-wink.svg
skills/ppt-master/templates/icons/tabler-outline/mood-wrrr.svg
skills/ppt-master/templates/icons/tabler-outline/mood-x.svg
skills/ppt-master/templates/icons/tabler-outline/mood-xd.svg
skills/ppt-master/templates/icons/tabler-outline/moon-2.svg
skills/ppt-master/templates/icons/tabler-outline/moon-off.svg
skills/ppt-master/templates/icons/tabler-outline/moon-stars.svg
skills/ppt-master/templates/icons/tabler-outline/moon.svg
skills/ppt-master/templates/icons/tabler-outline/moped.svg
skills/ppt-master/templates/icons/tabler-outline/motorbike.svg
skills/ppt-master/templates/icons/tabler-outline/mountain-off.svg
skills/ppt-master/templates/icons/tabler-outline/mountain.svg
skills/ppt-master/templates/icons/tabler-outline/mouse-2.svg
skills/ppt-master/templates/icons/tabler-outline/mouse-off.svg
skills/ppt-master/templates/icons/tabler-outline/mouse.svg
skills/ppt-master/templates/icons/tabler-outline/moustache.svg
skills/ppt-master/templates/icons/tabler-outline/movie-off.svg
skills/ppt-master/templates/icons/tabler-outline/movie.svg
skills/ppt-master/templates/icons/tabler-outline/mug-off.svg
skills/ppt-master/templates/icons/tabler-outline/mug.svg
skills/ppt-master/templates/icons/tabler-outline/multiplier-0-5x.svg
skills/ppt-master/templates/icons/tabler-outline/multiplier-1-5x.svg
skills/ppt-master/templates/icons/tabler-outline/multiplier-1x.svg
skills/ppt-master/templates/icons/tabler-outline/multiplier-2x.svg
skills/ppt-master/templates/icons/tabler-outline/mushroom-off.svg
skills/ppt-master/templates/icons/tabler-outline/mushroom.svg
skills/ppt-master/templates/icons/tabler-outline/music-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/music-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/music-check.svg
skills/ppt-master/templates/icons/tabler-outline/music-code.svg
skills/ppt-master/templates/icons/tabler-outline/music-cog.svg
skills/ppt-master/templates/icons/tabler-outline/music-discount.svg
skills/ppt-master/templates/icons/tabler-outline/music-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/music-down.svg
skills/ppt-master/templates/icons/tabler-outline/music-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/music-heart.svg
skills/ppt-master/templates/icons/tabler-outline/music-minus.svg
skills/ppt-master/templates/icons/tabler-outline/music-off.svg
skills/ppt-master/templates/icons/tabler-outline/music-pause.svg
skills/ppt-master/templates/icons/tabler-outline/music-pin.svg
skills/ppt-master/templates/icons/tabler-outline/music-plus.svg
skills/ppt-master/templates/icons/tabler-outline/music-question.svg
skills/ppt-master/templates/icons/tabler-outline/music-search.svg
skills/ppt-master/templates/icons/tabler-outline/music-share.svg
skills/ppt-master/templates/icons/tabler-outline/music-star.svg
skills/ppt-master/templates/icons/tabler-outline/music-up.svg
skills/ppt-master/templates/icons/tabler-outline/music-x.svg
skills/ppt-master/templates/icons/tabler-outline/music.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-check.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-code.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-cog.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-discount.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-down.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-east.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-heart.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-minus.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-north.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-off.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-pause.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-pin.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-plus.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-question.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-search.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-share.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-south.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-star.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-top.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-up.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-west.svg
skills/ppt-master/templates/icons/tabler-outline/navigation-x.svg
skills/ppt-master/templates/icons/tabler-outline/navigation.svg
skills/ppt-master/templates/icons/tabler-outline/needle-thread.svg
skills/ppt-master/templates/icons/tabler-outline/needle.svg
skills/ppt-master/templates/icons/tabler-outline/network-off.svg
skills/ppt-master/templates/icons/tabler-outline/network.svg
skills/ppt-master/templates/icons/tabler-outline/new-section.svg
skills/ppt-master/templates/icons/tabler-outline/news-off.svg
skills/ppt-master/templates/icons/tabler-outline/news.svg
skills/ppt-master/templates/icons/tabler-outline/nfc-off.svg
skills/ppt-master/templates/icons/tabler-outline/nfc.svg
skills/ppt-master/templates/icons/tabler-outline/no-copyright.svg
skills/ppt-master/templates/icons/tabler-outline/no-creative-commons.svg
skills/ppt-master/templates/icons/tabler-outline/no-derivatives.svg
skills/ppt-master/templates/icons/tabler-outline/north-star.svg
skills/ppt-master/templates/icons/tabler-outline/note-off.svg
skills/ppt-master/templates/icons/tabler-outline/note.svg
skills/ppt-master/templates/icons/tabler-outline/notebook-off.svg
skills/ppt-master/templates/icons/tabler-outline/notebook.svg
skills/ppt-master/templates/icons/tabler-outline/notes-off.svg
skills/ppt-master/templates/icons/tabler-outline/notes.svg
skills/ppt-master/templates/icons/tabler-outline/notification-off.svg
skills/ppt-master/templates/icons/tabler-outline/notification.svg
skills/ppt-master/templates/icons/tabler-outline/number-0-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-0.svg
skills/ppt-master/templates/icons/tabler-outline/number-1-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-1.svg
skills/ppt-master/templates/icons/tabler-outline/number-10-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-10.svg
skills/ppt-master/templates/icons/tabler-outline/number-100-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-11-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-11.svg
skills/ppt-master/templates/icons/tabler-outline/number-12-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-123.svg
skills/ppt-master/templates/icons/tabler-outline/number-13-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-14-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-15-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-16-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-17-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-18-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-19-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-2-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-2.svg
skills/ppt-master/templates/icons/tabler-outline/number-20-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-21-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-22-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-23-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-24-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-25-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-26-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-27-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-28-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-29-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-3-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-3.svg
skills/ppt-master/templates/icons/tabler-outline/number-30-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-31-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-32-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-33-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-34-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-35-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-36-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-37-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-38-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-39-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-4-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-4.svg
skills/ppt-master/templates/icons/tabler-outline/number-40-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-41-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-42-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-43-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-44-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-45-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-46-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-47-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-48-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-49-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-5-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-5.svg
skills/ppt-master/templates/icons/tabler-outline/number-50-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-51-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-52-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-53-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-54-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-55-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-56-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-57-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-58-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-59-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-6-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-6.svg
skills/ppt-master/templates/icons/tabler-outline/number-60-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-61-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-62-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-63-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-64-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-65-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-66-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-67-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-68-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-69-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-7-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-7.svg
skills/ppt-master/templates/icons/tabler-outline/number-70-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-71-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-72-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-73-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-74-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-75-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-76-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-77-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-78-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-79-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-8-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-8.svg
skills/ppt-master/templates/icons/tabler-outline/number-80-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-81-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-82-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-83-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-84-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-85-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-86-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-87-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-88-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-89-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-9-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-9.svg
skills/ppt-master/templates/icons/tabler-outline/number-90-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-91-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-92-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-93-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-94-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-95-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-96-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-97-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-98-small.svg
skills/ppt-master/templates/icons/tabler-outline/number-99-small.svg
skills/ppt-master/templates/icons/tabler-outline/number.svg
skills/ppt-master/templates/icons/tabler-outline/numbers.svg
skills/ppt-master/templates/icons/tabler-outline/nurse.svg
skills/ppt-master/templates/icons/tabler-outline/nut.svg
skills/ppt-master/templates/icons/tabler-outline/object-scan.svg
skills/ppt-master/templates/icons/tabler-outline/octagon-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/octagon-minus.svg
skills/ppt-master/templates/icons/tabler-outline/octagon-off.svg
skills/ppt-master/templates/icons/tabler-outline/octagon-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/octagon-plus.svg
skills/ppt-master/templates/icons/tabler-outline/octagon.svg
skills/ppt-master/templates/icons/tabler-outline/octahedron-off.svg
skills/ppt-master/templates/icons/tabler-outline/octahedron-plus.svg
skills/ppt-master/templates/icons/tabler-outline/octahedron.svg
skills/ppt-master/templates/icons/tabler-outline/old.svg
skills/ppt-master/templates/icons/tabler-outline/olympic-torch.svg
skills/ppt-master/templates/icons/tabler-outline/olympics-off.svg
skills/ppt-master/templates/icons/tabler-outline/olympics.svg
skills/ppt-master/templates/icons/tabler-outline/om.svg
skills/ppt-master/templates/icons/tabler-outline/omega.svg
skills/ppt-master/templates/icons/tabler-outline/option.svg
skills/ppt-master/templates/icons/tabler-outline/outbound.svg
skills/ppt-master/templates/icons/tabler-outline/outlet.svg
skills/ppt-master/templates/icons/tabler-outline/oval-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/oval.svg
skills/ppt-master/templates/icons/tabler-outline/overline.svg
skills/ppt-master/templates/icons/tabler-outline/package-export.svg
skills/ppt-master/templates/icons/tabler-outline/package-import.svg
skills/ppt-master/templates/icons/tabler-outline/package-off.svg
skills/ppt-master/templates/icons/tabler-outline/package.svg
skills/ppt-master/templates/icons/tabler-outline/packages.svg
skills/ppt-master/templates/icons/tabler-outline/pacman.svg
skills/ppt-master/templates/icons/tabler-outline/page-break.svg
skills/ppt-master/templates/icons/tabler-outline/paint-off.svg
skills/ppt-master/templates/icons/tabler-outline/paint.svg
skills/ppt-master/templates/icons/tabler-outline/palette-off.svg
skills/ppt-master/templates/icons/tabler-outline/palette.svg
skills/ppt-master/templates/icons/tabler-outline/panorama-horizontal-off.svg
skills/ppt-master/templates/icons/tabler-outline/panorama-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/panorama-vertical-off.svg
skills/ppt-master/templates/icons/tabler-outline/panorama-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/paper-bag-off.svg
skills/ppt-master/templates/icons/tabler-outline/paper-bag.svg
skills/ppt-master/templates/icons/tabler-outline/paperclip.svg
skills/ppt-master/templates/icons/tabler-outline/parachute-off.svg
skills/ppt-master/templates/icons/tabler-outline/parachute.svg
skills/ppt-master/templates/icons/tabler-outline/parentheses-off.svg
skills/ppt-master/templates/icons/tabler-outline/parentheses.svg
skills/ppt-master/templates/icons/tabler-outline/parking-circle.svg
skills/ppt-master/templates/icons/tabler-outline/parking-meter.svg
skills/ppt-master/templates/icons/tabler-outline/parking-off.svg
skills/ppt-master/templates/icons/tabler-outline/parking.svg
skills/ppt-master/templates/icons/tabler-outline/password-fingerprint.svg
skills/ppt-master/templates/icons/tabler-outline/password-mobile-phone.svg
skills/ppt-master/templates/icons/tabler-outline/password-user.svg
skills/ppt-master/templates/icons/tabler-outline/password.svg
skills/ppt-master/templates/icons/tabler-outline/paw-off.svg
skills/ppt-master/templates/icons/tabler-outline/paw.svg
skills/ppt-master/templates/icons/tabler-outline/paywall.svg
skills/ppt-master/templates/icons/tabler-outline/pdf.svg
skills/ppt-master/templates/icons/tabler-outline/peace.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-check.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-code.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-cog.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-discount.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-down.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-heart.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-minus.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-off.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-pause.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-pin.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-plus.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-question.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-search.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-share.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-star.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-up.svg
skills/ppt-master/templates/icons/tabler-outline/pencil-x.svg
skills/ppt-master/templates/icons/tabler-outline/pencil.svg
skills/ppt-master/templates/icons/tabler-outline/pennant-2.svg
skills/ppt-master/templates/icons/tabler-outline/pennant-off.svg
skills/ppt-master/templates/icons/tabler-outline/pennant.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-minus.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-off.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-plus.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon-x.svg
skills/ppt-master/templates/icons/tabler-outline/pentagon.svg
skills/ppt-master/templates/icons/tabler-outline/pentagram.svg
skills/ppt-master/templates/icons/tabler-outline/pepper-off.svg
skills/ppt-master/templates/icons/tabler-outline/pepper.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-0.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-10.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-100.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-20.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-25.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-30.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-33.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-40.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-50.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-60.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-66.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-70.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-75.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-80.svg
skills/ppt-master/templates/icons/tabler-outline/percentage-90.svg
skills/ppt-master/templates/icons/tabler-outline/percentage.svg
skills/ppt-master/templates/icons/tabler-outline/perfume.svg
skills/ppt-master/templates/icons/tabler-outline/perspective-off.svg
skills/ppt-master/templates/icons/tabler-outline/perspective.svg
skills/ppt-master/templates/icons/tabler-outline/phone-call.svg
skills/ppt-master/templates/icons/tabler-outline/phone-calling.svg
skills/ppt-master/templates/icons/tabler-outline/phone-check.svg
skills/ppt-master/templates/icons/tabler-outline/phone-done.svg
skills/ppt-master/templates/icons/tabler-outline/phone-end.svg
skills/ppt-master/templates/icons/tabler-outline/phone-incoming.svg
skills/ppt-master/templates/icons/tabler-outline/phone-off.svg
skills/ppt-master/templates/icons/tabler-outline/phone-outgoing.svg
skills/ppt-master/templates/icons/tabler-outline/phone-pause.svg
skills/ppt-master/templates/icons/tabler-outline/phone-plus.svg
skills/ppt-master/templates/icons/tabler-outline/phone-ringing.svg
skills/ppt-master/templates/icons/tabler-outline/phone-spark.svg
skills/ppt-master/templates/icons/tabler-outline/phone-x.svg
skills/ppt-master/templates/icons/tabler-outline/phone.svg
skills/ppt-master/templates/icons/tabler-outline/photo-ai.svg
skills/ppt-master/templates/icons/tabler-outline/photo-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/photo-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/photo-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/photo-check.svg
skills/ppt-master/templates/icons/tabler-outline/photo-circle-minus.svg
skills/ppt-master/templates/icons/tabler-outline/photo-circle-plus.svg
skills/ppt-master/templates/icons/tabler-outline/photo-circle.svg
skills/ppt-master/templates/icons/tabler-outline/photo-code.svg
skills/ppt-master/templates/icons/tabler-outline/photo-cog.svg
skills/ppt-master/templates/icons/tabler-outline/photo-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/photo-down.svg
skills/ppt-master/templates/icons/tabler-outline/photo-edit.svg
skills/ppt-master/templates/icons/tabler-outline/photo-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/photo-heart.svg
skills/ppt-master/templates/icons/tabler-outline/photo-hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/photo-minus.svg
skills/ppt-master/templates/icons/tabler-outline/photo-off.svg
skills/ppt-master/templates/icons/tabler-outline/photo-pause.svg
skills/ppt-master/templates/icons/tabler-outline/photo-pentagon.svg
skills/ppt-master/templates/icons/tabler-outline/photo-pin.svg
skills/ppt-master/templates/icons/tabler-outline/photo-plus.svg
skills/ppt-master/templates/icons/tabler-outline/photo-question.svg
skills/ppt-master/templates/icons/tabler-outline/photo-scan.svg
skills/ppt-master/templates/icons/tabler-outline/photo-search.svg
skills/ppt-master/templates/icons/tabler-outline/photo-sensor-2.svg
skills/ppt-master/templates/icons/tabler-outline/photo-sensor-3.svg
skills/ppt-master/templates/icons/tabler-outline/photo-sensor.svg
skills/ppt-master/templates/icons/tabler-outline/photo-share.svg
skills/ppt-master/templates/icons/tabler-outline/photo-shield.svg
skills/ppt-master/templates/icons/tabler-outline/photo-spark.svg
skills/ppt-master/templates/icons/tabler-outline/photo-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/photo-star.svg
skills/ppt-master/templates/icons/tabler-outline/photo-up.svg
skills/ppt-master/templates/icons/tabler-outline/photo-video.svg
skills/ppt-master/templates/icons/tabler-outline/photo-x.svg
skills/ppt-master/templates/icons/tabler-outline/photo.svg
skills/ppt-master/templates/icons/tabler-outline/physotherapist.svg
skills/ppt-master/templates/icons/tabler-outline/piano.svg
skills/ppt-master/templates/icons/tabler-outline/pick.svg
skills/ppt-master/templates/icons/tabler-outline/picnic-table.svg
skills/ppt-master/templates/icons/tabler-outline/picture-in-picture-off.svg
skills/ppt-master/templates/icons/tabler-outline/picture-in-picture-on.svg
skills/ppt-master/templates/icons/tabler-outline/picture-in-picture-top.svg
skills/ppt-master/templates/icons/tabler-outline/picture-in-picture.svg
skills/ppt-master/templates/icons/tabler-outline/pig-money.svg
skills/ppt-master/templates/icons/tabler-outline/pig-off.svg
skills/ppt-master/templates/icons/tabler-outline/pig.svg
skills/ppt-master/templates/icons/tabler-outline/pilcrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/pilcrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/pilcrow.svg
skills/ppt-master/templates/icons/tabler-outline/pill-off.svg
skills/ppt-master/templates/icons/tabler-outline/pill.svg
skills/ppt-master/templates/icons/tabler-outline/pillow.svg
skills/ppt-master/templates/icons/tabler-outline/pills.svg
skills/ppt-master/templates/icons/tabler-outline/pin-end.svg
skills/ppt-master/templates/icons/tabler-outline/pin-invoke.svg
skills/ppt-master/templates/icons/tabler-outline/pin.svg
skills/ppt-master/templates/icons/tabler-outline/ping-pong.svg
skills/ppt-master/templates/icons/tabler-outline/pinned-off.svg
skills/ppt-master/templates/icons/tabler-outline/pinned.svg
skills/ppt-master/templates/icons/tabler-outline/pipeline.svg
skills/ppt-master/templates/icons/tabler-outline/pizza-off.svg
skills/ppt-master/templates/icons/tabler-outline/pizza.svg
skills/ppt-master/templates/icons/tabler-outline/placeholder.svg
skills/ppt-master/templates/icons/tabler-outline/plane-arrival.svg
skills/ppt-master/templates/icons/tabler-outline/plane-departure.svg
skills/ppt-master/templates/icons/tabler-outline/plane-inflight.svg
skills/ppt-master/templates/icons/tabler-outline/plane-off.svg
skills/ppt-master/templates/icons/tabler-outline/plane-tilt.svg
skills/ppt-master/templates/icons/tabler-outline/plane.svg
skills/ppt-master/templates/icons/tabler-outline/planet-off.svg
skills/ppt-master/templates/icons/tabler-outline/planet.svg
skills/ppt-master/templates/icons/tabler-outline/plant-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/plant-2.svg
skills/ppt-master/templates/icons/tabler-outline/plant-off.svg
skills/ppt-master/templates/icons/tabler-outline/plant.svg
skills/ppt-master/templates/icons/tabler-outline/play-basketball.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-1.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-10.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-2.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-3.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-4.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-5.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-6.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-7.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-8.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-9.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-a.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-j.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-k.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-off.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-q.svg
skills/ppt-master/templates/icons/tabler-outline/play-card-star.svg
skills/ppt-master/templates/icons/tabler-outline/play-card.svg
skills/ppt-master/templates/icons/tabler-outline/play-football.svg
skills/ppt-master/templates/icons/tabler-outline/play-handball.svg
skills/ppt-master/templates/icons/tabler-outline/play-volleyball.svg
skills/ppt-master/templates/icons/tabler-outline/player-eject.svg
skills/ppt-master/templates/icons/tabler-outline/player-pause.svg
skills/ppt-master/templates/icons/tabler-outline/player-play.svg
skills/ppt-master/templates/icons/tabler-outline/player-record.svg
skills/ppt-master/templates/icons/tabler-outline/player-skip-back.svg
skills/ppt-master/templates/icons/tabler-outline/player-skip-forward.svg
skills/ppt-master/templates/icons/tabler-outline/player-stop.svg
skills/ppt-master/templates/icons/tabler-outline/player-track-next.svg
skills/ppt-master/templates/icons/tabler-outline/player-track-prev.svg
skills/ppt-master/templates/icons/tabler-outline/playlist-add.svg
skills/ppt-master/templates/icons/tabler-outline/playlist-off.svg
skills/ppt-master/templates/icons/tabler-outline/playlist-x.svg
skills/ppt-master/templates/icons/tabler-outline/playlist.svg
skills/ppt-master/templates/icons/tabler-outline/playstation-circle.svg
skills/ppt-master/templates/icons/tabler-outline/playstation-square.svg
skills/ppt-master/templates/icons/tabler-outline/playstation-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/playstation-x.svg
skills/ppt-master/templates/icons/tabler-outline/plug-connected-x.svg
skills/ppt-master/templates/icons/tabler-outline/plug-connected.svg
skills/ppt-master/templates/icons/tabler-outline/plug-off.svg
skills/ppt-master/templates/icons/tabler-outline/plug-x.svg
skills/ppt-master/templates/icons/tabler-outline/plug.svg
skills/ppt-master/templates/icons/tabler-outline/plus-equal.svg
skills/ppt-master/templates/icons/tabler-outline/plus-minus.svg
skills/ppt-master/templates/icons/tabler-outline/plus.svg
skills/ppt-master/templates/icons/tabler-outline/png.svg
skills/ppt-master/templates/icons/tabler-outline/podium-off.svg
skills/ppt-master/templates/icons/tabler-outline/podium.svg
skills/ppt-master/templates/icons/tabler-outline/point-off.svg
skills/ppt-master/templates/icons/tabler-outline/point.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-check.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-code.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-cog.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-down.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-heart.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-minus.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-off.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-pause.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-pin.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-plus.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-question.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-search.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-share.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-star.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-up.svg
skills/ppt-master/templates/icons/tabler-outline/pointer-x.svg
skills/ppt-master/templates/icons/tabler-outline/pointer.svg
skills/ppt-master/templates/icons/tabler-outline/pokeball-off.svg
skills/ppt-master/templates/icons/tabler-outline/pokeball.svg
skills/ppt-master/templates/icons/tabler-outline/poker-chip.svg
skills/ppt-master/templates/icons/tabler-outline/polaroid.svg
skills/ppt-master/templates/icons/tabler-outline/polygon-off.svg
skills/ppt-master/templates/icons/tabler-outline/polygon.svg
skills/ppt-master/templates/icons/tabler-outline/poo.svg
skills/ppt-master/templates/icons/tabler-outline/pool-off.svg
skills/ppt-master/templates/icons/tabler-outline/pool.svg
skills/ppt-master/templates/icons/tabler-outline/power.svg
skills/ppt-master/templates/icons/tabler-outline/pray.svg
skills/ppt-master/templates/icons/tabler-outline/premium-rights.svg
skills/ppt-master/templates/icons/tabler-outline/prescription.svg
skills/ppt-master/templates/icons/tabler-outline/presentation-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/presentation-off.svg
skills/ppt-master/templates/icons/tabler-outline/presentation.svg
skills/ppt-master/templates/icons/tabler-outline/printer-off.svg
skills/ppt-master/templates/icons/tabler-outline/printer.svg
skills/ppt-master/templates/icons/tabler-outline/prism-light.svg
skills/ppt-master/templates/icons/tabler-outline/prism-off.svg
skills/ppt-master/templates/icons/tabler-outline/prism-plus.svg
skills/ppt-master/templates/icons/tabler-outline/prism.svg
skills/ppt-master/templates/icons/tabler-outline/prison.svg
skills/ppt-master/templates/icons/tabler-outline/progress-alert.svg
skills/ppt-master/templates/icons/tabler-outline/progress-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/progress-check.svg
skills/ppt-master/templates/icons/tabler-outline/progress-down.svg
skills/ppt-master/templates/icons/tabler-outline/progress-help.svg
skills/ppt-master/templates/icons/tabler-outline/progress-x.svg
skills/ppt-master/templates/icons/tabler-outline/progress.svg
skills/ppt-master/templates/icons/tabler-outline/prompt.svg
skills/ppt-master/templates/icons/tabler-outline/prong.svg
skills/ppt-master/templates/icons/tabler-outline/propeller-off.svg
skills/ppt-master/templates/icons/tabler-outline/propeller.svg
skills/ppt-master/templates/icons/tabler-outline/protocol.svg
skills/ppt-master/templates/icons/tabler-outline/pumpkin-scary.svg
skills/ppt-master/templates/icons/tabler-outline/puzzle-2.svg
skills/ppt-master/templates/icons/tabler-outline/puzzle-off.svg
skills/ppt-master/templates/icons/tabler-outline/puzzle.svg
skills/ppt-master/templates/icons/tabler-outline/pyramid-off.svg
skills/ppt-master/templates/icons/tabler-outline/pyramid-plus.svg
skills/ppt-master/templates/icons/tabler-outline/pyramid.svg
skills/ppt-master/templates/icons/tabler-outline/qrcode-off.svg
skills/ppt-master/templates/icons/tabler-outline/qrcode.svg
skills/ppt-master/templates/icons/tabler-outline/question-mark.svg
skills/ppt-master/templates/icons/tabler-outline/queue-pop-in.svg
skills/ppt-master/templates/icons/tabler-outline/queue-pop-out.svg
skills/ppt-master/templates/icons/tabler-outline/quote-off.svg
skills/ppt-master/templates/icons/tabler-outline/quote-open.svg
skills/ppt-master/templates/icons/tabler-outline/quote.svg
skills/ppt-master/templates/icons/tabler-outline/quotes.svg
skills/ppt-master/templates/icons/tabler-outline/radar-2.svg
skills/ppt-master/templates/icons/tabler-outline/radar-off.svg
skills/ppt-master/templates/icons/tabler-outline/radar.svg
skills/ppt-master/templates/icons/tabler-outline/radio-off.svg
skills/ppt-master/templates/icons/tabler-outline/radio.svg
skills/ppt-master/templates/icons/tabler-outline/radioactive-off.svg
skills/ppt-master/templates/icons/tabler-outline/radioactive.svg
skills/ppt-master/templates/icons/tabler-outline/radius-bottom-left.svg
skills/ppt-master/templates/icons/tabler-outline/radius-bottom-right.svg
skills/ppt-master/templates/icons/tabler-outline/radius-top-left.svg
skills/ppt-master/templates/icons/tabler-outline/radius-top-right.svg
skills/ppt-master/templates/icons/tabler-outline/rainbow-off.svg
skills/ppt-master/templates/icons/tabler-outline/rainbow.svg
skills/ppt-master/templates/icons/tabler-outline/rating-12-plus.svg
skills/ppt-master/templates/icons/tabler-outline/rating-14-plus.svg
skills/ppt-master/templates/icons/tabler-outline/rating-16-plus.svg
skills/ppt-master/templates/icons/tabler-outline/rating-18-plus.svg
skills/ppt-master/templates/icons/tabler-outline/rating-21-plus.svg
skills/ppt-master/templates/icons/tabler-outline/razor-electric.svg
skills/ppt-master/templates/icons/tabler-outline/razor.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-2.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-euro.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-off.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-pound.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-refund.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-rupee.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-tax.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-yen.svg
skills/ppt-master/templates/icons/tabler-outline/receipt-yuan.svg
skills/ppt-master/templates/icons/tabler-outline/receipt.svg
skills/ppt-master/templates/icons/tabler-outline/recharging.svg
skills/ppt-master/templates/icons/tabler-outline/record-mail-off.svg
skills/ppt-master/templates/icons/tabler-outline/record-mail.svg
skills/ppt-master/templates/icons/tabler-outline/rectangle-rounded-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/rectangle-rounded-top.svg
skills/ppt-master/templates/icons/tabler-outline/rectangle-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/rectangle.svg
skills/ppt-master/templates/icons/tabler-outline/rectangular-prism-off.svg
skills/ppt-master/templates/icons/tabler-outline/rectangular-prism-plus.svg
skills/ppt-master/templates/icons/tabler-outline/rectangular-prism.svg
skills/ppt-master/templates/icons/tabler-outline/recycle-off.svg
skills/ppt-master/templates/icons/tabler-outline/recycle.svg
skills/ppt-master/templates/icons/tabler-outline/refresh-alert.svg
skills/ppt-master/templates/icons/tabler-outline/refresh-dot.svg
skills/ppt-master/templates/icons/tabler-outline/refresh-off.svg
skills/ppt-master/templates/icons/tabler-outline/refresh.svg
skills/ppt-master/templates/icons/tabler-outline/regex-off.svg
skills/ppt-master/templates/icons/tabler-outline/regex.svg
skills/ppt-master/templates/icons/tabler-outline/registered.svg
skills/ppt-master/templates/icons/tabler-outline/relation-many-to-many.svg
skills/ppt-master/templates/icons/tabler-outline/relation-one-to-many.svg
skills/ppt-master/templates/icons/tabler-outline/relation-one-to-one.svg
skills/ppt-master/templates/icons/tabler-outline/reload.svg
skills/ppt-master/templates/icons/tabler-outline/reorder.svg
skills/ppt-master/templates/icons/tabler-outline/repeat-off.svg
skills/ppt-master/templates/icons/tabler-outline/repeat-once.svg
skills/ppt-master/templates/icons/tabler-outline/repeat.svg
skills/ppt-master/templates/icons/tabler-outline/replace-off.svg
skills/ppt-master/templates/icons/tabler-outline/replace-user.svg
skills/ppt-master/templates/icons/tabler-outline/replace.svg
skills/ppt-master/templates/icons/tabler-outline/report-analytics.svg
skills/ppt-master/templates/icons/tabler-outline/report-medical.svg
skills/ppt-master/templates/icons/tabler-outline/report-money.svg
skills/ppt-master/templates/icons/tabler-outline/report-off.svg
skills/ppt-master/templates/icons/tabler-outline/report-search.svg
skills/ppt-master/templates/icons/tabler-outline/report.svg
skills/ppt-master/templates/icons/tabler-outline/reserved-line.svg
skills/ppt-master/templates/icons/tabler-outline/resize.svg
skills/ppt-master/templates/icons/tabler-outline/restore.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-10.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-15.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-20.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-30.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-40.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-5.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-50.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-backward-60.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-10.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-15.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-20.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-30.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-40.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-5.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-50.svg
skills/ppt-master/templates/icons/tabler-outline/rewind-forward-60.svg
skills/ppt-master/templates/icons/tabler-outline/ribbon-health.svg
skills/ppt-master/templates/icons/tabler-outline/rings.svg
skills/ppt-master/templates/icons/tabler-outline/ripple-down.svg
skills/ppt-master/templates/icons/tabler-outline/ripple-off.svg
skills/ppt-master/templates/icons/tabler-outline/ripple-up.svg
skills/ppt-master/templates/icons/tabler-outline/ripple.svg
skills/ppt-master/templates/icons/tabler-outline/road-off.svg
skills/ppt-master/templates/icons/tabler-outline/road-sign.svg
skills/ppt-master/templates/icons/tabler-outline/road.svg
skills/ppt-master/templates/icons/tabler-outline/robot-face.svg
skills/ppt-master/templates/icons/tabler-outline/robot-off.svg
skills/ppt-master/templates/icons/tabler-outline/robot.svg
skills/ppt-master/templates/icons/tabler-outline/rocket-off.svg
skills/ppt-master/templates/icons/tabler-outline/rocket.svg
skills/ppt-master/templates/icons/tabler-outline/roller-skating.svg
skills/ppt-master/templates/icons/tabler-outline/rollercoaster-off.svg
skills/ppt-master/templates/icons/tabler-outline/rollercoaster.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-discount-check-off.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-discount-check.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-discount-off.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-discount.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/rosette-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/rosette.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-2.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-360.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-3d.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-clockwise-2.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-clockwise.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-dot.svg
skills/ppt-master/templates/icons/tabler-outline/rotate-rectangle.svg
skills/ppt-master/templates/icons/tabler-outline/rotate.svg
skills/ppt-master/templates/icons/tabler-outline/route-2.svg
skills/ppt-master/templates/icons/tabler-outline/route-alt-left.svg
skills/ppt-master/templates/icons/tabler-outline/route-alt-right.svg
skills/ppt-master/templates/icons/tabler-outline/route-off.svg
skills/ppt-master/templates/icons/tabler-outline/route-scan.svg
skills/ppt-master/templates/icons/tabler-outline/route-square-2.svg
skills/ppt-master/templates/icons/tabler-outline/route-square.svg
skills/ppt-master/templates/icons/tabler-outline/route-x-2.svg
skills/ppt-master/templates/icons/tabler-outline/route-x.svg
skills/ppt-master/templates/icons/tabler-outline/route.svg
skills/ppt-master/templates/icons/tabler-outline/router-off.svg
skills/ppt-master/templates/icons/tabler-outline/router.svg
skills/ppt-master/templates/icons/tabler-outline/row-insert-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/row-insert-top.svg
skills/ppt-master/templates/icons/tabler-outline/row-remove.svg
skills/ppt-master/templates/icons/tabler-outline/rss.svg
skills/ppt-master/templates/icons/tabler-outline/rubber-stamp-off.svg
skills/ppt-master/templates/icons/tabler-outline/rubber-stamp.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-2.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-3.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-measure-2.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-measure.svg
skills/ppt-master/templates/icons/tabler-outline/ruler-off.svg
skills/ppt-master/templates/icons/tabler-outline/ruler.svg
skills/ppt-master/templates/icons/tabler-outline/run.svg
skills/ppt-master/templates/icons/tabler-outline/rv-truck.svg
skills/ppt-master/templates/icons/tabler-outline/s-turn-down.svg
skills/ppt-master/templates/icons/tabler-outline/s-turn-left.svg
skills/ppt-master/templates/icons/tabler-outline/s-turn-right.svg
skills/ppt-master/templates/icons/tabler-outline/s-turn-up.svg
skills/ppt-master/templates/icons/tabler-outline/sailboat-2.svg
skills/ppt-master/templates/icons/tabler-outline/sailboat-off.svg
skills/ppt-master/templates/icons/tabler-outline/sailboat.svg
skills/ppt-master/templates/icons/tabler-outline/salad.svg
skills/ppt-master/templates/icons/tabler-outline/salt.svg
skills/ppt-master/templates/icons/tabler-outline/sandbox.svg
skills/ppt-master/templates/icons/tabler-outline/satellite-off.svg
skills/ppt-master/templates/icons/tabler-outline/satellite.svg
skills/ppt-master/templates/icons/tabler-outline/sausage.svg
skills/ppt-master/templates/icons/tabler-outline/scale-off.svg
skills/ppt-master/templates/icons/tabler-outline/scale-outline-off.svg
skills/ppt-master/templates/icons/tabler-outline/scale-outline.svg
skills/ppt-master/templates/icons/tabler-outline/scale.svg
skills/ppt-master/templates/icons/tabler-outline/scan-eye.svg
skills/ppt-master/templates/icons/tabler-outline/scan-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/scan-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/scan-position.svg
skills/ppt-master/templates/icons/tabler-outline/scan-traces.svg
skills/ppt-master/templates/icons/tabler-outline/scan.svg
skills/ppt-master/templates/icons/tabler-outline/schema-off.svg
skills/ppt-master/templates/icons/tabler-outline/schema.svg
skills/ppt-master/templates/icons/tabler-outline/school-bell.svg
skills/ppt-master/templates/icons/tabler-outline/school-off.svg
skills/ppt-master/templates/icons/tabler-outline/school.svg
skills/ppt-master/templates/icons/tabler-outline/scissors-off.svg
skills/ppt-master/templates/icons/tabler-outline/scissors.svg
skills/ppt-master/templates/icons/tabler-outline/scooter-electric.svg
skills/ppt-master/templates/icons/tabler-outline/scooter.svg
skills/ppt-master/templates/icons/tabler-outline/scoreboard.svg
skills/ppt-master/templates/icons/tabler-outline/screen-share-off.svg
skills/ppt-master/templates/icons/tabler-outline/screen-share.svg
skills/ppt-master/templates/icons/tabler-outline/screenshot.svg
skills/ppt-master/templates/icons/tabler-outline/scribble-off.svg
skills/ppt-master/templates/icons/tabler-outline/scribble.svg
skills/ppt-master/templates/icons/tabler-outline/script-minus.svg
skills/ppt-master/templates/icons/tabler-outline/script-plus.svg
skills/ppt-master/templates/icons/tabler-outline/script-x.svg
skills/ppt-master/templates/icons/tabler-outline/script.svg
skills/ppt-master/templates/icons/tabler-outline/scuba-diving-tank.svg
skills/ppt-master/templates/icons/tabler-outline/scuba-diving.svg
skills/ppt-master/templates/icons/tabler-outline/scuba-mask-off.svg
skills/ppt-master/templates/icons/tabler-outline/scuba-mask.svg
skills/ppt-master/templates/icons/tabler-outline/sdk.svg
skills/ppt-master/templates/icons/tabler-outline/search-off.svg
skills/ppt-master/templates/icons/tabler-outline/search.svg
skills/ppt-master/templates/icons/tabler-outline/section-sign.svg
skills/ppt-master/templates/icons/tabler-outline/section.svg
skills/ppt-master/templates/icons/tabler-outline/seedling-off.svg
skills/ppt-master/templates/icons/tabler-outline/seedling.svg
skills/ppt-master/templates/icons/tabler-outline/segway.svg
skills/ppt-master/templates/icons/tabler-outline/select-all.svg
skills/ppt-master/templates/icons/tabler-outline/select.svg
skills/ppt-master/templates/icons/tabler-outline/selector.svg
skills/ppt-master/templates/icons/tabler-outline/send-2.svg
skills/ppt-master/templates/icons/tabler-outline/send-off.svg
skills/ppt-master/templates/icons/tabler-outline/send.svg
skills/ppt-master/templates/icons/tabler-outline/seo.svg
skills/ppt-master/templates/icons/tabler-outline/separator-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/separator-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/separator.svg
skills/ppt-master/templates/icons/tabler-outline/server-2.svg
skills/ppt-master/templates/icons/tabler-outline/server-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/server-cog.svg
skills/ppt-master/templates/icons/tabler-outline/server-off.svg
skills/ppt-master/templates/icons/tabler-outline/server-spark.svg
skills/ppt-master/templates/icons/tabler-outline/server.svg
skills/ppt-master/templates/icons/tabler-outline/serverless.svg
skills/ppt-master/templates/icons/tabler-outline/servicemark.svg
skills/ppt-master/templates/icons/tabler-outline/settings-2.svg
skills/ppt-master/templates/icons/tabler-outline/settings-ai.svg
skills/ppt-master/templates/icons/tabler-outline/settings-automation.svg
skills/ppt-master/templates/icons/tabler-outline/settings-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/settings-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/settings-check.svg
skills/ppt-master/templates/icons/tabler-outline/settings-code.svg
skills/ppt-master/templates/icons/tabler-outline/settings-cog.svg
skills/ppt-master/templates/icons/tabler-outline/settings-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/settings-down.svg
skills/ppt-master/templates/icons/tabler-outline/settings-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/settings-heart.svg
skills/ppt-master/templates/icons/tabler-outline/settings-minus.svg
skills/ppt-master/templates/icons/tabler-outline/settings-off.svg
skills/ppt-master/templates/icons/tabler-outline/settings-pause.svg
skills/ppt-master/templates/icons/tabler-outline/settings-pin.svg
skills/ppt-master/templates/icons/tabler-outline/settings-plus.svg
skills/ppt-master/templates/icons/tabler-outline/settings-question.svg
skills/ppt-master/templates/icons/tabler-outline/settings-search.svg
skills/ppt-master/templates/icons/tabler-outline/settings-share.svg
skills/ppt-master/templates/icons/tabler-outline/settings-spark.svg
skills/ppt-master/templates/icons/tabler-outline/settings-star.svg
skills/ppt-master/templates/icons/tabler-outline/settings-up.svg
skills/ppt-master/templates/icons/tabler-outline/settings-x.svg
skills/ppt-master/templates/icons/tabler-outline/settings.svg
skills/ppt-master/templates/icons/tabler-outline/shadow-off.svg
skills/ppt-master/templates/icons/tabler-outline/shadow.svg
skills/ppt-master/templates/icons/tabler-outline/shape-2.svg
skills/ppt-master/templates/icons/tabler-outline/shape-3.svg
skills/ppt-master/templates/icons/tabler-outline/shape-off.svg
skills/ppt-master/templates/icons/tabler-outline/shape.svg
skills/ppt-master/templates/icons/tabler-outline/share-2.svg
skills/ppt-master/templates/icons/tabler-outline/share-3.svg
skills/ppt-master/templates/icons/tabler-outline/share-off.svg
skills/ppt-master/templates/icons/tabler-outline/share.svg
skills/ppt-master/templates/icons/tabler-outline/shareplay.svg
skills/ppt-master/templates/icons/tabler-outline/shield-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/shield-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/shield-check.svg
skills/ppt-master/templates/icons/tabler-outline/shield-checkered.svg
skills/ppt-master/templates/icons/tabler-outline/shield-chevron.svg
skills/ppt-master/templates/icons/tabler-outline/shield-code.svg
skills/ppt-master/templates/icons/tabler-outline/shield-cog.svg
skills/ppt-master/templates/icons/tabler-outline/shield-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/shield-down.svg
skills/ppt-master/templates/icons/tabler-outline/shield-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/shield-half.svg
skills/ppt-master/templates/icons/tabler-outline/shield-heart.svg
skills/ppt-master/templates/icons/tabler-outline/shield-lock.svg
skills/ppt-master/templates/icons/tabler-outline/shield-minus.svg
skills/ppt-master/templates/icons/tabler-outline/shield-off.svg
skills/ppt-master/templates/icons/tabler-outline/shield-pause.svg
skills/ppt-master/templates/icons/tabler-outline/shield-pin.svg
skills/ppt-master/templates/icons/tabler-outline/shield-plus.svg
skills/ppt-master/templates/icons/tabler-outline/shield-question.svg
skills/ppt-master/templates/icons/tabler-outline/shield-search.svg
skills/ppt-master/templates/icons/tabler-outline/shield-share.svg
skills/ppt-master/templates/icons/tabler-outline/shield-star.svg
skills/ppt-master/templates/icons/tabler-outline/shield-up.svg
skills/ppt-master/templates/icons/tabler-outline/shield-x.svg
skills/ppt-master/templates/icons/tabler-outline/shield.svg
skills/ppt-master/templates/icons/tabler-outline/ship-off.svg
skills/ppt-master/templates/icons/tabler-outline/ship.svg
skills/ppt-master/templates/icons/tabler-outline/shirt-off.svg
skills/ppt-master/templates/icons/tabler-outline/shirt-sport.svg
skills/ppt-master/templates/icons/tabler-outline/shirt.svg
skills/ppt-master/templates/icons/tabler-outline/shoe-off.svg
skills/ppt-master/templates/icons/tabler-outline/shoe.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-check.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-discount.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-edit.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-heart.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-minus.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-plus.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-search.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag-x.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-bag.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-check.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-code.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-cog.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-copy.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-discount.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-down.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-heart.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-minus.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-off.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-pause.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-pin.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-plus.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-question.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-search.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-share.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-star.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-up.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart-x.svg
skills/ppt-master/templates/icons/tabler-outline/shopping-cart.svg
skills/ppt-master/templates/icons/tabler-outline/shovel-pitchforks.svg
skills/ppt-master/templates/icons/tabler-outline/shovel.svg
skills/ppt-master/templates/icons/tabler-outline/shredder.svg
skills/ppt-master/templates/icons/tabler-outline/sign-left.svg
skills/ppt-master/templates/icons/tabler-outline/sign-right.svg
skills/ppt-master/templates/icons/tabler-outline/signal-2g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-3g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-4g-plus.svg
skills/ppt-master/templates/icons/tabler-outline/signal-4g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-5g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-6g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-e.svg
skills/ppt-master/templates/icons/tabler-outline/signal-g.svg
skills/ppt-master/templates/icons/tabler-outline/signal-h-plus.svg
skills/ppt-master/templates/icons/tabler-outline/signal-h.svg
skills/ppt-master/templates/icons/tabler-outline/signal-lte.svg
skills/ppt-master/templates/icons/tabler-outline/signature-off.svg
skills/ppt-master/templates/icons/tabler-outline/signature.svg
skills/ppt-master/templates/icons/tabler-outline/sitemap-off.svg
skills/ppt-master/templates/icons/tabler-outline/sitemap.svg
skills/ppt-master/templates/icons/tabler-outline/skateboard-off.svg
skills/ppt-master/templates/icons/tabler-outline/skateboard.svg
skills/ppt-master/templates/icons/tabler-outline/skateboarding.svg
skills/ppt-master/templates/icons/tabler-outline/skew-x.svg
skills/ppt-master/templates/icons/tabler-outline/skew-y.svg
skills/ppt-master/templates/icons/tabler-outline/ski-jumping.svg
skills/ppt-master/templates/icons/tabler-outline/skull.svg
skills/ppt-master/templates/icons/tabler-outline/slash.svg
skills/ppt-master/templates/icons/tabler-outline/slashes.svg
skills/ppt-master/templates/icons/tabler-outline/sleigh.svg
skills/ppt-master/templates/icons/tabler-outline/slice.svg
skills/ppt-master/templates/icons/tabler-outline/slideshow.svg
skills/ppt-master/templates/icons/tabler-outline/smart-home-off.svg
skills/ppt-master/templates/icons/tabler-outline/smart-home.svg
skills/ppt-master/templates/icons/tabler-outline/smoking-no.svg
skills/ppt-master/templates/icons/tabler-outline/smoking.svg
skills/ppt-master/templates/icons/tabler-outline/snowboarding.svg
skills/ppt-master/templates/icons/tabler-outline/snowflake-off.svg
skills/ppt-master/templates/icons/tabler-outline/snowflake.svg
skills/ppt-master/templates/icons/tabler-outline/snowman.svg
skills/ppt-master/templates/icons/tabler-outline/soccer-field.svg
skills/ppt-master/templates/icons/tabler-outline/social-off.svg
skills/ppt-master/templates/icons/tabler-outline/social.svg
skills/ppt-master/templates/icons/tabler-outline/sock.svg
skills/ppt-master/templates/icons/tabler-outline/sofa-off.svg
skills/ppt-master/templates/icons/tabler-outline/sofa.svg
skills/ppt-master/templates/icons/tabler-outline/solar-electricity.svg
skills/ppt-master/templates/icons/tabler-outline/solar-panel-2.svg
skills/ppt-master/templates/icons/tabler-outline/solar-panel.svg
skills/ppt-master/templates/icons/tabler-outline/sort-0-9.svg
skills/ppt-master/templates/icons/tabler-outline/sort-9-0.svg
skills/ppt-master/templates/icons/tabler-outline/sort-a-z.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending-2.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending-letters.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending-numbers.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending-shapes.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending-small-big.svg
skills/ppt-master/templates/icons/tabler-outline/sort-ascending.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending-2.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending-letters.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending-numbers.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending-shapes.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending-small-big.svg
skills/ppt-master/templates/icons/tabler-outline/sort-descending.svg
skills/ppt-master/templates/icons/tabler-outline/sort-z-a.svg
skills/ppt-master/templates/icons/tabler-outline/sos.svg
skills/ppt-master/templates/icons/tabler-outline/soup-off.svg
skills/ppt-master/templates/icons/tabler-outline/soup.svg
skills/ppt-master/templates/icons/tabler-outline/source-code.svg
skills/ppt-master/templates/icons/tabler-outline/space-off.svg
skills/ppt-master/templates/icons/tabler-outline/space.svg
skills/ppt-master/templates/icons/tabler-outline/spaces.svg
skills/ppt-master/templates/icons/tabler-outline/spacing-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/spacing-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/spade.svg
skills/ppt-master/templates/icons/tabler-outline/sparkles-2.svg
skills/ppt-master/templates/icons/tabler-outline/sparkles.svg
skills/ppt-master/templates/icons/tabler-outline/speakerphone.svg
skills/ppt-master/templates/icons/tabler-outline/speedboat.svg
skills/ppt-master/templates/icons/tabler-outline/sphere-off.svg
skills/ppt-master/templates/icons/tabler-outline/sphere-plus.svg
skills/ppt-master/templates/icons/tabler-outline/sphere.svg
skills/ppt-master/templates/icons/tabler-outline/spider.svg
skills/ppt-master/templates/icons/tabler-outline/spiral-off.svg
skills/ppt-master/templates/icons/tabler-outline/spiral.svg
skills/ppt-master/templates/icons/tabler-outline/sport-billard.svg
skills/ppt-master/templates/icons/tabler-outline/spray.svg
skills/ppt-master/templates/icons/tabler-outline/spy-off.svg
skills/ppt-master/templates/icons/tabler-outline/spy.svg
skills/ppt-master/templates/icons/tabler-outline/sql.svg
skills/ppt-master/templates/icons/tabler-outline/square-arrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-arrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/square-check.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevron-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevron-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevron-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevron-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/square-dot.svg
skills/ppt-master/templates/icons/tabler-outline/square-f0.svg
skills/ppt-master/templates/icons/tabler-outline/square-f1.svg
skills/ppt-master/templates/icons/tabler-outline/square-f2.svg
skills/ppt-master/templates/icons/tabler-outline/square-f3.svg
skills/ppt-master/templates/icons/tabler-outline/square-f4.svg
skills/ppt-master/templates/icons/tabler-outline/square-f5.svg
skills/ppt-master/templates/icons/tabler-outline/square-f6.svg
skills/ppt-master/templates/icons/tabler-outline/square-f7.svg
skills/ppt-master/templates/icons/tabler-outline/square-f8.svg
skills/ppt-master/templates/icons/tabler-outline/square-f9.svg
skills/ppt-master/templates/icons/tabler-outline/square-forbid-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-forbid.svg
skills/ppt-master/templates/icons/tabler-outline/square-half.svg
skills/ppt-master/templates/icons/tabler-outline/square-key.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/square-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/square-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-minus.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/square-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/square-off.svg
skills/ppt-master/templates/icons/tabler-outline/square-percentage.svg
skills/ppt-master/templates/icons/tabler-outline/square-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-plus.svg
skills/ppt-master/templates/icons/tabler-outline/square-root-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-root.svg
skills/ppt-master/templates/icons/tabler-outline/square-rotated-asterisk.svg
skills/ppt-master/templates/icons/tabler-outline/square-rotated-forbid-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-rotated-forbid.svg
skills/ppt-master/templates/icons/tabler-outline/square-rotated-off.svg
skills/ppt-master/templates/icons/tabler-outline/square-rotated.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-arrow-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-arrow-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-arrow-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-arrow-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-check.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevron-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevron-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevron-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevron-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevrons-down.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevrons-left.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevrons-right.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-chevrons-up.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-a.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-b.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-c.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-d.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-e.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-f.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-g.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-h.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-i.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-j.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-k.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-l.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-m.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-n.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-o.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-p.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-q.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-r.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-s.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-t.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-u.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-v.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-w.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-x.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-y.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-letter-z.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-minus.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-0.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-1.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-3.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-4.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-5.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-6.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-7.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-8.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-number-9.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-percentage.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-plus.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded-x.svg
skills/ppt-master/templates/icons/tabler-outline/square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/square-toggle-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/square-toggle.svg
skills/ppt-master/templates/icons/tabler-outline/square-x.svg
skills/ppt-master/templates/icons/tabler-outline/square.svg
skills/ppt-master/templates/icons/tabler-outline/squares-diagonal.svg
skills/ppt-master/templates/icons/tabler-outline/squares-selected.svg
skills/ppt-master/templates/icons/tabler-outline/squares.svg
skills/ppt-master/templates/icons/tabler-outline/stack-2.svg
skills/ppt-master/templates/icons/tabler-outline/stack-3.svg
skills/ppt-master/templates/icons/tabler-outline/stack-back.svg
skills/ppt-master/templates/icons/tabler-outline/stack-backward.svg
skills/ppt-master/templates/icons/tabler-outline/stack-forward.svg
skills/ppt-master/templates/icons/tabler-outline/stack-front.svg
skills/ppt-master/templates/icons/tabler-outline/stack-middle.svg
skills/ppt-master/templates/icons/tabler-outline/stack-pop.svg
skills/ppt-master/templates/icons/tabler-outline/stack-push.svg
skills/ppt-master/templates/icons/tabler-outline/stack.svg
skills/ppt-master/templates/icons/tabler-outline/stairs-down.svg
skills/ppt-master/templates/icons/tabler-outline/stairs-up.svg
skills/ppt-master/templates/icons/tabler-outline/stairs.svg
skills/ppt-master/templates/icons/tabler-outline/star-half.svg
skills/ppt-master/templates/icons/tabler-outline/star-off.svg
skills/ppt-master/templates/icons/tabler-outline/star.svg
skills/ppt-master/templates/icons/tabler-outline/stars-off.svg
skills/ppt-master/templates/icons/tabler-outline/stars.svg
skills/ppt-master/templates/icons/tabler-outline/status-change.svg
skills/ppt-master/templates/icons/tabler-outline/steam.svg
skills/ppt-master/templates/icons/tabler-outline/steering-wheel-off.svg
skills/ppt-master/templates/icons/tabler-outline/steering-wheel.svg
skills/ppt-master/templates/icons/tabler-outline/step-into.svg
skills/ppt-master/templates/icons/tabler-outline/step-out.svg
skills/ppt-master/templates/icons/tabler-outline/stereo-glasses.svg
skills/ppt-master/templates/icons/tabler-outline/stethoscope-off.svg
skills/ppt-master/templates/icons/tabler-outline/stethoscope.svg
skills/ppt-master/templates/icons/tabler-outline/sticker-2.svg
skills/ppt-master/templates/icons/tabler-outline/sticker.svg
skills/ppt-master/templates/icons/tabler-outline/stopwatch.svg
skills/ppt-master/templates/icons/tabler-outline/storm-off.svg
skills/ppt-master/templates/icons/tabler-outline/storm.svg
skills/ppt-master/templates/icons/tabler-outline/stretching-2.svg
skills/ppt-master/templates/icons/tabler-outline/stretching.svg
skills/ppt-master/templates/icons/tabler-outline/strikethrough.svg
skills/ppt-master/templates/icons/tabler-outline/stroke-curved.svg
skills/ppt-master/templates/icons/tabler-outline/stroke-dynamic.svg
skills/ppt-master/templates/icons/tabler-outline/stroke-straight.svg
skills/ppt-master/templates/icons/tabler-outline/submarine.svg
skills/ppt-master/templates/icons/tabler-outline/subscript.svg
skills/ppt-master/templates/icons/tabler-outline/subtask.svg
skills/ppt-master/templates/icons/tabler-outline/subtitles-ai.svg
skills/ppt-master/templates/icons/tabler-outline/subtitles-edit.svg
skills/ppt-master/templates/icons/tabler-outline/subtitles-off.svg
skills/ppt-master/templates/icons/tabler-outline/subtitles.svg
skills/ppt-master/templates/icons/tabler-outline/sum-off.svg
skills/ppt-master/templates/icons/tabler-outline/sum.svg
skills/ppt-master/templates/icons/tabler-outline/sun-electricity.svg
skills/ppt-master/templates/icons/tabler-outline/sun-high.svg
skills/ppt-master/templates/icons/tabler-outline/sun-low.svg
skills/ppt-master/templates/icons/tabler-outline/sun-moon.svg
skills/ppt-master/templates/icons/tabler-outline/sun-off.svg
skills/ppt-master/templates/icons/tabler-outline/sun-wind.svg
skills/ppt-master/templates/icons/tabler-outline/sun.svg
skills/ppt-master/templates/icons/tabler-outline/sunglasses.svg
skills/ppt-master/templates/icons/tabler-outline/sunrise.svg
skills/ppt-master/templates/icons/tabler-outline/sunset-2.svg
skills/ppt-master/templates/icons/tabler-outline/sunset.svg
skills/ppt-master/templates/icons/tabler-outline/superscript.svg
skills/ppt-master/templates/icons/tabler-outline/svg.svg
skills/ppt-master/templates/icons/tabler-outline/swimming.svg
skills/ppt-master/templates/icons/tabler-outline/swipe-down.svg
skills/ppt-master/templates/icons/tabler-outline/swipe-left.svg
skills/ppt-master/templates/icons/tabler-outline/swipe-right.svg
skills/ppt-master/templates/icons/tabler-outline/swipe-up.svg
skills/ppt-master/templates/icons/tabler-outline/swipe.svg
skills/ppt-master/templates/icons/tabler-outline/switch-2.svg
skills/ppt-master/templates/icons/tabler-outline/switch-3.svg
skills/ppt-master/templates/icons/tabler-outline/switch-horizontal.svg
skills/ppt-master/templates/icons/tabler-outline/switch-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/switch.svg
skills/ppt-master/templates/icons/tabler-outline/sword-off.svg
skills/ppt-master/templates/icons/tabler-outline/sword.svg
skills/ppt-master/templates/icons/tabler-outline/swords.svg
skills/ppt-master/templates/icons/tabler-outline/table-alias.svg
skills/ppt-master/templates/icons/tabler-outline/table-column.svg
skills/ppt-master/templates/icons/tabler-outline/table-dashed.svg
skills/ppt-master/templates/icons/tabler-outline/table-down.svg
skills/ppt-master/templates/icons/tabler-outline/table-export.svg
skills/ppt-master/templates/icons/tabler-outline/table-heart.svg
skills/ppt-master/templates/icons/tabler-outline/table-import.svg
skills/ppt-master/templates/icons/tabler-outline/table-minus.svg
skills/ppt-master/templates/icons/tabler-outline/table-off.svg
skills/ppt-master/templates/icons/tabler-outline/table-options.svg
skills/ppt-master/templates/icons/tabler-outline/table-plus.svg
skills/ppt-master/templates/icons/tabler-outline/table-row.svg
skills/ppt-master/templates/icons/tabler-outline/table-share.svg
skills/ppt-master/templates/icons/tabler-outline/table-shortcut.svg
skills/ppt-master/templates/icons/tabler-outline/table-spark.svg
skills/ppt-master/templates/icons/tabler-outline/table.svg
skills/ppt-master/templates/icons/tabler-outline/tag-minus.svg
skills/ppt-master/templates/icons/tabler-outline/tag-off.svg
skills/ppt-master/templates/icons/tabler-outline/tag-plus.svg
skills/ppt-master/templates/icons/tabler-outline/tag-starred.svg
skills/ppt-master/templates/icons/tabler-outline/tag.svg
skills/ppt-master/templates/icons/tabler-outline/tags-off.svg
skills/ppt-master/templates/icons/tabler-outline/tags.svg
skills/ppt-master/templates/icons/tabler-outline/tallymark-1.svg
skills/ppt-master/templates/icons/tabler-outline/tallymark-2.svg
skills/ppt-master/templates/icons/tabler-outline/tallymark-3.svg
skills/ppt-master/templates/icons/tabler-outline/tallymark-4.svg
skills/ppt-master/templates/icons/tabler-outline/tallymarks.svg
skills/ppt-master/templates/icons/tabler-outline/tank.svg
skills/ppt-master/templates/icons/tabler-outline/target-arrow.svg
skills/ppt-master/templates/icons/tabler-outline/target-off.svg
skills/ppt-master/templates/icons/tabler-outline/target.svg
skills/ppt-master/templates/icons/tabler-outline/tax-euro.svg
skills/ppt-master/templates/icons/tabler-outline/tax-pound.svg
skills/ppt-master/templates/icons/tabler-outline/tax.svg
skills/ppt-master/templates/icons/tabler-outline/teapot.svg
skills/ppt-master/templates/icons/tabler-outline/telescope-off.svg
skills/ppt-master/templates/icons/tabler-outline/telescope.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-celsius.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-fahrenheit.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-minus.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-off.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-plus.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-snow.svg
skills/ppt-master/templates/icons/tabler-outline/temperature-sun.svg
skills/ppt-master/templates/icons/tabler-outline/temperature.svg
skills/ppt-master/templates/icons/tabler-outline/template-off.svg
skills/ppt-master/templates/icons/tabler-outline/template.svg
skills/ppt-master/templates/icons/tabler-outline/tent-off.svg
skills/ppt-master/templates/icons/tabler-outline/tent.svg
skills/ppt-master/templates/icons/tabler-outline/terminal-2.svg
skills/ppt-master/templates/icons/tabler-outline/terminal.svg
skills/ppt-master/templates/icons/tabler-outline/test-pipe-2.svg
skills/ppt-master/templates/icons/tabler-outline/test-pipe-off.svg
skills/ppt-master/templates/icons/tabler-outline/test-pipe.svg
skills/ppt-master/templates/icons/tabler-outline/tex.svg
skills/ppt-master/templates/icons/tabler-outline/text-caption.svg
skills/ppt-master/templates/icons/tabler-outline/text-color.svg
skills/ppt-master/templates/icons/tabler-outline/text-decrease.svg
skills/ppt-master/templates/icons/tabler-outline/text-direction-ltr.svg
skills/ppt-master/templates/icons/tabler-outline/text-direction-rtl.svg
skills/ppt-master/templates/icons/tabler-outline/text-grammar.svg
skills/ppt-master/templates/icons/tabler-outline/text-increase.svg
skills/ppt-master/templates/icons/tabler-outline/text-orientation.svg
skills/ppt-master/templates/icons/tabler-outline/text-plus.svg
skills/ppt-master/templates/icons/tabler-outline/text-recognition.svg
skills/ppt-master/templates/icons/tabler-outline/text-resize.svg
skills/ppt-master/templates/icons/tabler-outline/text-scan-2.svg
skills/ppt-master/templates/icons/tabler-outline/text-size.svg
skills/ppt-master/templates/icons/tabler-outline/text-spellcheck.svg
skills/ppt-master/templates/icons/tabler-outline/text-wrap-column.svg
skills/ppt-master/templates/icons/tabler-outline/text-wrap-disabled.svg
skills/ppt-master/templates/icons/tabler-outline/text-wrap.svg
skills/ppt-master/templates/icons/tabler-outline/texture.svg
skills/ppt-master/templates/icons/tabler-outline/theater.svg
skills/ppt-master/templates/icons/tabler-outline/thermometer.svg
skills/ppt-master/templates/icons/tabler-outline/thumb-down-off.svg
skills/ppt-master/templates/icons/tabler-outline/thumb-down.svg
skills/ppt-master/templates/icons/tabler-outline/thumb-up-off.svg
skills/ppt-master/templates/icons/tabler-outline/thumb-up.svg
skills/ppt-master/templates/icons/tabler-outline/tic-tac.svg
skills/ppt-master/templates/icons/tabler-outline/ticket-off.svg
skills/ppt-master/templates/icons/tabler-outline/ticket.svg
skills/ppt-master/templates/icons/tabler-outline/tie.svg
skills/ppt-master/templates/icons/tabler-outline/tilde.svg
skills/ppt-master/templates/icons/tabler-outline/tilt-shift-off.svg
skills/ppt-master/templates/icons/tabler-outline/tilt-shift.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-0.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-10.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-15.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-30.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-45.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-5.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-60.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-90.svg
skills/ppt-master/templates/icons/tabler-outline/time-duration-off.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event-minus.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event-plus.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event-text.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event-x.svg
skills/ppt-master/templates/icons/tabler-outline/timeline-event.svg
skills/ppt-master/templates/icons/tabler-outline/timeline.svg
skills/ppt-master/templates/icons/tabler-outline/timezone.svg
skills/ppt-master/templates/icons/tabler-outline/tip-jar-euro.svg
skills/ppt-master/templates/icons/tabler-outline/tip-jar-pound.svg
skills/ppt-master/templates/icons/tabler-outline/tip-jar.svg
skills/ppt-master/templates/icons/tabler-outline/tir.svg
skills/ppt-master/templates/icons/tabler-outline/toggle-left.svg
skills/ppt-master/templates/icons/tabler-outline/toggle-right.svg
skills/ppt-master/templates/icons/tabler-outline/toilet-paper-off.svg
skills/ppt-master/templates/icons/tabler-outline/toilet-paper.svg
skills/ppt-master/templates/icons/tabler-outline/toml.svg
skills/ppt-master/templates/icons/tabler-outline/tool.svg
skills/ppt-master/templates/icons/tabler-outline/tools-kitchen-2-off.svg
skills/ppt-master/templates/icons/tabler-outline/tools-kitchen-2.svg
skills/ppt-master/templates/icons/tabler-outline/tools-kitchen-3.svg
skills/ppt-master/templates/icons/tabler-outline/tools-kitchen-off.svg
skills/ppt-master/templates/icons/tabler-outline/tools-kitchen.svg
skills/ppt-master/templates/icons/tabler-outline/tools-off.svg
skills/ppt-master/templates/icons/tabler-outline/tools.svg
skills/ppt-master/templates/icons/tabler-outline/tooltip.svg
skills/ppt-master/templates/icons/tabler-outline/topology-bus.svg
skills/ppt-master/templates/icons/tabler-outline/topology-complex.svg
skills/ppt-master/templates/icons/tabler-outline/topology-full-hierarchy.svg
skills/ppt-master/templates/icons/tabler-outline/topology-full.svg
skills/ppt-master/templates/icons/tabler-outline/topology-ring-2.svg
skills/ppt-master/templates/icons/tabler-outline/topology-ring-3.svg
skills/ppt-master/templates/icons/tabler-outline/topology-ring.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star-2.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star-3.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star-ring-2.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star-ring-3.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star-ring.svg
skills/ppt-master/templates/icons/tabler-outline/topology-star.svg
skills/ppt-master/templates/icons/tabler-outline/torii.svg
skills/ppt-master/templates/icons/tabler-outline/tornado.svg
skills/ppt-master/templates/icons/tabler-outline/tournament.svg
skills/ppt-master/templates/icons/tabler-outline/tower-off.svg
skills/ppt-master/templates/icons/tabler-outline/tower.svg
skills/ppt-master/templates/icons/tabler-outline/track.svg
skills/ppt-master/templates/icons/tabler-outline/tractor.svg
skills/ppt-master/templates/icons/tabler-outline/trademark.svg
skills/ppt-master/templates/icons/tabler-outline/traffic-cone-off.svg
skills/ppt-master/templates/icons/tabler-outline/traffic-cone.svg
skills/ppt-master/templates/icons/tabler-outline/traffic-lights-off.svg
skills/ppt-master/templates/icons/tabler-outline/traffic-lights.svg
skills/ppt-master/templates/icons/tabler-outline/train.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-euro.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-pound.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-rupee.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-yen.svg
skills/ppt-master/templates/icons/tabler-outline/transaction-yuan.svg
skills/ppt-master/templates/icons/tabler-outline/transfer-in.svg
skills/ppt-master/templates/icons/tabler-outline/transfer-out.svg
skills/ppt-master/templates/icons/tabler-outline/transfer-vertical.svg
skills/ppt-master/templates/icons/tabler-outline/transfer.svg
skills/ppt-master/templates/icons/tabler-outline/transform-point-bottom-left.svg
skills/ppt-master/templates/icons/tabler-outline/transform-point-bottom-right.svg
skills/ppt-master/templates/icons/tabler-outline/transform-point-top-left.svg
skills/ppt-master/templates/icons/tabler-outline/transform-point-top-right.svg
skills/ppt-master/templates/icons/tabler-outline/transform-point.svg
skills/ppt-master/templates/icons/tabler-outline/transform.svg
skills/ppt-master/templates/icons/tabler-outline/transition-bottom.svg
skills/ppt-master/templates/icons/tabler-outline/transition-left.svg
skills/ppt-master/templates/icons/tabler-outline/transition-right.svg
skills/ppt-master/templates/icons/tabler-outline/transition-top.svg
skills/ppt-master/templates/icons/tabler-outline/trash-off.svg
skills/ppt-master/templates/icons/tabler-outline/trash-x.svg
skills/ppt-master/templates/icons/tabler-outline/trash.svg
skills/ppt-master/templates/icons/tabler-outline/treadmill.svg
skills/ppt-master/templates/icons/tabler-outline/tree.svg
skills/ppt-master/templates/icons/tabler-outline/trees.svg
skills/ppt-master/templates/icons/tabler-outline/trekking.svg
skills/ppt-master/templates/icons/tabler-outline/trending-down-2.svg
skills/ppt-master/templates/icons/tabler-outline/trending-down-3.svg
skills/ppt-master/templates/icons/tabler-outline/trending-down.svg
skills/ppt-master/templates/icons/tabler-outline/trending-up-2.svg
skills/ppt-master/templates/icons/tabler-outline/trending-up-3.svg
skills/ppt-master/templates/icons/tabler-outline/trending-up-down.svg
skills/ppt-master/templates/icons/tabler-outline/trending-up.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-inverted.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-minus-2.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-minus.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-off.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-plus-2.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-plus.svg
skills/ppt-master/templates/icons/tabler-outline/triangle-square-circle.svg
skills/ppt-master/templates/icons/tabler-outline/triangle.svg
skills/ppt-master/templates/icons/tabler-outline/triangles.svg
skills/ppt-master/templates/icons/tabler-outline/trident.svg
skills/ppt-master/templates/icons/tabler-outline/trolley.svg
skills/ppt-master/templates/icons/tabler-outline/trophy-off.svg
skills/ppt-master/templates/icons/tabler-outline/trophy.svg
skills/ppt-master/templates/icons/tabler-outline/trowel.svg
skills/ppt-master/templates/icons/tabler-outline/truck-delivery.svg
skills/ppt-master/templates/icons/tabler-outline/truck-loading.svg
skills/ppt-master/templates/icons/tabler-outline/truck-off.svg
skills/ppt-master/templates/icons/tabler-outline/truck-return.svg
skills/ppt-master/templates/icons/tabler-outline/truck.svg
skills/ppt-master/templates/icons/tabler-outline/txt.svg
skills/ppt-master/templates/icons/tabler-outline/typeface.svg
skills/ppt-master/templates/icons/tabler-outline/typography-off.svg
skills/ppt-master/templates/icons/tabler-outline/typography.svg
skills/ppt-master/templates/icons/tabler-outline/u-turn-left.svg
skills/ppt-master/templates/icons/tabler-outline/u-turn-right.svg
skills/ppt-master/templates/icons/tabler-outline/ufo-off.svg
skills/ppt-master/templates/icons/tabler-outline/ufo.svg
skills/ppt-master/templates/icons/tabler-outline/uhd.svg
skills/ppt-master/templates/icons/tabler-outline/umbrella-2.svg
skills/ppt-master/templates/icons/tabler-outline/umbrella-closed-2.svg
skills/ppt-master/templates/icons/tabler-outline/umbrella-closed.svg
skills/ppt-master/templates/icons/tabler-outline/umbrella-off.svg
skills/ppt-master/templates/icons/tabler-outline/umbrella.svg
skills/ppt-master/templates/icons/tabler-outline/underline.svg
skills/ppt-master/templates/icons/tabler-outline/universe.svg
skills/ppt-master/templates/icons/tabler-outline/unlink.svg
skills/ppt-master/templates/icons/tabler-outline/upload.svg
skills/ppt-master/templates/icons/tabler-outline/urgent.svg
skills/ppt-master/templates/icons/tabler-outline/usb.svg
skills/ppt-master/templates/icons/tabler-outline/user-bitcoin.svg
skills/ppt-master/templates/icons/tabler-outline/user-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/user-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/user-check.svg
skills/ppt-master/templates/icons/tabler-outline/user-circle.svg
skills/ppt-master/templates/icons/tabler-outline/user-code.svg
skills/ppt-master/templates/icons/tabler-outline/user-cog.svg
skills/ppt-master/templates/icons/tabler-outline/user-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/user-down.svg
skills/ppt-master/templates/icons/tabler-outline/user-edit.svg
skills/ppt-master/templates/icons/tabler-outline/user-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/user-heart.svg
skills/ppt-master/templates/icons/tabler-outline/user-hexagon.svg
skills/ppt-master/templates/icons/tabler-outline/user-key.svg
skills/ppt-master/templates/icons/tabler-outline/user-minus.svg
skills/ppt-master/templates/icons/tabler-outline/user-off.svg
skills/ppt-master/templates/icons/tabler-outline/user-pause.svg
skills/ppt-master/templates/icons/tabler-outline/user-pentagon.svg
skills/ppt-master/templates/icons/tabler-outline/user-pin.svg
skills/ppt-master/templates/icons/tabler-outline/user-plus.svg
skills/ppt-master/templates/icons/tabler-outline/user-question.svg
skills/ppt-master/templates/icons/tabler-outline/user-scan.svg
skills/ppt-master/templates/icons/tabler-outline/user-screen.svg
skills/ppt-master/templates/icons/tabler-outline/user-search.svg
skills/ppt-master/templates/icons/tabler-outline/user-share.svg
skills/ppt-master/templates/icons/tabler-outline/user-shield.svg
skills/ppt-master/templates/icons/tabler-outline/user-square-rounded.svg
skills/ppt-master/templates/icons/tabler-outline/user-square.svg
skills/ppt-master/templates/icons/tabler-outline/user-star.svg
skills/ppt-master/templates/icons/tabler-outline/user-up.svg
skills/ppt-master/templates/icons/tabler-outline/user-x.svg
skills/ppt-master/templates/icons/tabler-outline/user.svg
skills/ppt-master/templates/icons/tabler-outline/users-group.svg
skills/ppt-master/templates/icons/tabler-outline/users-minus.svg
skills/ppt-master/templates/icons/tabler-outline/users-plus.svg
skills/ppt-master/templates/icons/tabler-outline/users.svg
skills/ppt-master/templates/icons/tabler-outline/uv-index.svg
skills/ppt-master/templates/icons/tabler-outline/ux-circle.svg
skills/ppt-master/templates/icons/tabler-outline/vaccine-bottle-off.svg
skills/ppt-master/templates/icons/tabler-outline/vaccine-bottle.svg
skills/ppt-master/templates/icons/tabler-outline/vaccine-off.svg
skills/ppt-master/templates/icons/tabler-outline/vaccine.svg
skills/ppt-master/templates/icons/tabler-outline/vacuum-cleaner.svg
skills/ppt-master/templates/icons/tabler-outline/variable-minus.svg
skills/ppt-master/templates/icons/tabler-outline/variable-off.svg
skills/ppt-master/templates/icons/tabler-outline/variable-plus.svg
skills/ppt-master/templates/icons/tabler-outline/variable.svg
skills/ppt-master/templates/icons/tabler-outline/vector-bezier-2.svg
skills/ppt-master/templates/icons/tabler-outline/vector-bezier-arc.svg
skills/ppt-master/templates/icons/tabler-outline/vector-bezier-circle.svg
skills/ppt-master/templates/icons/tabler-outline/vector-bezier.svg
skills/ppt-master/templates/icons/tabler-outline/vector-off.svg
skills/ppt-master/templates/icons/tabler-outline/vector-spline.svg
skills/ppt-master/templates/icons/tabler-outline/vector-triangle-off.svg
skills/ppt-master/templates/icons/tabler-outline/vector-triangle.svg
skills/ppt-master/templates/icons/tabler-outline/vector.svg
skills/ppt-master/templates/icons/tabler-outline/venus.svg
skills/ppt-master/templates/icons/tabler-outline/versions-off.svg
skills/ppt-master/templates/icons/tabler-outline/versions.svg
skills/ppt-master/templates/icons/tabler-outline/video-minus.svg
skills/ppt-master/templates/icons/tabler-outline/video-off.svg
skills/ppt-master/templates/icons/tabler-outline/video-plus.svg
skills/ppt-master/templates/icons/tabler-outline/video.svg
skills/ppt-master/templates/icons/tabler-outline/view-360-arrow.svg
skills/ppt-master/templates/icons/tabler-outline/view-360-number.svg
skills/ppt-master/templates/icons/tabler-outline/view-360-off.svg
skills/ppt-master/templates/icons/tabler-outline/view-360.svg
skills/ppt-master/templates/icons/tabler-outline/viewfinder-off.svg
skills/ppt-master/templates/icons/tabler-outline/viewfinder.svg
skills/ppt-master/templates/icons/tabler-outline/viewport-narrow.svg
skills/ppt-master/templates/icons/tabler-outline/viewport-short.svg
skills/ppt-master/templates/icons/tabler-outline/viewport-tall.svg
skills/ppt-master/templates/icons/tabler-outline/viewport-wide.svg
skills/ppt-master/templates/icons/tabler-outline/vinyl.svg
skills/ppt-master/templates/icons/tabler-outline/vip-2.svg
skills/ppt-master/templates/icons/tabler-outline/vip-off.svg
skills/ppt-master/templates/icons/tabler-outline/vip.svg
skills/ppt-master/templates/icons/tabler-outline/virus-off.svg
skills/ppt-master/templates/icons/tabler-outline/virus-search.svg
skills/ppt-master/templates/icons/tabler-outline/virus.svg
skills/ppt-master/templates/icons/tabler-outline/vocabulary-off.svg
skills/ppt-master/templates/icons/tabler-outline/vocabulary.svg
skills/ppt-master/templates/icons/tabler-outline/volcano.svg
skills/ppt-master/templates/icons/tabler-outline/volume-2.svg
skills/ppt-master/templates/icons/tabler-outline/volume-3.svg
skills/ppt-master/templates/icons/tabler-outline/volume-4.svg
skills/ppt-master/templates/icons/tabler-outline/volume-off.svg
skills/ppt-master/templates/icons/tabler-outline/volume.svg
skills/ppt-master/templates/icons/tabler-outline/vs.svg
skills/ppt-master/templates/icons/tabler-outline/walk.svg
skills/ppt-master/templates/icons/tabler-outline/wall-off.svg
skills/ppt-master/templates/icons/tabler-outline/wall.svg
skills/ppt-master/templates/icons/tabler-outline/wallet-off.svg
skills/ppt-master/templates/icons/tabler-outline/wallet.svg
skills/ppt-master/templates/icons/tabler-outline/wallpaper-off.svg
skills/ppt-master/templates/icons/tabler-outline/wallpaper.svg
skills/ppt-master/templates/icons/tabler-outline/wand-off.svg
skills/ppt-master/templates/icons/tabler-outline/wand.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-1.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-2.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-3.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-a.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-dip.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-f.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-flat.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-hang.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-off.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-p.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-shade.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry-w.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dry.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dryclean-off.svg
skills/ppt-master/templates/icons/tabler-outline/wash-dryclean.svg
skills/ppt-master/templates/icons/tabler-outline/wash-eco.svg
skills/ppt-master/templates/icons/tabler-outline/wash-gentle.svg
skills/ppt-master/templates/icons/tabler-outline/wash-hand.svg
skills/ppt-master/templates/icons/tabler-outline/wash-machine.svg
skills/ppt-master/templates/icons/tabler-outline/wash-off.svg
skills/ppt-master/templates/icons/tabler-outline/wash-press.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-1.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-2.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-3.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-4.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-5.svg
skills/ppt-master/templates/icons/tabler-outline/wash-temperature-6.svg
skills/ppt-master/templates/icons/tabler-outline/wash-tumble-dry.svg
skills/ppt-master/templates/icons/tabler-outline/wash-tumble-off.svg
skills/ppt-master/templates/icons/tabler-outline/wash.svg
skills/ppt-master/templates/icons/tabler-outline/waterpolo.svg
skills/ppt-master/templates/icons/tabler-outline/wave-saw-tool.svg
skills/ppt-master/templates/icons/tabler-outline/wave-sine.svg
skills/ppt-master/templates/icons/tabler-outline/wave-square.svg
skills/ppt-master/templates/icons/tabler-outline/waves-electricity.svg
skills/ppt-master/templates/icons/tabler-outline/webhook-off.svg
skills/ppt-master/templates/icons/tabler-outline/webhook.svg
skills/ppt-master/templates/icons/tabler-outline/weight.svg
skills/ppt-master/templates/icons/tabler-outline/wheat-off.svg
skills/ppt-master/templates/icons/tabler-outline/wheat.svg
skills/ppt-master/templates/icons/tabler-outline/wheel.svg
skills/ppt-master/templates/icons/tabler-outline/wheelchair-off.svg
skills/ppt-master/templates/icons/tabler-outline/wheelchair.svg
skills/ppt-master/templates/icons/tabler-outline/whirl.svg
skills/ppt-master/templates/icons/tabler-outline/whisk.svg
skills/ppt-master/templates/icons/tabler-outline/wifi-0.svg
skills/ppt-master/templates/icons/tabler-outline/wifi-1.svg
skills/ppt-master/templates/icons/tabler-outline/wifi-2.svg
skills/ppt-master/templates/icons/tabler-outline/wifi-off.svg
skills/ppt-master/templates/icons/tabler-outline/wifi.svg
skills/ppt-master/templates/icons/tabler-outline/wind-electricity.svg
skills/ppt-master/templates/icons/tabler-outline/wind-off.svg
skills/ppt-master/templates/icons/tabler-outline/wind.svg
skills/ppt-master/templates/icons/tabler-outline/windmill-off.svg
skills/ppt-master/templates/icons/tabler-outline/windmill.svg
skills/ppt-master/templates/icons/tabler-outline/window-maximize.svg
skills/ppt-master/templates/icons/tabler-outline/window-minimize.svg
skills/ppt-master/templates/icons/tabler-outline/window-off.svg
skills/ppt-master/templates/icons/tabler-outline/window.svg
skills/ppt-master/templates/icons/tabler-outline/windsock.svg
skills/ppt-master/templates/icons/tabler-outline/wiper-wash.svg
skills/ppt-master/templates/icons/tabler-outline/wiper.svg
skills/ppt-master/templates/icons/tabler-outline/woman.svg
skills/ppt-master/templates/icons/tabler-outline/wood.svg
skills/ppt-master/templates/icons/tabler-outline/world-bolt.svg
skills/ppt-master/templates/icons/tabler-outline/world-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/world-check.svg
skills/ppt-master/templates/icons/tabler-outline/world-code.svg
skills/ppt-master/templates/icons/tabler-outline/world-cog.svg
skills/ppt-master/templates/icons/tabler-outline/world-dollar.svg
skills/ppt-master/templates/icons/tabler-outline/world-down.svg
skills/ppt-master/templates/icons/tabler-outline/world-download.svg
skills/ppt-master/templates/icons/tabler-outline/world-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/world-heart.svg
skills/ppt-master/templates/icons/tabler-outline/world-latitude.svg
skills/ppt-master/templates/icons/tabler-outline/world-longitude.svg
skills/ppt-master/templates/icons/tabler-outline/world-map.svg
skills/ppt-master/templates/icons/tabler-outline/world-minus.svg
skills/ppt-master/templates/icons/tabler-outline/world-off.svg
skills/ppt-master/templates/icons/tabler-outline/world-pause.svg
skills/ppt-master/templates/icons/tabler-outline/world-pin.svg
skills/ppt-master/templates/icons/tabler-outline/world-plus.svg
skills/ppt-master/templates/icons/tabler-outline/world-question.svg
skills/ppt-master/templates/icons/tabler-outline/world-search.svg
skills/ppt-master/templates/icons/tabler-outline/world-share.svg
skills/ppt-master/templates/icons/tabler-outline/world-star.svg
skills/ppt-master/templates/icons/tabler-outline/world-up.svg
skills/ppt-master/templates/icons/tabler-outline/world-upload.svg
skills/ppt-master/templates/icons/tabler-outline/world-www.svg
skills/ppt-master/templates/icons/tabler-outline/world-x.svg
skills/ppt-master/templates/icons/tabler-outline/world.svg
skills/ppt-master/templates/icons/tabler-outline/wrecking-ball.svg
skills/ppt-master/templates/icons/tabler-outline/writing-off.svg
skills/ppt-master/templates/icons/tabler-outline/writing-sign-off.svg
skills/ppt-master/templates/icons/tabler-outline/writing-sign.svg
skills/ppt-master/templates/icons/tabler-outline/writing.svg
skills/ppt-master/templates/icons/tabler-outline/x-mark.svg
skills/ppt-master/templates/icons/tabler-outline/x-power-y.svg
skills/ppt-master/templates/icons/tabler-outline/x.svg
skills/ppt-master/templates/icons/tabler-outline/xbox-a.svg
skills/ppt-master/templates/icons/tabler-outline/xbox-b.svg
skills/ppt-master/templates/icons/tabler-outline/xbox-x.svg
skills/ppt-master/templates/icons/tabler-outline/xbox-y.svg
skills/ppt-master/templates/icons/tabler-outline/xd.svg
skills/ppt-master/templates/icons/tabler-outline/xxx.svg
skills/ppt-master/templates/icons/tabler-outline/yin-yang.svg
skills/ppt-master/templates/icons/tabler-outline/yoga.svg
skills/ppt-master/templates/icons/tabler-outline/zeppelin-off.svg
skills/ppt-master/templates/icons/tabler-outline/zeppelin.svg
skills/ppt-master/templates/icons/tabler-outline/zero-config.svg
skills/ppt-master/templates/icons/tabler-outline/zip.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-aquarius.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-aries.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-cancer.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-capricorn.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-gemini.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-leo.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-libra.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-pisces.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-sagittarius.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-scorpio.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-taurus.svg
skills/ppt-master/templates/icons/tabler-outline/zodiac-virgo.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-cancel.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-check.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-code.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-exclamation.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-in-area.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-in.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-money.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-out-area.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-out.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-pan.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-question.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-replace.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-reset.svg
skills/ppt-master/templates/icons/tabler-outline/zoom-scan.svg
skills/ppt-master/templates/icons/tabler-outline/zoom.svg
skills/ppt-master/templates/icons/tabler-outline/zzz-off.svg
skills/ppt-master/templates/icons/tabler-outline/zzz.svg
skills/ppt-master/templates/layouts/README.md
skills/ppt-master/templates/layouts/layouts_index.json
skills/ppt-master/templates/layouts/academic_defense/01_cover.svg
skills/ppt-master/templates/layouts/academic_defense/02_chapter.svg
skills/ppt-master/templates/layouts/academic_defense/02_toc.svg
skills/ppt-master/templates/layouts/academic_defense/03_content.svg
skills/ppt-master/templates/layouts/academic_defense/04_ending.svg
skills/ppt-master/templates/layouts/academic_defense/design_spec.md
skills/ppt-master/templates/layouts/ai_ops/01_cover.svg
skills/ppt-master/templates/layouts/ai_ops/02_chapter.svg
skills/ppt-master/templates/layouts/ai_ops/02_toc.svg
skills/ppt-master/templates/layouts/ai_ops/03_content.svg
skills/ppt-master/templates/layouts/ai_ops/04_ending.svg
skills/ppt-master/templates/layouts/ai_ops/design_spec.md
skills/ppt-master/templates/layouts/ai_ops/reference_style.svg
skills/ppt-master/templates/layouts/government_blue/01_cover.svg
skills/ppt-master/templates/layouts/government_blue/02_chapter.svg
skills/ppt-master/templates/layouts/government_blue/02_toc.svg
skills/ppt-master/templates/layouts/government_blue/03_content.svg
skills/ppt-master/templates/layouts/government_blue/04_ending.svg
skills/ppt-master/templates/layouts/government_blue/design_spec.md
skills/ppt-master/templates/layouts/government_red/01_cover.svg
skills/ppt-master/templates/layouts/government_red/02_chapter.svg
skills/ppt-master/templates/layouts/government_red/02_toc.svg
skills/ppt-master/templates/layouts/government_red/03_content.svg
skills/ppt-master/templates/layouts/government_red/04_ending.svg
skills/ppt-master/templates/layouts/government_red/design_spec.md
skills/ppt-master/templates/layouts/medical_university/01_cover.svg
skills/ppt-master/templates/layouts/medical_university/02_chapter.svg
skills/ppt-master/templates/layouts/medical_university/02_toc.svg
skills/ppt-master/templates/layouts/medical_university/03_content.svg
skills/ppt-master/templates/layouts/medical_university/04_ending.svg
skills/ppt-master/templates/layouts/medical_university/design_spec.md
skills/ppt-master/templates/layouts/pixel_retro/01_cover.svg
skills/ppt-master/templates/layouts/pixel_retro/02_chapter.svg
skills/ppt-master/templates/layouts/pixel_retro/02_toc.svg
skills/ppt-master/templates/layouts/pixel_retro/03_content.svg
skills/ppt-master/templates/layouts/pixel_retro/04_ending.svg
skills/ppt-master/templates/layouts/pixel_retro/design_spec.md
skills/ppt-master/templates/layouts/psychology_attachment/01_cover.svg
skills/ppt-master/templates/layouts/psychology_attachment/02_chapter.svg
skills/ppt-master/templates/layouts/psychology_attachment/02_toc.svg
skills/ppt-master/templates/layouts/psychology_attachment/03_content.svg
skills/ppt-master/templates/layouts/psychology_attachment/04_ending.svg
skills/ppt-master/templates/layouts/psychology_attachment/design_spec.md