terrier-engine 4.67.2 → 4.67.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.DS_Store +0 -0
- package/.editorconfig +727 -0
- package/.env +1 -0
- package/.github/workflows/typecheck.yml +20 -0
- package/.gitignore +18 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/git_toolbox_blame.xml +6 -0
- package/.idea/git_toolbox_prj.xml +15 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +4 -0
- package/.idea/modules.xml +8 -0
- package/.idea/terrier-engine.iml +824 -0
- package/.idea/vcs.xml +6 -0
- package/.ruby-version +2 -0
- package/Gemfile +20 -0
- package/Gemfile.lock +429 -0
- package/MIT-LICENSE +20 -0
- package/README.md +242 -0
- package/Rakefile +38 -0
- package/after_pull +1 -0
- package/app/assets/config/terrier_engine_manifest.js +0 -0
- package/app/assets/fonts/glyps.ttf +0 -0
- package/app/assets/fonts/glyps.woff +0 -0
- package/app/assets/glyps/.fontcustom-manifest.json +306 -0
- package/app/assets/glyps/abacus.svg +7 -0
- package/app/assets/glyps/account.svg +9 -0
- package/app/assets/glyps/accounts_payable.svg +8 -0
- package/app/assets/glyps/accounts_receivable.svg +8 -0
- package/app/assets/glyps/action_log.svg +12 -0
- package/app/assets/glyps/activate.svg +8 -0
- package/app/assets/glyps/activate_user.svg +6 -0
- package/app/assets/glyps/active.svg +8 -0
- package/app/assets/glyps/activity_high.svg +7 -0
- package/app/assets/glyps/activity_low.svg +7 -0
- package/app/assets/glyps/activity_medium.svg +7 -0
- package/app/assets/glyps/activity_none.svg +7 -0
- package/app/assets/glyps/address1.svg +10 -0
- package/app/assets/glyps/adjustment.svg +7 -0
- package/app/assets/glyps/admin.svg +8 -0
- package/app/assets/glyps/administration.svg +7 -0
- package/app/assets/glyps/affinity.svg +8 -0
- package/app/assets/glyps/agency.svg +3 -0
- package/app/assets/glyps/air_freshener.svg +7 -0
- package/app/assets/glyps/alert.svg +9 -0
- package/app/assets/glyps/align_horizontal.svg +10 -0
- package/app/assets/glyps/align_vertical.svg +10 -0
- package/app/assets/glyps/anchor.svg +7 -0
- package/app/assets/glyps/android_phone.svg +8 -0
- package/app/assets/glyps/android_tablet.svg +8 -0
- package/app/assets/glyps/annotation.svg +3 -0
- package/app/assets/glyps/announcement.svg +12 -0
- package/app/assets/glyps/anthropic.svg +8 -0
- package/app/assets/glyps/app_update.svg +11 -0
- package/app/assets/glyps/append_selection.svg +21 -0
- package/app/assets/glyps/appointment.svg +8 -0
- package/app/assets/glyps/appointment_setup.svg +9 -0
- package/app/assets/glyps/archive.svg +8 -0
- package/app/assets/glyps/arrow_down.svg +7 -0
- package/app/assets/glyps/arrow_left.svg +7 -0
- package/app/assets/glyps/arrow_right.svg +7 -0
- package/app/assets/glyps/arrow_transfer.svg +10 -0
- package/app/assets/glyps/arrow_up.svg +7 -0
- package/app/assets/glyps/ascending.svg +10 -0
- package/app/assets/glyps/assign.svg +8 -0
- package/app/assets/glyps/assign_all.svg +8 -0
- package/app/assets/glyps/attachment.svg +7 -0
- package/app/assets/glyps/audit.svg +9 -0
- package/app/assets/glyps/audit_analyzer.svg +8 -0
- package/app/assets/glyps/audits.svg +10 -0
- package/app/assets/glyps/autopay.svg +9 -0
- package/app/assets/glyps/autopay_bank_account.svg +9 -0
- package/app/assets/glyps/autopay_card.svg +9 -0
- package/app/assets/glyps/autopay_day.svg +9 -0
- package/app/assets/glyps/availability.svg +13 -0
- package/app/assets/glyps/avoca.svg +10 -0
- package/app/assets/glyps/azuga.svg +8 -0
- package/app/assets/glyps/background_batch.svg +8 -0
- package/app/assets/glyps/background_job.svg +8 -0
- package/app/assets/glyps/background_style.svg +8 -0
- package/app/assets/glyps/bait_for_demolition.svg +15 -0
- package/app/assets/glyps/bar_chart.svg +11 -0
- package/app/assets/glyps/barcode.svg +15 -0
- package/app/assets/glyps/bat_exclusion.svg +9 -0
- package/app/assets/glyps/bed_bug_fumigation.svg +8 -0
- package/app/assets/glyps/begin_service.svg +8 -0
- package/app/assets/glyps/bell_labs.svg +7 -0
- package/app/assets/glyps/belongs_to.svg +7 -0
- package/app/assets/glyps/billing.svg +11 -0
- package/app/assets/glyps/billing_office.svg +11 -0
- package/app/assets/glyps/billing_terms.svg +12 -0
- package/app/assets/glyps/billto.svg +13 -0
- package/app/assets/glyps/bioremediation.svg +15 -0
- package/app/assets/glyps/bird_exclusion.svg +9 -0
- package/app/assets/glyps/black_light.svg +15 -0
- package/app/assets/glyps/bookmark.svg +7 -0
- package/app/assets/glyps/branch.svg +7 -0
- package/app/assets/glyps/branch_bats.svg +7 -0
- package/app/assets/glyps/branch_birds.svg +7 -0
- package/app/assets/glyps/branch_general.svg +7 -0
- package/app/assets/glyps/branch_irrigation.svg +15 -0
- package/app/assets/glyps/branch_landscape.svg +7 -0
- package/app/assets/glyps/branch_multi_housing.svg +7 -0
- package/app/assets/glyps/branch_office.svg +7 -0
- package/app/assets/glyps/branch_orders.svg +8 -0
- package/app/assets/glyps/branch_residential.svg +7 -0
- package/app/assets/glyps/branch_sales.svg +10 -0
- package/app/assets/glyps/branch_snow.svg +7 -0
- package/app/assets/glyps/branch_termites.svg +7 -0
- package/app/assets/glyps/branch_weeds.svg +7 -0
- package/app/assets/glyps/branch_wildlife.svg +13 -0
- package/app/assets/glyps/build.svg +8 -0
- package/app/assets/glyps/business.svg +21 -0
- package/app/assets/glyps/business_cert.svg +23 -0
- package/app/assets/glyps/business_cert_type.svg +23 -0
- package/app/assets/glyps/calculate.svg +16 -0
- package/app/assets/glyps/calendar.svg +7 -0
- package/app/assets/glyps/calendar_branch.svg +8 -0
- package/app/assets/glyps/calendar_collapse.svg +12 -0
- package/app/assets/glyps/calendar_expand.svg +11 -0
- package/app/assets/glyps/calendar_map.svg +8 -0
- package/app/assets/glyps/calendar_rolling.svg +8 -0
- package/app/assets/glyps/calendar_share.svg +13 -0
- package/app/assets/glyps/calendar_snap.svg +11 -0
- package/app/assets/glyps/calendar_style.svg +12 -0
- package/app/assets/glyps/california.svg +7 -0
- package/app/assets/glyps/call.svg +7 -0
- package/app/assets/glyps/callback.svg +7 -0
- package/app/assets/glyps/camera.svg +12 -0
- package/app/assets/glyps/canada.svg +7 -0
- package/app/assets/glyps/cancellation.svg +11 -0
- package/app/assets/glyps/cancelled.svg +8 -0
- package/app/assets/glyps/card_american_express.svg +7 -0
- package/app/assets/glyps/card_discover.svg +14 -0
- package/app/assets/glyps/card_mastercard.svg +21 -0
- package/app/assets/glyps/card_visa.svg +12 -0
- package/app/assets/glyps/catalog.svg +12 -0
- package/app/assets/glyps/category.svg +12 -0
- package/app/assets/glyps/caught.svg +8 -0
- package/app/assets/glyps/cellulose_debris.svg +9 -0
- package/app/assets/glyps/cert.svg +10 -0
- package/app/assets/glyps/cert_timeline.svg +7 -0
- package/app/assets/glyps/cert_type.svg +7 -0
- package/app/assets/glyps/certificate.svg +9 -0
- package/app/assets/glyps/certified_summary.svg +9 -0
- package/app/assets/glyps/certs.svg +9 -0
- package/app/assets/glyps/ceu.svg +10 -0
- package/app/assets/glyps/check_all.svg +8 -0
- package/app/assets/glyps/check_in.svg +9 -0
- package/app/assets/glyps/check_in_service.svg +9 -0
- package/app/assets/glyps/checked.svg +8 -0
- package/app/assets/glyps/checked_check_all.svg +9 -0
- package/app/assets/glyps/checked_empty.svg +7 -0
- package/app/assets/glyps/checkmark.svg +7 -0
- package/app/assets/glyps/checkmark_filled.svg +7 -0
- package/app/assets/glyps/checkout.svg +8 -0
- package/app/assets/glyps/chemical.svg +15 -0
- package/app/assets/glyps/chemical_authorization.svg +9 -0
- package/app/assets/glyps/chemical_backpack_sprayer.svg +7 -0
- package/app/assets/glyps/chemical_biological_controls.svg +15 -0
- package/app/assets/glyps/chemical_disinfectant.svg +10 -0
- package/app/assets/glyps/chemical_fertilizer.svg +9 -0
- package/app/assets/glyps/chemical_flying_insect_bait.svg +12 -0
- package/app/assets/glyps/chemical_fumigants.svg +9 -0
- package/app/assets/glyps/chemical_insect_aerosol.svg +10 -0
- package/app/assets/glyps/chemical_insect_bait.svg +28 -0
- package/app/assets/glyps/chemical_insect_dust.svg +9 -0
- package/app/assets/glyps/chemical_insect_granules.svg +23 -0
- package/app/assets/glyps/chemical_insect_spray.svg +9 -0
- package/app/assets/glyps/chemical_label.svg +11 -0
- package/app/assets/glyps/chemical_mole_bait.svg +14 -0
- package/app/assets/glyps/chemical_pest_bird_control.svg +14 -0
- package/app/assets/glyps/chemical_pheromone_products.svg +9 -0
- package/app/assets/glyps/chemical_power_sprayer.svg +7 -0
- package/app/assets/glyps/chemical_rodent_attractant.svg +11 -0
- package/app/assets/glyps/chemical_rodenticide_block.svg +13 -0
- package/app/assets/glyps/chemical_rodenticide_non_block.svg +23 -0
- package/app/assets/glyps/chemical_sds.svg +7 -0
- package/app/assets/glyps/chemical_tree_products.svg +7 -0
- package/app/assets/glyps/chemical_weed_control.svg +8 -0
- package/app/assets/glyps/chemical_wildlife_repellents.svg +21 -0
- package/app/assets/glyps/chemical_wildlife_toxicants.svg +14 -0
- package/app/assets/glyps/chevron_down.svg +7 -0
- package/app/assets/glyps/chevron_left.svg +7 -0
- package/app/assets/glyps/chevron_right.svg +7 -0
- package/app/assets/glyps/chevron_up.svg +7 -0
- package/app/assets/glyps/chiirp.svg +7 -0
- package/app/assets/glyps/circle.svg +7 -0
- package/app/assets/glyps/city.svg +26 -0
- package/app/assets/glyps/click.svg +8 -0
- package/app/assets/glyps/client_actions.svg +8 -0
- package/app/assets/glyps/client_pest_sightings.svg +11 -0
- package/app/assets/glyps/client_required.svg +8 -0
- package/app/assets/glyps/clipboard.svg +12 -0
- package/app/assets/glyps/close.svg +6 -0
- package/app/assets/glyps/close_empty.svg +7 -0
- package/app/assets/glyps/cloud.svg +7 -0
- package/app/assets/glyps/cloudflare_turnstile.svg +8 -0
- package/app/assets/glyps/clyp_environment.svg +8 -0
- package/app/assets/glyps/clyp_settings.svg +8 -0
- package/app/assets/glyps/clypboard.svg +7 -0
- package/app/assets/glyps/clypedia.svg +6 -0
- package/app/assets/glyps/clypmart.svg +7 -0
- package/app/assets/glyps/code.svg +9 -0
- package/app/assets/glyps/code_details.svg +11 -0
- package/app/assets/glyps/collapse.svg +10 -0
- package/app/assets/glyps/collections.svg +13 -0
- package/app/assets/glyps/color.svg +7 -0
- package/app/assets/glyps/columns.svg +10 -0
- package/app/assets/glyps/comment.svg +11 -0
- package/app/assets/glyps/comment_filled.svg +7 -0
- package/app/assets/glyps/comments.svg +6 -0
- package/app/assets/glyps/commission_origin.svg +8 -0
- package/app/assets/glyps/commissions.svg +11 -0
- package/app/assets/glyps/compact.svg +10 -0
- package/app/assets/glyps/company.svg +9 -0
- package/app/assets/glyps/company_setup.svg +8 -0
- package/app/assets/glyps/compass.svg +8 -0
- package/app/assets/glyps/complete.svg +8 -0
- package/app/assets/glyps/complete_certificate.svg +12 -0
- package/app/assets/glyps/complete_enrollment.svg +16 -0
- package/app/assets/glyps/compressed.svg +7 -0
- package/app/assets/glyps/condition_appliance_machinery.svg +17 -0
- package/app/assets/glyps/condition_customer.svg +8 -0
- package/app/assets/glyps/condition_device.svg +7 -0
- package/app/assets/glyps/condition_door_window.svg +11 -0
- package/app/assets/glyps/condition_dumpster.svg +16 -0
- package/app/assets/glyps/condition_entry_point.svg +8 -0
- package/app/assets/glyps/condition_evidence.svg +10 -0
- package/app/assets/glyps/condition_exclusion.svg +8 -0
- package/app/assets/glyps/condition_exterior.svg +22 -0
- package/app/assets/glyps/condition_interior.svg +11 -0
- package/app/assets/glyps/condition_plumbing.svg +10 -0
- package/app/assets/glyps/condition_prep_storage.svg +14 -0
- package/app/assets/glyps/condition_rodent_evidence.svg +8 -0
- package/app/assets/glyps/condition_rodent_exclusion.svg +20 -0
- package/app/assets/glyps/condition_roof_ceiling.svg +8 -0
- package/app/assets/glyps/condition_structure.svg +12 -0
- package/app/assets/glyps/condition_supplies.svg +10 -0
- package/app/assets/glyps/condition_termites.svg +7 -0
- package/app/assets/glyps/condition_ventilation.svg +9 -0
- package/app/assets/glyps/condition_wall_floor.svg +17 -0
- package/app/assets/glyps/condition_wildlife.svg +9 -0
- package/app/assets/glyps/conditions.svg +11 -0
- package/app/assets/glyps/consolidate.svg +7 -0
- package/app/assets/glyps/construction.svg +11 -0
- package/app/assets/glyps/continuing_ed.svg +8 -0
- package/app/assets/glyps/contract.svg +8 -0
- package/app/assets/glyps/contract_cancellation.svg +9 -0
- package/app/assets/glyps/contract_overview.svg +8 -0
- package/app/assets/glyps/contractor.svg +7 -0
- package/app/assets/glyps/conversation.svg +18 -0
- package/app/assets/glyps/copesan.svg +10 -0
- package/app/assets/glyps/copy.svg +6 -0
- package/app/assets/glyps/county.svg +10 -0
- package/app/assets/glyps/credit_memo.svg +8 -0
- package/app/assets/glyps/credit_non_revenue.svg +8 -0
- package/app/assets/glyps/credit_production.svg +13 -0
- package/app/assets/glyps/credit_prospect.svg +11 -0
- package/app/assets/glyps/credit_sales_bonus.svg +7 -0
- package/app/assets/glyps/crew.svg +8 -0
- package/app/assets/glyps/cumulative.svg +7 -0
- package/app/assets/glyps/curriculum.svg +12 -0
- package/app/assets/glyps/cursor.svg +7 -0
- package/app/assets/glyps/custom_form.svg +14 -0
- package/app/assets/glyps/customer.svg +8 -0
- package/app/assets/glyps/customer_service.svg +8 -0
- package/app/assets/glyps/damage.svg +10 -0
- package/app/assets/glyps/dashboard.svg +10 -0
- package/app/assets/glyps/data_dive.svg +7 -0
- package/app/assets/glyps/data_dive_query.svg +8 -0
- package/app/assets/glyps/data_dives.svg +9 -0
- package/app/assets/glyps/database.svg +7 -0
- package/app/assets/glyps/deactivate_user.svg +3 -0
- package/app/assets/glyps/dead_animal_removal.svg +10 -0
- package/app/assets/glyps/default.svg +10 -0
- package/app/assets/glyps/delete.svg +12 -0
- package/app/assets/glyps/demo_mode.svg +8 -0
- package/app/assets/glyps/descending.svg +12 -0
- package/app/assets/glyps/design.svg +13 -0
- package/app/assets/glyps/desktop.svg +7 -0
- package/app/assets/glyps/detail_report.svg +8 -0
- package/app/assets/glyps/developer.svg +9 -0
- package/app/assets/glyps/device.svg +7 -0
- package/app/assets/glyps/device_sync.svg +8 -0
- package/app/assets/glyps/dialpad.svg +7 -0
- package/app/assets/glyps/differential.svg +7 -0
- package/app/assets/glyps/disable.svg +7 -0
- package/app/assets/glyps/disabled_filled.svg +7 -0
- package/app/assets/glyps/distribute_horizontal.svg +14 -0
- package/app/assets/glyps/distribute_vertical.svg +12 -0
- package/app/assets/glyps/division.svg +10 -0
- package/app/assets/glyps/document.svg +9 -0
- package/app/assets/glyps/documentation.svg +7 -0
- package/app/assets/glyps/documents.svg +10 -0
- package/app/assets/glyps/download.svg +6 -0
- package/app/assets/glyps/driving.svg +11 -0
- package/app/assets/glyps/duplicate.svg +10 -0
- package/app/assets/glyps/duplicate_location.svg +8 -0
- package/app/assets/glyps/duration.svg +7 -0
- package/app/assets/glyps/earth_to_wood.svg +10 -0
- package/app/assets/glyps/edit.svg +8 -0
- package/app/assets/glyps/email.svg +7 -0
- package/app/assets/glyps/employment.svg +7 -0
- package/app/assets/glyps/entertainment_public_venues.svg +10 -0
- package/app/assets/glyps/equipment_bear_trap.svg +11 -0
- package/app/assets/glyps/equipment_flying_insect_bait_station.svg +7 -0
- package/app/assets/glyps/equipment_flying_insect_light_trap.svg +8 -0
- package/app/assets/glyps/equipment_insect_monitor.svg +7 -0
- package/app/assets/glyps/equipment_lethal_animal_trap.svg +9 -0
- package/app/assets/glyps/equipment_live_animal_trap.svg +8 -0
- package/app/assets/glyps/equipment_live_rodent_trap.svg +7 -0
- package/app/assets/glyps/equipment_maintenance.svg +7 -0
- package/app/assets/glyps/equipment_map_viewer.svg +8 -0
- package/app/assets/glyps/equipment_maps.svg +7 -0
- package/app/assets/glyps/equipment_mosquito_trap.svg +7 -0
- package/app/assets/glyps/equipment_other.svg +9 -0
- package/app/assets/glyps/equipment_pheromone_trap.svg +8 -0
- package/app/assets/glyps/equipment_pick_up.svg +14 -0
- package/app/assets/glyps/equipment_rodent_bait.svg +7 -0
- package/app/assets/glyps/equipment_rodent_trap.svg +10 -0
- package/app/assets/glyps/equipment_stinging_insect_trap.svg +7 -0
- package/app/assets/glyps/equipment_termite_bait_station.svg +13 -0
- package/app/assets/glyps/equipment_termite_monitor.svg +7 -0
- package/app/assets/glyps/escape.svg +10 -0
- package/app/assets/glyps/ews.svg +13 -0
- package/app/assets/glyps/exam.svg +14 -0
- package/app/assets/glyps/exams.svg +14 -0
- package/app/assets/glyps/exclusion.svg +8 -0
- package/app/assets/glyps/existing_location.svg +9 -0
- package/app/assets/glyps/expand.svg +7 -0
- package/app/assets/glyps/expired.svg +11 -0
- package/app/assets/glyps/expiring.svg +8 -0
- package/app/assets/glyps/exterior.svg +22 -0
- package/app/assets/glyps/extras.svg +11 -0
- package/app/assets/glyps/facebook.svg +7 -0
- package/app/assets/glyps/family.svg +10 -0
- package/app/assets/glyps/farm.svg +13 -0
- package/app/assets/glyps/farm_grain_seed.svg +13 -0
- package/app/assets/glyps/fast_and_frequent.svg +10 -0
- package/app/assets/glyps/favorite.svg +7 -0
- package/app/assets/glyps/features.svg +9 -0
- package/app/assets/glyps/feedback.svg +9 -0
- package/app/assets/glyps/field_guide.svg +13 -0
- package/app/assets/glyps/field_training.svg +8 -0
- package/app/assets/glyps/file_blank.svg +11 -0
- package/app/assets/glyps/file_html.svg +10 -0
- package/app/assets/glyps/file_image.svg +10 -0
- package/app/assets/glyps/file_pdf.svg +8 -0
- package/app/assets/glyps/file_printable.svg +15 -0
- package/app/assets/glyps/file_spreadsheet.svg +7 -0
- package/app/assets/glyps/file_text.svg +16 -0
- package/app/assets/glyps/filter.svg +7 -0
- package/app/assets/glyps/finance.svg +11 -0
- package/app/assets/glyps/finding.svg +7 -0
- package/app/assets/glyps/fogging.svg +10 -0
- package/app/assets/glyps/folder.svg +8 -0
- package/app/assets/glyps/followup.svg +7 -0
- package/app/assets/glyps/food_bev_pharma.svg +12 -0
- package/app/assets/glyps/formula.svg +12 -0
- package/app/assets/glyps/fuel.svg +7 -0
- package/app/assets/glyps/fumigation.svg +9 -0
- package/app/assets/glyps/function.svg +7 -0
- package/app/assets/glyps/function_aggregate.svg +8 -0
- package/app/assets/glyps/function_time.svg +8 -0
- package/app/assets/glyps/gain_loss.svg +15 -0
- package/app/assets/glyps/generate_invoices.svg +8 -0
- package/app/assets/glyps/generate_orders.svg +8 -0
- package/app/assets/glyps/geo.svg +7 -0
- package/app/assets/glyps/geo_heat_map.svg +7 -0
- package/app/assets/glyps/geoboard.svg +11 -0
- package/app/assets/glyps/glyp-preview.html +3143 -0
- package/app/assets/glyps/glyp-svgo-config.cjs +12 -0
- package/app/assets/glyps/glyp_static_whitelist.txt +5 -0
- package/app/assets/glyps/google.svg +7 -0
- package/app/assets/glyps/google_calendar.svg +11 -0
- package/app/assets/glyps/government.svg +12 -0
- package/app/assets/glyps/grain_seed.svg +20 -0
- package/app/assets/glyps/grid.svg +7 -0
- package/app/assets/glyps/grouped.svg +16 -0
- package/app/assets/glyps/grouping_combine.svg +7 -0
- package/app/assets/glyps/grouping_separate.svg +8 -0
- package/app/assets/glyps/guide.svg +13 -0
- package/app/assets/glyps/has_many.svg +7 -0
- package/app/assets/glyps/health_care.svg +26 -0
- package/app/assets/glyps/heat_map.svg +11 -0
- package/app/assets/glyps/heat_treatment.svg +9 -0
- package/app/assets/glyps/help.svg +9 -0
- package/app/assets/glyps/hidden.svg +8 -0
- package/app/assets/glyps/hint.svg +17 -0
- package/app/assets/glyps/home.svg +7 -0
- package/app/assets/glyps/honeybee_removal.svg +10 -0
- package/app/assets/glyps/housing.svg +13 -0
- package/app/assets/glyps/icon.svg +9 -0
- package/app/assets/glyps/identifier.svg +11 -0
- package/app/assets/glyps/image.svg +8 -0
- package/app/assets/glyps/images.svg +6 -0
- package/app/assets/glyps/import.svg +6 -0
- package/app/assets/glyps/import_certs.svg +8 -0
- package/app/assets/glyps/import_data.svg +8 -0
- package/app/assets/glyps/import_users.svg +8 -0
- package/app/assets/glyps/in_progress.svg +11 -0
- package/app/assets/glyps/inbox.svg +8 -0
- package/app/assets/glyps/incomplete_certificate.svg +9 -0
- package/app/assets/glyps/industrial.svg +8 -0
- package/app/assets/glyps/info.svg +7 -0
- package/app/assets/glyps/information_technology.svg +8 -0
- package/app/assets/glyps/inspect_map.svg +7 -0
- package/app/assets/glyps/inspections.svg +8 -0
- package/app/assets/glyps/insulation.svg +7 -0
- package/app/assets/glyps/integrations.svg +10 -0
- package/app/assets/glyps/interior.svg +11 -0
- package/app/assets/glyps/invoice.svg +8 -0
- package/app/assets/glyps/invoice_charge.svg +9 -0
- package/app/assets/glyps/invoice_credit.svg +9 -0
- package/app/assets/glyps/invoice_paid.svg +9 -0
- package/app/assets/glyps/invoice_review.svg +8 -0
- package/app/assets/glyps/ipad.svg +8 -0
- package/app/assets/glyps/iphone.svg +8 -0
- package/app/assets/glyps/irrigation_install.svg +14 -0
- package/app/assets/glyps/irrigation_maintenance.svg +14 -0
- package/app/assets/glyps/items.svg +12 -0
- package/app/assets/glyps/job.svg +7 -0
- package/app/assets/glyps/job_plan.svg +14 -0
- package/app/assets/glyps/job_plan_history.svg +9 -0
- package/app/assets/glyps/job_plan_run.svg +9 -0
- package/app/assets/glyps/job_plan_scheduled.svg +12 -0
- package/app/assets/glyps/job_plan_single_click.svg +9 -0
- package/app/assets/glyps/job_plan_step_by_step.svg +11 -0
- package/app/assets/glyps/join.svg +7 -0
- package/app/assets/glyps/join_inner.svg +7 -0
- package/app/assets/glyps/join_left.svg +7 -0
- package/app/assets/glyps/jump.svg +3 -0
- package/app/assets/glyps/justice.svg +7 -0
- package/app/assets/glyps/k9_inspection.svg +7 -0
- package/app/assets/glyps/key.svg +7 -0
- package/app/assets/glyps/label_bottom.svg +8 -0
- package/app/assets/glyps/label_left.svg +8 -0
- package/app/assets/glyps/label_right.svg +8 -0
- package/app/assets/glyps/label_top.svg +8 -0
- package/app/assets/glyps/labor.svg +7 -0
- package/app/assets/glyps/landscape.svg +14 -0
- package/app/assets/glyps/landscape_maintenance.svg +13 -0
- package/app/assets/glyps/laptop.svg +8 -0
- package/app/assets/glyps/lead.svg +8 -0
- package/app/assets/glyps/lead_listing.svg +9 -0
- package/app/assets/glyps/lead_source.svg +13 -0
- package/app/assets/glyps/leads_report.svg +8 -0
- package/app/assets/glyps/learning_hub.svg +13 -0
- package/app/assets/glyps/ledger.svg +12 -0
- package/app/assets/glyps/legal.svg +8 -0
- package/app/assets/glyps/license.svg +11 -0
- package/app/assets/glyps/lifetime.svg +9 -0
- package/app/assets/glyps/limit.svg +8 -0
- package/app/assets/glyps/line_cap_arrow.svg +7 -0
- package/app/assets/glyps/line_cap_bar.svg +7 -0
- package/app/assets/glyps/line_cap_circle.svg +7 -0
- package/app/assets/glyps/line_cap_none.svg +7 -0
- package/app/assets/glyps/line_caps.svg +7 -0
- package/app/assets/glyps/line_style.svg +19 -0
- package/app/assets/glyps/link.svg +10 -0
- package/app/assets/glyps/list.svg +22 -0
- package/app/assets/glyps/location.svg +8 -0
- package/app/assets/glyps/location_charge.svg +8 -0
- package/app/assets/glyps/location_credit.svg +8 -0
- package/app/assets/glyps/location_document.svg +8 -0
- package/app/assets/glyps/location_documents.svg +9 -0
- package/app/assets/glyps/location_import.svg +8 -0
- package/app/assets/glyps/location_integration.svg +9 -0
- package/app/assets/glyps/location_kind.svg +7 -0
- package/app/assets/glyps/location_message.svg +11 -0
- package/app/assets/glyps/location_origin.svg +8 -0
- package/app/assets/glyps/location_seed.svg +8 -0
- package/app/assets/glyps/location_sentiment.svg +14 -0
- package/app/assets/glyps/location_tags.svg +11 -0
- package/app/assets/glyps/locations.svg +13 -0
- package/app/assets/glyps/locked.svg +8 -0
- package/app/assets/glyps/lodging.svg +30 -0
- package/app/assets/glyps/log_in.svg +8 -0
- package/app/assets/glyps/log_out.svg +8 -0
- package/app/assets/glyps/log_report.svg +17 -0
- package/app/assets/glyps/logbook.svg +9 -0
- package/app/assets/glyps/logbook_documents.svg +14 -0
- package/app/assets/glyps/lot_number.svg +10 -0
- package/app/assets/glyps/lycensed_simulator.svg +10 -0
- package/app/assets/glyps/manager.svg +7 -0
- package/app/assets/glyps/manual.svg +3 -0
- package/app/assets/glyps/map.svg +7 -0
- package/app/assets/glyps/markdown.svg +9 -0
- package/app/assets/glyps/market.svg +7 -0
- package/app/assets/glyps/materials.svg +7 -0
- package/app/assets/glyps/mattress_encasement.svg +7 -0
- package/app/assets/glyps/merge.svg +7 -0
- package/app/assets/glyps/message_billing.svg +13 -0
- package/app/assets/glyps/message_collections.svg +13 -0
- package/app/assets/glyps/message_complaint.svg +7 -0
- package/app/assets/glyps/message_misc.svg +10 -0
- package/app/assets/glyps/message_technician.svg +7 -0
- package/app/assets/glyps/messages.svg +8 -0
- package/app/assets/glyps/minus_outline.svg +8 -0
- package/app/assets/glyps/misc.svg +14 -0
- package/app/assets/glyps/miscellaneous.svg +14 -0
- package/app/assets/glyps/missing.svg +9 -0
- package/app/assets/glyps/moisture.svg +7 -0
- package/app/assets/glyps/moodle.svg +11 -0
- package/app/assets/glyps/move_order.svg +8 -0
- package/app/assets/glyps/mowing.svg +13 -0
- package/app/assets/glyps/multi_housing.svg +20 -0
- package/app/assets/glyps/multi_tech_order.svg +9 -0
- package/app/assets/glyps/mute.svg +8 -0
- package/app/assets/glyps/navicon.svg +9 -0
- package/app/assets/glyps/neighborhood.svg +14 -0
- package/app/assets/glyps/new_location.svg +12 -0
- package/app/assets/glyps/new_ticket.svg +8 -0
- package/app/assets/glyps/no_charge.svg +8 -0
- package/app/assets/glyps/no_service.svg +10 -0
- package/app/assets/glyps/note.svg +8 -0
- package/app/assets/glyps/note_access.svg +23 -0
- package/app/assets/glyps/note_billing.svg +13 -0
- package/app/assets/glyps/note_collection.svg +13 -0
- package/app/assets/glyps/note_complaint.svg +7 -0
- package/app/assets/glyps/note_directions.svg +8 -0
- package/app/assets/glyps/note_focused.svg +8 -0
- package/app/assets/glyps/note_office.svg +7 -0
- package/app/assets/glyps/note_preservice.svg +7 -0
- package/app/assets/glyps/note_sales.svg +12 -0
- package/app/assets/glyps/note_service.svg +14 -0
- package/app/assets/glyps/notification.svg +7 -0
- package/app/assets/glyps/nuke.svg +7 -0
- package/app/assets/glyps/number.svg +7 -0
- package/app/assets/glyps/occupant.svg +6 -0
- package/app/assets/glyps/office.svg +19 -0
- package/app/assets/glyps/office_government.svg +8 -0
- package/app/assets/glyps/office_training.svg +8 -0
- package/app/assets/glyps/offline_mode.svg +8 -0
- package/app/assets/glyps/on_demand.svg +8 -0
- package/app/assets/glyps/on_demand_order.svg +8 -0
- package/app/assets/glyps/online_mode.svg +8 -0
- package/app/assets/glyps/open.svg +10 -0
- package/app/assets/glyps/open_invoice.svg +8 -0
- package/app/assets/glyps/openai.svg +9 -0
- package/app/assets/glyps/operations.svg +8 -0
- package/app/assets/glyps/options.svg +9 -0
- package/app/assets/glyps/order_actions.svg +8 -0
- package/app/assets/glyps/order_approved.svg +9 -0
- package/app/assets/glyps/order_batch.svg +9 -0
- package/app/assets/glyps/order_editor.svg +12 -0
- package/app/assets/glyps/order_pending.svg +11 -0
- package/app/assets/glyps/order_series.svg +11 -0
- package/app/assets/glyps/order_unapproved.svg +9 -0
- package/app/assets/glyps/org.svg +7 -0
- package/app/assets/glyps/org_feature.svg +8 -0
- package/app/assets/glyps/org_settings.svg +9 -0
- package/app/assets/glyps/org_structure.svg +7 -0
- package/app/assets/glyps/org_unit.svg +7 -0
- package/app/assets/glyps/org_unit_settings.svg +8 -0
- package/app/assets/glyps/orgs.svg +8 -0
- package/app/assets/glyps/origin.svg +7 -0
- package/app/assets/glyps/origin_client.svg +7 -0
- package/app/assets/glyps/origin_tech.svg +7 -0
- package/app/assets/glyps/outbox.svg +8 -0
- package/app/assets/glyps/outlier.svg +3 -0
- package/app/assets/glyps/outlook.svg +9 -0
- package/app/assets/glyps/overlap.svg +8 -0
- package/app/assets/glyps/password.svg +10 -0
- package/app/assets/glyps/past_due.svg +9 -0
- package/app/assets/glyps/pause.svg +9 -0
- package/app/assets/glyps/paused.svg +9 -0
- package/app/assets/glyps/pay_brackets.svg +9 -0
- package/app/assets/glyps/payment.svg +11 -0
- package/app/assets/glyps/payment_ach.svg +7 -0
- package/app/assets/glyps/payment_application_apply.svg +10 -0
- package/app/assets/glyps/payment_application_correction.svg +8 -0
- package/app/assets/glyps/payment_application_initial.svg +7 -0
- package/app/assets/glyps/payment_application_refund.svg +7 -0
- package/app/assets/glyps/payment_application_transfer.svg +7 -0
- package/app/assets/glyps/payment_application_unapply.svg +10 -0
- package/app/assets/glyps/payment_application_unapply_all.svg +13 -0
- package/app/assets/glyps/payment_applications.svg +7 -0
- package/app/assets/glyps/payment_batch.svg +9 -0
- package/app/assets/glyps/payment_cash.svg +12 -0
- package/app/assets/glyps/payment_check.svg +13 -0
- package/app/assets/glyps/payment_coupon.svg +25 -0
- package/app/assets/glyps/payment_credit.svg +9 -0
- package/app/assets/glyps/payment_declined.svg +9 -0
- package/app/assets/glyps/payment_discount.svg +25 -0
- package/app/assets/glyps/payment_eft.svg +12 -0
- package/app/assets/glyps/payment_finance_charge.svg +8 -0
- package/app/assets/glyps/payment_method.svg +8 -0
- package/app/assets/glyps/payments.svg +11 -0
- package/app/assets/glyps/payroll.svg +9 -0
- package/app/assets/glyps/pdf.svg +8 -0
- package/app/assets/glyps/pending.svg +12 -0
- package/app/assets/glyps/periodic.svg +10 -0
- package/app/assets/glyps/periodic_assessment.svg +15 -0
- package/app/assets/glyps/permission.svg +9 -0
- package/app/assets/glyps/pest.svg +7 -0
- package/app/assets/glyps/pest_ants.svg +7 -0
- package/app/assets/glyps/pest_bats.svg +7 -0
- package/app/assets/glyps/pest_bed_bugs.svg +7 -0
- package/app/assets/glyps/pest_birds.svg +7 -0
- package/app/assets/glyps/pest_crawling_insects.svg +7 -0
- package/app/assets/glyps/pest_dermestids.svg +7 -0
- package/app/assets/glyps/pest_fall_invaders.svg +7 -0
- package/app/assets/glyps/pest_flying_insects.svg +7 -0
- package/app/assets/glyps/pest_moles.svg +9 -0
- package/app/assets/glyps/pest_mosquitoes.svg +7 -0
- package/app/assets/glyps/pest_nuisance_animals.svg +9 -0
- package/app/assets/glyps/pest_occasional_invaders.svg +7 -0
- package/app/assets/glyps/pest_ornamental.svg +7 -0
- package/app/assets/glyps/pest_ornamental_diseases.svg +7 -0
- package/app/assets/glyps/pest_roaches.svg +7 -0
- package/app/assets/glyps/pest_rodents.svg +16 -0
- package/app/assets/glyps/pest_scorpions.svg +8 -0
- package/app/assets/glyps/pest_snakes.svg +7 -0
- package/app/assets/glyps/pest_spiders.svg +7 -0
- package/app/assets/glyps/pest_stinging_insects.svg +7 -0
- package/app/assets/glyps/pest_stored_product_pests.svg +7 -0
- package/app/assets/glyps/pest_ticks_and_fleas.svg +11 -0
- package/app/assets/glyps/pest_viruses_and_bacteria.svg +7 -0
- package/app/assets/glyps/pest_weeds.svg +7 -0
- package/app/assets/glyps/pest_wood_destroyers.svg +7 -0
- package/app/assets/glyps/phone.svg +7 -0
- package/app/assets/glyps/pick_date.svg +8 -0
- package/app/assets/glyps/pick_list.svg +8 -0
- package/app/assets/glyps/platform_android.svg +12 -0
- package/app/assets/glyps/platform_ios.svg +8 -0
- package/app/assets/glyps/platform_macos.svg +7 -0
- package/app/assets/glyps/platform_windows.svg +10 -0
- package/app/assets/glyps/play.svg +10 -0
- package/app/assets/glyps/plus.svg +8 -0
- package/app/assets/glyps/plus_filled.svg +7 -0
- package/app/assets/glyps/plus_outline.svg +8 -0
- package/app/assets/glyps/portal.svg +8 -0
- package/app/assets/glyps/price_increase.svg +9 -0
- package/app/assets/glyps/price_increase_alt.svg +9 -0
- package/app/assets/glyps/pricing.svg +9 -0
- package/app/assets/glyps/pricing_table.svg +8 -0
- package/app/assets/glyps/print.svg +11 -0
- package/app/assets/glyps/privacy.svg +7 -0
- package/app/assets/glyps/processor_forward.svg +10 -0
- package/app/assets/glyps/processor_heartland.svg +19 -0
- package/app/assets/glyps/processor_square.svg +10 -0
- package/app/assets/glyps/processor_stripe.svg +17 -0
- package/app/assets/glyps/processor_worldpay.svg +11 -0
- package/app/assets/glyps/product_sale.svg +10 -0
- package/app/assets/glyps/production.svg +8 -0
- package/app/assets/glyps/professional_consultation.svg +7 -0
- package/app/assets/glyps/profile.svg +3 -0
- package/app/assets/glyps/program.svg +7 -0
- package/app/assets/glyps/program_bundle.svg +9 -0
- package/app/assets/glyps/program_elements.svg +8 -0
- package/app/assets/glyps/program_initiation.svg +8 -0
- package/app/assets/glyps/program_order.svg +8 -0
- package/app/assets/glyps/program_review.svg +8 -0
- package/app/assets/glyps/promo.svg +11 -0
- package/app/assets/glyps/proposal.svg +11 -0
- package/app/assets/glyps/proposal_bundle.svg +8 -0
- package/app/assets/glyps/proposal_options.svg +8 -0
- package/app/assets/glyps/proposal_overview.svg +8 -0
- package/app/assets/glyps/proposal_start.svg +11 -0
- package/app/assets/glyps/protection.svg +8 -0
- package/app/assets/glyps/purchase_order.svg +8 -0
- package/app/assets/glyps/quality.svg +8 -0
- package/app/assets/glyps/query.svg +8 -0
- package/app/assets/glyps/radio_checked.svg +8 -0
- package/app/assets/glyps/radio_empty.svg +7 -0
- package/app/assets/glyps/reassign.svg +8 -0
- package/app/assets/glyps/receipt.svg +10 -0
- package/app/assets/glyps/recent.svg +10 -0
- package/app/assets/glyps/reciprocity.svg +8 -0
- package/app/assets/glyps/recommendation.svg +9 -0
- package/app/assets/glyps/record_details.svg +8 -0
- package/app/assets/glyps/recurring_revenue.svg +13 -0
- package/app/assets/glyps/redo.svg +3 -0
- package/app/assets/glyps/refresh.svg +9 -0
- package/app/assets/glyps/refund.svg +10 -0
- package/app/assets/glyps/region.svg +11 -0
- package/app/assets/glyps/released.svg +8 -0
- package/app/assets/glyps/remote_camera.svg +8 -0
- package/app/assets/glyps/remote_photo.svg +9 -0
- package/app/assets/glyps/remove.svg +8 -0
- package/app/assets/glyps/renew.svg +7 -0
- package/app/assets/glyps/renewal.svg +8 -0
- package/app/assets/glyps/report.svg +8 -0
- package/app/assets/glyps/required_input.svg +7 -0
- package/app/assets/glyps/reschedule.svg +8 -0
- package/app/assets/glyps/restaurant_bar.svg +18 -0
- package/app/assets/glyps/revenue.svg +14 -0
- package/app/assets/glyps/review.svg +10 -0
- package/app/assets/glyps/rfid.svg +8 -0
- package/app/assets/glyps/ride_along.svg +9 -0
- package/app/assets/glyps/ring_central.svg +8 -0
- package/app/assets/glyps/rodent_exclusion.svg +20 -0
- package/app/assets/glyps/role_admin.svg +8 -0
- package/app/assets/glyps/role_customer.svg +8 -0
- package/app/assets/glyps/role_super.svg +7 -0
- package/app/assets/glyps/role_tech.svg +8 -0
- package/app/assets/glyps/roster.svg +13 -0
- package/app/assets/glyps/route_change.svg +11 -0
- package/app/assets/glyps/route_optimization.svg +7 -0
- package/app/assets/glyps/routific.svg +7 -0
- package/app/assets/glyps/rows.svg +12 -0
- package/app/assets/glyps/ruby.svg +7 -0
- package/app/assets/glyps/ruler.svg +7 -0
- package/app/assets/glyps/sales.svg +16 -0
- package/app/assets/glyps/sales_contest.svg +8 -0
- package/app/assets/glyps/sales_pipeline.svg +8 -0
- package/app/assets/glyps/sales_tax.svg +10 -0
- package/app/assets/glyps/sales_tax_exemption.svg +11 -0
- package/app/assets/glyps/schedule_lock.svg +11 -0
- package/app/assets/glyps/schedule_lock_afternoon.svg +7 -0
- package/app/assets/glyps/schedule_lock_day.svg +10 -0
- package/app/assets/glyps/schedule_lock_exact.svg +8 -0
- package/app/assets/glyps/schedule_lock_four_hour.svg +7 -0
- package/app/assets/glyps/schedule_lock_morning.svg +7 -0
- package/app/assets/glyps/schedule_lock_none.svg +7 -0
- package/app/assets/glyps/schedule_lock_two_day.svg +11 -0
- package/app/assets/glyps/schedule_lock_two_hour.svg +8 -0
- package/app/assets/glyps/schedule_lock_week.svg +8 -0
- package/app/assets/glyps/schedule_tyoe_every.svg +8 -0
- package/app/assets/glyps/schedule_type_every.svg +8 -0
- package/app/assets/glyps/schedule_type_none.svg +11 -0
- package/app/assets/glyps/schedule_type_on_demand.svg +8 -0
- package/app/assets/glyps/schedule_type_schedule.svg +8 -0
- package/app/assets/glyps/scheduled.svg +8 -0
- package/app/assets/glyps/scheduling.svg +9 -0
- package/app/assets/glyps/scheduling_comment.svg +8 -0
- package/app/assets/glyps/school_church.svg +21 -0
- package/app/assets/glyps/scope.svg +8 -0
- package/app/assets/glyps/scoreboard.svg +12 -0
- package/app/assets/glyps/scrape.svg +8 -0
- package/app/assets/glyps/script.svg +7 -0
- package/app/assets/glyps/search.svg +7 -0
- package/app/assets/glyps/seeding.svg +10 -0
- package/app/assets/glyps/segment.svg +8 -0
- package/app/assets/glyps/sellify.svg +7 -0
- package/app/assets/glyps/send.svg +7 -0
- package/app/assets/glyps/sent.svg +7 -0
- package/app/assets/glyps/sentiment.svg +10 -0
- package/app/assets/glyps/sentricon.svg +9 -0
- package/app/assets/glyps/service_agreement.svg +10 -0
- package/app/assets/glyps/service_digest.svg +8 -0
- package/app/assets/glyps/service_form.svg +26 -0
- package/app/assets/glyps/service_form_new.svg +12 -0
- package/app/assets/glyps/service_form_settings.svg +12 -0
- package/app/assets/glyps/service_form_template.svg +8 -0
- package/app/assets/glyps/service_miscellaneous.svg +7 -0
- package/app/assets/glyps/service_reminder.svg +11 -0
- package/app/assets/glyps/service_report.svg +13 -0
- package/app/assets/glyps/service_request.svg +6 -0
- package/app/assets/glyps/services.svg +8 -0
- package/app/assets/glyps/settings.svg +10 -0
- package/app/assets/glyps/setup.svg +8 -0
- package/app/assets/glyps/signature.svg +7 -0
- package/app/assets/glyps/simulator.svg +8 -0
- package/app/assets/glyps/site_map.svg +10 -0
- package/app/assets/glyps/site_map_annotation.svg +8 -0
- package/app/assets/glyps/site_map_chemical.svg +8 -0
- package/app/assets/glyps/site_map_edit_details.svg +11 -0
- package/app/assets/glyps/site_map_edit_geo.svg +10 -0
- package/app/assets/glyps/site_map_equipment.svg +8 -0
- package/app/assets/glyps/site_map_exterior.svg +7 -0
- package/app/assets/glyps/site_map_foundation.svg +8 -0
- package/app/assets/glyps/site_map_icon.svg +8 -0
- package/app/assets/glyps/site_map_interior.svg +7 -0
- package/app/assets/glyps/site_map_label.svg +7 -0
- package/app/assets/glyps/site_map_perimeter.svg +7 -0
- package/app/assets/glyps/site_map_settings_left.svg +8 -0
- package/app/assets/glyps/site_map_settings_right.svg +8 -0
- package/app/assets/glyps/site_map_template.svg +8 -0
- package/app/assets/glyps/skill.svg +8 -0
- package/app/assets/glyps/skip.svg +9 -0
- package/app/assets/glyps/slope.svg +7 -0
- package/app/assets/glyps/smart_feature.svg +9 -0
- package/app/assets/glyps/smart_note.svg +9 -0
- package/app/assets/glyps/smart_traps.svg +11 -0
- package/app/assets/glyps/sms.svg +8 -0
- package/app/assets/glyps/snow_removal.svg +8 -0
- package/app/assets/glyps/sort.svg +7 -0
- package/app/assets/glyps/special.svg +8 -0
- package/app/assets/glyps/split.svg +7 -0
- package/app/assets/glyps/spp_scorecard.svg +22 -0
- package/app/assets/glyps/square_edge.svg +8 -0
- package/app/assets/glyps/start_sheet.svg +8 -0
- package/app/assets/glyps/start_time.svg +7 -0
- package/app/assets/glyps/state_ak.svg +7 -0
- package/app/assets/glyps/state_al.svg +7 -0
- package/app/assets/glyps/state_ar.svg +7 -0
- package/app/assets/glyps/state_az.svg +7 -0
- package/app/assets/glyps/state_ca.svg +7 -0
- package/app/assets/glyps/state_co.svg +7 -0
- package/app/assets/glyps/state_ct.svg +7 -0
- package/app/assets/glyps/state_dc.svg +7 -0
- package/app/assets/glyps/state_de.svg +7 -0
- package/app/assets/glyps/state_fl.svg +7 -0
- package/app/assets/glyps/state_ga.svg +7 -0
- package/app/assets/glyps/state_hi.svg +7 -0
- package/app/assets/glyps/state_ia.svg +7 -0
- package/app/assets/glyps/state_id.svg +7 -0
- package/app/assets/glyps/state_il.svg +7 -0
- package/app/assets/glyps/state_in.svg +7 -0
- package/app/assets/glyps/state_ks.svg +7 -0
- package/app/assets/glyps/state_ky.svg +7 -0
- package/app/assets/glyps/state_la.svg +7 -0
- package/app/assets/glyps/state_ma.svg +7 -0
- package/app/assets/glyps/state_mb.svg +7 -0
- package/app/assets/glyps/state_md.svg +7 -0
- package/app/assets/glyps/state_me.svg +7 -0
- package/app/assets/glyps/state_mi.svg +7 -0
- package/app/assets/glyps/state_mn.svg +7 -0
- package/app/assets/glyps/state_mo.svg +7 -0
- package/app/assets/glyps/state_ms.svg +7 -0
- package/app/assets/glyps/state_mt.svg +7 -0
- package/app/assets/glyps/state_nc.svg +7 -0
- package/app/assets/glyps/state_nd.svg +7 -0
- package/app/assets/glyps/state_ne.svg +7 -0
- package/app/assets/glyps/state_nh.svg +7 -0
- package/app/assets/glyps/state_nj.svg +7 -0
- package/app/assets/glyps/state_nm.svg +7 -0
- package/app/assets/glyps/state_nv.svg +7 -0
- package/app/assets/glyps/state_ny.svg +7 -0
- package/app/assets/glyps/state_oh.svg +7 -0
- package/app/assets/glyps/state_ok.svg +7 -0
- package/app/assets/glyps/state_or.svg +7 -0
- package/app/assets/glyps/state_pa.svg +7 -0
- package/app/assets/glyps/state_ri.svg +7 -0
- package/app/assets/glyps/state_sc.svg +7 -0
- package/app/assets/glyps/state_sd.svg +7 -0
- package/app/assets/glyps/state_tn.svg +7 -0
- package/app/assets/glyps/state_tx.svg +7 -0
- package/app/assets/glyps/state_ut.svg +7 -0
- package/app/assets/glyps/state_va.svg +7 -0
- package/app/assets/glyps/state_vt.svg +7 -0
- package/app/assets/glyps/state_wa.svg +7 -0
- package/app/assets/glyps/state_wi.svg +7 -0
- package/app/assets/glyps/state_wv.svg +7 -0
- package/app/assets/glyps/state_wy.svg +7 -0
- package/app/assets/glyps/statement.svg +9 -0
- package/app/assets/glyps/states.svg +7 -0
- package/app/assets/glyps/steps.svg +13 -0
- package/app/assets/glyps/sticky.svg +7 -0
- package/app/assets/glyps/stop_time.svg +7 -0
- package/app/assets/glyps/store_material.svg +22 -0
- package/app/assets/glyps/store_order.svg +10 -0
- package/app/assets/glyps/store_order_back_order.svg +17 -0
- package/app/assets/glyps/store_order_cancelled.svg +14 -0
- package/app/assets/glyps/store_order_complete.svg +14 -0
- package/app/assets/glyps/store_order_pending.svg +16 -0
- package/app/assets/glyps/store_order_pending_return.svg +19 -0
- package/app/assets/glyps/store_order_pre_order.svg +15 -0
- package/app/assets/glyps/store_order_returned.svg +17 -0
- package/app/assets/glyps/stores.svg +19 -0
- package/app/assets/glyps/styling.svg +11 -0
- package/app/assets/glyps/subscribe.svg +10 -0
- package/app/assets/glyps/subscription.svg +11 -0
- package/app/assets/glyps/supplemental.svg +7 -0
- package/app/assets/glyps/support.svg +7 -0
- package/app/assets/glyps/sync.svg +9 -0
- package/app/assets/glyps/sync_down.svg +8 -0
- package/app/assets/glyps/sync_up.svg +8 -0
- package/app/assets/glyps/table.svg +7 -0
- package/app/assets/glyps/tablet.svg +7 -0
- package/app/assets/glyps/tablets.svg +8 -0
- package/app/assets/glyps/tactacam.svg +8 -0
- package/app/assets/glyps/tag.svg +6 -0
- package/app/assets/glyps/tag_manager.svg +11 -0
- package/app/assets/glyps/tags.svg +6 -0
- package/app/assets/glyps/task_runs.svg +11 -0
- package/app/assets/glyps/tasklet.svg +10 -0
- package/app/assets/glyps/taxability.svg +8 -0
- package/app/assets/glyps/tech_cert.svg +12 -0
- package/app/assets/glyps/tech_cert_type.svg +12 -0
- package/app/assets/glyps/tech_pest_sightings.svg +11 -0
- package/app/assets/glyps/technician.svg +7 -0
- package/app/assets/glyps/technician_approach.svg +9 -0
- package/app/assets/glyps/template.svg +10 -0
- package/app/assets/glyps/termite_fumigation.svg +8 -0
- package/app/assets/glyps/terrier.svg +7 -0
- package/app/assets/glyps/terrier_hub.svg +7 -0
- package/app/assets/glyps/terrier_sync.svg +8 -0
- package/app/assets/glyps/territory.svg +11 -0
- package/app/assets/glyps/text.svg +10 -0
- package/app/assets/glyps/thermometer.svg +12 -0
- package/app/assets/glyps/third_party.svg +10 -0
- package/app/assets/glyps/third_party_billing.svg +10 -0
- package/app/assets/glyps/threshold.svg +8 -0
- package/app/assets/glyps/ticket.svg +10 -0
- package/app/assets/glyps/ticket_type.svg +9 -0
- package/app/assets/glyps/tickets.svg +9 -0
- package/app/assets/glyps/tidy.svg +9 -0
- package/app/assets/glyps/time.svg +8 -0
- package/app/assets/glyps/time_entry.svg +9 -0
- package/app/assets/glyps/timeline.svg +7 -0
- package/app/assets/glyps/timer.svg +6 -0
- package/app/assets/glyps/toolbox.svg +9 -0
- package/app/assets/glyps/tqi.svg +8 -0
- package/app/assets/glyps/tracker.svg +7 -0
- package/app/assets/glyps/tracking.svg +9 -0
- package/app/assets/glyps/training_course.svg +28 -0
- package/app/assets/glyps/treatment_split.svg +11 -0
- package/app/assets/glyps/trends.svg +7 -0
- package/app/assets/glyps/trial.svg +8 -0
- package/app/assets/glyps/trip_charge.svg +9 -0
- package/app/assets/glyps/ui_type.svg +8 -0
- package/app/assets/glyps/unarchive.svg +8 -0
- package/app/assets/glyps/unassign.svg +8 -0
- package/app/assets/glyps/unassign_all.svg +8 -0
- package/app/assets/glyps/unchecked.svg +7 -0
- package/app/assets/glyps/undo.svg +3 -0
- package/app/assets/glyps/unfavorite.svg +8 -0
- package/app/assets/glyps/unit_sweep.svg +17 -0
- package/app/assets/glyps/unit_tag.svg +11 -0
- package/app/assets/glyps/university.svg +14 -0
- package/app/assets/glyps/unlocked.svg +8 -0
- package/app/assets/glyps/unmute.svg +7 -0
- package/app/assets/glyps/unscheduled.svg +8 -0
- package/app/assets/glyps/update_check_positions.svg +10 -0
- package/app/assets/glyps/upload.svg +8 -0
- package/app/assets/glyps/user.svg +7 -0
- package/app/assets/glyps/user_credit.svg +8 -0
- package/app/assets/glyps/user_document.svg +8 -0
- package/app/assets/glyps/user_documents.svg +9 -0
- package/app/assets/glyps/user_tags.svg +11 -0
- package/app/assets/glyps/user_task.svg +9 -0
- package/app/assets/glyps/user_task_setup.svg +9 -0
- package/app/assets/glyps/users.svg +8 -0
- package/app/assets/glyps/utility.svg +8 -0
- package/app/assets/glyps/vacation.svg +9 -0
- package/app/assets/glyps/vacuum.svg +9 -0
- package/app/assets/glyps/variant.svg +11 -0
- package/app/assets/glyps/vendor.svg +8 -0
- package/app/assets/glyps/versions.svg +9 -0
- package/app/assets/glyps/video.svg +8 -0
- package/app/assets/glyps/visible.svg +8 -0
- package/app/assets/glyps/warehouse.svg +15 -0
- package/app/assets/glyps/wdi.svg +9 -0
- package/app/assets/glyps/wdi_az.svg +12 -0
- package/app/assets/glyps/wdi_ca.svg +12 -0
- package/app/assets/glyps/wdi_npma.svg +12 -0
- package/app/assets/glyps/wdi_nv.svg +12 -0
- package/app/assets/glyps/wdo.svg +22 -0
- package/app/assets/glyps/web_dusting.svg +7 -0
- package/app/assets/glyps/website.svg +11 -0
- package/app/assets/glyps/wildlife.svg +9 -0
- package/app/assets/glyps/wildlife_exclusion.svg +13 -0
- package/app/assets/glyps/winter_check.svg +7 -0
- package/app/assets/glyps/wizard.svg +10 -0
- package/app/assets/glyps/work.svg +7 -0
- package/app/assets/glyps/work_class.svg +8 -0
- package/app/assets/glyps/work_code.svg +9 -0
- package/app/assets/glyps/work_order.svg +12 -0
- package/app/assets/glyps/work_production.svg +8 -0
- package/app/assets/glyps/work_progress.svg +12 -0
- package/app/assets/glyps/work_yield.svg +11 -0
- package/app/assets/glyps/year.svg +7 -0
- package/app/assets/glyps/yield.svg +8 -0
- package/app/assets/glyps/zillow.svg +8 -0
- package/app/assets/glyps/zip_code.svg +12 -0
- package/app/assets/glyps/zone_adjacent.svg +7 -0
- package/app/assets/glyps/zone_check.svg +8 -0
- package/app/assets/glyps/zone_production.svg +7 -0
- package/app/assets/glyps/zone_remote.svg +7 -0
- package/app/assets/glyps/zoom.svg +8 -0
- package/app/assets/glyps/zoom_fit.svg +7 -0
- package/app/assets/hub_icons/read_mail.svg +1 -0
- package/app/assets/images/terrier/engine/.keep +0 -0
- package/app/assets/javascripts/terrier/.keep +0 -0
- package/app/assets/javascripts/terrier/_glyps.coffee +5 -0
- package/app/assets/javascripts/terrier/forms.coffee +91 -0
- package/app/assets/javascripts/terrier/glyp-svg.js +111 -0
- package/app/assets/javascripts/terrier/polyfills.coffee +60 -0
- package/app/assets/javascripts/terrier/scripts.coffee +1636 -0
- package/app/assets/javascripts/terrier/strings.coffee +381 -0
- package/app/assets/javascripts/terrier/tables.coffee +116 -0
- package/app/assets/javascripts/terrier/tiny-logger.coffee +37 -0
- package/app/assets/javascripts/terrier/tiny-modal.coffee +608 -0
- package/app/assets/javascripts/terrier/tiny-render.coffee +39 -0
- package/app/assets/javascripts/terrier/tiny-sql.coffee +91 -0
- package/app/assets/javascripts/terrier/tiny-template.coffee +120 -0
- package/app/assets/javascripts/terrier/urls.coffee +51 -0
- package/app/assets/javascripts/terrier/versions.coffee +43 -0
- package/app/assets/stylesheets/data-dive/dd-app.scss +14 -0
- package/app/assets/stylesheets/data-dive/dd-hints.scss +91 -0
- package/app/assets/stylesheets/data-dive/dd-table.scss +35 -0
- package/app/assets/stylesheets/data-dive/dive-editor.scss +126 -0
- package/app/assets/stylesheets/data-dive/dive-list.scss +9 -0
- package/app/assets/stylesheets/data-dive/dive-plots.scss +124 -0
- package/app/assets/stylesheets/data-dive/dive-runs.scss +81 -0
- package/app/assets/stylesheets/data-dive/query-editor.scss +536 -0
- package/app/assets/stylesheets/data-dive.css +3 -0
- package/app/assets/stylesheets/terrier/glyp-picker.scss +28 -0
- package/app/assets/stylesheets/terrier/glyps-meta.scss +953 -0
- package/app/assets/stylesheets/terrier/glyps.scss +2846 -0
- package/app/assets/stylesheets/terrier/grid.scss +99 -0
- package/app/assets/stylesheets/terrier/logging.scss +39 -0
- package/app/assets/stylesheets/terrier/scripts.scss +778 -0
- package/app/assets/stylesheets/terrier/tiny-modal.scss +227 -0
- package/app/assets/stylesheets/terrier/tt-card.scss +9 -0
- package/app/assets/stylesheets/terrier/tt-collapsible.scss +21 -0
- package/app/assets/stylesheets/terrier/tt-dropdowns.scss +127 -0
- package/app/assets/stylesheets/terrier/tt-dropzone.scss +17 -0
- package/app/assets/stylesheets/terrier/tt-flex.scss +93 -0
- package/app/assets/stylesheets/terrier/tt-forms.scss +202 -0
- package/app/assets/stylesheets/terrier/tt-general.scss +8 -0
- package/app/assets/stylesheets/terrier/tt-grid.scss +57 -0
- package/app/assets/stylesheets/terrier/tt-hints.scss +142 -0
- package/app/assets/stylesheets/terrier/tt-lightbox.scss +33 -0
- package/app/assets/stylesheets/terrier/tt-list-viewer.scss +129 -0
- package/app/assets/stylesheets/terrier/tt-list.scss +34 -0
- package/app/assets/stylesheets/terrier/tt-mixins.scss +556 -0
- package/app/assets/stylesheets/terrier/tt-modal.scss +173 -0
- package/app/assets/stylesheets/terrier/tt-overlays.scss +39 -0
- package/app/assets/stylesheets/terrier/tt-page.scss +91 -0
- package/app/assets/stylesheets/terrier/tt-panel.scss +138 -0
- package/app/assets/stylesheets/terrier/tt-pickers.scss +28 -0
- package/app/assets/stylesheets/terrier/tt-progress.scss +75 -0
- package/app/assets/stylesheets/terrier/tt-root.scss +68 -0
- package/app/assets/stylesheets/terrier/tt-select-field.scss +72 -0
- package/app/assets/stylesheets/terrier/tt-sheets.scss +30 -0
- package/app/assets/stylesheets/terrier/tt-tabs.scss +117 -0
- package/app/assets/stylesheets/terrier/tt-toasts.scss +40 -0
- package/app/assets/stylesheets/terrier/tt-toolstrip.scss +19 -0
- package/app/assets/stylesheets/terrier/tt-tooltips.scss +34 -0
- package/app/assets/stylesheets/terrier/tt-typography.scss +103 -0
- package/app/assets/stylesheets/terrier.css +3 -0
- package/app/controllers/.keep +0 -0
- package/app/controllers/concerns/data_dive/endpoints.rb +84 -0
- package/app/controllers/concerns/terrier/rendering_base.rb +184 -0
- package/app/controllers/concerns/terrier/script_crud.rb +228 -0
- package/app/controllers/concerns/terrier/scripts_streaming.rb +106 -0
- package/app/controllers/concerns/terrier/sql_base.rb +20 -0
- package/app/controllers/concerns/terrier/ssh_auth.rb +30 -0
- package/app/controllers/concerns/terrier/system_actions.rb +23 -0
- package/app/controllers/concerns/terrier/terrier_auth.rb +36 -0
- package/app/controllers/data_dive_controller.rb +10 -0
- package/app/controllers/db_controller.rb +149 -0
- package/app/controllers/system_controller.rb +5 -0
- package/app/controllers/top_controller.rb +14 -0
- package/app/frontend/terrier/definitions/tiny-modal.d.ts +67 -0
- package/app/frontend/terrier/images/icons/active.svg +1 -0
- package/app/frontend/terrier/images/icons/admin.svg +1 -0
- package/app/frontend/terrier/images/icons/archive.svg +1 -0
- package/app/frontend/terrier/images/icons/arrow_down.svg +1 -0
- package/app/frontend/terrier/images/icons/arrow_left.svg +1 -0
- package/app/frontend/terrier/images/icons/arrow_right.svg +1 -0
- package/app/frontend/terrier/images/icons/arrow_up.svg +1 -0
- package/app/frontend/terrier/images/icons/assign.svg +1 -0
- package/app/frontend/terrier/images/icons/attachment.svg +1 -0
- package/app/frontend/terrier/images/icons/back.svg +1 -0
- package/app/frontend/terrier/images/icons/badge.svg +1 -0
- package/app/frontend/terrier/images/icons/board.svg +1 -0
- package/app/frontend/terrier/images/icons/bookmark.svg +1 -0
- package/app/frontend/terrier/images/icons/bookmark_add.svg +1 -0
- package/app/frontend/terrier/images/icons/bookmark_remove.svg +1 -0
- package/app/frontend/terrier/images/icons/bookmarked.svg +1 -0
- package/app/frontend/terrier/images/icons/bookmarks.svg +1 -0
- package/app/frontend/terrier/images/icons/branch.svg +1 -0
- package/app/frontend/terrier/images/icons/bug.svg +1 -0
- package/app/frontend/terrier/images/icons/calculator.svg +1 -0
- package/app/frontend/terrier/images/icons/checkmark.svg +1 -0
- package/app/frontend/terrier/images/icons/close.svg +1 -0
- package/app/frontend/terrier/images/icons/clypboard.svg +1 -0
- package/app/frontend/terrier/images/icons/comment.svg +1 -0
- package/app/frontend/terrier/images/icons/complete.svg +1 -0
- package/app/frontend/terrier/images/icons/dashboard.svg +1 -0
- package/app/frontend/terrier/images/icons/data_pull.svg +1 -0
- package/app/frontend/terrier/images/icons/data_update.svg +1 -0
- package/app/frontend/terrier/images/icons/database.svg +1 -0
- package/app/frontend/terrier/images/icons/day.svg +1 -0
- package/app/frontend/terrier/images/icons/delete.svg +1 -0
- package/app/frontend/terrier/images/icons/documentation.svg +1 -0
- package/app/frontend/terrier/images/icons/edit.svg +1 -0
- package/app/frontend/terrier/images/icons/existing_child.svg +1 -0
- package/app/frontend/terrier/images/icons/existing_parent.svg +1 -0
- package/app/frontend/terrier/images/icons/feature.svg +1 -0
- package/app/frontend/terrier/images/icons/flex.svg +1 -0
- package/app/frontend/terrier/images/icons/forward.svg +1 -0
- package/app/frontend/terrier/images/icons/github.svg +1 -0
- package/app/frontend/terrier/images/icons/history.svg +1 -0
- package/app/frontend/terrier/images/icons/home.svg +1 -0
- package/app/frontend/terrier/images/icons/hundred.svg +1 -0
- package/app/frontend/terrier/images/icons/image.svg +1 -0
- package/app/frontend/terrier/images/icons/inbox.svg +1 -0
- package/app/frontend/terrier/images/icons/info.svg +1 -0
- package/app/frontend/terrier/images/icons/internal.svg +1 -0
- package/app/frontend/terrier/images/icons/issue.svg +1 -0
- package/app/frontend/terrier/images/icons/lane.svg +1 -0
- package/app/frontend/terrier/images/icons/lane_asap.svg +1 -0
- package/app/frontend/terrier/images/icons/lane_days.svg +1 -0
- package/app/frontend/terrier/images/icons/lane_hours.svg +1 -0
- package/app/frontend/terrier/images/icons/lane_weeks.svg +1 -0
- package/app/frontend/terrier/images/icons/lanes_board.svg +1 -0
- package/app/frontend/terrier/images/icons/level_complete.svg +1 -0
- package/app/frontend/terrier/images/icons/level_highway.svg +1 -0
- package/app/frontend/terrier/images/icons/level_on_ramp.svg +1 -0
- package/app/frontend/terrier/images/icons/level_parking.svg +1 -0
- package/app/frontend/terrier/images/icons/link.svg +1 -0
- package/app/frontend/terrier/images/icons/list_view.svg +1 -0
- package/app/frontend/terrier/images/icons/lol.svg +1 -0
- package/app/frontend/terrier/images/icons/metrics.svg +1 -0
- package/app/frontend/terrier/images/icons/minus.svg +1 -0
- package/app/frontend/terrier/images/icons/new_child.svg +1 -0
- package/app/frontend/terrier/images/icons/new_parent.svg +1 -0
- package/app/frontend/terrier/images/icons/night.svg +1 -0
- package/app/frontend/terrier/images/icons/origin.svg +1 -0
- package/app/frontend/terrier/images/icons/pending.svg +1 -0
- package/app/frontend/terrier/images/icons/plot.svg +1 -0
- package/app/frontend/terrier/images/icons/plus.svg +1 -0
- package/app/frontend/terrier/images/icons/post.svg +1 -0
- package/app/frontend/terrier/images/icons/posts.svg +1 -0
- package/app/frontend/terrier/images/icons/pr_closed.svg +1 -0
- package/app/frontend/terrier/images/icons/pr_merged.svg +1 -0
- package/app/frontend/terrier/images/icons/pr_open.svg +1 -0
- package/app/frontend/terrier/images/icons/prioritized.svg +1 -0
- package/app/frontend/terrier/images/icons/private.svg +1 -0
- package/app/frontend/terrier/images/icons/project.svg +1 -0
- package/app/frontend/terrier/images/icons/public.svg +1 -0
- package/app/frontend/terrier/images/icons/question.svg +1 -0
- package/app/frontend/terrier/images/icons/reaction.svg +1 -0
- package/app/frontend/terrier/images/icons/recent.svg +1 -0
- package/app/frontend/terrier/images/icons/refresh.svg +1 -0
- package/app/frontend/terrier/images/icons/related_posts.svg +1 -0
- package/app/frontend/terrier/images/icons/releases.svg +1 -0
- package/app/frontend/terrier/images/icons/request.svg +1 -0
- package/app/frontend/terrier/images/icons/settings.svg +1 -0
- package/app/frontend/terrier/images/icons/split_view.svg +1 -0
- package/app/frontend/terrier/images/icons/status.svg +1 -0
- package/app/frontend/terrier/images/icons/step_demo.svg +1 -0
- package/app/frontend/terrier/images/icons/step_deploy.svg +1 -0
- package/app/frontend/terrier/images/icons/step_develop.svg +1 -0
- package/app/frontend/terrier/images/icons/step_investigate.svg +1 -0
- package/app/frontend/terrier/images/icons/step_none.svg +1 -0
- package/app/frontend/terrier/images/icons/step_required.svg +1 -0
- package/app/frontend/terrier/images/icons/step_review.svg +1 -0
- package/app/frontend/terrier/images/icons/step_test.svg +1 -0
- package/app/frontend/terrier/images/icons/steps.svg +1 -0
- package/app/frontend/terrier/images/icons/steps_board.svg +1 -0
- package/app/frontend/terrier/images/icons/subscribe.svg +1 -0
- package/app/frontend/terrier/images/icons/support.svg +1 -0
- package/app/frontend/terrier/images/icons/team.svg +1 -0
- package/app/frontend/terrier/images/icons/terrier.svg +1 -0
- package/app/frontend/terrier/images/icons/thumbs_up.svg +1 -0
- package/app/frontend/terrier/images/icons/type.svg +1 -0
- package/app/frontend/terrier/images/icons/unprioritized.svg +1 -0
- package/app/frontend/terrier/images/icons/upload.svg +1 -0
- package/app/frontend/terrier/images/icons/upvote.svg +1 -0
- package/app/frontend/terrier/images/icons/user.svg +1 -0
- package/app/frontend/terrier/images/icons/users.svg +1 -0
- package/app/frontend/terrier/images/icons/website.svg +1 -0
- package/app/frontend/terrier/images/icons/week.svg +1 -0
- package/app/frontend/terrier/images/optimized/terrier-hub-logo-dark.svg +1 -0
- package/app/frontend/terrier/images/optimized/terrier-hub-logo-light.svg +1 -0
- package/app/frontend/terrier/images/raw/terrier-hub-favicon-alert.png +0 -0
- package/app/frontend/terrier/images/raw/terrier-hub-favicon-dark.png +0 -0
- package/app/frontend/terrier/images/raw/terrier-hub-favicon.png +0 -0
- package/app/helpers/.keep +0 -0
- package/app/helpers/db_stats.rb +177 -0
- package/app/helpers/spreadsheet_uploader.rb +8 -0
- package/app/mailers/.keep +0 -0
- package/app/models/.keep +0 -0
- package/app/models/concerns/terrier/embedded.rb +257 -0
- package/app/models/concerns/terrier/embedder.rb +114 -0
- package/app/models/concerns/terrier/event_trackable.rb +44 -0
- package/app/models/concerns/terrier/full_text_search.rb +30 -0
- package/app/models/concerns/terrier/model.rb +547 -0
- package/app/models/concerns/terrier/schedulable.rb +112 -0
- package/app/models/concerns/terrier/script_base.rb +102 -0
- package/app/models/concerns/terrier/script_run_base.rb +25 -0
- package/app/models/dd_dive.rb +80 -0
- package/app/models/dd_dive_distribution.rb +38 -0
- package/app/models/dd_dive_group.rb +38 -0
- package/app/models/dd_dive_plot.rb +40 -0
- package/app/models/dd_dive_run.rb +57 -0
- package/app/models/schedule_rule.rb +169 -0
- package/app/validators/email_list_validator.rb +18 -0
- package/app/views/.keep +0 -0
- package/app/views/data_dive/entrypoint.html.slim +1 -0
- package/bin/bundle +109 -0
- package/bin/rails +14 -0
- package/config/initializers/badges.rb +33 -0
- package/config/initializers/hub_icons.rb +28 -0
- package/config/initializers/inflections.rb +5 -0
- package/config/initializers/shrine.rb +16 -0
- package/config/routes.rb +37 -0
- package/config/rubocop.yml +41 -0
- package/db/migrate/20230619124820_data_dives.rb +35 -0
- package/db/migrate/20240515125522_dive_schedules.rb +13 -0
- package/db/migrate/20240717132834_dive_plots.rb +12 -0
- package/db/migrate/20250418131835_dd_dive_distributions.rb +14 -0
- package/glyps.yaml +2826 -0
- package/lib/sketch-glyps/README.md +41 -0
- package/lib/sketch-glyps/assets/icon.png +0 -0
- package/lib/sketch-glyps/package-lock.json +12153 -0
- package/lib/sketch-glyps/package.json +31 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Resources/icon.png +0 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Sketch/__arrange.js +257 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Sketch/__arrange.js.map +1 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Sketch/__import.js +1793 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Sketch/__import.js.map +1 -0
- package/lib/sketch-glyps/sketch-glyps.sketchplugin/Contents/Sketch/manifest.json +31 -0
- package/lib/sketch-glyps/src/arrange.js +61 -0
- package/lib/sketch-glyps/src/import.js +99 -0
- package/lib/sketch-glyps/src/manifest.json +23 -0
- package/lib/tasks/glyps.rake +158 -0
- package/lib/tasks/npm.rake +42 -0
- package/lib/tasks/terrier/data_dive.rake +29 -0
- package/lib/tasks/terrier/db.rake +100 -0
- package/lib/tasks/terrier/db_stats.rake +15 -0
- package/lib/tasks/terrier/engine_tasks.rake +4 -0
- package/lib/tasks/terrier/frontend.rake +60 -0
- package/lib/tasks/terrier/scripts.rake +45 -0
- package/lib/tasks/terrier/ssh.rake +10 -0
- package/lib/templates/_glyps.coffee.erb +5 -0
- package/lib/templates/badges.rb.erb +33 -0
- package/lib/templates/badges.ts.erb +52 -0
- package/lib/templates/glyps-meta.scss.erb +19 -0
- package/lib/templates/glyps.rb.erb +11 -0
- package/lib/templates/glyps.ts.erb +22 -0
- package/lib/templates/hub-icons.ts.erb +53 -0
- package/lib/templates/hub_icons.rb.erb +30 -0
- package/lib/terrier/api/clypboard_connect_api.rb +81 -0
- package/lib/terrier/api/extern_api_base.rb +69 -0
- package/lib/terrier/api/response_streamer.rb +108 -0
- package/lib/terrier/data_dive/dive_engine.rb +159 -0
- package/lib/terrier/data_dive/query_engine.rb +547 -0
- package/lib/terrier/data_dive.rb +7 -0
- package/lib/terrier/engine.rb +30 -0
- package/lib/terrier/frontend/badge_generator.rb +151 -0
- package/lib/terrier/frontend/base_generator.rb +132 -0
- package/lib/terrier/frontend/model_generator.rb +403 -0
- package/lib/terrier/frontend/models.ts.erb +82 -0
- package/lib/terrier/icons/glyps.rb +945 -0
- package/lib/terrier/icons/hub_icon_generator.rb +63 -0
- package/lib/terrier/icons/svgo-config.cjs +12 -0
- package/lib/terrier/io/public_temp_file.rb +38 -0
- package/lib/terrier/io/tabular_io.rb +690 -0
- package/lib/terrier/logging/loggable.rb +61 -0
- package/lib/terrier/logging/multi_logger.rb +183 -0
- package/lib/terrier/logging/progress_logger.rb +34 -0
- package/lib/terrier/migrations.rb +83 -0
- package/lib/terrier/puma/config.rb +102 -0
- package/lib/terrier/puma.rb +12 -0
- package/lib/terrier/scripts/script_config.rb +30 -0
- package/lib/terrier/scripts/script_executor.rb +263 -0
- package/lib/terrier/scripts/script_field.rb +68 -0
- package/lib/terrier/scripts/script_searcher.rb +23 -0
- package/lib/terrier/strings.rb +289 -0
- package/lib/terrier/system/ssh_key_manager.rb +74 -0
- package/lib/terrier/system/top.rb +79 -0
- package/lib/terrier/time/date_period.rb +187 -0
- package/lib/terrier/time/regular_schedule.rb +94 -0
- package/lib/terrier/time/time_overrides.rb +29 -0
- package/lib/terrier/version.rb +5 -0
- package/package.json +1 -1
- package/restart_tail +1 -0
- package/terrier-engine.gemspec +59 -0
- package/test/data/test_dive.rb +316 -0
- package/test/dummy/.powenv +2 -0
- package/test/dummy/.powrc +4 -0
- package/test/dummy/.ruby-version +1 -0
- package/test/dummy/Procfile.dev +3 -0
- package/test/dummy/README.md +7 -0
- package/test/dummy/Rakefile +6 -0
- package/test/dummy/app/assets/config/manifest.js +3 -0
- package/test/dummy/app/assets/images/.keep +0 -0
- package/test/dummy/app/assets/javascripts/Sortable.js +1249 -0
- package/test/dummy/app/assets/javascripts/application.coffee +42 -0
- package/test/dummy/app/assets/javascripts/cable.js +13 -0
- package/test/dummy/app/assets/javascripts/channels/.keep +0 -0
- package/test/dummy/app/assets/javascripts/goldenlayout.js +5234 -0
- package/test/dummy/app/assets/javascripts/logging-test.coffee +20 -0
- package/test/dummy/app/assets/javascripts/modals.coffee +329 -0
- package/test/dummy/app/assets/javascripts/oboe-browser.js +2711 -0
- package/test/dummy/app/assets/javascripts/sql.coffee +136 -0
- package/test/dummy/app/assets/javascripts/tinytemplate-demo.coffee +31 -0
- package/test/dummy/app/assets/stylesheets/application.scss +310 -0
- package/test/dummy/app/assets/stylesheets/goldenlayout-base.css +1 -0
- package/test/dummy/app/assets/stylesheets/hljs.css +98 -0
- package/test/dummy/app/assets/stylesheets/icons.scss +33 -0
- package/test/dummy/app/assets/stylesheets/modals.scss +65 -0
- package/test/dummy/app/assets/stylesheets/tables.scss +43 -0
- package/test/dummy/app/assets/stylesheets/tt-demo.scss +45 -0
- package/test/dummy/app/channels/application_cable/channel.rb +4 -0
- package/test/dummy/app/channels/application_cable/connection.rb +4 -0
- package/test/dummy/app/controllers/application_controller.rb +43 -0
- package/test/dummy/app/controllers/client_side_controller.rb +45 -0
- package/test/dummy/app/controllers/concerns/.keep +0 -0
- package/test/dummy/app/controllers/errors_controller.rb +90 -0
- package/test/dummy/app/controllers/frontend_controller.rb +69 -0
- package/test/dummy/app/controllers/icons_controller.rb +15 -0
- package/test/dummy/app/controllers/rendering_controller.rb +12 -0
- package/test/dummy/app/controllers/scripts_controller.rb +38 -0
- package/test/dummy/app/controllers/scripts_streaming_controller.rb +21 -0
- package/test/dummy/app/controllers/sql_controller.rb +9 -0
- package/test/dummy/app/controllers/tinytemplate_controller.rb +7 -0
- package/test/dummy/app/frontend/demo/db.ts +9 -0
- package/test/dummy/app/frontend/demo/demo-app.ts +58 -0
- package/test/dummy/app/frontend/demo/demo-parts.ts +582 -0
- package/test/dummy/app/frontend/demo/list-viewer-demo-page.ts +141 -0
- package/test/dummy/app/frontend/demo/platform-demo-page.ts +60 -0
- package/test/dummy/app/frontend/entrypoints/application.js +28 -0
- package/test/dummy/app/frontend/entrypoints/data-dive.ts +14 -0
- package/test/dummy/app/frontend/entrypoints/list-viewer-demo.ts +4 -0
- package/test/dummy/app/frontend/entrypoints/platform-demo.ts +4 -0
- package/test/dummy/app/frontend/gen/models.ts +732 -0
- package/test/dummy/app/helpers/application_helper.rb +10 -0
- package/test/dummy/app/helpers/dummy_service.rb +15 -0
- package/test/dummy/app/jobs/application_job.rb +2 -0
- package/test/dummy/app/mailers/application_mailer.rb +4 -0
- package/test/dummy/app/models/application_record.rb +31 -0
- package/test/dummy/app/models/concerns/.keep +0 -0
- package/test/dummy/app/models/contact.rb +28 -0
- package/test/dummy/app/models/contract.rb +23 -0
- package/test/dummy/app/models/invoice.rb +63 -0
- package/test/dummy/app/models/location.rb +61 -0
- package/test/dummy/app/models/location_sale.rb +25 -0
- package/test/dummy/app/models/location_tag.rb +25 -0
- package/test/dummy/app/models/location_tag_location.rb +26 -0
- package/test/dummy/app/models/program.rb +19 -0
- package/test/dummy/app/models/script.rb +49 -0
- package/test/dummy/app/models/script_run.rb +58 -0
- package/test/dummy/app/models/smart/smart_feature.rb +27 -0
- package/test/dummy/app/models/target.rb +30 -0
- package/test/dummy/app/models/user.rb +101 -0
- package/test/dummy/app/models/work_order.rb +64 -0
- package/test/dummy/app/views/application/error.html.slim +3 -0
- package/test/dummy/app/views/application/home.html.slim +15 -0
- package/test/dummy/app/views/client_side/index.html.slim +6 -0
- package/test/dummy/app/views/client_side/logging.html.slim +5 -0
- package/test/dummy/app/views/client_side/modals.html.slim +19 -0
- package/test/dummy/app/views/client_side/slow_page.html.slim +1 -0
- package/test/dummy/app/views/client_side/tables.html.slim +28 -0
- package/test/dummy/app/views/client_side/tt_styles.html.slim +140 -0
- package/test/dummy/app/views/client_side/urls.html.slim +14 -0
- package/test/dummy/app/views/client_side/versions.html.slim +39 -0
- package/test/dummy/app/views/errors/_backtrace.html.slim +4 -0
- package/test/dummy/app/views/errors/_details.html.slim +6 -0
- package/test/dummy/app/views/errors/file_not_found.html.slim +11 -0
- package/test/dummy/app/views/errors/internal_server_error.html.slim +17 -0
- package/test/dummy/app/views/frontend/list_viewer_demo.html.slim +1 -0
- package/test/dummy/app/views/frontend/platform_demo.html.slim +1 -0
- package/test/dummy/app/views/icons/badges.html.slim +5 -0
- package/test/dummy/app/views/icons/glyps.html +2813 -0
- package/test/dummy/app/views/icons/hub.html.slim +5 -0
- package/test/dummy/app/views/layouts/application.html.slim +26 -0
- package/test/dummy/app/views/layouts/mailer.html.erb +13 -0
- package/test/dummy/app/views/layouts/mailer.text.erb +1 -0
- package/test/dummy/app/views/layouts/modal.html.slim +7 -0
- package/test/dummy/app/views/scripts/index.html.slim +18 -0
- package/test/dummy/app/views/scripts/reports.html.slim +87 -0
- package/test/dummy/app/views/sql/index.html.slim +1 -0
- package/test/dummy/app/views/tinytemplate/index.html.slim +4 -0
- package/test/dummy/bin/bundle +3 -0
- package/test/dummy/bin/rails +4 -0
- package/test/dummy/bin/rake +4 -0
- package/test/dummy/bin/setup +36 -0
- package/test/dummy/bin/update +31 -0
- package/test/dummy/bin/vite +7 -0
- package/test/dummy/bin/yarn +11 -0
- package/test/dummy/config/application.rb +31 -0
- package/test/dummy/config/boot.rb +5 -0
- package/test/dummy/config/cable.yml +10 -0
- package/test/dummy/config/database.yml +86 -0
- package/test/dummy/config/environment.rb +5 -0
- package/test/dummy/config/environments/development.rb +65 -0
- package/test/dummy/config/environments/production.rb +91 -0
- package/test/dummy/config/environments/test.rb +46 -0
- package/test/dummy/config/initializers/application_controller_renderer.rb +8 -0
- package/test/dummy/config/initializers/assets.rb +14 -0
- package/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- package/test/dummy/config/initializers/content_security_policy.rb +34 -0
- package/test/dummy/config/initializers/cookies_serializer.rb +5 -0
- package/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- package/test/dummy/config/initializers/inflections.rb +16 -0
- package/test/dummy/config/initializers/mime_types.rb +5 -0
- package/test/dummy/config/initializers/terrier.rb +13 -0
- package/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- package/test/dummy/config/locales/en.yml +33 -0
- package/test/dummy/config/puma.rb +3 -0
- package/test/dummy/config/routes.rb +38 -0
- package/test/dummy/config/spring.rb +6 -0
- package/test/dummy/config/storage.yml +34 -0
- package/test/dummy/config/vite.json +20 -0
- package/test/dummy/config.ru +5 -0
- package/test/dummy/db/migrate/20181225172428_scripts.rb +63 -0
- package/test/dummy/db/migrate/20210428171102_add_org_id_to_scripts.rb +7 -0
- package/test/dummy/db/migrate/20230413185004_add_script_state_to_script_runs.rb +5 -0
- package/test/dummy/db/migrate/20230429154726_work_orders.rb +43 -0
- package/test/dummy/db/migrate/20250411141635_add_user_pets.rb +5 -0
- package/test/dummy/db/migrate/20250902143532_location_tags.rb +12 -0
- package/test/dummy/db/migrate/20250904141910_contracts_and_programs.rb +14 -0
- package/test/dummy/db/migrate/20251007174502_smart_features.rb +12 -0
- package/test/dummy/db/schema.rb +503 -0
- package/test/dummy/db/seeds.rb +208 -0
- package/test/dummy/dummy_development +0 -0
- package/test/dummy/lib/assets/.keep +0 -0
- package/test/dummy/lib/tasks/logging.rake +20 -0
- package/test/dummy/lib/tasks/tabular.rake +82 -0
- package/test/dummy/log/.keep +0 -0
- package/test/dummy/log/development.log +934 -0
- package/test/dummy/package-lock.json +1438 -0
- package/test/dummy/package.json +15 -0
- package/test/dummy/public/404.html +67 -0
- package/test/dummy/public/422.html +67 -0
- package/test/dummy/public/500.html +66 -0
- package/test/dummy/public/apple-touch-icon-precomposed.png +0 -0
- package/test/dummy/public/apple-touch-icon.png +0 -0
- package/test/dummy/public/favicon.ico +0 -0
- package/test/dummy/public/terrier-engine.png +0 -0
- package/test/dummy/restart_tail +1 -0
- package/test/dummy/test/input/blank_rows_csv.csv +2 -0
- package/test/dummy/test/input/blank_rows_xls.xls +0 -0
- package/test/dummy/test/input/blank_rows_xlsx.xlsx +0 -0
- package/test/dummy/test/input/correct_csv.csv +3 -0
- package/test/dummy/test/input/correct_xls.xls +0 -0
- package/test/dummy/test/input/correct_xlsx.xlsx +0 -0
- package/test/dummy/test/input/duplicatecolumnerror.csv +7 -0
- package/test/dummy/test/input/duplicatecolumnerror.xls +0 -0
- package/test/dummy/test/input/duplicatecolumnerror.xlsx +0 -0
- package/test/dummy/test/input/empty_csv.csv +1 -0
- package/test/dummy/test/input/empty_xls.xls +0 -0
- package/test/dummy/test/input/empty_xlsx.xlsx +0 -0
- package/test/dummy/test/input/incorrect_format_csv_as_xls.xls +3 -0
- package/test/dummy/test/input/incorrect_format_csv_as_xlsx.xlsx +3 -0
- package/test/dummy/test/input/incorrect_format_xls_as_csv.csv +0 -0
- package/test/dummy/test/input/incorrect_format_xls_as_xlsx.xlsx +0 -0
- package/test/dummy/test/input/incorrect_format_xlsx_as_csv.csv +0 -0
- package/test/dummy/test/input/incorrect_format_xlsx_as_xls.xls +0 -0
- package/test/dummy/test/input/missing_header_csv.csv +2 -0
- package/test/dummy/test/input/missing_header_xls.xls +0 -0
- package/test/dummy/test/input/missing_header_xlsx.xlsx +0 -0
- package/test/dummy/test/input/missing_row_csv.csv +4 -0
- package/test/dummy/test/input/missing_row_xls.xls +0 -0
- package/test/dummy/test/input/missing_row_xlsx.xlsx +0 -0
- package/test/dummy/test/input/test.xlsx +0 -0
- package/test/dummy/tmp/local_secret.txt +1 -0
- package/test/dummy/tsconfig.json +31 -0
- package/test/dummy/vite.config.ts +25 -0
- package/test/fixtures/users.yml +21 -0
- package/test/integration/clypboard_connect_test.rb +14 -0
- package/test/integration/db_controller_test.rb +60 -0
- package/test/integration/navigation_test.rb +7 -0
- package/test/models/concerns/event_trackable_test.rb +177 -0
- package/test/terrier/engine_test.rb +7 -0
- package/test/test_helper.rb +19 -0
- package/test/unit/date_period_test.rb +111 -0
- package/test/unit/input/test.xlsx +0 -0
- package/test/unit/loggable_test.rb +51 -0
- package/test/unit/query_engine_test.rb +138 -0
- package/test/unit/query_result_test.rb +37 -0
- package/test/unit/regular_schedule_test.rb +166 -0
- package/test/unit/schedule_rule_test.rb +31 -0
- package/test/unit/string_test.rb +29 -0
- package/test/unit/tabular_test.rb +180 -0
- package/tmp/dist/data-dive/dd-app.ts +56 -0
- package/tmp/dist/data-dive/dd-db.ts +12 -0
- package/tmp/dist/data-dive/dd-routes.ts +10 -0
- package/tmp/dist/data-dive/dd-session.ts +97 -0
- package/tmp/dist/data-dive/dd-user.ts +12 -0
- package/tmp/dist/data-dive/dives/dive-delivery.ts +316 -0
- package/tmp/dist/data-dive/dives/dive-editor.ts +440 -0
- package/tmp/dist/data-dive/dives/dive-list.ts +254 -0
- package/tmp/dist/data-dive/dives/dive-page.ts +18 -0
- package/tmp/dist/data-dive/dives/dive-runs.ts +355 -0
- package/tmp/dist/data-dive/dives/dive-settings.ts +271 -0
- package/tmp/dist/data-dive/dives/dives.ts +81 -0
- package/tmp/dist/data-dive/dives/group-editor.ts +144 -0
- package/tmp/dist/data-dive/gen/models.ts +311 -0
- package/tmp/dist/data-dive/plots/dive-plot-axes.ts +131 -0
- package/tmp/dist/data-dive/plots/dive-plot-editor.ts +226 -0
- package/tmp/dist/data-dive/plots/dive-plot-layouts.ts +49 -0
- package/tmp/dist/data-dive/plots/dive-plot-list.ts +122 -0
- package/tmp/dist/data-dive/plots/dive-plot-render-part.ts +90 -0
- package/tmp/dist/data-dive/plots/dive-plot-styles.ts +194 -0
- package/tmp/dist/data-dive/plots/dive-plot-traces.ts +258 -0
- package/tmp/dist/data-dive/plots/dive-plots.ts +29 -0
- package/tmp/dist/data-dive/queries/column-order-modal.ts +61 -0
- package/tmp/dist/data-dive/queries/columns.ts +602 -0
- package/tmp/dist/data-dive/queries/dates.ts +313 -0
- package/tmp/dist/data-dive/queries/filters.ts +940 -0
- package/tmp/dist/data-dive/queries/queries.ts +347 -0
- package/tmp/dist/data-dive/queries/query-editor.ts +347 -0
- package/tmp/dist/data-dive/queries/query-form.ts +51 -0
- package/tmp/dist/data-dive/queries/row-order-modal.ts +157 -0
- package/tmp/dist/data-dive/queries/tables.ts +508 -0
- package/tmp/dist/data-dive/queries/test/dates.test.ts +178 -0
- package/tmp/dist/data-dive/queries/validation.ts +104 -0
- package/tmp/dist/package.json +38 -0
- package/tmp/dist/terrier/README.md +3 -0
- package/tmp/dist/terrier/api-subscriber.ts +439 -0
- package/tmp/dist/terrier/api.ts +278 -0
- package/tmp/dist/terrier/app.ts +150 -0
- package/tmp/dist/terrier/attachments.ts +55 -0
- package/tmp/dist/terrier/db-client.ts +410 -0
- package/tmp/dist/terrier/definitions/tiny-modal.d.ts +67 -0
- package/tmp/dist/terrier/dropdowns.ts +127 -0
- package/tmp/dist/terrier/emails.ts +129 -0
- package/tmp/dist/terrier/format.ts +31 -0
- package/tmp/dist/terrier/forms.ts +310 -0
- package/tmp/dist/terrier/fragments.ts +424 -0
- package/tmp/dist/terrier/gen/badges.ts +736 -0
- package/tmp/dist/terrier/gen/hub-icons.ts +929 -0
- package/tmp/dist/terrier/glyps.ts +22 -0
- package/tmp/dist/terrier/hints.ts +184 -0
- package/tmp/dist/terrier/ids.ts +24 -0
- package/tmp/dist/terrier/images/badges/badge-accounts_payable-handling.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-accounts_receivable-handling.svg +50 -0
- package/tmp/dist/terrier/images/badges/badge-applicator_license-admin.svg +54 -0
- package/tmp/dist/terrier/images/badges/badge-autopay-admin.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-autopay-handling.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-bats-admin.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-bats-management.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-bats-ops.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-bats-sales.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-clypboard_hardware-admin.svg +70 -0
- package/tmp/dist/terrier/images/badges/badge-clypboard_project-admin.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-clypmart-admin.svg +58 -0
- package/tmp/dist/terrier/images/badges/badge-commercial-admin.svg +56 -0
- package/tmp/dist/terrier/images/badges/badge-commercial-management.svg +54 -0
- package/tmp/dist/terrier/images/badges/badge-commercial-ops.svg +56 -0
- package/tmp/dist/terrier/images/badges/badge-commercial-sales.svg +56 -0
- package/tmp/dist/terrier/images/badges/badge-compliance-admin.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-contracts-admin.svg +54 -0
- package/tmp/dist/terrier/images/badges/badge-contracts-reporting.svg +52 -0
- package/tmp/dist/terrier/images/badges/badge-copesan-admin.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-credit_card-admin.svg +55 -0
- package/tmp/dist/terrier/images/badges/badge-customer_call-handling.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-customer_text-handling.svg +59 -0
- package/tmp/dist/terrier/images/badges/badge-employee_data-admin.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-employee_data-handling.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-employee_data-reporting.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-finance-admin.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-finance-reporting.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-fleet-admin.svg +58 -0
- package/tmp/dist/terrier/images/badges/badge-fumigation-admin.svg +56 -0
- package/tmp/dist/terrier/images/badges/badge-fumigation-management.svg +54 -0
- package/tmp/dist/terrier/images/badges/badge-fumigation-ops.svg +56 -0
- package/tmp/dist/terrier/images/badges/badge-information_technology-admin.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-information_technology-management.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-irrigation-admin.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-irrigation-management.svg +49 -0
- package/tmp/dist/terrier/images/badges/badge-irrigation-ops.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-irrigation-sales.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-landscape-admin.svg +50 -0
- package/tmp/dist/terrier/images/badges/badge-landscape-management.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-landscape-ops.svg +50 -0
- package/tmp/dist/terrier/images/badges/badge-landscape-sales.svg +50 -0
- package/tmp/dist/terrier/images/badges/badge-marketing-admin.svg +59 -0
- package/tmp/dist/terrier/images/badges/badge-mergers_and_acquisitions-admin.svg +47 -0
- package/tmp/dist/terrier/images/badges/badge-mergers_and_acquisitions-reporting.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-multi_housing-admin.svg +61 -0
- package/tmp/dist/terrier/images/badges/badge-multi_housing-management.svg +59 -0
- package/tmp/dist/terrier/images/badges/badge-multi_housing-ops.svg +61 -0
- package/tmp/dist/terrier/images/badges/badge-multi_housing-sales.svg +61 -0
- package/tmp/dist/terrier/images/badges/badge-payroll-admin.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-payroll-reporting.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-pest-admin.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-pest-management.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-pest-ops.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-pest-sales.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-pro-admin.svg +60 -0
- package/tmp/dist/terrier/images/badges/badge-pro-management.svg +58 -0
- package/tmp/dist/terrier/images/badges/badge-pro-ops.svg +60 -0
- package/tmp/dist/terrier/images/badges/badge-pro-sales.svg +60 -0
- package/tmp/dist/terrier/images/badges/badge-program-admin.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-proposals-handling.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-residential-admin.svg +53 -0
- package/tmp/dist/terrier/images/badges/badge-residential-management.svg +51 -0
- package/tmp/dist/terrier/images/badges/badge-residential-ops.svg +53 -0
- package/tmp/dist/terrier/images/badges/badge-residential-sales.svg +53 -0
- package/tmp/dist/terrier/images/badges/badge-sales-management.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-sales-reporting.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-scripts-admin.svg +50 -0
- package/tmp/dist/terrier/images/badges/badge-scripts-reporting.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-termite-admin.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-termite-management.svg +46 -0
- package/tmp/dist/terrier/images/badges/badge-termite-ops.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-termite-sales.svg +48 -0
- package/tmp/dist/terrier/images/badges/badge-wildlife-admin.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-wildlife-management.svg +43 -0
- package/tmp/dist/terrier/images/badges/badge-wildlife-ops.svg +45 -0
- package/tmp/dist/terrier/images/badges/badge-wildlife-sales.svg +45 -0
- package/tmp/dist/terrier/images/icons/active.svg +1 -0
- package/tmp/dist/terrier/images/icons/admin.svg +1 -0
- package/tmp/dist/terrier/images/icons/archive.svg +1 -0
- package/tmp/dist/terrier/images/icons/arrow_down.svg +1 -0
- package/tmp/dist/terrier/images/icons/arrow_left.svg +1 -0
- package/tmp/dist/terrier/images/icons/arrow_right.svg +1 -0
- package/tmp/dist/terrier/images/icons/arrow_up.svg +1 -0
- package/tmp/dist/terrier/images/icons/assign.svg +1 -0
- package/tmp/dist/terrier/images/icons/attachment.svg +1 -0
- package/tmp/dist/terrier/images/icons/back.svg +1 -0
- package/tmp/dist/terrier/images/icons/badge.svg +1 -0
- package/tmp/dist/terrier/images/icons/board.svg +1 -0
- package/tmp/dist/terrier/images/icons/bookmark.svg +1 -0
- package/tmp/dist/terrier/images/icons/bookmark_add.svg +1 -0
- package/tmp/dist/terrier/images/icons/bookmark_remove.svg +1 -0
- package/tmp/dist/terrier/images/icons/bookmarked.svg +1 -0
- package/tmp/dist/terrier/images/icons/bookmarks.svg +1 -0
- package/tmp/dist/terrier/images/icons/branch.svg +1 -0
- package/tmp/dist/terrier/images/icons/bug.svg +1 -0
- package/tmp/dist/terrier/images/icons/calculator.svg +1 -0
- package/tmp/dist/terrier/images/icons/checkmark.svg +1 -0
- package/tmp/dist/terrier/images/icons/close.svg +1 -0
- package/tmp/dist/terrier/images/icons/clypboard.svg +1 -0
- package/tmp/dist/terrier/images/icons/comment.svg +1 -0
- package/tmp/dist/terrier/images/icons/complete.svg +1 -0
- package/tmp/dist/terrier/images/icons/dashboard.svg +1 -0
- package/tmp/dist/terrier/images/icons/data_pull.svg +1 -0
- package/tmp/dist/terrier/images/icons/data_update.svg +1 -0
- package/tmp/dist/terrier/images/icons/database.svg +1 -0
- package/tmp/dist/terrier/images/icons/day.svg +1 -0
- package/tmp/dist/terrier/images/icons/delete.svg +1 -0
- package/tmp/dist/terrier/images/icons/documentation.svg +1 -0
- package/tmp/dist/terrier/images/icons/edit.svg +1 -0
- package/tmp/dist/terrier/images/icons/existing_child.svg +1 -0
- package/tmp/dist/terrier/images/icons/existing_parent.svg +1 -0
- package/tmp/dist/terrier/images/icons/feature.svg +1 -0
- package/tmp/dist/terrier/images/icons/flex.svg +1 -0
- package/tmp/dist/terrier/images/icons/forward.svg +1 -0
- package/tmp/dist/terrier/images/icons/github.svg +1 -0
- package/tmp/dist/terrier/images/icons/history.svg +1 -0
- package/tmp/dist/terrier/images/icons/home.svg +1 -0
- package/tmp/dist/terrier/images/icons/hundred.svg +1 -0
- package/tmp/dist/terrier/images/icons/image.svg +1 -0
- package/tmp/dist/terrier/images/icons/inbox.svg +1 -0
- package/tmp/dist/terrier/images/icons/info.svg +1 -0
- package/tmp/dist/terrier/images/icons/internal.svg +1 -0
- package/tmp/dist/terrier/images/icons/issue.svg +1 -0
- package/tmp/dist/terrier/images/icons/lane.svg +1 -0
- package/tmp/dist/terrier/images/icons/lane_asap.svg +1 -0
- package/tmp/dist/terrier/images/icons/lane_days.svg +1 -0
- package/tmp/dist/terrier/images/icons/lane_hours.svg +1 -0
- package/tmp/dist/terrier/images/icons/lane_weeks.svg +1 -0
- package/tmp/dist/terrier/images/icons/lanes_board.svg +1 -0
- package/tmp/dist/terrier/images/icons/level_complete.svg +1 -0
- package/tmp/dist/terrier/images/icons/level_highway.svg +1 -0
- package/tmp/dist/terrier/images/icons/level_on_ramp.svg +1 -0
- package/tmp/dist/terrier/images/icons/level_parking.svg +1 -0
- package/tmp/dist/terrier/images/icons/link.svg +1 -0
- package/tmp/dist/terrier/images/icons/list_view.svg +1 -0
- package/tmp/dist/terrier/images/icons/lol.svg +1 -0
- package/tmp/dist/terrier/images/icons/metrics.svg +1 -0
- package/tmp/dist/terrier/images/icons/minus.svg +1 -0
- package/tmp/dist/terrier/images/icons/new_child.svg +1 -0
- package/tmp/dist/terrier/images/icons/new_parent.svg +1 -0
- package/tmp/dist/terrier/images/icons/night.svg +1 -0
- package/tmp/dist/terrier/images/icons/origin.svg +1 -0
- package/tmp/dist/terrier/images/icons/pending.svg +1 -0
- package/tmp/dist/terrier/images/icons/plot.svg +1 -0
- package/tmp/dist/terrier/images/icons/plus.svg +1 -0
- package/tmp/dist/terrier/images/icons/post.svg +1 -0
- package/tmp/dist/terrier/images/icons/posts.svg +1 -0
- package/tmp/dist/terrier/images/icons/pr_closed.svg +1 -0
- package/tmp/dist/terrier/images/icons/pr_merged.svg +1 -0
- package/tmp/dist/terrier/images/icons/pr_open.svg +1 -0
- package/tmp/dist/terrier/images/icons/prioritized.svg +1 -0
- package/tmp/dist/terrier/images/icons/private.svg +1 -0
- package/tmp/dist/terrier/images/icons/project.svg +1 -0
- package/tmp/dist/terrier/images/icons/public.svg +1 -0
- package/tmp/dist/terrier/images/icons/question.svg +1 -0
- package/tmp/dist/terrier/images/icons/reaction.svg +1 -0
- package/tmp/dist/terrier/images/icons/recent.svg +1 -0
- package/tmp/dist/terrier/images/icons/refresh.svg +1 -0
- package/tmp/dist/terrier/images/icons/related_posts.svg +1 -0
- package/tmp/dist/terrier/images/icons/releases.svg +1 -0
- package/tmp/dist/terrier/images/icons/request.svg +1 -0
- package/tmp/dist/terrier/images/icons/settings.svg +1 -0
- package/tmp/dist/terrier/images/icons/split_view.svg +1 -0
- package/tmp/dist/terrier/images/icons/status.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_demo.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_deploy.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_develop.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_investigate.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_none.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_required.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_review.svg +1 -0
- package/tmp/dist/terrier/images/icons/step_test.svg +1 -0
- package/tmp/dist/terrier/images/icons/steps.svg +1 -0
- package/tmp/dist/terrier/images/icons/steps_board.svg +1 -0
- package/tmp/dist/terrier/images/icons/subscribe.svg +1 -0
- package/tmp/dist/terrier/images/icons/support.svg +1 -0
- package/tmp/dist/terrier/images/icons/team.svg +1 -0
- package/tmp/dist/terrier/images/icons/terrier.svg +1 -0
- package/tmp/dist/terrier/images/icons/thumbs_up.svg +1 -0
- package/tmp/dist/terrier/images/icons/type.svg +1 -0
- package/tmp/dist/terrier/images/icons/unprioritized.svg +1 -0
- package/tmp/dist/terrier/images/icons/upload.svg +1 -0
- package/tmp/dist/terrier/images/icons/upvote.svg +1 -0
- package/tmp/dist/terrier/images/icons/user.svg +1 -0
- package/tmp/dist/terrier/images/icons/users.svg +1 -0
- package/tmp/dist/terrier/images/icons/website.svg +1 -0
- package/tmp/dist/terrier/images/icons/week.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-accounts_payable.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-accounts_receivable.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-applicator_license.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-autopay.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-bats.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-clypboard_hardware.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-clypboard_project.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-clypmart.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-commercial.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-compliance.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-contracts.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-copesan.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-credit_card.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-customer_call.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-customer_text.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-employee_data.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-finance.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-fleet.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-fumigation.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-information_technology.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-irrigation.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-landscape.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-marketing.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-mergers_and_acquisitions.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-multi_housing.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-payroll.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-pest.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-pro.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-program.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-proposals.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-residential.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-sales.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-scripts.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-termite.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge-wildlife.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-admin.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-handling.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-management.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-ops.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-reporting.svg +1 -0
- package/tmp/dist/terrier/images/optimized/badge_role-sales.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-active.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-admin.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-archive.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-arrow_down.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-arrow_left.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-arrow_right.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-arrow_up.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-assign.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-attachment.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-back.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-badge.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-board.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bookmark.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bookmark_add.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bookmark_remove.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bookmarked.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bookmarks.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-branch.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-bug.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-calculator.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-checkmark.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-close.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-clypboard.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-comment.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-complete.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-dashboard.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-data_pull.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-data_update.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-database.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-day.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-delete.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-documentation.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-edit.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-existing_child.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-existing_parent.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-feature.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-flex.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-forward.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-github.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-history.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-home.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-hundred.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-image.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-inbox.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-info.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-internal.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-issue.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lane.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lane_asap.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lane_days.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lane_hours.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lane_weeks.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lanes_board.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-level_complete.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-level_highway.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-level_on_ramp.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-level_parking.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-link.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-list_view.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-lol.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-metrics.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-minus.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-new_child.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-new_parent.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-night.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-origin.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-pending.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-plot.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-plus.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-post.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-posts.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-pr_closed.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-pr_merged.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-pr_open.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-prioritized.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-private.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-project.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-public.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-question.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-reaction.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-recent.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-refresh.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-related_posts.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-releases.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-request.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-settings.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-split_view.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-status.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_demo.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_deploy.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_develop.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_investigate.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_none.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_required.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_review.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-step_test.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-steps.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-steps_board.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-subscribe.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-support.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-team.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-terrier.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-thumbs_up.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-type.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-unprioritized.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-upload.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-upvote.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-user.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-users.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-website.svg +1 -0
- package/tmp/dist/terrier/images/optimized/icon-week.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-favicon.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-icon-dark.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-icon-light.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-loader.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-logo-dark.svg +1 -0
- package/tmp/dist/terrier/images/optimized/terrier-hub-logo-light.svg +1 -0
- package/tmp/dist/terrier/images/raw/badge-accounts_payable.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-accounts_receivable.svg +24 -0
- package/tmp/dist/terrier/images/raw/badge-applicator_license.svg +28 -0
- package/tmp/dist/terrier/images/raw/badge-autopay.svg +20 -0
- package/tmp/dist/terrier/images/raw/badge-bats.svg +19 -0
- package/tmp/dist/terrier/images/raw/badge-clypboard_hardware.svg +44 -0
- package/tmp/dist/terrier/images/raw/badge-clypboard_project.svg +25 -0
- package/tmp/dist/terrier/images/raw/badge-clypmart.svg +37 -0
- package/tmp/dist/terrier/images/raw/badge-commercial.svg +43 -0
- package/tmp/dist/terrier/images/raw/badge-compliance.svg +26 -0
- package/tmp/dist/terrier/images/raw/badge-contracts.svg +28 -0
- package/tmp/dist/terrier/images/raw/badge-copesan.svg +19 -0
- package/tmp/dist/terrier/images/raw/badge-credit_card.svg +29 -0
- package/tmp/dist/terrier/images/raw/badge-customer_call.svg +26 -0
- package/tmp/dist/terrier/images/raw/badge-customer_text.svg +33 -0
- package/tmp/dist/terrier/images/raw/badge-employee_data.svg +23 -0
- package/tmp/dist/terrier/images/raw/badge-finance.svg +23 -0
- package/tmp/dist/terrier/images/raw/badge-fleet.svg +32 -0
- package/tmp/dist/terrier/images/raw/badge-fumigation.svg +30 -0
- package/tmp/dist/terrier/images/raw/badge-information_technology.svg +25 -0
- package/tmp/dist/terrier/images/raw/badge-irrigation.svg +28 -0
- package/tmp/dist/terrier/images/raw/badge-landscape.svg +24 -0
- package/tmp/dist/terrier/images/raw/badge-marketing.svg +34 -0
- package/tmp/dist/terrier/images/raw/badge-mergers_and_acquisitions.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-multi_housing.svg +72 -0
- package/tmp/dist/terrier/images/raw/badge-payroll.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-pest.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-pro.svg +34 -0
- package/tmp/dist/terrier/images/raw/badge-program.svg +19 -0
- package/tmp/dist/terrier/images/raw/badge-proposals.svg +25 -0
- package/tmp/dist/terrier/images/raw/badge-residential.svg +29 -0
- package/tmp/dist/terrier/images/raw/badge-sales.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-scripts.svg +24 -0
- package/tmp/dist/terrier/images/raw/badge-termite.svg +22 -0
- package/tmp/dist/terrier/images/raw/badge-wildlife.svg +19 -0
- package/tmp/dist/terrier/images/raw/badge_role-admin.svg +35 -0
- package/tmp/dist/terrier/images/raw/badge_role-handling.svg +35 -0
- package/tmp/dist/terrier/images/raw/badge_role-management.svg +35 -0
- package/tmp/dist/terrier/images/raw/badge_role-ops.svg +35 -0
- package/tmp/dist/terrier/images/raw/badge_role-reporting.svg +35 -0
- package/tmp/dist/terrier/images/raw/badge_role-sales.svg +35 -0
- package/tmp/dist/terrier/images/raw/icon-active.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-admin.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-archive.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-arrow_down.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-arrow_left.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-arrow_right.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-arrow_up.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-assign.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-attachment.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-back.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-badge.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-board.svg +20 -0
- package/tmp/dist/terrier/images/raw/icon-bookmark.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-bookmark_add.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-bookmark_remove.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-bookmarked.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-bookmarks.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-branch.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-bug.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-calculator.svg +31 -0
- package/tmp/dist/terrier/images/raw/icon-checkmark.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-close.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-clypboard.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-comment.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-complete.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-dashboard.svg +18 -0
- package/tmp/dist/terrier/images/raw/icon-data_pull.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-data_update.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-database.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-day.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-delete.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-documentation.svg +21 -0
- package/tmp/dist/terrier/images/raw/icon-edit.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-existing_child.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-existing_parent.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-feature.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-flex.svg +6 -0
- package/tmp/dist/terrier/images/raw/icon-forward.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-github.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-history.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-home.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-hundred.svg +13 -0
- package/tmp/dist/terrier/images/raw/icon-image.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-inbox.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-info.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-internal.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-issue.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-lane.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-lane_asap.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-lane_days.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-lane_hours.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-lane_weeks.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-lanes_board.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-level_complete.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-level_highway.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-level_on_ramp.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-level_parking.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-link.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-list_view.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-lol.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-metrics.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-minus.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-new_child.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-new_parent.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-night.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-origin.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-pending.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-plot.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-plus.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-post.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-posts.svg +22 -0
- package/tmp/dist/terrier/images/raw/icon-pr_closed.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-pr_merged.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-pr_open.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-prioritized.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-private.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-project.svg +24 -0
- package/tmp/dist/terrier/images/raw/icon-public.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-question.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-reaction.svg +6 -0
- package/tmp/dist/terrier/images/raw/icon-recent.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-refresh.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-related_posts.svg +30 -0
- package/tmp/dist/terrier/images/raw/icon-releases.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-request.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-settings.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-split_view.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-status.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-step_demo.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-step_deploy.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-step_develop.svg +12 -0
- package/tmp/dist/terrier/images/raw/icon-step_investigate.svg +14 -0
- package/tmp/dist/terrier/images/raw/icon-step_none.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-step_required.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-step_review.svg +11 -0
- package/tmp/dist/terrier/images/raw/icon-step_test.svg +14 -0
- package/tmp/dist/terrier/images/raw/icon-steps.svg +18 -0
- package/tmp/dist/terrier/images/raw/icon-steps_board.svg +19 -0
- package/tmp/dist/terrier/images/raw/icon-subscribe.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-support.svg +14 -0
- package/tmp/dist/terrier/images/raw/icon-team.svg +20 -0
- package/tmp/dist/terrier/images/raw/icon-terrier.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-thumbs_up.svg +1 -0
- package/tmp/dist/terrier/images/raw/icon-type.svg +15 -0
- package/tmp/dist/terrier/images/raw/icon-unprioritized.svg +10 -0
- package/tmp/dist/terrier/images/raw/icon-upload.svg +8 -0
- package/tmp/dist/terrier/images/raw/icon-upvote.svg +7 -0
- package/tmp/dist/terrier/images/raw/icon-user.svg +9 -0
- package/tmp/dist/terrier/images/raw/icon-users.svg +14 -0
- package/tmp/dist/terrier/images/raw/icon-website.svg +13 -0
- package/tmp/dist/terrier/images/raw/icon-week.svg +9 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-favicon-alert.png +0 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-favicon-dark.png +0 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-favicon.png +0 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-favicon.svg +29 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-icon-dark.svg +23 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-icon-light.png +0 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-icon-light.svg +23 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-loader.svg +54 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-logo-dark.svg +27 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-logo-light.png +0 -0
- package/tmp/dist/terrier/images/raw/terrier-hub-logo-light.svg +28 -0
- package/tmp/dist/terrier/lightbox.ts +96 -0
- package/tmp/dist/terrier/list-viewer.ts +350 -0
- package/tmp/dist/terrier/loading.ts +69 -0
- package/tmp/dist/terrier/logging.ts +83 -0
- package/tmp/dist/terrier/modals.ts +204 -0
- package/tmp/dist/terrier/multi-circular-progress.ts +87 -0
- package/tmp/dist/terrier/overlays.ts +353 -0
- package/tmp/dist/terrier/parts/confirm-button-part.ts +58 -0
- package/tmp/dist/terrier/parts/content-part.ts +148 -0
- package/tmp/dist/terrier/parts/dropzone-part.ts +91 -0
- package/tmp/dist/terrier/parts/glyp-picker.ts +99 -0
- package/tmp/dist/terrier/parts/not-found-page.ts +20 -0
- package/tmp/dist/terrier/parts/page-part.ts +237 -0
- package/tmp/dist/terrier/parts/panel-part.ts +109 -0
- package/tmp/dist/terrier/parts/select-field-part.ts +213 -0
- package/tmp/dist/terrier/parts/terrier-form-part.ts +23 -0
- package/tmp/dist/terrier/parts/terrier-part.ts +206 -0
- package/tmp/dist/terrier/plugins/collapsible-plugin.ts +118 -0
- package/tmp/dist/terrier/plugins/load-on-scroll-plugin.ts +101 -0
- package/tmp/dist/terrier/progress.ts +71 -0
- package/tmp/dist/terrier/schedules.ts +278 -0
- package/tmp/dist/terrier/schema.ts +135 -0
- package/tmp/dist/terrier/sheets.ts +144 -0
- package/tmp/dist/terrier/tabs.ts +225 -0
- package/tmp/dist/terrier/theme.ts +150 -0
- package/tmp/dist/terrier/toasts.ts +87 -0
- package/tmp/dist/terrier/tooltips.ts +72 -0
- package/tmp/dist/terrier/util-types.ts +4 -0
- package/tmp/dist/terrier/utils.ts +38 -0
- package/tmp/dist/tsconfig.json +21 -0
- package/tmp/restart.txt +0 -0
- package/vendor/assets/javascripts/difflib-browser.js +5 -0
- package/vendor/assets/javascripts/highlight.pack.js +740 -0
- package/vendor/assets/javascripts/morphdom.js +759 -0
- package/terrier/definitions/tiny-modal.d.ts +0 -65
- /package/{terrier/images/icons → app/assets/hub_icons}/active.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/admin.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/archive.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/arrow_down.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/arrow_left.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/arrow_right.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/arrow_up.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/assign.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/attachment.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/back.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/badge.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/board.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bookmark.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bookmark_add.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bookmark_remove.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bookmarked.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bookmarks.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/branch.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/bug.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/calculator.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/checkmark.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/close.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/clypboard.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/comment.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/complete.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/dashboard.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/data_pull.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/data_update.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/database.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/day.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/delete.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/documentation.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/edit.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/existing_child.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/existing_parent.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/feature.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/flex.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/forward.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/github.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/history.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/home.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/hundred.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/image.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/inbox.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/info.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/internal.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/issue.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lane.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lane_asap.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lane_days.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lane_hours.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lane_weeks.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lanes_board.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/level_complete.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/level_highway.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/level_on_ramp.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/level_parking.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/link.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/list_view.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/lol.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/metrics.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/minus.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/new_child.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/new_parent.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/night.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/origin.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/pending.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/plot.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/plus.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/post.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/posts.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/pr_closed.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/pr_merged.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/pr_open.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/prioritized.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/private.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/project.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/public.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/question.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/reaction.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/recent.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/refresh.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/related_posts.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/releases.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/request.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/settings.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/split_view.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/status.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_demo.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_deploy.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_develop.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_investigate.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_none.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_required.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_review.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/step_test.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/steps.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/steps_board.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/subscribe.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/support.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/team.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/terrier.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/thumbs_up.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/type.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/unprioritized.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/upload.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/upvote.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/user.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/users.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/website.svg +0 -0
- /package/{terrier/images/icons → app/assets/hub_icons}/week.svg +0 -0
- /package/{terrier/images/raw → app/assets/images/terrier/engine}/terrier-hub-favicon-alert.png +0 -0
- /package/{terrier/images/raw → app/assets/images/terrier/engine}/terrier-hub-favicon-dark.png +0 -0
- /package/{terrier/images/raw → app/assets/images/terrier/engine}/terrier-hub-favicon.png +0 -0
- /package/{terrier/images/optimized → app/assets/images/terrier/engine}/terrier-hub-logo-dark.svg +0 -0
- /package/{terrier/images/optimized → app/assets/images/terrier/engine}/terrier-hub-logo-light.svg +0 -0
- /package/{data-dive → app/frontend/data-dive}/dd-app.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dd-db.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dd-routes.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dd-session.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dd-user.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-delivery.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-editor.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-list.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-page.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-runs.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dive-settings.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/dives.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/dives/group-editor.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/gen/models.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-axes.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-editor.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-layouts.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-list.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-render-part.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-styles.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plot-traces.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/plots/dive-plots.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/column-order-modal.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/columns.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/dates.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/filters.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/queries.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/query-editor.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/query-form.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/row-order-modal.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/tables.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/test/dates.test.ts +0 -0
- /package/{data-dive → app/frontend/data-dive}/queries/validation.ts +0 -0
- /package/{terrier → app/frontend/terrier}/README.md +0 -0
- /package/{terrier → app/frontend/terrier}/api-subscriber.ts +0 -0
- /package/{terrier → app/frontend/terrier}/api.ts +0 -0
- /package/{terrier → app/frontend/terrier}/app.ts +0 -0
- /package/{terrier → app/frontend/terrier}/attachments.ts +0 -0
- /package/{terrier → app/frontend/terrier}/db-client.ts +0 -0
- /package/{terrier → app/frontend/terrier}/dropdowns.ts +0 -0
- /package/{terrier → app/frontend/terrier}/emails.ts +0 -0
- /package/{terrier → app/frontend/terrier}/format.ts +0 -0
- /package/{terrier → app/frontend/terrier}/forms.ts +0 -0
- /package/{terrier → app/frontend/terrier}/fragments.ts +0 -0
- /package/{terrier → app/frontend/terrier}/gen/badges.ts +0 -0
- /package/{terrier → app/frontend/terrier}/gen/hub-icons.ts +0 -0
- /package/{terrier → app/frontend/terrier}/glyps.ts +0 -0
- /package/{terrier → app/frontend/terrier}/hints.ts +0 -0
- /package/{terrier → app/frontend/terrier}/ids.ts +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-accounts_payable-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-accounts_receivable-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-applicator_license-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-autopay-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-autopay-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-bats-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-bats-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-bats-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-bats-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-clypboard_hardware-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-clypboard_project-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-clypmart-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-commercial-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-commercial-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-commercial-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-commercial-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-compliance-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-contracts-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-contracts-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-copesan-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-credit_card-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-customer_call-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-customer_text-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-employee_data-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-employee_data-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-employee_data-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-finance-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-finance-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-fleet-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-fumigation-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-fumigation-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-fumigation-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-information_technology-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-information_technology-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-irrigation-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-irrigation-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-irrigation-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-irrigation-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-landscape-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-landscape-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-landscape-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-landscape-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-marketing-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-mergers_and_acquisitions-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-mergers_and_acquisitions-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-multi_housing-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-multi_housing-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-multi_housing-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-multi_housing-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-payroll-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-payroll-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pest-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pest-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pest-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pest-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pro-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pro-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pro-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-pro-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-program-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-proposals-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-residential-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-residential-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-residential-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-residential-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-sales-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-sales-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-scripts-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-scripts-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-termite-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-termite-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-termite-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-termite-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-wildlife-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-wildlife-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-wildlife-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/badges/badge-wildlife-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-accounts_payable.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-accounts_receivable.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-applicator_license.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-autopay.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-bats.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-clypboard_hardware.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-clypboard_project.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-clypmart.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-commercial.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-compliance.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-contracts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-copesan.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-credit_card.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-customer_call.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-customer_text.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-employee_data.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-finance.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-fleet.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-fumigation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-information_technology.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-irrigation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-landscape.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-marketing.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-mergers_and_acquisitions.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-multi_housing.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-payroll.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-pest.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-pro.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-program.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-proposals.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-residential.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-scripts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-termite.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge-wildlife.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/badge_role-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-active.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-archive.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-arrow_down.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-arrow_left.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-arrow_right.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-arrow_up.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-assign.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-attachment.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-back.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-badge.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bookmark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bookmark_add.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bookmark_remove.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bookmarked.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bookmarks.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-branch.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-bug.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-calculator.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-checkmark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-close.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-clypboard.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-comment.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-complete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-dashboard.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-data_pull.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-data_update.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-database.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-day.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-delete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-documentation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-edit.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-existing_child.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-existing_parent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-feature.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-flex.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-forward.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-github.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-history.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-home.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-hundred.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-image.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-inbox.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-info.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-internal.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-issue.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lane.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lane_asap.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lane_days.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lane_hours.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lane_weeks.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lanes_board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-level_complete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-level_highway.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-level_on_ramp.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-level_parking.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-link.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-list_view.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-lol.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-metrics.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-minus.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-new_child.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-new_parent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-night.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-origin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-pending.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-plot.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-plus.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-post.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-posts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-pr_closed.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-pr_merged.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-pr_open.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-prioritized.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-private.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-project.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-public.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-question.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-reaction.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-recent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-refresh.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-related_posts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-releases.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-request.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-settings.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-split_view.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-status.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_demo.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_deploy.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_develop.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_investigate.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_none.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_required.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_review.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-step_test.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-steps.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-steps_board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-subscribe.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-support.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-team.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-terrier.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-thumbs_up.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-type.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-unprioritized.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-upload.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-upvote.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-user.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-users.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-website.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/icon-week.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/terrier-hub-favicon.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/terrier-hub-icon-dark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/terrier-hub-icon-light.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/optimized/terrier-hub-loader.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-accounts_payable.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-accounts_receivable.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-applicator_license.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-autopay.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-bats.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-clypboard_hardware.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-clypboard_project.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-clypmart.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-commercial.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-compliance.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-contracts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-copesan.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-credit_card.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-customer_call.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-customer_text.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-employee_data.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-finance.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-fleet.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-fumigation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-information_technology.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-irrigation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-landscape.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-marketing.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-mergers_and_acquisitions.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-multi_housing.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-payroll.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-pest.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-pro.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-program.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-proposals.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-residential.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-scripts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-termite.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge-wildlife.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-handling.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-management.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-ops.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-reporting.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/badge_role-sales.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-active.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-admin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-archive.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-arrow_down.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-arrow_left.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-arrow_right.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-arrow_up.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-assign.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-attachment.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-back.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-badge.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bookmark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bookmark_add.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bookmark_remove.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bookmarked.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bookmarks.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-branch.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-bug.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-calculator.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-checkmark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-close.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-clypboard.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-comment.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-complete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-dashboard.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-data_pull.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-data_update.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-database.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-day.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-delete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-documentation.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-edit.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-existing_child.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-existing_parent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-feature.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-flex.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-forward.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-github.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-history.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-home.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-hundred.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-image.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-inbox.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-info.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-internal.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-issue.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lane.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lane_asap.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lane_days.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lane_hours.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lane_weeks.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lanes_board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-level_complete.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-level_highway.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-level_on_ramp.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-level_parking.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-link.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-list_view.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-lol.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-metrics.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-minus.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-new_child.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-new_parent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-night.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-origin.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-pending.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-plot.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-plus.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-post.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-posts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-pr_closed.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-pr_merged.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-pr_open.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-prioritized.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-private.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-project.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-public.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-question.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-reaction.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-recent.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-refresh.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-related_posts.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-releases.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-request.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-settings.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-split_view.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-status.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_demo.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_deploy.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_develop.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_investigate.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_none.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_required.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_review.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-step_test.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-steps.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-steps_board.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-subscribe.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-support.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-team.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-terrier.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-thumbs_up.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-type.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-unprioritized.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-upload.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-upvote.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-user.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-users.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-website.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/icon-week.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-favicon.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-icon-dark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-icon-light.png +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-icon-light.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-loader.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-logo-dark.svg +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-logo-light.png +0 -0
- /package/{terrier → app/frontend/terrier}/images/raw/terrier-hub-logo-light.svg +0 -0
- /package/{terrier → app/frontend/terrier}/lightbox.ts +0 -0
- /package/{terrier → app/frontend/terrier}/list-viewer.ts +0 -0
- /package/{terrier → app/frontend/terrier}/loading.ts +0 -0
- /package/{terrier → app/frontend/terrier}/logging.ts +0 -0
- /package/{terrier → app/frontend/terrier}/modals.ts +0 -0
- /package/{terrier → app/frontend/terrier}/multi-circular-progress.ts +0 -0
- /package/{terrier → app/frontend/terrier}/overlays.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/confirm-button-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/content-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/dropzone-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/glyp-picker.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/not-found-page.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/page-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/panel-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/select-field-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/terrier-form-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/parts/terrier-part.ts +0 -0
- /package/{terrier → app/frontend/terrier}/plugins/collapsible-plugin.ts +0 -0
- /package/{terrier → app/frontend/terrier}/plugins/load-on-scroll-plugin.ts +0 -0
- /package/{terrier → app/frontend/terrier}/progress.ts +0 -0
- /package/{terrier → app/frontend/terrier}/schedules.ts +0 -0
- /package/{terrier → app/frontend/terrier}/schema.ts +0 -0
- /package/{terrier → app/frontend/terrier}/sheets.ts +0 -0
- /package/{terrier → app/frontend/terrier}/tabs.ts +0 -0
- /package/{terrier → app/frontend/terrier}/theme.ts +0 -0
- /package/{terrier → app/frontend/terrier}/toasts.ts +0 -0
- /package/{terrier → app/frontend/terrier}/tooltips.ts +0 -0
- /package/{terrier → app/frontend/terrier}/util-types.ts +0 -0
- /package/{terrier → app/frontend/terrier}/utils.ts +0 -0
- /package/{tsconfig.json → app/frontend/tsconfig.json} +0 -0
package/glyps.yaml
ADDED
|
@@ -0,0 +1,2826 @@
|
|
|
1
|
+
---
|
|
2
|
+
font:
|
|
3
|
+
ttf: app/assets/fonts/glyps.ttf
|
|
4
|
+
woff: app/assets/fonts/glyps.woff
|
|
5
|
+
css: app/assets/stylesheets/terrier/glyps.css
|
|
6
|
+
html: test/dummy/app/views/icons/glyps.html
|
|
7
|
+
name: glyp
|
|
8
|
+
prefix: glyp
|
|
9
|
+
fixedwidth: true
|
|
10
|
+
height: 1000
|
|
11
|
+
descent: 150
|
|
12
|
+
normalize: true
|
|
13
|
+
center: true
|
|
14
|
+
round: 10000000000000.0
|
|
15
|
+
glyphs:
|
|
16
|
+
- glyph: tmp/glyp/abacus.svg
|
|
17
|
+
name: abacus
|
|
18
|
+
code: 57348
|
|
19
|
+
- glyph: tmp/glyp/account.svg
|
|
20
|
+
name: account
|
|
21
|
+
code: 57349
|
|
22
|
+
- glyph: tmp/glyp/accounts_payable.svg
|
|
23
|
+
name: accounts_payable
|
|
24
|
+
code: 57350
|
|
25
|
+
- glyph: tmp/glyp/accounts_receivable.svg
|
|
26
|
+
name: accounts_receivable
|
|
27
|
+
code: 57351
|
|
28
|
+
- glyph: tmp/glyp/action_log.svg
|
|
29
|
+
name: action_log
|
|
30
|
+
code: 57352
|
|
31
|
+
- glyph: tmp/glyp/activate.svg
|
|
32
|
+
name: activate
|
|
33
|
+
code: 57353
|
|
34
|
+
- glyph: tmp/glyp/activate_user.svg
|
|
35
|
+
name: activate_user
|
|
36
|
+
code: 57354
|
|
37
|
+
- glyph: tmp/glyp/active.svg
|
|
38
|
+
name: active
|
|
39
|
+
code: 57355
|
|
40
|
+
- glyph: tmp/glyp/activity_high.svg
|
|
41
|
+
name: activity_high
|
|
42
|
+
code: 57356
|
|
43
|
+
- glyph: tmp/glyp/activity_low.svg
|
|
44
|
+
name: activity_low
|
|
45
|
+
code: 57357
|
|
46
|
+
- glyph: tmp/glyp/activity_medium.svg
|
|
47
|
+
name: activity_medium
|
|
48
|
+
code: 57358
|
|
49
|
+
- glyph: tmp/glyp/activity_none.svg
|
|
50
|
+
name: activity_none
|
|
51
|
+
code: 57359
|
|
52
|
+
- glyph: tmp/glyp/address1.svg
|
|
53
|
+
name: address1
|
|
54
|
+
code: 57360
|
|
55
|
+
- glyph: tmp/glyp/adjustment.svg
|
|
56
|
+
name: adjustment
|
|
57
|
+
code: 57361
|
|
58
|
+
- glyph: tmp/glyp/admin.svg
|
|
59
|
+
name: admin
|
|
60
|
+
code: 57362
|
|
61
|
+
- glyph: tmp/glyp/administration.svg
|
|
62
|
+
name: administration
|
|
63
|
+
code: 57363
|
|
64
|
+
- glyph: tmp/glyp/affinity.svg
|
|
65
|
+
name: affinity
|
|
66
|
+
code: 57364
|
|
67
|
+
- glyph: tmp/glyp/agency.svg
|
|
68
|
+
name: agency
|
|
69
|
+
code: 57365
|
|
70
|
+
- glyph: tmp/glyp/air_freshener.svg
|
|
71
|
+
name: air_freshener
|
|
72
|
+
code: 57366
|
|
73
|
+
- glyph: tmp/glyp/alert.svg
|
|
74
|
+
name: alert
|
|
75
|
+
code: 57367
|
|
76
|
+
- glyph: tmp/glyp/align_horizontal.svg
|
|
77
|
+
name: align_horizontal
|
|
78
|
+
code: 57368
|
|
79
|
+
- glyph: tmp/glyp/align_vertical.svg
|
|
80
|
+
name: align_vertical
|
|
81
|
+
code: 57369
|
|
82
|
+
- glyph: tmp/glyp/anchor.svg
|
|
83
|
+
name: anchor
|
|
84
|
+
code: 57370
|
|
85
|
+
- glyph: tmp/glyp/android_phone.svg
|
|
86
|
+
name: android_phone
|
|
87
|
+
code: 57371
|
|
88
|
+
- glyph: tmp/glyp/android_tablet.svg
|
|
89
|
+
name: android_tablet
|
|
90
|
+
code: 57372
|
|
91
|
+
- glyph: tmp/glyp/annotation.svg
|
|
92
|
+
name: annotation
|
|
93
|
+
code: 57373
|
|
94
|
+
- glyph: tmp/glyp/announcement.svg
|
|
95
|
+
name: announcement
|
|
96
|
+
code: 57374
|
|
97
|
+
- glyph: tmp/glyp/anthropic.svg
|
|
98
|
+
name: anthropic
|
|
99
|
+
code: 57375
|
|
100
|
+
- glyph: tmp/glyp/app_update.svg
|
|
101
|
+
name: app_update
|
|
102
|
+
code: 57376
|
|
103
|
+
- glyph: tmp/glyp/append_selection.svg
|
|
104
|
+
name: append_selection
|
|
105
|
+
code: 57377
|
|
106
|
+
- glyph: tmp/glyp/appointment.svg
|
|
107
|
+
name: appointment
|
|
108
|
+
code: 57378
|
|
109
|
+
- glyph: tmp/glyp/appointment_setup.svg
|
|
110
|
+
name: appointment_setup
|
|
111
|
+
code: 57379
|
|
112
|
+
- glyph: tmp/glyp/archive.svg
|
|
113
|
+
name: archive
|
|
114
|
+
code: 57380
|
|
115
|
+
- glyph: tmp/glyp/arrow_down.svg
|
|
116
|
+
name: arrow_down
|
|
117
|
+
code: 57381
|
|
118
|
+
- glyph: tmp/glyp/arrow_left.svg
|
|
119
|
+
name: arrow_left
|
|
120
|
+
code: 57382
|
|
121
|
+
- glyph: tmp/glyp/arrow_right.svg
|
|
122
|
+
name: arrow_right
|
|
123
|
+
code: 57383
|
|
124
|
+
- glyph: tmp/glyp/arrow_transfer.svg
|
|
125
|
+
name: arrow_transfer
|
|
126
|
+
code: 57384
|
|
127
|
+
- glyph: tmp/glyp/arrow_up.svg
|
|
128
|
+
name: arrow_up
|
|
129
|
+
code: 57385
|
|
130
|
+
- glyph: tmp/glyp/ascending.svg
|
|
131
|
+
name: ascending
|
|
132
|
+
code: 57386
|
|
133
|
+
- glyph: tmp/glyp/assign.svg
|
|
134
|
+
name: assign
|
|
135
|
+
code: 57387
|
|
136
|
+
- glyph: tmp/glyp/assign_all.svg
|
|
137
|
+
name: assign_all
|
|
138
|
+
code: 57388
|
|
139
|
+
- glyph: tmp/glyp/attachment.svg
|
|
140
|
+
name: attachment
|
|
141
|
+
code: 57389
|
|
142
|
+
- glyph: tmp/glyp/audit.svg
|
|
143
|
+
name: audit
|
|
144
|
+
code: 57390
|
|
145
|
+
- glyph: tmp/glyp/audit_analyzer.svg
|
|
146
|
+
name: audit_analyzer
|
|
147
|
+
code: 57391
|
|
148
|
+
- glyph: tmp/glyp/audits.svg
|
|
149
|
+
name: audits
|
|
150
|
+
code: 57392
|
|
151
|
+
- glyph: tmp/glyp/autopay.svg
|
|
152
|
+
name: autopay
|
|
153
|
+
code: 57393
|
|
154
|
+
- glyph: tmp/glyp/autopay_bank_account.svg
|
|
155
|
+
name: autopay_bank_account
|
|
156
|
+
code: 57394
|
|
157
|
+
- glyph: tmp/glyp/autopay_card.svg
|
|
158
|
+
name: autopay_card
|
|
159
|
+
code: 57395
|
|
160
|
+
- glyph: tmp/glyp/autopay_day.svg
|
|
161
|
+
name: autopay_day
|
|
162
|
+
code: 57396
|
|
163
|
+
- glyph: tmp/glyp/availability.svg
|
|
164
|
+
name: availability
|
|
165
|
+
code: 57397
|
|
166
|
+
- glyph: tmp/glyp/avoca.svg
|
|
167
|
+
name: avoca
|
|
168
|
+
code: 57398
|
|
169
|
+
- glyph: tmp/glyp/azuga.svg
|
|
170
|
+
name: azuga
|
|
171
|
+
code: 57399
|
|
172
|
+
- glyph: tmp/glyp/background_batch.svg
|
|
173
|
+
name: background_batch
|
|
174
|
+
code: 57400
|
|
175
|
+
- glyph: tmp/glyp/background_job.svg
|
|
176
|
+
name: background_job
|
|
177
|
+
code: 57401
|
|
178
|
+
- glyph: tmp/glyp/background_style.svg
|
|
179
|
+
name: background_style
|
|
180
|
+
code: 57402
|
|
181
|
+
- glyph: tmp/glyp/bait_for_demolition.svg
|
|
182
|
+
name: bait_for_demolition
|
|
183
|
+
code: 57403
|
|
184
|
+
- glyph: tmp/glyp/bar_chart.svg
|
|
185
|
+
name: bar_chart
|
|
186
|
+
code: 57404
|
|
187
|
+
- glyph: tmp/glyp/barcode.svg
|
|
188
|
+
name: barcode
|
|
189
|
+
code: 57405
|
|
190
|
+
- glyph: tmp/glyp/bat_exclusion.svg
|
|
191
|
+
name: bat_exclusion
|
|
192
|
+
code: 57406
|
|
193
|
+
- glyph: tmp/glyp/bed_bug_fumigation.svg
|
|
194
|
+
name: bed_bug_fumigation
|
|
195
|
+
code: 57407
|
|
196
|
+
- glyph: tmp/glyp/begin_service.svg
|
|
197
|
+
name: begin_service
|
|
198
|
+
code: 57408
|
|
199
|
+
- glyph: tmp/glyp/bell_labs.svg
|
|
200
|
+
name: bell_labs
|
|
201
|
+
code: 57409
|
|
202
|
+
- glyph: tmp/glyp/belongs_to.svg
|
|
203
|
+
name: belongs_to
|
|
204
|
+
code: 57410
|
|
205
|
+
- glyph: tmp/glyp/billing.svg
|
|
206
|
+
name: billing
|
|
207
|
+
code: 57411
|
|
208
|
+
- glyph: tmp/glyp/billing_office.svg
|
|
209
|
+
name: billing_office
|
|
210
|
+
code: 57412
|
|
211
|
+
- glyph: tmp/glyp/billing_terms.svg
|
|
212
|
+
name: billing_terms
|
|
213
|
+
code: 57413
|
|
214
|
+
- glyph: tmp/glyp/billto.svg
|
|
215
|
+
name: billto
|
|
216
|
+
code: 57414
|
|
217
|
+
- glyph: tmp/glyp/bioremediation.svg
|
|
218
|
+
name: bioremediation
|
|
219
|
+
code: 57415
|
|
220
|
+
- glyph: tmp/glyp/bird_exclusion.svg
|
|
221
|
+
name: bird_exclusion
|
|
222
|
+
code: 57416
|
|
223
|
+
- glyph: tmp/glyp/black_light.svg
|
|
224
|
+
name: black_light
|
|
225
|
+
code: 57417
|
|
226
|
+
- glyph: tmp/glyp/bookmark.svg
|
|
227
|
+
name: bookmark
|
|
228
|
+
code: 57418
|
|
229
|
+
- glyph: tmp/glyp/branch.svg
|
|
230
|
+
name: branch
|
|
231
|
+
code: 57419
|
|
232
|
+
- glyph: tmp/glyp/branch_bats.svg
|
|
233
|
+
name: branch_bats
|
|
234
|
+
code: 57420
|
|
235
|
+
- glyph: tmp/glyp/branch_birds.svg
|
|
236
|
+
name: branch_birds
|
|
237
|
+
code: 57421
|
|
238
|
+
- glyph: tmp/glyp/branch_general.svg
|
|
239
|
+
name: branch_general
|
|
240
|
+
code: 57422
|
|
241
|
+
- glyph: tmp/glyp/branch_irrigation.svg
|
|
242
|
+
name: branch_irrigation
|
|
243
|
+
code: 57423
|
|
244
|
+
- glyph: tmp/glyp/branch_landscape.svg
|
|
245
|
+
name: branch_landscape
|
|
246
|
+
code: 57424
|
|
247
|
+
- glyph: tmp/glyp/branch_multi_housing.svg
|
|
248
|
+
name: branch_multi_housing
|
|
249
|
+
code: 57425
|
|
250
|
+
- glyph: tmp/glyp/branch_office.svg
|
|
251
|
+
name: branch_office
|
|
252
|
+
code: 57426
|
|
253
|
+
- glyph: tmp/glyp/branch_orders.svg
|
|
254
|
+
name: branch_orders
|
|
255
|
+
code: 57427
|
|
256
|
+
- glyph: tmp/glyp/branch_residential.svg
|
|
257
|
+
name: branch_residential
|
|
258
|
+
code: 57428
|
|
259
|
+
- glyph: tmp/glyp/branch_sales.svg
|
|
260
|
+
name: branch_sales
|
|
261
|
+
code: 57429
|
|
262
|
+
- glyph: tmp/glyp/branch_snow.svg
|
|
263
|
+
name: branch_snow
|
|
264
|
+
code: 57430
|
|
265
|
+
- glyph: tmp/glyp/branch_termites.svg
|
|
266
|
+
name: branch_termites
|
|
267
|
+
code: 57431
|
|
268
|
+
- glyph: tmp/glyp/branch_weeds.svg
|
|
269
|
+
name: branch_weeds
|
|
270
|
+
code: 57432
|
|
271
|
+
- glyph: tmp/glyp/branch_wildlife.svg
|
|
272
|
+
name: branch_wildlife
|
|
273
|
+
code: 57433
|
|
274
|
+
- glyph: tmp/glyp/build.svg
|
|
275
|
+
name: build
|
|
276
|
+
code: 57434
|
|
277
|
+
- glyph: tmp/glyp/business.svg
|
|
278
|
+
name: business
|
|
279
|
+
code: 57435
|
|
280
|
+
- glyph: tmp/glyp/business_cert.svg
|
|
281
|
+
name: business_cert
|
|
282
|
+
code: 57436
|
|
283
|
+
- glyph: tmp/glyp/business_cert_type.svg
|
|
284
|
+
name: business_cert_type
|
|
285
|
+
code: 57437
|
|
286
|
+
- glyph: tmp/glyp/calculate.svg
|
|
287
|
+
name: calculate
|
|
288
|
+
code: 57438
|
|
289
|
+
- glyph: tmp/glyp/calendar.svg
|
|
290
|
+
name: calendar
|
|
291
|
+
code: 57439
|
|
292
|
+
- glyph: tmp/glyp/calendar_branch.svg
|
|
293
|
+
name: calendar_branch
|
|
294
|
+
code: 57440
|
|
295
|
+
- glyph: tmp/glyp/calendar_collapse.svg
|
|
296
|
+
name: calendar_collapse
|
|
297
|
+
code: 57441
|
|
298
|
+
- glyph: tmp/glyp/calendar_expand.svg
|
|
299
|
+
name: calendar_expand
|
|
300
|
+
code: 57442
|
|
301
|
+
- glyph: tmp/glyp/calendar_map.svg
|
|
302
|
+
name: calendar_map
|
|
303
|
+
code: 57443
|
|
304
|
+
- glyph: tmp/glyp/calendar_rolling.svg
|
|
305
|
+
name: calendar_rolling
|
|
306
|
+
code: 57444
|
|
307
|
+
- glyph: tmp/glyp/calendar_share.svg
|
|
308
|
+
name: calendar_share
|
|
309
|
+
code: 57445
|
|
310
|
+
- glyph: tmp/glyp/calendar_snap.svg
|
|
311
|
+
name: calendar_snap
|
|
312
|
+
code: 57446
|
|
313
|
+
- glyph: tmp/glyp/calendar_style.svg
|
|
314
|
+
name: calendar_style
|
|
315
|
+
code: 57447
|
|
316
|
+
- glyph: tmp/glyp/california.svg
|
|
317
|
+
name: california
|
|
318
|
+
code: 57448
|
|
319
|
+
- glyph: tmp/glyp/call.svg
|
|
320
|
+
name: call
|
|
321
|
+
code: 57449
|
|
322
|
+
- glyph: tmp/glyp/callback.svg
|
|
323
|
+
name: callback
|
|
324
|
+
code: 57450
|
|
325
|
+
- glyph: tmp/glyp/camera.svg
|
|
326
|
+
name: camera
|
|
327
|
+
code: 57451
|
|
328
|
+
- glyph: tmp/glyp/canada.svg
|
|
329
|
+
name: canada
|
|
330
|
+
code: 57452
|
|
331
|
+
- glyph: tmp/glyp/cancellation.svg
|
|
332
|
+
name: cancellation
|
|
333
|
+
code: 57453
|
|
334
|
+
- glyph: tmp/glyp/cancelled.svg
|
|
335
|
+
name: cancelled
|
|
336
|
+
code: 57454
|
|
337
|
+
- glyph: tmp/glyp/card_american_express.svg
|
|
338
|
+
name: card_american_express
|
|
339
|
+
code: 57455
|
|
340
|
+
- glyph: tmp/glyp/card_discover.svg
|
|
341
|
+
name: card_discover
|
|
342
|
+
code: 57456
|
|
343
|
+
- glyph: tmp/glyp/card_mastercard.svg
|
|
344
|
+
name: card_mastercard
|
|
345
|
+
code: 57457
|
|
346
|
+
- glyph: tmp/glyp/card_visa.svg
|
|
347
|
+
name: card_visa
|
|
348
|
+
code: 57458
|
|
349
|
+
- glyph: tmp/glyp/catalog.svg
|
|
350
|
+
name: catalog
|
|
351
|
+
code: 57459
|
|
352
|
+
- glyph: tmp/glyp/category.svg
|
|
353
|
+
name: category
|
|
354
|
+
code: 57460
|
|
355
|
+
- glyph: tmp/glyp/caught.svg
|
|
356
|
+
name: caught
|
|
357
|
+
code: 57461
|
|
358
|
+
- glyph: tmp/glyp/cellulose_debris.svg
|
|
359
|
+
name: cellulose_debris
|
|
360
|
+
code: 57462
|
|
361
|
+
- glyph: tmp/glyp/cert.svg
|
|
362
|
+
name: cert
|
|
363
|
+
code: 57463
|
|
364
|
+
- glyph: tmp/glyp/cert_timeline.svg
|
|
365
|
+
name: cert_timeline
|
|
366
|
+
code: 57464
|
|
367
|
+
- glyph: tmp/glyp/cert_type.svg
|
|
368
|
+
name: cert_type
|
|
369
|
+
code: 57465
|
|
370
|
+
- glyph: tmp/glyp/certificate.svg
|
|
371
|
+
name: certificate
|
|
372
|
+
code: 57466
|
|
373
|
+
- glyph: tmp/glyp/certified_summary.svg
|
|
374
|
+
name: certified_summary
|
|
375
|
+
code: 57467
|
|
376
|
+
- glyph: tmp/glyp/certs.svg
|
|
377
|
+
name: certs
|
|
378
|
+
code: 57468
|
|
379
|
+
- glyph: tmp/glyp/ceu.svg
|
|
380
|
+
name: ceu
|
|
381
|
+
code: 57469
|
|
382
|
+
- glyph: tmp/glyp/check_all.svg
|
|
383
|
+
name: check_all
|
|
384
|
+
code: 57470
|
|
385
|
+
- glyph: tmp/glyp/check_in.svg
|
|
386
|
+
name: check_in
|
|
387
|
+
code: 57471
|
|
388
|
+
- glyph: tmp/glyp/check_in_service.svg
|
|
389
|
+
name: check_in_service
|
|
390
|
+
code: 57472
|
|
391
|
+
- glyph: tmp/glyp/checked.svg
|
|
392
|
+
name: checked
|
|
393
|
+
code: 57473
|
|
394
|
+
- glyph: tmp/glyp/checked_check_all.svg
|
|
395
|
+
name: checked_check_all
|
|
396
|
+
code: 57474
|
|
397
|
+
- glyph: tmp/glyp/checked_empty.svg
|
|
398
|
+
name: checked_empty
|
|
399
|
+
code: 57475
|
|
400
|
+
- glyph: tmp/glyp/checkmark.svg
|
|
401
|
+
name: checkmark
|
|
402
|
+
code: 57476
|
|
403
|
+
- glyph: tmp/glyp/checkmark_filled.svg
|
|
404
|
+
name: checkmark_filled
|
|
405
|
+
code: 57477
|
|
406
|
+
- glyph: tmp/glyp/checkout.svg
|
|
407
|
+
name: checkout
|
|
408
|
+
code: 57478
|
|
409
|
+
- glyph: tmp/glyp/chemical.svg
|
|
410
|
+
name: chemical
|
|
411
|
+
code: 57479
|
|
412
|
+
- glyph: tmp/glyp/chemical_authorization.svg
|
|
413
|
+
name: chemical_authorization
|
|
414
|
+
code: 57480
|
|
415
|
+
- glyph: tmp/glyp/chemical_backpack_sprayer.svg
|
|
416
|
+
name: chemical_backpack_sprayer
|
|
417
|
+
code: 57481
|
|
418
|
+
- glyph: tmp/glyp/chemical_biological_controls.svg
|
|
419
|
+
name: chemical_biological_controls
|
|
420
|
+
code: 57482
|
|
421
|
+
- glyph: tmp/glyp/chemical_disinfectant.svg
|
|
422
|
+
name: chemical_disinfectant
|
|
423
|
+
code: 57483
|
|
424
|
+
- glyph: tmp/glyp/chemical_fertilizer.svg
|
|
425
|
+
name: chemical_fertilizer
|
|
426
|
+
code: 57484
|
|
427
|
+
- glyph: tmp/glyp/chemical_flying_insect_bait.svg
|
|
428
|
+
name: chemical_flying_insect_bait
|
|
429
|
+
code: 57485
|
|
430
|
+
- glyph: tmp/glyp/chemical_fumigants.svg
|
|
431
|
+
name: chemical_fumigants
|
|
432
|
+
code: 57486
|
|
433
|
+
- glyph: tmp/glyp/chemical_insect_aerosol.svg
|
|
434
|
+
name: chemical_insect_aerosol
|
|
435
|
+
code: 57487
|
|
436
|
+
- glyph: tmp/glyp/chemical_insect_bait.svg
|
|
437
|
+
name: chemical_insect_bait
|
|
438
|
+
code: 57488
|
|
439
|
+
- glyph: tmp/glyp/chemical_insect_dust.svg
|
|
440
|
+
name: chemical_insect_dust
|
|
441
|
+
code: 57489
|
|
442
|
+
- glyph: tmp/glyp/chemical_insect_granules.svg
|
|
443
|
+
name: chemical_insect_granules
|
|
444
|
+
code: 57490
|
|
445
|
+
- glyph: tmp/glyp/chemical_insect_spray.svg
|
|
446
|
+
name: chemical_insect_spray
|
|
447
|
+
code: 57491
|
|
448
|
+
- glyph: tmp/glyp/chemical_label.svg
|
|
449
|
+
name: chemical_label
|
|
450
|
+
code: 57492
|
|
451
|
+
- glyph: tmp/glyp/chemical_mole_bait.svg
|
|
452
|
+
name: chemical_mole_bait
|
|
453
|
+
code: 57493
|
|
454
|
+
- glyph: tmp/glyp/chemical_pest_bird_control.svg
|
|
455
|
+
name: chemical_pest_bird_control
|
|
456
|
+
code: 57494
|
|
457
|
+
- glyph: tmp/glyp/chemical_pheromone_products.svg
|
|
458
|
+
name: chemical_pheromone_products
|
|
459
|
+
code: 57495
|
|
460
|
+
- glyph: tmp/glyp/chemical_power_sprayer.svg
|
|
461
|
+
name: chemical_power_sprayer
|
|
462
|
+
code: 57496
|
|
463
|
+
- glyph: tmp/glyp/chemical_rodent_attractant.svg
|
|
464
|
+
name: chemical_rodent_attractant
|
|
465
|
+
code: 57497
|
|
466
|
+
- glyph: tmp/glyp/chemical_rodenticide_block.svg
|
|
467
|
+
name: chemical_rodenticide_block
|
|
468
|
+
code: 57498
|
|
469
|
+
- glyph: tmp/glyp/chemical_rodenticide_non_block.svg
|
|
470
|
+
name: chemical_rodenticide_non_block
|
|
471
|
+
code: 57499
|
|
472
|
+
- glyph: tmp/glyp/chemical_sds.svg
|
|
473
|
+
name: chemical_sds
|
|
474
|
+
code: 57500
|
|
475
|
+
- glyph: tmp/glyp/chemical_tree_products.svg
|
|
476
|
+
name: chemical_tree_products
|
|
477
|
+
code: 57501
|
|
478
|
+
- glyph: tmp/glyp/chemical_weed_control.svg
|
|
479
|
+
name: chemical_weed_control
|
|
480
|
+
code: 57502
|
|
481
|
+
- glyph: tmp/glyp/chemical_wildlife_repellents.svg
|
|
482
|
+
name: chemical_wildlife_repellents
|
|
483
|
+
code: 57503
|
|
484
|
+
- glyph: tmp/glyp/chemical_wildlife_toxicants.svg
|
|
485
|
+
name: chemical_wildlife_toxicants
|
|
486
|
+
code: 57504
|
|
487
|
+
- glyph: tmp/glyp/chevron_down.svg
|
|
488
|
+
name: chevron_down
|
|
489
|
+
code: 57505
|
|
490
|
+
- glyph: tmp/glyp/chevron_left.svg
|
|
491
|
+
name: chevron_left
|
|
492
|
+
code: 57506
|
|
493
|
+
- glyph: tmp/glyp/chevron_right.svg
|
|
494
|
+
name: chevron_right
|
|
495
|
+
code: 57507
|
|
496
|
+
- glyph: tmp/glyp/chevron_up.svg
|
|
497
|
+
name: chevron_up
|
|
498
|
+
code: 57508
|
|
499
|
+
- glyph: tmp/glyp/chiirp.svg
|
|
500
|
+
name: chiirp
|
|
501
|
+
code: 57509
|
|
502
|
+
- glyph: tmp/glyp/circle.svg
|
|
503
|
+
name: circle
|
|
504
|
+
code: 57510
|
|
505
|
+
- glyph: tmp/glyp/city.svg
|
|
506
|
+
name: city
|
|
507
|
+
code: 57511
|
|
508
|
+
- glyph: tmp/glyp/click.svg
|
|
509
|
+
name: click
|
|
510
|
+
code: 57512
|
|
511
|
+
- glyph: tmp/glyp/client_actions.svg
|
|
512
|
+
name: client_actions
|
|
513
|
+
code: 57513
|
|
514
|
+
- glyph: tmp/glyp/client_pest_sightings.svg
|
|
515
|
+
name: client_pest_sightings
|
|
516
|
+
code: 57514
|
|
517
|
+
- glyph: tmp/glyp/client_required.svg
|
|
518
|
+
name: client_required
|
|
519
|
+
code: 57515
|
|
520
|
+
- glyph: tmp/glyp/clipboard.svg
|
|
521
|
+
name: clipboard
|
|
522
|
+
code: 57516
|
|
523
|
+
- glyph: tmp/glyp/close.svg
|
|
524
|
+
name: close
|
|
525
|
+
code: 57517
|
|
526
|
+
- glyph: tmp/glyp/close_empty.svg
|
|
527
|
+
name: close_empty
|
|
528
|
+
code: 57518
|
|
529
|
+
- glyph: tmp/glyp/cloud.svg
|
|
530
|
+
name: cloud
|
|
531
|
+
code: 57519
|
|
532
|
+
- glyph: tmp/glyp/cloudflare_turnstile.svg
|
|
533
|
+
name: cloudflare_turnstile
|
|
534
|
+
code: 57520
|
|
535
|
+
- glyph: tmp/glyp/clyp_environment.svg
|
|
536
|
+
name: clyp_environment
|
|
537
|
+
code: 57521
|
|
538
|
+
- glyph: tmp/glyp/clyp_settings.svg
|
|
539
|
+
name: clyp_settings
|
|
540
|
+
code: 57522
|
|
541
|
+
- glyph: tmp/glyp/clypboard.svg
|
|
542
|
+
name: clypboard
|
|
543
|
+
code: 57523
|
|
544
|
+
- glyph: tmp/glyp/clypedia.svg
|
|
545
|
+
name: clypedia
|
|
546
|
+
code: 57524
|
|
547
|
+
- glyph: tmp/glyp/clypmart.svg
|
|
548
|
+
name: clypmart
|
|
549
|
+
code: 57525
|
|
550
|
+
- glyph: tmp/glyp/code.svg
|
|
551
|
+
name: code
|
|
552
|
+
code: 57526
|
|
553
|
+
- glyph: tmp/glyp/code_details.svg
|
|
554
|
+
name: code_details
|
|
555
|
+
code: 57527
|
|
556
|
+
- glyph: tmp/glyp/collapse.svg
|
|
557
|
+
name: collapse
|
|
558
|
+
code: 57528
|
|
559
|
+
- glyph: tmp/glyp/collections.svg
|
|
560
|
+
name: collections
|
|
561
|
+
code: 57529
|
|
562
|
+
- glyph: tmp/glyp/color.svg
|
|
563
|
+
name: color
|
|
564
|
+
code: 57530
|
|
565
|
+
- glyph: tmp/glyp/columns.svg
|
|
566
|
+
name: columns
|
|
567
|
+
code: 57531
|
|
568
|
+
- glyph: tmp/glyp/comment.svg
|
|
569
|
+
name: comment
|
|
570
|
+
code: 57532
|
|
571
|
+
- glyph: tmp/glyp/comment_filled.svg
|
|
572
|
+
name: comment_filled
|
|
573
|
+
code: 57533
|
|
574
|
+
- glyph: tmp/glyp/comments.svg
|
|
575
|
+
name: comments
|
|
576
|
+
code: 57534
|
|
577
|
+
- glyph: tmp/glyp/commission_origin.svg
|
|
578
|
+
name: commission_origin
|
|
579
|
+
code: 57535
|
|
580
|
+
- glyph: tmp/glyp/commissions.svg
|
|
581
|
+
name: commissions
|
|
582
|
+
code: 57536
|
|
583
|
+
- glyph: tmp/glyp/compact.svg
|
|
584
|
+
name: compact
|
|
585
|
+
code: 57537
|
|
586
|
+
- glyph: tmp/glyp/company.svg
|
|
587
|
+
name: company
|
|
588
|
+
code: 57538
|
|
589
|
+
- glyph: tmp/glyp/company_setup.svg
|
|
590
|
+
name: company_setup
|
|
591
|
+
code: 57539
|
|
592
|
+
- glyph: tmp/glyp/compass.svg
|
|
593
|
+
name: compass
|
|
594
|
+
code: 57540
|
|
595
|
+
- glyph: tmp/glyp/complete.svg
|
|
596
|
+
name: complete
|
|
597
|
+
code: 57541
|
|
598
|
+
- glyph: tmp/glyp/complete_certificate.svg
|
|
599
|
+
name: complete_certificate
|
|
600
|
+
code: 57542
|
|
601
|
+
- glyph: tmp/glyp/complete_enrollment.svg
|
|
602
|
+
name: complete_enrollment
|
|
603
|
+
code: 57543
|
|
604
|
+
- glyph: tmp/glyp/compressed.svg
|
|
605
|
+
name: compressed
|
|
606
|
+
code: 57544
|
|
607
|
+
- glyph: tmp/glyp/condition_appliance_machinery.svg
|
|
608
|
+
name: condition_appliance_machinery
|
|
609
|
+
code: 57545
|
|
610
|
+
- glyph: tmp/glyp/condition_customer.svg
|
|
611
|
+
name: condition_customer
|
|
612
|
+
code: 57546
|
|
613
|
+
- glyph: tmp/glyp/condition_device.svg
|
|
614
|
+
name: condition_device
|
|
615
|
+
code: 57547
|
|
616
|
+
- glyph: tmp/glyp/condition_door_window.svg
|
|
617
|
+
name: condition_door_window
|
|
618
|
+
code: 57548
|
|
619
|
+
- glyph: tmp/glyp/condition_dumpster.svg
|
|
620
|
+
name: condition_dumpster
|
|
621
|
+
code: 57549
|
|
622
|
+
- glyph: tmp/glyp/condition_entry_point.svg
|
|
623
|
+
name: condition_entry_point
|
|
624
|
+
code: 57550
|
|
625
|
+
- glyph: tmp/glyp/condition_evidence.svg
|
|
626
|
+
name: condition_evidence
|
|
627
|
+
code: 57551
|
|
628
|
+
- glyph: tmp/glyp/condition_exclusion.svg
|
|
629
|
+
name: condition_exclusion
|
|
630
|
+
code: 57552
|
|
631
|
+
- glyph: tmp/glyp/condition_exterior.svg
|
|
632
|
+
name: condition_exterior
|
|
633
|
+
code: 57553
|
|
634
|
+
- glyph: tmp/glyp/condition_interior.svg
|
|
635
|
+
name: condition_interior
|
|
636
|
+
code: 57554
|
|
637
|
+
- glyph: tmp/glyp/condition_plumbing.svg
|
|
638
|
+
name: condition_plumbing
|
|
639
|
+
code: 57555
|
|
640
|
+
- glyph: tmp/glyp/condition_prep_storage.svg
|
|
641
|
+
name: condition_prep_storage
|
|
642
|
+
code: 57556
|
|
643
|
+
- glyph: tmp/glyp/condition_rodent_evidence.svg
|
|
644
|
+
name: condition_rodent_evidence
|
|
645
|
+
code: 57557
|
|
646
|
+
- glyph: tmp/glyp/condition_rodent_exclusion.svg
|
|
647
|
+
name: condition_rodent_exclusion
|
|
648
|
+
code: 57558
|
|
649
|
+
- glyph: tmp/glyp/condition_roof_ceiling.svg
|
|
650
|
+
name: condition_roof_ceiling
|
|
651
|
+
code: 57559
|
|
652
|
+
- glyph: tmp/glyp/condition_structure.svg
|
|
653
|
+
name: condition_structure
|
|
654
|
+
code: 57560
|
|
655
|
+
- glyph: tmp/glyp/condition_supplies.svg
|
|
656
|
+
name: condition_supplies
|
|
657
|
+
code: 57561
|
|
658
|
+
- glyph: tmp/glyp/condition_termites.svg
|
|
659
|
+
name: condition_termites
|
|
660
|
+
code: 57562
|
|
661
|
+
- glyph: tmp/glyp/condition_ventilation.svg
|
|
662
|
+
name: condition_ventilation
|
|
663
|
+
code: 57563
|
|
664
|
+
- glyph: tmp/glyp/condition_wall_floor.svg
|
|
665
|
+
name: condition_wall_floor
|
|
666
|
+
code: 57564
|
|
667
|
+
- glyph: tmp/glyp/condition_wildlife.svg
|
|
668
|
+
name: condition_wildlife
|
|
669
|
+
code: 57565
|
|
670
|
+
- glyph: tmp/glyp/conditions.svg
|
|
671
|
+
name: conditions
|
|
672
|
+
code: 57566
|
|
673
|
+
- glyph: tmp/glyp/consolidate.svg
|
|
674
|
+
name: consolidate
|
|
675
|
+
code: 57567
|
|
676
|
+
- glyph: tmp/glyp/construction.svg
|
|
677
|
+
name: construction
|
|
678
|
+
code: 57568
|
|
679
|
+
- glyph: tmp/glyp/continuing_ed.svg
|
|
680
|
+
name: continuing_ed
|
|
681
|
+
code: 57569
|
|
682
|
+
- glyph: tmp/glyp/contract.svg
|
|
683
|
+
name: contract
|
|
684
|
+
code: 57570
|
|
685
|
+
- glyph: tmp/glyp/contract_cancellation.svg
|
|
686
|
+
name: contract_cancellation
|
|
687
|
+
code: 57571
|
|
688
|
+
- glyph: tmp/glyp/contract_overview.svg
|
|
689
|
+
name: contract_overview
|
|
690
|
+
code: 57572
|
|
691
|
+
- glyph: tmp/glyp/contractor.svg
|
|
692
|
+
name: contractor
|
|
693
|
+
code: 57573
|
|
694
|
+
- glyph: tmp/glyp/conversation.svg
|
|
695
|
+
name: conversation
|
|
696
|
+
code: 57574
|
|
697
|
+
- glyph: tmp/glyp/copesan.svg
|
|
698
|
+
name: copesan
|
|
699
|
+
code: 57575
|
|
700
|
+
- glyph: tmp/glyp/copy.svg
|
|
701
|
+
name: copy
|
|
702
|
+
code: 57576
|
|
703
|
+
- glyph: tmp/glyp/county.svg
|
|
704
|
+
name: county
|
|
705
|
+
code: 57577
|
|
706
|
+
- glyph: tmp/glyp/credit_memo.svg
|
|
707
|
+
name: credit_memo
|
|
708
|
+
code: 57578
|
|
709
|
+
- glyph: tmp/glyp/credit_non_revenue.svg
|
|
710
|
+
name: credit_non_revenue
|
|
711
|
+
code: 57579
|
|
712
|
+
- glyph: tmp/glyp/credit_production.svg
|
|
713
|
+
name: credit_production
|
|
714
|
+
code: 57580
|
|
715
|
+
- glyph: tmp/glyp/credit_prospect.svg
|
|
716
|
+
name: credit_prospect
|
|
717
|
+
code: 57581
|
|
718
|
+
- glyph: tmp/glyp/credit_sales_bonus.svg
|
|
719
|
+
name: credit_sales_bonus
|
|
720
|
+
code: 57582
|
|
721
|
+
- glyph: tmp/glyp/crew.svg
|
|
722
|
+
name: crew
|
|
723
|
+
code: 57583
|
|
724
|
+
- glyph: tmp/glyp/cumulative.svg
|
|
725
|
+
name: cumulative
|
|
726
|
+
code: 57584
|
|
727
|
+
- glyph: tmp/glyp/curriculum.svg
|
|
728
|
+
name: curriculum
|
|
729
|
+
code: 57585
|
|
730
|
+
- glyph: tmp/glyp/cursor.svg
|
|
731
|
+
name: cursor
|
|
732
|
+
code: 57586
|
|
733
|
+
- glyph: tmp/glyp/custom_form.svg
|
|
734
|
+
name: custom_form
|
|
735
|
+
code: 57587
|
|
736
|
+
- glyph: tmp/glyp/customer.svg
|
|
737
|
+
name: customer
|
|
738
|
+
code: 57588
|
|
739
|
+
- glyph: tmp/glyp/customer_service.svg
|
|
740
|
+
name: customer_service
|
|
741
|
+
code: 57589
|
|
742
|
+
- glyph: tmp/glyp/damage.svg
|
|
743
|
+
name: damage
|
|
744
|
+
code: 57590
|
|
745
|
+
- glyph: tmp/glyp/dashboard.svg
|
|
746
|
+
name: dashboard
|
|
747
|
+
code: 57591
|
|
748
|
+
- glyph: tmp/glyp/data_dive.svg
|
|
749
|
+
name: data_dive
|
|
750
|
+
code: 57592
|
|
751
|
+
- glyph: tmp/glyp/data_dive_query.svg
|
|
752
|
+
name: data_dive_query
|
|
753
|
+
code: 57593
|
|
754
|
+
- glyph: tmp/glyp/data_dives.svg
|
|
755
|
+
name: data_dives
|
|
756
|
+
code: 57594
|
|
757
|
+
- glyph: tmp/glyp/database.svg
|
|
758
|
+
name: database
|
|
759
|
+
code: 57595
|
|
760
|
+
- glyph: tmp/glyp/deactivate_user.svg
|
|
761
|
+
name: deactivate_user
|
|
762
|
+
code: 57596
|
|
763
|
+
- glyph: tmp/glyp/dead_animal_removal.svg
|
|
764
|
+
name: dead_animal_removal
|
|
765
|
+
code: 57597
|
|
766
|
+
- glyph: tmp/glyp/default.svg
|
|
767
|
+
name: default
|
|
768
|
+
code: 57598
|
|
769
|
+
- glyph: tmp/glyp/delete.svg
|
|
770
|
+
name: delete
|
|
771
|
+
code: 57599
|
|
772
|
+
- glyph: tmp/glyp/demo_mode.svg
|
|
773
|
+
name: demo_mode
|
|
774
|
+
code: 57600
|
|
775
|
+
- glyph: tmp/glyp/descending.svg
|
|
776
|
+
name: descending
|
|
777
|
+
code: 57601
|
|
778
|
+
- glyph: tmp/glyp/design.svg
|
|
779
|
+
name: design
|
|
780
|
+
code: 57602
|
|
781
|
+
- glyph: tmp/glyp/desktop.svg
|
|
782
|
+
name: desktop
|
|
783
|
+
code: 57603
|
|
784
|
+
- glyph: tmp/glyp/detail_report.svg
|
|
785
|
+
name: detail_report
|
|
786
|
+
code: 57604
|
|
787
|
+
- glyph: tmp/glyp/developer.svg
|
|
788
|
+
name: developer
|
|
789
|
+
code: 57605
|
|
790
|
+
- glyph: tmp/glyp/device.svg
|
|
791
|
+
name: device
|
|
792
|
+
code: 57606
|
|
793
|
+
- glyph: tmp/glyp/device_sync.svg
|
|
794
|
+
name: device_sync
|
|
795
|
+
code: 57607
|
|
796
|
+
- glyph: tmp/glyp/dialpad.svg
|
|
797
|
+
name: dialpad
|
|
798
|
+
code: 57608
|
|
799
|
+
- glyph: tmp/glyp/differential.svg
|
|
800
|
+
name: differential
|
|
801
|
+
code: 57609
|
|
802
|
+
- glyph: tmp/glyp/disable.svg
|
|
803
|
+
name: disable
|
|
804
|
+
code: 57610
|
|
805
|
+
- glyph: tmp/glyp/disabled_filled.svg
|
|
806
|
+
name: disabled_filled
|
|
807
|
+
code: 57611
|
|
808
|
+
- glyph: tmp/glyp/distribute_horizontal.svg
|
|
809
|
+
name: distribute_horizontal
|
|
810
|
+
code: 57612
|
|
811
|
+
- glyph: tmp/glyp/distribute_vertical.svg
|
|
812
|
+
name: distribute_vertical
|
|
813
|
+
code: 57613
|
|
814
|
+
- glyph: tmp/glyp/division.svg
|
|
815
|
+
name: division
|
|
816
|
+
code: 57614
|
|
817
|
+
- glyph: tmp/glyp/document.svg
|
|
818
|
+
name: document
|
|
819
|
+
code: 57615
|
|
820
|
+
- glyph: tmp/glyp/documentation.svg
|
|
821
|
+
name: documentation
|
|
822
|
+
code: 57616
|
|
823
|
+
- glyph: tmp/glyp/documents.svg
|
|
824
|
+
name: documents
|
|
825
|
+
code: 57617
|
|
826
|
+
- glyph: tmp/glyp/download.svg
|
|
827
|
+
name: download
|
|
828
|
+
code: 57618
|
|
829
|
+
- glyph: tmp/glyp/driving.svg
|
|
830
|
+
name: driving
|
|
831
|
+
code: 57619
|
|
832
|
+
- glyph: tmp/glyp/duplicate.svg
|
|
833
|
+
name: duplicate
|
|
834
|
+
code: 57620
|
|
835
|
+
- glyph: tmp/glyp/duplicate_location.svg
|
|
836
|
+
name: duplicate_location
|
|
837
|
+
code: 57621
|
|
838
|
+
- glyph: tmp/glyp/duration.svg
|
|
839
|
+
name: duration
|
|
840
|
+
code: 57622
|
|
841
|
+
- glyph: tmp/glyp/earth_to_wood.svg
|
|
842
|
+
name: earth_to_wood
|
|
843
|
+
code: 57623
|
|
844
|
+
- glyph: tmp/glyp/edit.svg
|
|
845
|
+
name: edit
|
|
846
|
+
code: 57624
|
|
847
|
+
- glyph: tmp/glyp/email.svg
|
|
848
|
+
name: email
|
|
849
|
+
code: 57625
|
|
850
|
+
- glyph: tmp/glyp/employment.svg
|
|
851
|
+
name: employment
|
|
852
|
+
code: 57626
|
|
853
|
+
- glyph: tmp/glyp/entertainment_public_venues.svg
|
|
854
|
+
name: entertainment_public_venues
|
|
855
|
+
code: 57627
|
|
856
|
+
- glyph: tmp/glyp/equipment_bear_trap.svg
|
|
857
|
+
name: equipment_bear_trap
|
|
858
|
+
code: 57628
|
|
859
|
+
- glyph: tmp/glyp/equipment_flying_insect_bait_station.svg
|
|
860
|
+
name: equipment_flying_insect_bait_station
|
|
861
|
+
code: 57629
|
|
862
|
+
- glyph: tmp/glyp/equipment_flying_insect_light_trap.svg
|
|
863
|
+
name: equipment_flying_insect_light_trap
|
|
864
|
+
code: 57630
|
|
865
|
+
- glyph: tmp/glyp/equipment_insect_monitor.svg
|
|
866
|
+
name: equipment_insect_monitor
|
|
867
|
+
code: 57631
|
|
868
|
+
- glyph: tmp/glyp/equipment_lethal_animal_trap.svg
|
|
869
|
+
name: equipment_lethal_animal_trap
|
|
870
|
+
code: 57632
|
|
871
|
+
- glyph: tmp/glyp/equipment_live_animal_trap.svg
|
|
872
|
+
name: equipment_live_animal_trap
|
|
873
|
+
code: 57633
|
|
874
|
+
- glyph: tmp/glyp/equipment_live_rodent_trap.svg
|
|
875
|
+
name: equipment_live_rodent_trap
|
|
876
|
+
code: 57634
|
|
877
|
+
- glyph: tmp/glyp/equipment_maintenance.svg
|
|
878
|
+
name: equipment_maintenance
|
|
879
|
+
code: 57635
|
|
880
|
+
- glyph: tmp/glyp/equipment_map_viewer.svg
|
|
881
|
+
name: equipment_map_viewer
|
|
882
|
+
code: 57636
|
|
883
|
+
- glyph: tmp/glyp/equipment_maps.svg
|
|
884
|
+
name: equipment_maps
|
|
885
|
+
code: 57637
|
|
886
|
+
- glyph: tmp/glyp/equipment_mosquito_trap.svg
|
|
887
|
+
name: equipment_mosquito_trap
|
|
888
|
+
code: 57638
|
|
889
|
+
- glyph: tmp/glyp/equipment_other.svg
|
|
890
|
+
name: equipment_other
|
|
891
|
+
code: 57639
|
|
892
|
+
- glyph: tmp/glyp/equipment_pheromone_trap.svg
|
|
893
|
+
name: equipment_pheromone_trap
|
|
894
|
+
code: 57640
|
|
895
|
+
- glyph: tmp/glyp/equipment_pick_up.svg
|
|
896
|
+
name: equipment_pick_up
|
|
897
|
+
code: 57641
|
|
898
|
+
- glyph: tmp/glyp/equipment_rodent_bait.svg
|
|
899
|
+
name: equipment_rodent_bait
|
|
900
|
+
code: 57642
|
|
901
|
+
- glyph: tmp/glyp/equipment_rodent_trap.svg
|
|
902
|
+
name: equipment_rodent_trap
|
|
903
|
+
code: 57643
|
|
904
|
+
- glyph: tmp/glyp/equipment_stinging_insect_trap.svg
|
|
905
|
+
name: equipment_stinging_insect_trap
|
|
906
|
+
code: 57644
|
|
907
|
+
- glyph: tmp/glyp/equipment_termite_bait_station.svg
|
|
908
|
+
name: equipment_termite_bait_station
|
|
909
|
+
code: 57645
|
|
910
|
+
- glyph: tmp/glyp/equipment_termite_monitor.svg
|
|
911
|
+
name: equipment_termite_monitor
|
|
912
|
+
code: 57646
|
|
913
|
+
- glyph: tmp/glyp/escape.svg
|
|
914
|
+
name: escape
|
|
915
|
+
code: 57647
|
|
916
|
+
- glyph: tmp/glyp/ews.svg
|
|
917
|
+
name: ews
|
|
918
|
+
code: 57648
|
|
919
|
+
- glyph: tmp/glyp/exam.svg
|
|
920
|
+
name: exam
|
|
921
|
+
code: 57649
|
|
922
|
+
- glyph: tmp/glyp/exams.svg
|
|
923
|
+
name: exams
|
|
924
|
+
code: 57650
|
|
925
|
+
- glyph: tmp/glyp/exclusion.svg
|
|
926
|
+
name: exclusion
|
|
927
|
+
code: 57651
|
|
928
|
+
- glyph: tmp/glyp/existing_location.svg
|
|
929
|
+
name: existing_location
|
|
930
|
+
code: 57652
|
|
931
|
+
- glyph: tmp/glyp/expand.svg
|
|
932
|
+
name: expand
|
|
933
|
+
code: 57653
|
|
934
|
+
- glyph: tmp/glyp/expired.svg
|
|
935
|
+
name: expired
|
|
936
|
+
code: 57654
|
|
937
|
+
- glyph: tmp/glyp/expiring.svg
|
|
938
|
+
name: expiring
|
|
939
|
+
code: 57655
|
|
940
|
+
- glyph: tmp/glyp/exterior.svg
|
|
941
|
+
name: exterior
|
|
942
|
+
code: 57656
|
|
943
|
+
- glyph: tmp/glyp/extras.svg
|
|
944
|
+
name: extras
|
|
945
|
+
code: 57657
|
|
946
|
+
- glyph: tmp/glyp/facebook.svg
|
|
947
|
+
name: facebook
|
|
948
|
+
code: 57658
|
|
949
|
+
- glyph: tmp/glyp/family.svg
|
|
950
|
+
name: family
|
|
951
|
+
code: 57659
|
|
952
|
+
- glyph: tmp/glyp/farm.svg
|
|
953
|
+
name: farm
|
|
954
|
+
code: 57660
|
|
955
|
+
- glyph: tmp/glyp/farm_grain_seed.svg
|
|
956
|
+
name: farm_grain_seed
|
|
957
|
+
code: 57661
|
|
958
|
+
- glyph: tmp/glyp/fast_and_frequent.svg
|
|
959
|
+
name: fast_and_frequent
|
|
960
|
+
code: 57662
|
|
961
|
+
- glyph: tmp/glyp/favorite.svg
|
|
962
|
+
name: favorite
|
|
963
|
+
code: 57663
|
|
964
|
+
- glyph: tmp/glyp/features.svg
|
|
965
|
+
name: features
|
|
966
|
+
code: 57664
|
|
967
|
+
- glyph: tmp/glyp/feedback.svg
|
|
968
|
+
name: feedback
|
|
969
|
+
code: 57665
|
|
970
|
+
- glyph: tmp/glyp/field_guide.svg
|
|
971
|
+
name: field_guide
|
|
972
|
+
code: 57666
|
|
973
|
+
- glyph: tmp/glyp/field_training.svg
|
|
974
|
+
name: field_training
|
|
975
|
+
code: 57667
|
|
976
|
+
- glyph: tmp/glyp/file_blank.svg
|
|
977
|
+
name: file_blank
|
|
978
|
+
code: 57668
|
|
979
|
+
- glyph: tmp/glyp/file_html.svg
|
|
980
|
+
name: file_html
|
|
981
|
+
code: 57669
|
|
982
|
+
- glyph: tmp/glyp/file_image.svg
|
|
983
|
+
name: file_image
|
|
984
|
+
code: 57670
|
|
985
|
+
- glyph: tmp/glyp/file_pdf.svg
|
|
986
|
+
name: file_pdf
|
|
987
|
+
code: 57671
|
|
988
|
+
- glyph: tmp/glyp/file_printable.svg
|
|
989
|
+
name: file_printable
|
|
990
|
+
code: 57672
|
|
991
|
+
- glyph: tmp/glyp/file_spreadsheet.svg
|
|
992
|
+
name: file_spreadsheet
|
|
993
|
+
code: 57673
|
|
994
|
+
- glyph: tmp/glyp/file_text.svg
|
|
995
|
+
name: file_text
|
|
996
|
+
code: 57674
|
|
997
|
+
- glyph: tmp/glyp/filter.svg
|
|
998
|
+
name: filter
|
|
999
|
+
code: 57675
|
|
1000
|
+
- glyph: tmp/glyp/finance.svg
|
|
1001
|
+
name: finance
|
|
1002
|
+
code: 57676
|
|
1003
|
+
- glyph: tmp/glyp/finding.svg
|
|
1004
|
+
name: finding
|
|
1005
|
+
code: 57677
|
|
1006
|
+
- glyph: tmp/glyp/fogging.svg
|
|
1007
|
+
name: fogging
|
|
1008
|
+
code: 57678
|
|
1009
|
+
- glyph: tmp/glyp/folder.svg
|
|
1010
|
+
name: folder
|
|
1011
|
+
code: 57679
|
|
1012
|
+
- glyph: tmp/glyp/followup.svg
|
|
1013
|
+
name: followup
|
|
1014
|
+
code: 57680
|
|
1015
|
+
- glyph: tmp/glyp/food_bev_pharma.svg
|
|
1016
|
+
name: food_bev_pharma
|
|
1017
|
+
code: 57681
|
|
1018
|
+
- glyph: tmp/glyp/formula.svg
|
|
1019
|
+
name: formula
|
|
1020
|
+
code: 57682
|
|
1021
|
+
- glyph: tmp/glyp/fuel.svg
|
|
1022
|
+
name: fuel
|
|
1023
|
+
code: 57683
|
|
1024
|
+
- glyph: tmp/glyp/fumigation.svg
|
|
1025
|
+
name: fumigation
|
|
1026
|
+
code: 57684
|
|
1027
|
+
- glyph: tmp/glyp/function.svg
|
|
1028
|
+
name: function
|
|
1029
|
+
code: 57685
|
|
1030
|
+
- glyph: tmp/glyp/function_aggregate.svg
|
|
1031
|
+
name: function_aggregate
|
|
1032
|
+
code: 57686
|
|
1033
|
+
- glyph: tmp/glyp/function_time.svg
|
|
1034
|
+
name: function_time
|
|
1035
|
+
code: 57687
|
|
1036
|
+
- glyph: tmp/glyp/gain_loss.svg
|
|
1037
|
+
name: gain_loss
|
|
1038
|
+
code: 57688
|
|
1039
|
+
- glyph: tmp/glyp/generate_invoices.svg
|
|
1040
|
+
name: generate_invoices
|
|
1041
|
+
code: 57689
|
|
1042
|
+
- glyph: tmp/glyp/generate_orders.svg
|
|
1043
|
+
name: generate_orders
|
|
1044
|
+
code: 57690
|
|
1045
|
+
- glyph: tmp/glyp/geo.svg
|
|
1046
|
+
name: geo
|
|
1047
|
+
code: 57691
|
|
1048
|
+
- glyph: tmp/glyp/geo_heat_map.svg
|
|
1049
|
+
name: geo_heat_map
|
|
1050
|
+
code: 57692
|
|
1051
|
+
- glyph: tmp/glyp/geoboard.svg
|
|
1052
|
+
name: geoboard
|
|
1053
|
+
code: 57693
|
|
1054
|
+
- glyph: tmp/glyp/google.svg
|
|
1055
|
+
name: google
|
|
1056
|
+
code: 57694
|
|
1057
|
+
- glyph: tmp/glyp/google_calendar.svg
|
|
1058
|
+
name: google_calendar
|
|
1059
|
+
code: 57695
|
|
1060
|
+
- glyph: tmp/glyp/government.svg
|
|
1061
|
+
name: government
|
|
1062
|
+
code: 57696
|
|
1063
|
+
- glyph: tmp/glyp/grain_seed.svg
|
|
1064
|
+
name: grain_seed
|
|
1065
|
+
code: 57697
|
|
1066
|
+
- glyph: tmp/glyp/grid.svg
|
|
1067
|
+
name: grid
|
|
1068
|
+
code: 57698
|
|
1069
|
+
- glyph: tmp/glyp/grouped.svg
|
|
1070
|
+
name: grouped
|
|
1071
|
+
code: 57699
|
|
1072
|
+
- glyph: tmp/glyp/grouping_combine.svg
|
|
1073
|
+
name: grouping_combine
|
|
1074
|
+
code: 57700
|
|
1075
|
+
- glyph: tmp/glyp/grouping_separate.svg
|
|
1076
|
+
name: grouping_separate
|
|
1077
|
+
code: 57701
|
|
1078
|
+
- glyph: tmp/glyp/guide.svg
|
|
1079
|
+
name: guide
|
|
1080
|
+
code: 57702
|
|
1081
|
+
- glyph: tmp/glyp/has_many.svg
|
|
1082
|
+
name: has_many
|
|
1083
|
+
code: 57703
|
|
1084
|
+
- glyph: tmp/glyp/health_care.svg
|
|
1085
|
+
name: health_care
|
|
1086
|
+
code: 57704
|
|
1087
|
+
- glyph: tmp/glyp/heat_map.svg
|
|
1088
|
+
name: heat_map
|
|
1089
|
+
code: 57705
|
|
1090
|
+
- glyph: tmp/glyp/heat_treatment.svg
|
|
1091
|
+
name: heat_treatment
|
|
1092
|
+
code: 57706
|
|
1093
|
+
- glyph: tmp/glyp/help.svg
|
|
1094
|
+
name: help
|
|
1095
|
+
code: 57707
|
|
1096
|
+
- glyph: tmp/glyp/hidden.svg
|
|
1097
|
+
name: hidden
|
|
1098
|
+
code: 57708
|
|
1099
|
+
- glyph: tmp/glyp/hint.svg
|
|
1100
|
+
name: hint
|
|
1101
|
+
code: 57709
|
|
1102
|
+
- glyph: tmp/glyp/home.svg
|
|
1103
|
+
name: home
|
|
1104
|
+
code: 57710
|
|
1105
|
+
- glyph: tmp/glyp/honeybee_removal.svg
|
|
1106
|
+
name: honeybee_removal
|
|
1107
|
+
code: 57711
|
|
1108
|
+
- glyph: tmp/glyp/housing.svg
|
|
1109
|
+
name: housing
|
|
1110
|
+
code: 57712
|
|
1111
|
+
- glyph: tmp/glyp/icon.svg
|
|
1112
|
+
name: icon
|
|
1113
|
+
code: 57713
|
|
1114
|
+
- glyph: tmp/glyp/identifier.svg
|
|
1115
|
+
name: identifier
|
|
1116
|
+
code: 57714
|
|
1117
|
+
- glyph: tmp/glyp/image.svg
|
|
1118
|
+
name: image
|
|
1119
|
+
code: 57715
|
|
1120
|
+
- glyph: tmp/glyp/images.svg
|
|
1121
|
+
name: images
|
|
1122
|
+
code: 57716
|
|
1123
|
+
- glyph: tmp/glyp/import.svg
|
|
1124
|
+
name: import
|
|
1125
|
+
code: 57717
|
|
1126
|
+
- glyph: tmp/glyp/import_certs.svg
|
|
1127
|
+
name: import_certs
|
|
1128
|
+
code: 57718
|
|
1129
|
+
- glyph: tmp/glyp/import_data.svg
|
|
1130
|
+
name: import_data
|
|
1131
|
+
code: 57719
|
|
1132
|
+
- glyph: tmp/glyp/import_users.svg
|
|
1133
|
+
name: import_users
|
|
1134
|
+
code: 57720
|
|
1135
|
+
- glyph: tmp/glyp/in_progress.svg
|
|
1136
|
+
name: in_progress
|
|
1137
|
+
code: 57721
|
|
1138
|
+
- glyph: tmp/glyp/inbox.svg
|
|
1139
|
+
name: inbox
|
|
1140
|
+
code: 57722
|
|
1141
|
+
- glyph: tmp/glyp/incomplete_certificate.svg
|
|
1142
|
+
name: incomplete_certificate
|
|
1143
|
+
code: 57723
|
|
1144
|
+
- glyph: tmp/glyp/industrial.svg
|
|
1145
|
+
name: industrial
|
|
1146
|
+
code: 57724
|
|
1147
|
+
- glyph: tmp/glyp/info.svg
|
|
1148
|
+
name: info
|
|
1149
|
+
code: 57725
|
|
1150
|
+
- glyph: tmp/glyp/information_technology.svg
|
|
1151
|
+
name: information_technology
|
|
1152
|
+
code: 57726
|
|
1153
|
+
- glyph: tmp/glyp/inspect_map.svg
|
|
1154
|
+
name: inspect_map
|
|
1155
|
+
code: 57727
|
|
1156
|
+
- glyph: tmp/glyp/inspections.svg
|
|
1157
|
+
name: inspections
|
|
1158
|
+
code: 57728
|
|
1159
|
+
- glyph: tmp/glyp/insulation.svg
|
|
1160
|
+
name: insulation
|
|
1161
|
+
code: 57729
|
|
1162
|
+
- glyph: tmp/glyp/integrations.svg
|
|
1163
|
+
name: integrations
|
|
1164
|
+
code: 57730
|
|
1165
|
+
- glyph: tmp/glyp/interior.svg
|
|
1166
|
+
name: interior
|
|
1167
|
+
code: 57731
|
|
1168
|
+
- glyph: tmp/glyp/invoice.svg
|
|
1169
|
+
name: invoice
|
|
1170
|
+
code: 57732
|
|
1171
|
+
- glyph: tmp/glyp/invoice_charge.svg
|
|
1172
|
+
name: invoice_charge
|
|
1173
|
+
code: 57733
|
|
1174
|
+
- glyph: tmp/glyp/invoice_credit.svg
|
|
1175
|
+
name: invoice_credit
|
|
1176
|
+
code: 57734
|
|
1177
|
+
- glyph: tmp/glyp/invoice_paid.svg
|
|
1178
|
+
name: invoice_paid
|
|
1179
|
+
code: 57735
|
|
1180
|
+
- glyph: tmp/glyp/invoice_review.svg
|
|
1181
|
+
name: invoice_review
|
|
1182
|
+
code: 57736
|
|
1183
|
+
- glyph: tmp/glyp/ipad.svg
|
|
1184
|
+
name: ipad
|
|
1185
|
+
code: 57737
|
|
1186
|
+
- glyph: tmp/glyp/iphone.svg
|
|
1187
|
+
name: iphone
|
|
1188
|
+
code: 57738
|
|
1189
|
+
- glyph: tmp/glyp/irrigation_install.svg
|
|
1190
|
+
name: irrigation_install
|
|
1191
|
+
code: 57739
|
|
1192
|
+
- glyph: tmp/glyp/irrigation_maintenance.svg
|
|
1193
|
+
name: irrigation_maintenance
|
|
1194
|
+
code: 57740
|
|
1195
|
+
- glyph: tmp/glyp/items.svg
|
|
1196
|
+
name: items
|
|
1197
|
+
code: 57741
|
|
1198
|
+
- glyph: tmp/glyp/job.svg
|
|
1199
|
+
name: job
|
|
1200
|
+
code: 57742
|
|
1201
|
+
- glyph: tmp/glyp/job_plan.svg
|
|
1202
|
+
name: job_plan
|
|
1203
|
+
code: 57743
|
|
1204
|
+
- glyph: tmp/glyp/job_plan_history.svg
|
|
1205
|
+
name: job_plan_history
|
|
1206
|
+
code: 57744
|
|
1207
|
+
- glyph: tmp/glyp/job_plan_run.svg
|
|
1208
|
+
name: job_plan_run
|
|
1209
|
+
code: 57745
|
|
1210
|
+
- glyph: tmp/glyp/job_plan_scheduled.svg
|
|
1211
|
+
name: job_plan_scheduled
|
|
1212
|
+
code: 57746
|
|
1213
|
+
- glyph: tmp/glyp/job_plan_single_click.svg
|
|
1214
|
+
name: job_plan_single_click
|
|
1215
|
+
code: 57747
|
|
1216
|
+
- glyph: tmp/glyp/job_plan_step_by_step.svg
|
|
1217
|
+
name: job_plan_step_by_step
|
|
1218
|
+
code: 57748
|
|
1219
|
+
- glyph: tmp/glyp/join.svg
|
|
1220
|
+
name: join
|
|
1221
|
+
code: 57749
|
|
1222
|
+
- glyph: tmp/glyp/join_inner.svg
|
|
1223
|
+
name: join_inner
|
|
1224
|
+
code: 57750
|
|
1225
|
+
- glyph: tmp/glyp/join_left.svg
|
|
1226
|
+
name: join_left
|
|
1227
|
+
code: 57751
|
|
1228
|
+
- glyph: tmp/glyp/jump.svg
|
|
1229
|
+
name: jump
|
|
1230
|
+
code: 57752
|
|
1231
|
+
- glyph: tmp/glyp/justice.svg
|
|
1232
|
+
name: justice
|
|
1233
|
+
code: 57753
|
|
1234
|
+
- glyph: tmp/glyp/k9_inspection.svg
|
|
1235
|
+
name: k9_inspection
|
|
1236
|
+
code: 57754
|
|
1237
|
+
- glyph: tmp/glyp/key.svg
|
|
1238
|
+
name: key
|
|
1239
|
+
code: 57755
|
|
1240
|
+
- glyph: tmp/glyp/label_bottom.svg
|
|
1241
|
+
name: label_bottom
|
|
1242
|
+
code: 57756
|
|
1243
|
+
- glyph: tmp/glyp/label_left.svg
|
|
1244
|
+
name: label_left
|
|
1245
|
+
code: 57757
|
|
1246
|
+
- glyph: tmp/glyp/label_right.svg
|
|
1247
|
+
name: label_right
|
|
1248
|
+
code: 57758
|
|
1249
|
+
- glyph: tmp/glyp/label_top.svg
|
|
1250
|
+
name: label_top
|
|
1251
|
+
code: 57759
|
|
1252
|
+
- glyph: tmp/glyp/labor.svg
|
|
1253
|
+
name: labor
|
|
1254
|
+
code: 57760
|
|
1255
|
+
- glyph: tmp/glyp/landscape.svg
|
|
1256
|
+
name: landscape
|
|
1257
|
+
code: 57761
|
|
1258
|
+
- glyph: tmp/glyp/landscape_maintenance.svg
|
|
1259
|
+
name: landscape_maintenance
|
|
1260
|
+
code: 57762
|
|
1261
|
+
- glyph: tmp/glyp/laptop.svg
|
|
1262
|
+
name: laptop
|
|
1263
|
+
code: 57763
|
|
1264
|
+
- glyph: tmp/glyp/lead.svg
|
|
1265
|
+
name: lead
|
|
1266
|
+
code: 57764
|
|
1267
|
+
- glyph: tmp/glyp/lead_listing.svg
|
|
1268
|
+
name: lead_listing
|
|
1269
|
+
code: 57765
|
|
1270
|
+
- glyph: tmp/glyp/lead_source.svg
|
|
1271
|
+
name: lead_source
|
|
1272
|
+
code: 57766
|
|
1273
|
+
- glyph: tmp/glyp/leads_report.svg
|
|
1274
|
+
name: leads_report
|
|
1275
|
+
code: 57767
|
|
1276
|
+
- glyph: tmp/glyp/learning_hub.svg
|
|
1277
|
+
name: learning_hub
|
|
1278
|
+
code: 57768
|
|
1279
|
+
- glyph: tmp/glyp/ledger.svg
|
|
1280
|
+
name: ledger
|
|
1281
|
+
code: 57769
|
|
1282
|
+
- glyph: tmp/glyp/legal.svg
|
|
1283
|
+
name: legal
|
|
1284
|
+
code: 57770
|
|
1285
|
+
- glyph: tmp/glyp/license.svg
|
|
1286
|
+
name: license
|
|
1287
|
+
code: 57771
|
|
1288
|
+
- glyph: tmp/glyp/lifetime.svg
|
|
1289
|
+
name: lifetime
|
|
1290
|
+
code: 57772
|
|
1291
|
+
- glyph: tmp/glyp/limit.svg
|
|
1292
|
+
name: limit
|
|
1293
|
+
code: 57773
|
|
1294
|
+
- glyph: tmp/glyp/line_cap_arrow.svg
|
|
1295
|
+
name: line_cap_arrow
|
|
1296
|
+
code: 57774
|
|
1297
|
+
- glyph: tmp/glyp/line_cap_bar.svg
|
|
1298
|
+
name: line_cap_bar
|
|
1299
|
+
code: 57775
|
|
1300
|
+
- glyph: tmp/glyp/line_cap_circle.svg
|
|
1301
|
+
name: line_cap_circle
|
|
1302
|
+
code: 57776
|
|
1303
|
+
- glyph: tmp/glyp/line_cap_none.svg
|
|
1304
|
+
name: line_cap_none
|
|
1305
|
+
code: 57777
|
|
1306
|
+
- glyph: tmp/glyp/line_caps.svg
|
|
1307
|
+
name: line_caps
|
|
1308
|
+
code: 57778
|
|
1309
|
+
- glyph: tmp/glyp/line_style.svg
|
|
1310
|
+
name: line_style
|
|
1311
|
+
code: 57779
|
|
1312
|
+
- glyph: tmp/glyp/link.svg
|
|
1313
|
+
name: link
|
|
1314
|
+
code: 57780
|
|
1315
|
+
- glyph: tmp/glyp/list.svg
|
|
1316
|
+
name: list
|
|
1317
|
+
code: 57781
|
|
1318
|
+
- glyph: tmp/glyp/location.svg
|
|
1319
|
+
name: location
|
|
1320
|
+
code: 57782
|
|
1321
|
+
- glyph: tmp/glyp/location_charge.svg
|
|
1322
|
+
name: location_charge
|
|
1323
|
+
code: 57783
|
|
1324
|
+
- glyph: tmp/glyp/location_credit.svg
|
|
1325
|
+
name: location_credit
|
|
1326
|
+
code: 57784
|
|
1327
|
+
- glyph: tmp/glyp/location_document.svg
|
|
1328
|
+
name: location_document
|
|
1329
|
+
code: 57785
|
|
1330
|
+
- glyph: tmp/glyp/location_documents.svg
|
|
1331
|
+
name: location_documents
|
|
1332
|
+
code: 57786
|
|
1333
|
+
- glyph: tmp/glyp/location_import.svg
|
|
1334
|
+
name: location_import
|
|
1335
|
+
code: 57787
|
|
1336
|
+
- glyph: tmp/glyp/location_integration.svg
|
|
1337
|
+
name: location_integration
|
|
1338
|
+
code: 57788
|
|
1339
|
+
- glyph: tmp/glyp/location_kind.svg
|
|
1340
|
+
name: location_kind
|
|
1341
|
+
code: 57789
|
|
1342
|
+
- glyph: tmp/glyp/location_message.svg
|
|
1343
|
+
name: location_message
|
|
1344
|
+
code: 57790
|
|
1345
|
+
- glyph: tmp/glyp/location_origin.svg
|
|
1346
|
+
name: location_origin
|
|
1347
|
+
code: 57791
|
|
1348
|
+
- glyph: tmp/glyp/location_seed.svg
|
|
1349
|
+
name: location_seed
|
|
1350
|
+
code: 57792
|
|
1351
|
+
- glyph: tmp/glyp/location_sentiment.svg
|
|
1352
|
+
name: location_sentiment
|
|
1353
|
+
code: 57793
|
|
1354
|
+
- glyph: tmp/glyp/location_tags.svg
|
|
1355
|
+
name: location_tags
|
|
1356
|
+
code: 57794
|
|
1357
|
+
- glyph: tmp/glyp/locations.svg
|
|
1358
|
+
name: locations
|
|
1359
|
+
code: 57795
|
|
1360
|
+
- glyph: tmp/glyp/locked.svg
|
|
1361
|
+
name: locked
|
|
1362
|
+
code: 57796
|
|
1363
|
+
- glyph: tmp/glyp/lodging.svg
|
|
1364
|
+
name: lodging
|
|
1365
|
+
code: 57797
|
|
1366
|
+
- glyph: tmp/glyp/log_in.svg
|
|
1367
|
+
name: log_in
|
|
1368
|
+
code: 57798
|
|
1369
|
+
- glyph: tmp/glyp/log_out.svg
|
|
1370
|
+
name: log_out
|
|
1371
|
+
code: 57799
|
|
1372
|
+
- glyph: tmp/glyp/log_report.svg
|
|
1373
|
+
name: log_report
|
|
1374
|
+
code: 57800
|
|
1375
|
+
- glyph: tmp/glyp/logbook.svg
|
|
1376
|
+
name: logbook
|
|
1377
|
+
code: 57801
|
|
1378
|
+
- glyph: tmp/glyp/logbook_documents.svg
|
|
1379
|
+
name: logbook_documents
|
|
1380
|
+
code: 57802
|
|
1381
|
+
- glyph: tmp/glyp/lot_number.svg
|
|
1382
|
+
name: lot_number
|
|
1383
|
+
code: 57803
|
|
1384
|
+
- glyph: tmp/glyp/lycensed_simulator.svg
|
|
1385
|
+
name: lycensed_simulator
|
|
1386
|
+
code: 57804
|
|
1387
|
+
- glyph: tmp/glyp/manager.svg
|
|
1388
|
+
name: manager
|
|
1389
|
+
code: 57805
|
|
1390
|
+
- glyph: tmp/glyp/manual.svg
|
|
1391
|
+
name: manual
|
|
1392
|
+
code: 57806
|
|
1393
|
+
- glyph: tmp/glyp/map.svg
|
|
1394
|
+
name: map
|
|
1395
|
+
code: 57807
|
|
1396
|
+
- glyph: tmp/glyp/markdown.svg
|
|
1397
|
+
name: markdown
|
|
1398
|
+
code: 57808
|
|
1399
|
+
- glyph: tmp/glyp/market.svg
|
|
1400
|
+
name: market
|
|
1401
|
+
code: 57809
|
|
1402
|
+
- glyph: tmp/glyp/materials.svg
|
|
1403
|
+
name: materials
|
|
1404
|
+
code: 57810
|
|
1405
|
+
- glyph: tmp/glyp/mattress_encasement.svg
|
|
1406
|
+
name: mattress_encasement
|
|
1407
|
+
code: 57811
|
|
1408
|
+
- glyph: tmp/glyp/merge.svg
|
|
1409
|
+
name: merge
|
|
1410
|
+
code: 57812
|
|
1411
|
+
- glyph: tmp/glyp/message_billing.svg
|
|
1412
|
+
name: message_billing
|
|
1413
|
+
code: 57813
|
|
1414
|
+
- glyph: tmp/glyp/message_collections.svg
|
|
1415
|
+
name: message_collections
|
|
1416
|
+
code: 57814
|
|
1417
|
+
- glyph: tmp/glyp/message_complaint.svg
|
|
1418
|
+
name: message_complaint
|
|
1419
|
+
code: 57815
|
|
1420
|
+
- glyph: tmp/glyp/message_misc.svg
|
|
1421
|
+
name: message_misc
|
|
1422
|
+
code: 57816
|
|
1423
|
+
- glyph: tmp/glyp/message_technician.svg
|
|
1424
|
+
name: message_technician
|
|
1425
|
+
code: 57817
|
|
1426
|
+
- glyph: tmp/glyp/messages.svg
|
|
1427
|
+
name: messages
|
|
1428
|
+
code: 57818
|
|
1429
|
+
- glyph: tmp/glyp/minus_outline.svg
|
|
1430
|
+
name: minus_outline
|
|
1431
|
+
code: 57819
|
|
1432
|
+
- glyph: tmp/glyp/misc.svg
|
|
1433
|
+
name: misc
|
|
1434
|
+
code: 57820
|
|
1435
|
+
- glyph: tmp/glyp/miscellaneous.svg
|
|
1436
|
+
name: miscellaneous
|
|
1437
|
+
code: 57821
|
|
1438
|
+
- glyph: tmp/glyp/missing.svg
|
|
1439
|
+
name: missing
|
|
1440
|
+
code: 57822
|
|
1441
|
+
- glyph: tmp/glyp/moisture.svg
|
|
1442
|
+
name: moisture
|
|
1443
|
+
code: 57823
|
|
1444
|
+
- glyph: tmp/glyp/moodle.svg
|
|
1445
|
+
name: moodle
|
|
1446
|
+
code: 57824
|
|
1447
|
+
- glyph: tmp/glyp/move_order.svg
|
|
1448
|
+
name: move_order
|
|
1449
|
+
code: 57825
|
|
1450
|
+
- glyph: tmp/glyp/mowing.svg
|
|
1451
|
+
name: mowing
|
|
1452
|
+
code: 57826
|
|
1453
|
+
- glyph: tmp/glyp/multi_housing.svg
|
|
1454
|
+
name: multi_housing
|
|
1455
|
+
code: 57827
|
|
1456
|
+
- glyph: tmp/glyp/multi_tech_order.svg
|
|
1457
|
+
name: multi_tech_order
|
|
1458
|
+
code: 57828
|
|
1459
|
+
- glyph: tmp/glyp/mute.svg
|
|
1460
|
+
name: mute
|
|
1461
|
+
code: 57829
|
|
1462
|
+
- glyph: tmp/glyp/navicon.svg
|
|
1463
|
+
name: navicon
|
|
1464
|
+
code: 57830
|
|
1465
|
+
- glyph: tmp/glyp/neighborhood.svg
|
|
1466
|
+
name: neighborhood
|
|
1467
|
+
code: 57831
|
|
1468
|
+
- glyph: tmp/glyp/new_location.svg
|
|
1469
|
+
name: new_location
|
|
1470
|
+
code: 57832
|
|
1471
|
+
- glyph: tmp/glyp/new_ticket.svg
|
|
1472
|
+
name: new_ticket
|
|
1473
|
+
code: 57833
|
|
1474
|
+
- glyph: tmp/glyp/no_charge.svg
|
|
1475
|
+
name: no_charge
|
|
1476
|
+
code: 57834
|
|
1477
|
+
- glyph: tmp/glyp/no_service.svg
|
|
1478
|
+
name: no_service
|
|
1479
|
+
code: 57835
|
|
1480
|
+
- glyph: tmp/glyp/note.svg
|
|
1481
|
+
name: note
|
|
1482
|
+
code: 57836
|
|
1483
|
+
- glyph: tmp/glyp/note_access.svg
|
|
1484
|
+
name: note_access
|
|
1485
|
+
code: 57837
|
|
1486
|
+
- glyph: tmp/glyp/note_billing.svg
|
|
1487
|
+
name: note_billing
|
|
1488
|
+
code: 57838
|
|
1489
|
+
- glyph: tmp/glyp/note_collection.svg
|
|
1490
|
+
name: note_collection
|
|
1491
|
+
code: 57839
|
|
1492
|
+
- glyph: tmp/glyp/note_complaint.svg
|
|
1493
|
+
name: note_complaint
|
|
1494
|
+
code: 57840
|
|
1495
|
+
- glyph: tmp/glyp/note_directions.svg
|
|
1496
|
+
name: note_directions
|
|
1497
|
+
code: 57841
|
|
1498
|
+
- glyph: tmp/glyp/note_focused.svg
|
|
1499
|
+
name: note_focused
|
|
1500
|
+
code: 57842
|
|
1501
|
+
- glyph: tmp/glyp/note_office.svg
|
|
1502
|
+
name: note_office
|
|
1503
|
+
code: 57843
|
|
1504
|
+
- glyph: tmp/glyp/note_preservice.svg
|
|
1505
|
+
name: note_preservice
|
|
1506
|
+
code: 57844
|
|
1507
|
+
- glyph: tmp/glyp/note_sales.svg
|
|
1508
|
+
name: note_sales
|
|
1509
|
+
code: 57845
|
|
1510
|
+
- glyph: tmp/glyp/note_service.svg
|
|
1511
|
+
name: note_service
|
|
1512
|
+
code: 57846
|
|
1513
|
+
- glyph: tmp/glyp/notification.svg
|
|
1514
|
+
name: notification
|
|
1515
|
+
code: 57847
|
|
1516
|
+
- glyph: tmp/glyp/nuke.svg
|
|
1517
|
+
name: nuke
|
|
1518
|
+
code: 57848
|
|
1519
|
+
- glyph: tmp/glyp/number.svg
|
|
1520
|
+
name: number
|
|
1521
|
+
code: 57849
|
|
1522
|
+
- glyph: tmp/glyp/occupant.svg
|
|
1523
|
+
name: occupant
|
|
1524
|
+
code: 57850
|
|
1525
|
+
- glyph: tmp/glyp/office.svg
|
|
1526
|
+
name: office
|
|
1527
|
+
code: 57851
|
|
1528
|
+
- glyph: tmp/glyp/office_government.svg
|
|
1529
|
+
name: office_government
|
|
1530
|
+
code: 57852
|
|
1531
|
+
- glyph: tmp/glyp/office_training.svg
|
|
1532
|
+
name: office_training
|
|
1533
|
+
code: 57853
|
|
1534
|
+
- glyph: tmp/glyp/offline_mode.svg
|
|
1535
|
+
name: offline_mode
|
|
1536
|
+
code: 57854
|
|
1537
|
+
- glyph: tmp/glyp/on_demand.svg
|
|
1538
|
+
name: on_demand
|
|
1539
|
+
code: 57855
|
|
1540
|
+
- glyph: tmp/glyp/on_demand_order.svg
|
|
1541
|
+
name: on_demand_order
|
|
1542
|
+
code: 57856
|
|
1543
|
+
- glyph: tmp/glyp/online_mode.svg
|
|
1544
|
+
name: online_mode
|
|
1545
|
+
code: 57857
|
|
1546
|
+
- glyph: tmp/glyp/open.svg
|
|
1547
|
+
name: open
|
|
1548
|
+
code: 57858
|
|
1549
|
+
- glyph: tmp/glyp/open_invoice.svg
|
|
1550
|
+
name: open_invoice
|
|
1551
|
+
code: 57859
|
|
1552
|
+
- glyph: tmp/glyp/openai.svg
|
|
1553
|
+
name: openai
|
|
1554
|
+
code: 57860
|
|
1555
|
+
- glyph: tmp/glyp/operations.svg
|
|
1556
|
+
name: operations
|
|
1557
|
+
code: 57861
|
|
1558
|
+
- glyph: tmp/glyp/options.svg
|
|
1559
|
+
name: options
|
|
1560
|
+
code: 57862
|
|
1561
|
+
- glyph: tmp/glyp/order_actions.svg
|
|
1562
|
+
name: order_actions
|
|
1563
|
+
code: 57863
|
|
1564
|
+
- glyph: tmp/glyp/order_approved.svg
|
|
1565
|
+
name: order_approved
|
|
1566
|
+
code: 57864
|
|
1567
|
+
- glyph: tmp/glyp/order_batch.svg
|
|
1568
|
+
name: order_batch
|
|
1569
|
+
code: 57865
|
|
1570
|
+
- glyph: tmp/glyp/order_editor.svg
|
|
1571
|
+
name: order_editor
|
|
1572
|
+
code: 57866
|
|
1573
|
+
- glyph: tmp/glyp/order_pending.svg
|
|
1574
|
+
name: order_pending
|
|
1575
|
+
code: 57867
|
|
1576
|
+
- glyph: tmp/glyp/order_series.svg
|
|
1577
|
+
name: order_series
|
|
1578
|
+
code: 57868
|
|
1579
|
+
- glyph: tmp/glyp/order_unapproved.svg
|
|
1580
|
+
name: order_unapproved
|
|
1581
|
+
code: 57869
|
|
1582
|
+
- glyph: tmp/glyp/org.svg
|
|
1583
|
+
name: org
|
|
1584
|
+
code: 57870
|
|
1585
|
+
- glyph: tmp/glyp/org_feature.svg
|
|
1586
|
+
name: org_feature
|
|
1587
|
+
code: 57871
|
|
1588
|
+
- glyph: tmp/glyp/org_settings.svg
|
|
1589
|
+
name: org_settings
|
|
1590
|
+
code: 57872
|
|
1591
|
+
- glyph: tmp/glyp/org_structure.svg
|
|
1592
|
+
name: org_structure
|
|
1593
|
+
code: 57873
|
|
1594
|
+
- glyph: tmp/glyp/org_unit.svg
|
|
1595
|
+
name: org_unit
|
|
1596
|
+
code: 57874
|
|
1597
|
+
- glyph: tmp/glyp/org_unit_settings.svg
|
|
1598
|
+
name: org_unit_settings
|
|
1599
|
+
code: 57875
|
|
1600
|
+
- glyph: tmp/glyp/orgs.svg
|
|
1601
|
+
name: orgs
|
|
1602
|
+
code: 57876
|
|
1603
|
+
- glyph: tmp/glyp/origin.svg
|
|
1604
|
+
name: origin
|
|
1605
|
+
code: 57877
|
|
1606
|
+
- glyph: tmp/glyp/origin_client.svg
|
|
1607
|
+
name: origin_client
|
|
1608
|
+
code: 57878
|
|
1609
|
+
- glyph: tmp/glyp/origin_tech.svg
|
|
1610
|
+
name: origin_tech
|
|
1611
|
+
code: 57879
|
|
1612
|
+
- glyph: tmp/glyp/outbox.svg
|
|
1613
|
+
name: outbox
|
|
1614
|
+
code: 57880
|
|
1615
|
+
- glyph: tmp/glyp/outlier.svg
|
|
1616
|
+
name: outlier
|
|
1617
|
+
code: 57881
|
|
1618
|
+
- glyph: tmp/glyp/outlook.svg
|
|
1619
|
+
name: outlook
|
|
1620
|
+
code: 57882
|
|
1621
|
+
- glyph: tmp/glyp/overlap.svg
|
|
1622
|
+
name: overlap
|
|
1623
|
+
code: 57883
|
|
1624
|
+
- glyph: tmp/glyp/password.svg
|
|
1625
|
+
name: password
|
|
1626
|
+
code: 57884
|
|
1627
|
+
- glyph: tmp/glyp/past_due.svg
|
|
1628
|
+
name: past_due
|
|
1629
|
+
code: 57885
|
|
1630
|
+
- glyph: tmp/glyp/pause.svg
|
|
1631
|
+
name: pause
|
|
1632
|
+
code: 57886
|
|
1633
|
+
- glyph: tmp/glyp/paused.svg
|
|
1634
|
+
name: paused
|
|
1635
|
+
code: 57887
|
|
1636
|
+
- glyph: tmp/glyp/pay_brackets.svg
|
|
1637
|
+
name: pay_brackets
|
|
1638
|
+
code: 57888
|
|
1639
|
+
- glyph: tmp/glyp/payment.svg
|
|
1640
|
+
name: payment
|
|
1641
|
+
code: 57889
|
|
1642
|
+
- glyph: tmp/glyp/payment_ach.svg
|
|
1643
|
+
name: payment_ach
|
|
1644
|
+
code: 57890
|
|
1645
|
+
- glyph: tmp/glyp/payment_application_apply.svg
|
|
1646
|
+
name: payment_application_apply
|
|
1647
|
+
code: 57891
|
|
1648
|
+
- glyph: tmp/glyp/payment_application_correction.svg
|
|
1649
|
+
name: payment_application_correction
|
|
1650
|
+
code: 57892
|
|
1651
|
+
- glyph: tmp/glyp/payment_application_initial.svg
|
|
1652
|
+
name: payment_application_initial
|
|
1653
|
+
code: 57893
|
|
1654
|
+
- glyph: tmp/glyp/payment_application_refund.svg
|
|
1655
|
+
name: payment_application_refund
|
|
1656
|
+
code: 57894
|
|
1657
|
+
- glyph: tmp/glyp/payment_application_transfer.svg
|
|
1658
|
+
name: payment_application_transfer
|
|
1659
|
+
code: 57895
|
|
1660
|
+
- glyph: tmp/glyp/payment_application_unapply.svg
|
|
1661
|
+
name: payment_application_unapply
|
|
1662
|
+
code: 57896
|
|
1663
|
+
- glyph: tmp/glyp/payment_application_unapply_all.svg
|
|
1664
|
+
name: payment_application_unapply_all
|
|
1665
|
+
code: 57897
|
|
1666
|
+
- glyph: tmp/glyp/payment_applications.svg
|
|
1667
|
+
name: payment_applications
|
|
1668
|
+
code: 57898
|
|
1669
|
+
- glyph: tmp/glyp/payment_batch.svg
|
|
1670
|
+
name: payment_batch
|
|
1671
|
+
code: 57899
|
|
1672
|
+
- glyph: tmp/glyp/payment_cash.svg
|
|
1673
|
+
name: payment_cash
|
|
1674
|
+
code: 57900
|
|
1675
|
+
- glyph: tmp/glyp/payment_check.svg
|
|
1676
|
+
name: payment_check
|
|
1677
|
+
code: 57901
|
|
1678
|
+
- glyph: tmp/glyp/payment_coupon.svg
|
|
1679
|
+
name: payment_coupon
|
|
1680
|
+
code: 57902
|
|
1681
|
+
- glyph: tmp/glyp/payment_credit.svg
|
|
1682
|
+
name: payment_credit
|
|
1683
|
+
code: 57903
|
|
1684
|
+
- glyph: tmp/glyp/payment_declined.svg
|
|
1685
|
+
name: payment_declined
|
|
1686
|
+
code: 57904
|
|
1687
|
+
- glyph: tmp/glyp/payment_discount.svg
|
|
1688
|
+
name: payment_discount
|
|
1689
|
+
code: 57905
|
|
1690
|
+
- glyph: tmp/glyp/payment_eft.svg
|
|
1691
|
+
name: payment_eft
|
|
1692
|
+
code: 57906
|
|
1693
|
+
- glyph: tmp/glyp/payment_finance_charge.svg
|
|
1694
|
+
name: payment_finance_charge
|
|
1695
|
+
code: 57907
|
|
1696
|
+
- glyph: tmp/glyp/payment_method.svg
|
|
1697
|
+
name: payment_method
|
|
1698
|
+
code: 57908
|
|
1699
|
+
- glyph: tmp/glyp/payments.svg
|
|
1700
|
+
name: payments
|
|
1701
|
+
code: 57909
|
|
1702
|
+
- glyph: tmp/glyp/payroll.svg
|
|
1703
|
+
name: payroll
|
|
1704
|
+
code: 57910
|
|
1705
|
+
- glyph: tmp/glyp/pdf.svg
|
|
1706
|
+
name: pdf
|
|
1707
|
+
code: 57911
|
|
1708
|
+
- glyph: tmp/glyp/pending.svg
|
|
1709
|
+
name: pending
|
|
1710
|
+
code: 57912
|
|
1711
|
+
- glyph: tmp/glyp/periodic.svg
|
|
1712
|
+
name: periodic
|
|
1713
|
+
code: 57913
|
|
1714
|
+
- glyph: tmp/glyp/periodic_assessment.svg
|
|
1715
|
+
name: periodic_assessment
|
|
1716
|
+
code: 57914
|
|
1717
|
+
- glyph: tmp/glyp/permission.svg
|
|
1718
|
+
name: permission
|
|
1719
|
+
code: 57915
|
|
1720
|
+
- glyph: tmp/glyp/pest.svg
|
|
1721
|
+
name: pest
|
|
1722
|
+
code: 57916
|
|
1723
|
+
- glyph: tmp/glyp/pest_ants.svg
|
|
1724
|
+
name: pest_ants
|
|
1725
|
+
code: 57917
|
|
1726
|
+
- glyph: tmp/glyp/pest_bats.svg
|
|
1727
|
+
name: pest_bats
|
|
1728
|
+
code: 57918
|
|
1729
|
+
- glyph: tmp/glyp/pest_bed_bugs.svg
|
|
1730
|
+
name: pest_bed_bugs
|
|
1731
|
+
code: 57919
|
|
1732
|
+
- glyph: tmp/glyp/pest_birds.svg
|
|
1733
|
+
name: pest_birds
|
|
1734
|
+
code: 57920
|
|
1735
|
+
- glyph: tmp/glyp/pest_crawling_insects.svg
|
|
1736
|
+
name: pest_crawling_insects
|
|
1737
|
+
code: 57921
|
|
1738
|
+
- glyph: tmp/glyp/pest_dermestids.svg
|
|
1739
|
+
name: pest_dermestids
|
|
1740
|
+
code: 57922
|
|
1741
|
+
- glyph: tmp/glyp/pest_fall_invaders.svg
|
|
1742
|
+
name: pest_fall_invaders
|
|
1743
|
+
code: 57923
|
|
1744
|
+
- glyph: tmp/glyp/pest_flying_insects.svg
|
|
1745
|
+
name: pest_flying_insects
|
|
1746
|
+
code: 57924
|
|
1747
|
+
- glyph: tmp/glyp/pest_moles.svg
|
|
1748
|
+
name: pest_moles
|
|
1749
|
+
code: 57925
|
|
1750
|
+
- glyph: tmp/glyp/pest_mosquitoes.svg
|
|
1751
|
+
name: pest_mosquitoes
|
|
1752
|
+
code: 57926
|
|
1753
|
+
- glyph: tmp/glyp/pest_nuisance_animals.svg
|
|
1754
|
+
name: pest_nuisance_animals
|
|
1755
|
+
code: 57927
|
|
1756
|
+
- glyph: tmp/glyp/pest_occasional_invaders.svg
|
|
1757
|
+
name: pest_occasional_invaders
|
|
1758
|
+
code: 57928
|
|
1759
|
+
- glyph: tmp/glyp/pest_ornamental.svg
|
|
1760
|
+
name: pest_ornamental
|
|
1761
|
+
code: 57929
|
|
1762
|
+
- glyph: tmp/glyp/pest_ornamental_diseases.svg
|
|
1763
|
+
name: pest_ornamental_diseases
|
|
1764
|
+
code: 57930
|
|
1765
|
+
- glyph: tmp/glyp/pest_roaches.svg
|
|
1766
|
+
name: pest_roaches
|
|
1767
|
+
code: 57931
|
|
1768
|
+
- glyph: tmp/glyp/pest_rodents.svg
|
|
1769
|
+
name: pest_rodents
|
|
1770
|
+
code: 57932
|
|
1771
|
+
- glyph: tmp/glyp/pest_scorpions.svg
|
|
1772
|
+
name: pest_scorpions
|
|
1773
|
+
code: 57933
|
|
1774
|
+
- glyph: tmp/glyp/pest_snakes.svg
|
|
1775
|
+
name: pest_snakes
|
|
1776
|
+
code: 57934
|
|
1777
|
+
- glyph: tmp/glyp/pest_spiders.svg
|
|
1778
|
+
name: pest_spiders
|
|
1779
|
+
code: 57935
|
|
1780
|
+
- glyph: tmp/glyp/pest_stinging_insects.svg
|
|
1781
|
+
name: pest_stinging_insects
|
|
1782
|
+
code: 57936
|
|
1783
|
+
- glyph: tmp/glyp/pest_stored_product_pests.svg
|
|
1784
|
+
name: pest_stored_product_pests
|
|
1785
|
+
code: 57937
|
|
1786
|
+
- glyph: tmp/glyp/pest_ticks_and_fleas.svg
|
|
1787
|
+
name: pest_ticks_and_fleas
|
|
1788
|
+
code: 57938
|
|
1789
|
+
- glyph: tmp/glyp/pest_viruses_and_bacteria.svg
|
|
1790
|
+
name: pest_viruses_and_bacteria
|
|
1791
|
+
code: 57939
|
|
1792
|
+
- glyph: tmp/glyp/pest_weeds.svg
|
|
1793
|
+
name: pest_weeds
|
|
1794
|
+
code: 57940
|
|
1795
|
+
- glyph: tmp/glyp/pest_wood_destroyers.svg
|
|
1796
|
+
name: pest_wood_destroyers
|
|
1797
|
+
code: 57941
|
|
1798
|
+
- glyph: tmp/glyp/phone.svg
|
|
1799
|
+
name: phone
|
|
1800
|
+
code: 57942
|
|
1801
|
+
- glyph: tmp/glyp/pick_date.svg
|
|
1802
|
+
name: pick_date
|
|
1803
|
+
code: 57943
|
|
1804
|
+
- glyph: tmp/glyp/pick_list.svg
|
|
1805
|
+
name: pick_list
|
|
1806
|
+
code: 57944
|
|
1807
|
+
- glyph: tmp/glyp/platform_android.svg
|
|
1808
|
+
name: platform_android
|
|
1809
|
+
code: 57945
|
|
1810
|
+
- glyph: tmp/glyp/platform_ios.svg
|
|
1811
|
+
name: platform_ios
|
|
1812
|
+
code: 57946
|
|
1813
|
+
- glyph: tmp/glyp/platform_macos.svg
|
|
1814
|
+
name: platform_macos
|
|
1815
|
+
code: 57947
|
|
1816
|
+
- glyph: tmp/glyp/platform_windows.svg
|
|
1817
|
+
name: platform_windows
|
|
1818
|
+
code: 57948
|
|
1819
|
+
- glyph: tmp/glyp/play.svg
|
|
1820
|
+
name: play
|
|
1821
|
+
code: 57949
|
|
1822
|
+
- glyph: tmp/glyp/plus.svg
|
|
1823
|
+
name: plus
|
|
1824
|
+
code: 57950
|
|
1825
|
+
- glyph: tmp/glyp/plus_filled.svg
|
|
1826
|
+
name: plus_filled
|
|
1827
|
+
code: 57951
|
|
1828
|
+
- glyph: tmp/glyp/plus_outline.svg
|
|
1829
|
+
name: plus_outline
|
|
1830
|
+
code: 57952
|
|
1831
|
+
- glyph: tmp/glyp/portal.svg
|
|
1832
|
+
name: portal
|
|
1833
|
+
code: 57953
|
|
1834
|
+
- glyph: tmp/glyp/price_increase.svg
|
|
1835
|
+
name: price_increase
|
|
1836
|
+
code: 57954
|
|
1837
|
+
- glyph: tmp/glyp/price_increase_alt.svg
|
|
1838
|
+
name: price_increase_alt
|
|
1839
|
+
code: 57955
|
|
1840
|
+
- glyph: tmp/glyp/pricing.svg
|
|
1841
|
+
name: pricing
|
|
1842
|
+
code: 57956
|
|
1843
|
+
- glyph: tmp/glyp/pricing_table.svg
|
|
1844
|
+
name: pricing_table
|
|
1845
|
+
code: 57957
|
|
1846
|
+
- glyph: tmp/glyp/print.svg
|
|
1847
|
+
name: print
|
|
1848
|
+
code: 57958
|
|
1849
|
+
- glyph: tmp/glyp/privacy.svg
|
|
1850
|
+
name: privacy
|
|
1851
|
+
code: 57959
|
|
1852
|
+
- glyph: tmp/glyp/processor_forward.svg
|
|
1853
|
+
name: processor_forward
|
|
1854
|
+
code: 57960
|
|
1855
|
+
- glyph: tmp/glyp/processor_heartland.svg
|
|
1856
|
+
name: processor_heartland
|
|
1857
|
+
code: 57961
|
|
1858
|
+
- glyph: tmp/glyp/processor_square.svg
|
|
1859
|
+
name: processor_square
|
|
1860
|
+
code: 57962
|
|
1861
|
+
- glyph: tmp/glyp/processor_stripe.svg
|
|
1862
|
+
name: processor_stripe
|
|
1863
|
+
code: 57963
|
|
1864
|
+
- glyph: tmp/glyp/processor_worldpay.svg
|
|
1865
|
+
name: processor_worldpay
|
|
1866
|
+
code: 57964
|
|
1867
|
+
- glyph: tmp/glyp/product_sale.svg
|
|
1868
|
+
name: product_sale
|
|
1869
|
+
code: 57965
|
|
1870
|
+
- glyph: tmp/glyp/production.svg
|
|
1871
|
+
name: production
|
|
1872
|
+
code: 57966
|
|
1873
|
+
- glyph: tmp/glyp/professional_consultation.svg
|
|
1874
|
+
name: professional_consultation
|
|
1875
|
+
code: 57967
|
|
1876
|
+
- glyph: tmp/glyp/profile.svg
|
|
1877
|
+
name: profile
|
|
1878
|
+
code: 57968
|
|
1879
|
+
- glyph: tmp/glyp/program.svg
|
|
1880
|
+
name: program
|
|
1881
|
+
code: 57969
|
|
1882
|
+
- glyph: tmp/glyp/program_bundle.svg
|
|
1883
|
+
name: program_bundle
|
|
1884
|
+
code: 57970
|
|
1885
|
+
- glyph: tmp/glyp/program_elements.svg
|
|
1886
|
+
name: program_elements
|
|
1887
|
+
code: 57971
|
|
1888
|
+
- glyph: tmp/glyp/program_initiation.svg
|
|
1889
|
+
name: program_initiation
|
|
1890
|
+
code: 57972
|
|
1891
|
+
- glyph: tmp/glyp/program_order.svg
|
|
1892
|
+
name: program_order
|
|
1893
|
+
code: 57973
|
|
1894
|
+
- glyph: tmp/glyp/program_review.svg
|
|
1895
|
+
name: program_review
|
|
1896
|
+
code: 57974
|
|
1897
|
+
- glyph: tmp/glyp/promo.svg
|
|
1898
|
+
name: promo
|
|
1899
|
+
code: 57975
|
|
1900
|
+
- glyph: tmp/glyp/proposal.svg
|
|
1901
|
+
name: proposal
|
|
1902
|
+
code: 57976
|
|
1903
|
+
- glyph: tmp/glyp/proposal_bundle.svg
|
|
1904
|
+
name: proposal_bundle
|
|
1905
|
+
code: 57977
|
|
1906
|
+
- glyph: tmp/glyp/proposal_options.svg
|
|
1907
|
+
name: proposal_options
|
|
1908
|
+
code: 57978
|
|
1909
|
+
- glyph: tmp/glyp/proposal_overview.svg
|
|
1910
|
+
name: proposal_overview
|
|
1911
|
+
code: 57979
|
|
1912
|
+
- glyph: tmp/glyp/proposal_start.svg
|
|
1913
|
+
name: proposal_start
|
|
1914
|
+
code: 57980
|
|
1915
|
+
- glyph: tmp/glyp/protection.svg
|
|
1916
|
+
name: protection
|
|
1917
|
+
code: 57981
|
|
1918
|
+
- glyph: tmp/glyp/purchase_order.svg
|
|
1919
|
+
name: purchase_order
|
|
1920
|
+
code: 57982
|
|
1921
|
+
- glyph: tmp/glyp/quality.svg
|
|
1922
|
+
name: quality
|
|
1923
|
+
code: 57983
|
|
1924
|
+
- glyph: tmp/glyp/query.svg
|
|
1925
|
+
name: query
|
|
1926
|
+
code: 57984
|
|
1927
|
+
- glyph: tmp/glyp/radio_checked.svg
|
|
1928
|
+
name: radio_checked
|
|
1929
|
+
code: 57985
|
|
1930
|
+
- glyph: tmp/glyp/radio_empty.svg
|
|
1931
|
+
name: radio_empty
|
|
1932
|
+
code: 57986
|
|
1933
|
+
- glyph: tmp/glyp/reassign.svg
|
|
1934
|
+
name: reassign
|
|
1935
|
+
code: 57987
|
|
1936
|
+
- glyph: tmp/glyp/receipt.svg
|
|
1937
|
+
name: receipt
|
|
1938
|
+
code: 57988
|
|
1939
|
+
- glyph: tmp/glyp/recent.svg
|
|
1940
|
+
name: recent
|
|
1941
|
+
code: 57989
|
|
1942
|
+
- glyph: tmp/glyp/reciprocity.svg
|
|
1943
|
+
name: reciprocity
|
|
1944
|
+
code: 57990
|
|
1945
|
+
- glyph: tmp/glyp/recommendation.svg
|
|
1946
|
+
name: recommendation
|
|
1947
|
+
code: 57991
|
|
1948
|
+
- glyph: tmp/glyp/record_details.svg
|
|
1949
|
+
name: record_details
|
|
1950
|
+
code: 57992
|
|
1951
|
+
- glyph: tmp/glyp/recurring_revenue.svg
|
|
1952
|
+
name: recurring_revenue
|
|
1953
|
+
code: 57993
|
|
1954
|
+
- glyph: tmp/glyp/redo.svg
|
|
1955
|
+
name: redo
|
|
1956
|
+
code: 57994
|
|
1957
|
+
- glyph: tmp/glyp/refresh.svg
|
|
1958
|
+
name: refresh
|
|
1959
|
+
code: 57995
|
|
1960
|
+
- glyph: tmp/glyp/refund.svg
|
|
1961
|
+
name: refund
|
|
1962
|
+
code: 57996
|
|
1963
|
+
- glyph: tmp/glyp/region.svg
|
|
1964
|
+
name: region
|
|
1965
|
+
code: 57997
|
|
1966
|
+
- glyph: tmp/glyp/released.svg
|
|
1967
|
+
name: released
|
|
1968
|
+
code: 57998
|
|
1969
|
+
- glyph: tmp/glyp/remote_camera.svg
|
|
1970
|
+
name: remote_camera
|
|
1971
|
+
code: 57999
|
|
1972
|
+
- glyph: tmp/glyp/remote_photo.svg
|
|
1973
|
+
name: remote_photo
|
|
1974
|
+
code: 58000
|
|
1975
|
+
- glyph: tmp/glyp/remove.svg
|
|
1976
|
+
name: remove
|
|
1977
|
+
code: 58001
|
|
1978
|
+
- glyph: tmp/glyp/renew.svg
|
|
1979
|
+
name: renew
|
|
1980
|
+
code: 58002
|
|
1981
|
+
- glyph: tmp/glyp/renewal.svg
|
|
1982
|
+
name: renewal
|
|
1983
|
+
code: 58003
|
|
1984
|
+
- glyph: tmp/glyp/report.svg
|
|
1985
|
+
name: report
|
|
1986
|
+
code: 58004
|
|
1987
|
+
- glyph: tmp/glyp/required_input.svg
|
|
1988
|
+
name: required_input
|
|
1989
|
+
code: 58005
|
|
1990
|
+
- glyph: tmp/glyp/reschedule.svg
|
|
1991
|
+
name: reschedule
|
|
1992
|
+
code: 58006
|
|
1993
|
+
- glyph: tmp/glyp/restaurant_bar.svg
|
|
1994
|
+
name: restaurant_bar
|
|
1995
|
+
code: 58007
|
|
1996
|
+
- glyph: tmp/glyp/revenue.svg
|
|
1997
|
+
name: revenue
|
|
1998
|
+
code: 58008
|
|
1999
|
+
- glyph: tmp/glyp/review.svg
|
|
2000
|
+
name: review
|
|
2001
|
+
code: 58009
|
|
2002
|
+
- glyph: tmp/glyp/rfid.svg
|
|
2003
|
+
name: rfid
|
|
2004
|
+
code: 58010
|
|
2005
|
+
- glyph: tmp/glyp/ride_along.svg
|
|
2006
|
+
name: ride_along
|
|
2007
|
+
code: 58011
|
|
2008
|
+
- glyph: tmp/glyp/ring_central.svg
|
|
2009
|
+
name: ring_central
|
|
2010
|
+
code: 58012
|
|
2011
|
+
- glyph: tmp/glyp/rodent_exclusion.svg
|
|
2012
|
+
name: rodent_exclusion
|
|
2013
|
+
code: 58013
|
|
2014
|
+
- glyph: tmp/glyp/role_admin.svg
|
|
2015
|
+
name: role_admin
|
|
2016
|
+
code: 58014
|
|
2017
|
+
- glyph: tmp/glyp/role_customer.svg
|
|
2018
|
+
name: role_customer
|
|
2019
|
+
code: 58015
|
|
2020
|
+
- glyph: tmp/glyp/role_super.svg
|
|
2021
|
+
name: role_super
|
|
2022
|
+
code: 58016
|
|
2023
|
+
- glyph: tmp/glyp/role_tech.svg
|
|
2024
|
+
name: role_tech
|
|
2025
|
+
code: 58017
|
|
2026
|
+
- glyph: tmp/glyp/roster.svg
|
|
2027
|
+
name: roster
|
|
2028
|
+
code: 58018
|
|
2029
|
+
- glyph: tmp/glyp/route_change.svg
|
|
2030
|
+
name: route_change
|
|
2031
|
+
code: 58019
|
|
2032
|
+
- glyph: tmp/glyp/route_optimization.svg
|
|
2033
|
+
name: route_optimization
|
|
2034
|
+
code: 58020
|
|
2035
|
+
- glyph: tmp/glyp/routific.svg
|
|
2036
|
+
name: routific
|
|
2037
|
+
code: 58021
|
|
2038
|
+
- glyph: tmp/glyp/rows.svg
|
|
2039
|
+
name: rows
|
|
2040
|
+
code: 58022
|
|
2041
|
+
- glyph: tmp/glyp/ruby.svg
|
|
2042
|
+
name: ruby
|
|
2043
|
+
code: 58023
|
|
2044
|
+
- glyph: tmp/glyp/ruler.svg
|
|
2045
|
+
name: ruler
|
|
2046
|
+
code: 58024
|
|
2047
|
+
- glyph: tmp/glyp/sales.svg
|
|
2048
|
+
name: sales
|
|
2049
|
+
code: 58025
|
|
2050
|
+
- glyph: tmp/glyp/sales_contest.svg
|
|
2051
|
+
name: sales_contest
|
|
2052
|
+
code: 58026
|
|
2053
|
+
- glyph: tmp/glyp/sales_pipeline.svg
|
|
2054
|
+
name: sales_pipeline
|
|
2055
|
+
code: 58027
|
|
2056
|
+
- glyph: tmp/glyp/sales_tax.svg
|
|
2057
|
+
name: sales_tax
|
|
2058
|
+
code: 58028
|
|
2059
|
+
- glyph: tmp/glyp/sales_tax_exemption.svg
|
|
2060
|
+
name: sales_tax_exemption
|
|
2061
|
+
code: 58029
|
|
2062
|
+
- glyph: tmp/glyp/schedule_lock.svg
|
|
2063
|
+
name: schedule_lock
|
|
2064
|
+
code: 58030
|
|
2065
|
+
- glyph: tmp/glyp/schedule_lock_afternoon.svg
|
|
2066
|
+
name: schedule_lock_afternoon
|
|
2067
|
+
code: 58031
|
|
2068
|
+
- glyph: tmp/glyp/schedule_lock_day.svg
|
|
2069
|
+
name: schedule_lock_day
|
|
2070
|
+
code: 58032
|
|
2071
|
+
- glyph: tmp/glyp/schedule_lock_exact.svg
|
|
2072
|
+
name: schedule_lock_exact
|
|
2073
|
+
code: 58033
|
|
2074
|
+
- glyph: tmp/glyp/schedule_lock_four_hour.svg
|
|
2075
|
+
name: schedule_lock_four_hour
|
|
2076
|
+
code: 58034
|
|
2077
|
+
- glyph: tmp/glyp/schedule_lock_morning.svg
|
|
2078
|
+
name: schedule_lock_morning
|
|
2079
|
+
code: 58035
|
|
2080
|
+
- glyph: tmp/glyp/schedule_lock_none.svg
|
|
2081
|
+
name: schedule_lock_none
|
|
2082
|
+
code: 58036
|
|
2083
|
+
- glyph: tmp/glyp/schedule_lock_two_day.svg
|
|
2084
|
+
name: schedule_lock_two_day
|
|
2085
|
+
code: 58037
|
|
2086
|
+
- glyph: tmp/glyp/schedule_lock_two_hour.svg
|
|
2087
|
+
name: schedule_lock_two_hour
|
|
2088
|
+
code: 58038
|
|
2089
|
+
- glyph: tmp/glyp/schedule_lock_week.svg
|
|
2090
|
+
name: schedule_lock_week
|
|
2091
|
+
code: 58039
|
|
2092
|
+
- glyph: tmp/glyp/schedule_tyoe_every.svg
|
|
2093
|
+
name: schedule_tyoe_every
|
|
2094
|
+
code: 58040
|
|
2095
|
+
- glyph: tmp/glyp/schedule_type_every.svg
|
|
2096
|
+
name: schedule_type_every
|
|
2097
|
+
code: 58041
|
|
2098
|
+
- glyph: tmp/glyp/schedule_type_none.svg
|
|
2099
|
+
name: schedule_type_none
|
|
2100
|
+
code: 58042
|
|
2101
|
+
- glyph: tmp/glyp/schedule_type_on_demand.svg
|
|
2102
|
+
name: schedule_type_on_demand
|
|
2103
|
+
code: 58043
|
|
2104
|
+
- glyph: tmp/glyp/schedule_type_schedule.svg
|
|
2105
|
+
name: schedule_type_schedule
|
|
2106
|
+
code: 58044
|
|
2107
|
+
- glyph: tmp/glyp/scheduled.svg
|
|
2108
|
+
name: scheduled
|
|
2109
|
+
code: 58045
|
|
2110
|
+
- glyph: tmp/glyp/scheduling.svg
|
|
2111
|
+
name: scheduling
|
|
2112
|
+
code: 58046
|
|
2113
|
+
- glyph: tmp/glyp/scheduling_comment.svg
|
|
2114
|
+
name: scheduling_comment
|
|
2115
|
+
code: 58047
|
|
2116
|
+
- glyph: tmp/glyp/school_church.svg
|
|
2117
|
+
name: school_church
|
|
2118
|
+
code: 58048
|
|
2119
|
+
- glyph: tmp/glyp/scope.svg
|
|
2120
|
+
name: scope
|
|
2121
|
+
code: 58049
|
|
2122
|
+
- glyph: tmp/glyp/scoreboard.svg
|
|
2123
|
+
name: scoreboard
|
|
2124
|
+
code: 58050
|
|
2125
|
+
- glyph: tmp/glyp/scrape.svg
|
|
2126
|
+
name: scrape
|
|
2127
|
+
code: 58051
|
|
2128
|
+
- glyph: tmp/glyp/script.svg
|
|
2129
|
+
name: script
|
|
2130
|
+
code: 58052
|
|
2131
|
+
- glyph: tmp/glyp/search.svg
|
|
2132
|
+
name: search
|
|
2133
|
+
code: 58053
|
|
2134
|
+
- glyph: tmp/glyp/seeding.svg
|
|
2135
|
+
name: seeding
|
|
2136
|
+
code: 58054
|
|
2137
|
+
- glyph: tmp/glyp/segment.svg
|
|
2138
|
+
name: segment
|
|
2139
|
+
code: 58055
|
|
2140
|
+
- glyph: tmp/glyp/sellify.svg
|
|
2141
|
+
name: sellify
|
|
2142
|
+
code: 58056
|
|
2143
|
+
- glyph: tmp/glyp/send.svg
|
|
2144
|
+
name: send
|
|
2145
|
+
code: 58057
|
|
2146
|
+
- glyph: tmp/glyp/sent.svg
|
|
2147
|
+
name: sent
|
|
2148
|
+
code: 58058
|
|
2149
|
+
- glyph: tmp/glyp/sentiment.svg
|
|
2150
|
+
name: sentiment
|
|
2151
|
+
code: 58059
|
|
2152
|
+
- glyph: tmp/glyp/sentricon.svg
|
|
2153
|
+
name: sentricon
|
|
2154
|
+
code: 58060
|
|
2155
|
+
- glyph: tmp/glyp/service_agreement.svg
|
|
2156
|
+
name: service_agreement
|
|
2157
|
+
code: 58061
|
|
2158
|
+
- glyph: tmp/glyp/service_digest.svg
|
|
2159
|
+
name: service_digest
|
|
2160
|
+
code: 58062
|
|
2161
|
+
- glyph: tmp/glyp/service_form.svg
|
|
2162
|
+
name: service_form
|
|
2163
|
+
code: 58063
|
|
2164
|
+
- glyph: tmp/glyp/service_form_new.svg
|
|
2165
|
+
name: service_form_new
|
|
2166
|
+
code: 58064
|
|
2167
|
+
- glyph: tmp/glyp/service_form_settings.svg
|
|
2168
|
+
name: service_form_settings
|
|
2169
|
+
code: 58065
|
|
2170
|
+
- glyph: tmp/glyp/service_form_template.svg
|
|
2171
|
+
name: service_form_template
|
|
2172
|
+
code: 58066
|
|
2173
|
+
- glyph: tmp/glyp/service_miscellaneous.svg
|
|
2174
|
+
name: service_miscellaneous
|
|
2175
|
+
code: 58067
|
|
2176
|
+
- glyph: tmp/glyp/service_reminder.svg
|
|
2177
|
+
name: service_reminder
|
|
2178
|
+
code: 58068
|
|
2179
|
+
- glyph: tmp/glyp/service_report.svg
|
|
2180
|
+
name: service_report
|
|
2181
|
+
code: 58069
|
|
2182
|
+
- glyph: tmp/glyp/service_request.svg
|
|
2183
|
+
name: service_request
|
|
2184
|
+
code: 58070
|
|
2185
|
+
- glyph: tmp/glyp/services.svg
|
|
2186
|
+
name: services
|
|
2187
|
+
code: 58071
|
|
2188
|
+
- glyph: tmp/glyp/settings.svg
|
|
2189
|
+
name: settings
|
|
2190
|
+
code: 58072
|
|
2191
|
+
- glyph: tmp/glyp/setup.svg
|
|
2192
|
+
name: setup
|
|
2193
|
+
code: 58073
|
|
2194
|
+
- glyph: tmp/glyp/signature.svg
|
|
2195
|
+
name: signature
|
|
2196
|
+
code: 58074
|
|
2197
|
+
- glyph: tmp/glyp/simulator.svg
|
|
2198
|
+
name: simulator
|
|
2199
|
+
code: 58075
|
|
2200
|
+
- glyph: tmp/glyp/site_map.svg
|
|
2201
|
+
name: site_map
|
|
2202
|
+
code: 58076
|
|
2203
|
+
- glyph: tmp/glyp/site_map_annotation.svg
|
|
2204
|
+
name: site_map_annotation
|
|
2205
|
+
code: 58077
|
|
2206
|
+
- glyph: tmp/glyp/site_map_chemical.svg
|
|
2207
|
+
name: site_map_chemical
|
|
2208
|
+
code: 58078
|
|
2209
|
+
- glyph: tmp/glyp/site_map_edit_details.svg
|
|
2210
|
+
name: site_map_edit_details
|
|
2211
|
+
code: 58079
|
|
2212
|
+
- glyph: tmp/glyp/site_map_edit_geo.svg
|
|
2213
|
+
name: site_map_edit_geo
|
|
2214
|
+
code: 58080
|
|
2215
|
+
- glyph: tmp/glyp/site_map_equipment.svg
|
|
2216
|
+
name: site_map_equipment
|
|
2217
|
+
code: 58081
|
|
2218
|
+
- glyph: tmp/glyp/site_map_exterior.svg
|
|
2219
|
+
name: site_map_exterior
|
|
2220
|
+
code: 58082
|
|
2221
|
+
- glyph: tmp/glyp/site_map_foundation.svg
|
|
2222
|
+
name: site_map_foundation
|
|
2223
|
+
code: 58083
|
|
2224
|
+
- glyph: tmp/glyp/site_map_icon.svg
|
|
2225
|
+
name: site_map_icon
|
|
2226
|
+
code: 58084
|
|
2227
|
+
- glyph: tmp/glyp/site_map_interior.svg
|
|
2228
|
+
name: site_map_interior
|
|
2229
|
+
code: 58085
|
|
2230
|
+
- glyph: tmp/glyp/site_map_label.svg
|
|
2231
|
+
name: site_map_label
|
|
2232
|
+
code: 58086
|
|
2233
|
+
- glyph: tmp/glyp/site_map_perimeter.svg
|
|
2234
|
+
name: site_map_perimeter
|
|
2235
|
+
code: 58087
|
|
2236
|
+
- glyph: tmp/glyp/site_map_settings_left.svg
|
|
2237
|
+
name: site_map_settings_left
|
|
2238
|
+
code: 58088
|
|
2239
|
+
- glyph: tmp/glyp/site_map_settings_right.svg
|
|
2240
|
+
name: site_map_settings_right
|
|
2241
|
+
code: 58089
|
|
2242
|
+
- glyph: tmp/glyp/site_map_template.svg
|
|
2243
|
+
name: site_map_template
|
|
2244
|
+
code: 58090
|
|
2245
|
+
- glyph: tmp/glyp/skill.svg
|
|
2246
|
+
name: skill
|
|
2247
|
+
code: 58091
|
|
2248
|
+
- glyph: tmp/glyp/skip.svg
|
|
2249
|
+
name: skip
|
|
2250
|
+
code: 58092
|
|
2251
|
+
- glyph: tmp/glyp/slope.svg
|
|
2252
|
+
name: slope
|
|
2253
|
+
code: 58093
|
|
2254
|
+
- glyph: tmp/glyp/smart_feature.svg
|
|
2255
|
+
name: smart_feature
|
|
2256
|
+
code: 58094
|
|
2257
|
+
- glyph: tmp/glyp/smart_note.svg
|
|
2258
|
+
name: smart_note
|
|
2259
|
+
code: 58095
|
|
2260
|
+
- glyph: tmp/glyp/smart_traps.svg
|
|
2261
|
+
name: smart_traps
|
|
2262
|
+
code: 58096
|
|
2263
|
+
- glyph: tmp/glyp/sms.svg
|
|
2264
|
+
name: sms
|
|
2265
|
+
code: 58097
|
|
2266
|
+
- glyph: tmp/glyp/snow_removal.svg
|
|
2267
|
+
name: snow_removal
|
|
2268
|
+
code: 58098
|
|
2269
|
+
- glyph: tmp/glyp/sort.svg
|
|
2270
|
+
name: sort
|
|
2271
|
+
code: 58099
|
|
2272
|
+
- glyph: tmp/glyp/special.svg
|
|
2273
|
+
name: special
|
|
2274
|
+
code: 58100
|
|
2275
|
+
- glyph: tmp/glyp/split.svg
|
|
2276
|
+
name: split
|
|
2277
|
+
code: 58101
|
|
2278
|
+
- glyph: tmp/glyp/spp_scorecard.svg
|
|
2279
|
+
name: spp_scorecard
|
|
2280
|
+
code: 58102
|
|
2281
|
+
- glyph: tmp/glyp/square_edge.svg
|
|
2282
|
+
name: square_edge
|
|
2283
|
+
code: 58103
|
|
2284
|
+
- glyph: tmp/glyp/start_sheet.svg
|
|
2285
|
+
name: start_sheet
|
|
2286
|
+
code: 58104
|
|
2287
|
+
- glyph: tmp/glyp/start_time.svg
|
|
2288
|
+
name: start_time
|
|
2289
|
+
code: 58105
|
|
2290
|
+
- glyph: tmp/glyp/state_ak.svg
|
|
2291
|
+
name: state_ak
|
|
2292
|
+
code: 58106
|
|
2293
|
+
- glyph: tmp/glyp/state_al.svg
|
|
2294
|
+
name: state_al
|
|
2295
|
+
code: 58107
|
|
2296
|
+
- glyph: tmp/glyp/state_ar.svg
|
|
2297
|
+
name: state_ar
|
|
2298
|
+
code: 58108
|
|
2299
|
+
- glyph: tmp/glyp/state_az.svg
|
|
2300
|
+
name: state_az
|
|
2301
|
+
code: 58109
|
|
2302
|
+
- glyph: tmp/glyp/state_ca.svg
|
|
2303
|
+
name: state_ca
|
|
2304
|
+
code: 58110
|
|
2305
|
+
- glyph: tmp/glyp/state_co.svg
|
|
2306
|
+
name: state_co
|
|
2307
|
+
code: 58111
|
|
2308
|
+
- glyph: tmp/glyp/state_ct.svg
|
|
2309
|
+
name: state_ct
|
|
2310
|
+
code: 58112
|
|
2311
|
+
- glyph: tmp/glyp/state_dc.svg
|
|
2312
|
+
name: state_dc
|
|
2313
|
+
code: 58113
|
|
2314
|
+
- glyph: tmp/glyp/state_de.svg
|
|
2315
|
+
name: state_de
|
|
2316
|
+
code: 58114
|
|
2317
|
+
- glyph: tmp/glyp/state_fl.svg
|
|
2318
|
+
name: state_fl
|
|
2319
|
+
code: 58115
|
|
2320
|
+
- glyph: tmp/glyp/state_ga.svg
|
|
2321
|
+
name: state_ga
|
|
2322
|
+
code: 58116
|
|
2323
|
+
- glyph: tmp/glyp/state_hi.svg
|
|
2324
|
+
name: state_hi
|
|
2325
|
+
code: 58117
|
|
2326
|
+
- glyph: tmp/glyp/state_ia.svg
|
|
2327
|
+
name: state_ia
|
|
2328
|
+
code: 58118
|
|
2329
|
+
- glyph: tmp/glyp/state_id.svg
|
|
2330
|
+
name: state_id
|
|
2331
|
+
code: 58119
|
|
2332
|
+
- glyph: tmp/glyp/state_il.svg
|
|
2333
|
+
name: state_il
|
|
2334
|
+
code: 58120
|
|
2335
|
+
- glyph: tmp/glyp/state_in.svg
|
|
2336
|
+
name: state_in
|
|
2337
|
+
code: 58121
|
|
2338
|
+
- glyph: tmp/glyp/state_ks.svg
|
|
2339
|
+
name: state_ks
|
|
2340
|
+
code: 58122
|
|
2341
|
+
- glyph: tmp/glyp/state_ky.svg
|
|
2342
|
+
name: state_ky
|
|
2343
|
+
code: 58123
|
|
2344
|
+
- glyph: tmp/glyp/state_la.svg
|
|
2345
|
+
name: state_la
|
|
2346
|
+
code: 58124
|
|
2347
|
+
- glyph: tmp/glyp/state_ma.svg
|
|
2348
|
+
name: state_ma
|
|
2349
|
+
code: 58125
|
|
2350
|
+
- glyph: tmp/glyp/state_mb.svg
|
|
2351
|
+
name: state_mb
|
|
2352
|
+
code: 58126
|
|
2353
|
+
- glyph: tmp/glyp/state_md.svg
|
|
2354
|
+
name: state_md
|
|
2355
|
+
code: 58127
|
|
2356
|
+
- glyph: tmp/glyp/state_me.svg
|
|
2357
|
+
name: state_me
|
|
2358
|
+
code: 58128
|
|
2359
|
+
- glyph: tmp/glyp/state_mi.svg
|
|
2360
|
+
name: state_mi
|
|
2361
|
+
code: 58129
|
|
2362
|
+
- glyph: tmp/glyp/state_mn.svg
|
|
2363
|
+
name: state_mn
|
|
2364
|
+
code: 58130
|
|
2365
|
+
- glyph: tmp/glyp/state_mo.svg
|
|
2366
|
+
name: state_mo
|
|
2367
|
+
code: 58131
|
|
2368
|
+
- glyph: tmp/glyp/state_ms.svg
|
|
2369
|
+
name: state_ms
|
|
2370
|
+
code: 58132
|
|
2371
|
+
- glyph: tmp/glyp/state_mt.svg
|
|
2372
|
+
name: state_mt
|
|
2373
|
+
code: 58133
|
|
2374
|
+
- glyph: tmp/glyp/state_nc.svg
|
|
2375
|
+
name: state_nc
|
|
2376
|
+
code: 58134
|
|
2377
|
+
- glyph: tmp/glyp/state_nd.svg
|
|
2378
|
+
name: state_nd
|
|
2379
|
+
code: 58135
|
|
2380
|
+
- glyph: tmp/glyp/state_ne.svg
|
|
2381
|
+
name: state_ne
|
|
2382
|
+
code: 58136
|
|
2383
|
+
- glyph: tmp/glyp/state_nh.svg
|
|
2384
|
+
name: state_nh
|
|
2385
|
+
code: 58137
|
|
2386
|
+
- glyph: tmp/glyp/state_nj.svg
|
|
2387
|
+
name: state_nj
|
|
2388
|
+
code: 58138
|
|
2389
|
+
- glyph: tmp/glyp/state_nm.svg
|
|
2390
|
+
name: state_nm
|
|
2391
|
+
code: 58139
|
|
2392
|
+
- glyph: tmp/glyp/state_nv.svg
|
|
2393
|
+
name: state_nv
|
|
2394
|
+
code: 58140
|
|
2395
|
+
- glyph: tmp/glyp/state_ny.svg
|
|
2396
|
+
name: state_ny
|
|
2397
|
+
code: 58141
|
|
2398
|
+
- glyph: tmp/glyp/state_oh.svg
|
|
2399
|
+
name: state_oh
|
|
2400
|
+
code: 58142
|
|
2401
|
+
- glyph: tmp/glyp/state_ok.svg
|
|
2402
|
+
name: state_ok
|
|
2403
|
+
code: 58143
|
|
2404
|
+
- glyph: tmp/glyp/state_or.svg
|
|
2405
|
+
name: state_or
|
|
2406
|
+
code: 58144
|
|
2407
|
+
- glyph: tmp/glyp/state_pa.svg
|
|
2408
|
+
name: state_pa
|
|
2409
|
+
code: 58145
|
|
2410
|
+
- glyph: tmp/glyp/state_ri.svg
|
|
2411
|
+
name: state_ri
|
|
2412
|
+
code: 58146
|
|
2413
|
+
- glyph: tmp/glyp/state_sc.svg
|
|
2414
|
+
name: state_sc
|
|
2415
|
+
code: 58147
|
|
2416
|
+
- glyph: tmp/glyp/state_sd.svg
|
|
2417
|
+
name: state_sd
|
|
2418
|
+
code: 58148
|
|
2419
|
+
- glyph: tmp/glyp/state_tn.svg
|
|
2420
|
+
name: state_tn
|
|
2421
|
+
code: 58149
|
|
2422
|
+
- glyph: tmp/glyp/state_tx.svg
|
|
2423
|
+
name: state_tx
|
|
2424
|
+
code: 58150
|
|
2425
|
+
- glyph: tmp/glyp/state_ut.svg
|
|
2426
|
+
name: state_ut
|
|
2427
|
+
code: 58151
|
|
2428
|
+
- glyph: tmp/glyp/state_va.svg
|
|
2429
|
+
name: state_va
|
|
2430
|
+
code: 58152
|
|
2431
|
+
- glyph: tmp/glyp/state_vt.svg
|
|
2432
|
+
name: state_vt
|
|
2433
|
+
code: 58153
|
|
2434
|
+
- glyph: tmp/glyp/state_wa.svg
|
|
2435
|
+
name: state_wa
|
|
2436
|
+
code: 58154
|
|
2437
|
+
- glyph: tmp/glyp/state_wi.svg
|
|
2438
|
+
name: state_wi
|
|
2439
|
+
code: 58155
|
|
2440
|
+
- glyph: tmp/glyp/state_wv.svg
|
|
2441
|
+
name: state_wv
|
|
2442
|
+
code: 58156
|
|
2443
|
+
- glyph: tmp/glyp/state_wy.svg
|
|
2444
|
+
name: state_wy
|
|
2445
|
+
code: 58157
|
|
2446
|
+
- glyph: tmp/glyp/statement.svg
|
|
2447
|
+
name: statement
|
|
2448
|
+
code: 58158
|
|
2449
|
+
- glyph: tmp/glyp/states.svg
|
|
2450
|
+
name: states
|
|
2451
|
+
code: 58159
|
|
2452
|
+
- glyph: tmp/glyp/steps.svg
|
|
2453
|
+
name: steps
|
|
2454
|
+
code: 58160
|
|
2455
|
+
- glyph: tmp/glyp/sticky.svg
|
|
2456
|
+
name: sticky
|
|
2457
|
+
code: 58161
|
|
2458
|
+
- glyph: tmp/glyp/stop_time.svg
|
|
2459
|
+
name: stop_time
|
|
2460
|
+
code: 58162
|
|
2461
|
+
- glyph: tmp/glyp/store_material.svg
|
|
2462
|
+
name: store_material
|
|
2463
|
+
code: 58163
|
|
2464
|
+
- glyph: tmp/glyp/store_order.svg
|
|
2465
|
+
name: store_order
|
|
2466
|
+
code: 58164
|
|
2467
|
+
- glyph: tmp/glyp/store_order_back_order.svg
|
|
2468
|
+
name: store_order_back_order
|
|
2469
|
+
code: 58165
|
|
2470
|
+
- glyph: tmp/glyp/store_order_cancelled.svg
|
|
2471
|
+
name: store_order_cancelled
|
|
2472
|
+
code: 58166
|
|
2473
|
+
- glyph: tmp/glyp/store_order_complete.svg
|
|
2474
|
+
name: store_order_complete
|
|
2475
|
+
code: 58167
|
|
2476
|
+
- glyph: tmp/glyp/store_order_pending.svg
|
|
2477
|
+
name: store_order_pending
|
|
2478
|
+
code: 58168
|
|
2479
|
+
- glyph: tmp/glyp/store_order_pending_return.svg
|
|
2480
|
+
name: store_order_pending_return
|
|
2481
|
+
code: 58169
|
|
2482
|
+
- glyph: tmp/glyp/store_order_pre_order.svg
|
|
2483
|
+
name: store_order_pre_order
|
|
2484
|
+
code: 58170
|
|
2485
|
+
- glyph: tmp/glyp/store_order_returned.svg
|
|
2486
|
+
name: store_order_returned
|
|
2487
|
+
code: 58171
|
|
2488
|
+
- glyph: tmp/glyp/stores.svg
|
|
2489
|
+
name: stores
|
|
2490
|
+
code: 58172
|
|
2491
|
+
- glyph: tmp/glyp/styling.svg
|
|
2492
|
+
name: styling
|
|
2493
|
+
code: 58173
|
|
2494
|
+
- glyph: tmp/glyp/subscribe.svg
|
|
2495
|
+
name: subscribe
|
|
2496
|
+
code: 58174
|
|
2497
|
+
- glyph: tmp/glyp/subscription.svg
|
|
2498
|
+
name: subscription
|
|
2499
|
+
code: 58175
|
|
2500
|
+
- glyph: tmp/glyp/supplemental.svg
|
|
2501
|
+
name: supplemental
|
|
2502
|
+
code: 58176
|
|
2503
|
+
- glyph: tmp/glyp/support.svg
|
|
2504
|
+
name: support
|
|
2505
|
+
code: 58177
|
|
2506
|
+
- glyph: tmp/glyp/sync.svg
|
|
2507
|
+
name: sync
|
|
2508
|
+
code: 58178
|
|
2509
|
+
- glyph: tmp/glyp/sync_down.svg
|
|
2510
|
+
name: sync_down
|
|
2511
|
+
code: 58179
|
|
2512
|
+
- glyph: tmp/glyp/sync_up.svg
|
|
2513
|
+
name: sync_up
|
|
2514
|
+
code: 58180
|
|
2515
|
+
- glyph: tmp/glyp/table.svg
|
|
2516
|
+
name: table
|
|
2517
|
+
code: 58181
|
|
2518
|
+
- glyph: tmp/glyp/tablet.svg
|
|
2519
|
+
name: tablet
|
|
2520
|
+
code: 58182
|
|
2521
|
+
- glyph: tmp/glyp/tablets.svg
|
|
2522
|
+
name: tablets
|
|
2523
|
+
code: 58183
|
|
2524
|
+
- glyph: tmp/glyp/tactacam.svg
|
|
2525
|
+
name: tactacam
|
|
2526
|
+
code: 58184
|
|
2527
|
+
- glyph: tmp/glyp/tag.svg
|
|
2528
|
+
name: tag
|
|
2529
|
+
code: 58185
|
|
2530
|
+
- glyph: tmp/glyp/tag_manager.svg
|
|
2531
|
+
name: tag_manager
|
|
2532
|
+
code: 58186
|
|
2533
|
+
- glyph: tmp/glyp/tags.svg
|
|
2534
|
+
name: tags
|
|
2535
|
+
code: 58187
|
|
2536
|
+
- glyph: tmp/glyp/task_runs.svg
|
|
2537
|
+
name: task_runs
|
|
2538
|
+
code: 58188
|
|
2539
|
+
- glyph: tmp/glyp/tasklet.svg
|
|
2540
|
+
name: tasklet
|
|
2541
|
+
code: 58189
|
|
2542
|
+
- glyph: tmp/glyp/taxability.svg
|
|
2543
|
+
name: taxability
|
|
2544
|
+
code: 58190
|
|
2545
|
+
- glyph: tmp/glyp/tech_cert.svg
|
|
2546
|
+
name: tech_cert
|
|
2547
|
+
code: 58191
|
|
2548
|
+
- glyph: tmp/glyp/tech_cert_type.svg
|
|
2549
|
+
name: tech_cert_type
|
|
2550
|
+
code: 58192
|
|
2551
|
+
- glyph: tmp/glyp/tech_pest_sightings.svg
|
|
2552
|
+
name: tech_pest_sightings
|
|
2553
|
+
code: 58193
|
|
2554
|
+
- glyph: tmp/glyp/technician.svg
|
|
2555
|
+
name: technician
|
|
2556
|
+
code: 58194
|
|
2557
|
+
- glyph: tmp/glyp/technician_approach.svg
|
|
2558
|
+
name: technician_approach
|
|
2559
|
+
code: 58195
|
|
2560
|
+
- glyph: tmp/glyp/template.svg
|
|
2561
|
+
name: template
|
|
2562
|
+
code: 58196
|
|
2563
|
+
- glyph: tmp/glyp/termite_fumigation.svg
|
|
2564
|
+
name: termite_fumigation
|
|
2565
|
+
code: 58197
|
|
2566
|
+
- glyph: tmp/glyp/terrier.svg
|
|
2567
|
+
name: terrier
|
|
2568
|
+
code: 58198
|
|
2569
|
+
- glyph: tmp/glyp/terrier_hub.svg
|
|
2570
|
+
name: terrier_hub
|
|
2571
|
+
code: 58199
|
|
2572
|
+
- glyph: tmp/glyp/terrier_sync.svg
|
|
2573
|
+
name: terrier_sync
|
|
2574
|
+
code: 58200
|
|
2575
|
+
- glyph: tmp/glyp/territory.svg
|
|
2576
|
+
name: territory
|
|
2577
|
+
code: 58201
|
|
2578
|
+
- glyph: tmp/glyp/text.svg
|
|
2579
|
+
name: text
|
|
2580
|
+
code: 58202
|
|
2581
|
+
- glyph: tmp/glyp/thermometer.svg
|
|
2582
|
+
name: thermometer
|
|
2583
|
+
code: 58203
|
|
2584
|
+
- glyph: tmp/glyp/third_party.svg
|
|
2585
|
+
name: third_party
|
|
2586
|
+
code: 58204
|
|
2587
|
+
- glyph: tmp/glyp/third_party_billing.svg
|
|
2588
|
+
name: third_party_billing
|
|
2589
|
+
code: 58205
|
|
2590
|
+
- glyph: tmp/glyp/threshold.svg
|
|
2591
|
+
name: threshold
|
|
2592
|
+
code: 58206
|
|
2593
|
+
- glyph: tmp/glyp/ticket.svg
|
|
2594
|
+
name: ticket
|
|
2595
|
+
code: 58207
|
|
2596
|
+
- glyph: tmp/glyp/ticket_type.svg
|
|
2597
|
+
name: ticket_type
|
|
2598
|
+
code: 58208
|
|
2599
|
+
- glyph: tmp/glyp/tickets.svg
|
|
2600
|
+
name: tickets
|
|
2601
|
+
code: 58209
|
|
2602
|
+
- glyph: tmp/glyp/tidy.svg
|
|
2603
|
+
name: tidy
|
|
2604
|
+
code: 58210
|
|
2605
|
+
- glyph: tmp/glyp/time.svg
|
|
2606
|
+
name: time
|
|
2607
|
+
code: 58211
|
|
2608
|
+
- glyph: tmp/glyp/time_entry.svg
|
|
2609
|
+
name: time_entry
|
|
2610
|
+
code: 58212
|
|
2611
|
+
- glyph: tmp/glyp/timeline.svg
|
|
2612
|
+
name: timeline
|
|
2613
|
+
code: 58213
|
|
2614
|
+
- glyph: tmp/glyp/timer.svg
|
|
2615
|
+
name: timer
|
|
2616
|
+
code: 58214
|
|
2617
|
+
- glyph: tmp/glyp/toolbox.svg
|
|
2618
|
+
name: toolbox
|
|
2619
|
+
code: 58215
|
|
2620
|
+
- glyph: tmp/glyp/tqi.svg
|
|
2621
|
+
name: tqi
|
|
2622
|
+
code: 58216
|
|
2623
|
+
- glyph: tmp/glyp/tracker.svg
|
|
2624
|
+
name: tracker
|
|
2625
|
+
code: 58217
|
|
2626
|
+
- glyph: tmp/glyp/tracking.svg
|
|
2627
|
+
name: tracking
|
|
2628
|
+
code: 58218
|
|
2629
|
+
- glyph: tmp/glyp/training_course.svg
|
|
2630
|
+
name: training_course
|
|
2631
|
+
code: 58219
|
|
2632
|
+
- glyph: tmp/glyp/treatment_split.svg
|
|
2633
|
+
name: treatment_split
|
|
2634
|
+
code: 58220
|
|
2635
|
+
- glyph: tmp/glyp/trends.svg
|
|
2636
|
+
name: trends
|
|
2637
|
+
code: 58221
|
|
2638
|
+
- glyph: tmp/glyp/trial.svg
|
|
2639
|
+
name: trial
|
|
2640
|
+
code: 58222
|
|
2641
|
+
- glyph: tmp/glyp/trip_charge.svg
|
|
2642
|
+
name: trip_charge
|
|
2643
|
+
code: 58223
|
|
2644
|
+
- glyph: tmp/glyp/ui_type.svg
|
|
2645
|
+
name: ui_type
|
|
2646
|
+
code: 58224
|
|
2647
|
+
- glyph: tmp/glyp/unarchive.svg
|
|
2648
|
+
name: unarchive
|
|
2649
|
+
code: 58225
|
|
2650
|
+
- glyph: tmp/glyp/unassign.svg
|
|
2651
|
+
name: unassign
|
|
2652
|
+
code: 58226
|
|
2653
|
+
- glyph: tmp/glyp/unassign_all.svg
|
|
2654
|
+
name: unassign_all
|
|
2655
|
+
code: 58227
|
|
2656
|
+
- glyph: tmp/glyp/unchecked.svg
|
|
2657
|
+
name: unchecked
|
|
2658
|
+
code: 58228
|
|
2659
|
+
- glyph: tmp/glyp/undo.svg
|
|
2660
|
+
name: undo
|
|
2661
|
+
code: 58229
|
|
2662
|
+
- glyph: tmp/glyp/unfavorite.svg
|
|
2663
|
+
name: unfavorite
|
|
2664
|
+
code: 58230
|
|
2665
|
+
- glyph: tmp/glyp/unit_sweep.svg
|
|
2666
|
+
name: unit_sweep
|
|
2667
|
+
code: 58231
|
|
2668
|
+
- glyph: tmp/glyp/unit_tag.svg
|
|
2669
|
+
name: unit_tag
|
|
2670
|
+
code: 58232
|
|
2671
|
+
- glyph: tmp/glyp/university.svg
|
|
2672
|
+
name: university
|
|
2673
|
+
code: 58233
|
|
2674
|
+
- glyph: tmp/glyp/unlocked.svg
|
|
2675
|
+
name: unlocked
|
|
2676
|
+
code: 58234
|
|
2677
|
+
- glyph: tmp/glyp/unmute.svg
|
|
2678
|
+
name: unmute
|
|
2679
|
+
code: 58235
|
|
2680
|
+
- glyph: tmp/glyp/unscheduled.svg
|
|
2681
|
+
name: unscheduled
|
|
2682
|
+
code: 58236
|
|
2683
|
+
- glyph: tmp/glyp/update_check_positions.svg
|
|
2684
|
+
name: update_check_positions
|
|
2685
|
+
code: 58237
|
|
2686
|
+
- glyph: tmp/glyp/upload.svg
|
|
2687
|
+
name: upload
|
|
2688
|
+
code: 58238
|
|
2689
|
+
- glyph: tmp/glyp/user.svg
|
|
2690
|
+
name: user
|
|
2691
|
+
code: 58239
|
|
2692
|
+
- glyph: tmp/glyp/user_credit.svg
|
|
2693
|
+
name: user_credit
|
|
2694
|
+
code: 58240
|
|
2695
|
+
- glyph: tmp/glyp/user_document.svg
|
|
2696
|
+
name: user_document
|
|
2697
|
+
code: 58241
|
|
2698
|
+
- glyph: tmp/glyp/user_documents.svg
|
|
2699
|
+
name: user_documents
|
|
2700
|
+
code: 58242
|
|
2701
|
+
- glyph: tmp/glyp/user_tags.svg
|
|
2702
|
+
name: user_tags
|
|
2703
|
+
code: 58243
|
|
2704
|
+
- glyph: tmp/glyp/user_task.svg
|
|
2705
|
+
name: user_task
|
|
2706
|
+
code: 58244
|
|
2707
|
+
- glyph: tmp/glyp/user_task_setup.svg
|
|
2708
|
+
name: user_task_setup
|
|
2709
|
+
code: 58245
|
|
2710
|
+
- glyph: tmp/glyp/users.svg
|
|
2711
|
+
name: users
|
|
2712
|
+
code: 58246
|
|
2713
|
+
- glyph: tmp/glyp/utility.svg
|
|
2714
|
+
name: utility
|
|
2715
|
+
code: 58247
|
|
2716
|
+
- glyph: tmp/glyp/vacation.svg
|
|
2717
|
+
name: vacation
|
|
2718
|
+
code: 58248
|
|
2719
|
+
- glyph: tmp/glyp/vacuum.svg
|
|
2720
|
+
name: vacuum
|
|
2721
|
+
code: 58249
|
|
2722
|
+
- glyph: tmp/glyp/variant.svg
|
|
2723
|
+
name: variant
|
|
2724
|
+
code: 58250
|
|
2725
|
+
- glyph: tmp/glyp/vendor.svg
|
|
2726
|
+
name: vendor
|
|
2727
|
+
code: 58251
|
|
2728
|
+
- glyph: tmp/glyp/versions.svg
|
|
2729
|
+
name: versions
|
|
2730
|
+
code: 58252
|
|
2731
|
+
- glyph: tmp/glyp/video.svg
|
|
2732
|
+
name: video
|
|
2733
|
+
code: 58253
|
|
2734
|
+
- glyph: tmp/glyp/visible.svg
|
|
2735
|
+
name: visible
|
|
2736
|
+
code: 58254
|
|
2737
|
+
- glyph: tmp/glyp/warehouse.svg
|
|
2738
|
+
name: warehouse
|
|
2739
|
+
code: 58255
|
|
2740
|
+
- glyph: tmp/glyp/wdi.svg
|
|
2741
|
+
name: wdi
|
|
2742
|
+
code: 58256
|
|
2743
|
+
- glyph: tmp/glyp/wdi_az.svg
|
|
2744
|
+
name: wdi_az
|
|
2745
|
+
code: 58257
|
|
2746
|
+
- glyph: tmp/glyp/wdi_ca.svg
|
|
2747
|
+
name: wdi_ca
|
|
2748
|
+
code: 58258
|
|
2749
|
+
- glyph: tmp/glyp/wdi_npma.svg
|
|
2750
|
+
name: wdi_npma
|
|
2751
|
+
code: 58259
|
|
2752
|
+
- glyph: tmp/glyp/wdi_nv.svg
|
|
2753
|
+
name: wdi_nv
|
|
2754
|
+
code: 58260
|
|
2755
|
+
- glyph: tmp/glyp/wdo.svg
|
|
2756
|
+
name: wdo
|
|
2757
|
+
code: 58261
|
|
2758
|
+
- glyph: tmp/glyp/web_dusting.svg
|
|
2759
|
+
name: web_dusting
|
|
2760
|
+
code: 58262
|
|
2761
|
+
- glyph: tmp/glyp/website.svg
|
|
2762
|
+
name: website
|
|
2763
|
+
code: 58263
|
|
2764
|
+
- glyph: tmp/glyp/wildlife.svg
|
|
2765
|
+
name: wildlife
|
|
2766
|
+
code: 58264
|
|
2767
|
+
- glyph: tmp/glyp/wildlife_exclusion.svg
|
|
2768
|
+
name: wildlife_exclusion
|
|
2769
|
+
code: 58265
|
|
2770
|
+
- glyph: tmp/glyp/winter_check.svg
|
|
2771
|
+
name: winter_check
|
|
2772
|
+
code: 58266
|
|
2773
|
+
- glyph: tmp/glyp/wizard.svg
|
|
2774
|
+
name: wizard
|
|
2775
|
+
code: 58267
|
|
2776
|
+
- glyph: tmp/glyp/work.svg
|
|
2777
|
+
name: work
|
|
2778
|
+
code: 58268
|
|
2779
|
+
- glyph: tmp/glyp/work_class.svg
|
|
2780
|
+
name: work_class
|
|
2781
|
+
code: 58269
|
|
2782
|
+
- glyph: tmp/glyp/work_code.svg
|
|
2783
|
+
name: work_code
|
|
2784
|
+
code: 58270
|
|
2785
|
+
- glyph: tmp/glyp/work_order.svg
|
|
2786
|
+
name: work_order
|
|
2787
|
+
code: 58271
|
|
2788
|
+
- glyph: tmp/glyp/work_production.svg
|
|
2789
|
+
name: work_production
|
|
2790
|
+
code: 58272
|
|
2791
|
+
- glyph: tmp/glyp/work_progress.svg
|
|
2792
|
+
name: work_progress
|
|
2793
|
+
code: 58273
|
|
2794
|
+
- glyph: tmp/glyp/work_yield.svg
|
|
2795
|
+
name: work_yield
|
|
2796
|
+
code: 58274
|
|
2797
|
+
- glyph: tmp/glyp/year.svg
|
|
2798
|
+
name: year
|
|
2799
|
+
code: 58275
|
|
2800
|
+
- glyph: tmp/glyp/yield.svg
|
|
2801
|
+
name: yield
|
|
2802
|
+
code: 58276
|
|
2803
|
+
- glyph: tmp/glyp/zillow.svg
|
|
2804
|
+
name: zillow
|
|
2805
|
+
code: 58277
|
|
2806
|
+
- glyph: tmp/glyp/zip_code.svg
|
|
2807
|
+
name: zip_code
|
|
2808
|
+
code: 58278
|
|
2809
|
+
- glyph: tmp/glyp/zone_adjacent.svg
|
|
2810
|
+
name: zone_adjacent
|
|
2811
|
+
code: 58279
|
|
2812
|
+
- glyph: tmp/glyp/zone_check.svg
|
|
2813
|
+
name: zone_check
|
|
2814
|
+
code: 58280
|
|
2815
|
+
- glyph: tmp/glyp/zone_production.svg
|
|
2816
|
+
name: zone_production
|
|
2817
|
+
code: 58281
|
|
2818
|
+
- glyph: tmp/glyp/zone_remote.svg
|
|
2819
|
+
name: zone_remote
|
|
2820
|
+
code: 58282
|
|
2821
|
+
- glyph: tmp/glyp/zoom.svg
|
|
2822
|
+
name: zoom
|
|
2823
|
+
code: 58283
|
|
2824
|
+
- glyph: tmp/glyp/zoom_fit.svg
|
|
2825
|
+
name: zoom_fit
|
|
2826
|
+
code: 58284
|