kitchen-simulator 5.10.1-react.18 → 5.10.2-react.18
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/es/index.js +3 -627
- package/es/index.js.LICENSE.txt +45 -0
- package/es/index.js.map +1 -0
- package/package.json +9 -5
- package/es/@history.js +0 -2
- package/es/AppContext.js +0 -6
- package/es/LiteKitchenConfigurator.js +0 -474
- package/es/LiteRenderer.js +0 -363
- package/es/WorkSpace.js +0 -851
- package/es/actions/area-actions.js +0 -14
- package/es/actions/export.js +0 -23
- package/es/actions/groups-actions.js +0 -89
- package/es/actions/holes-actions.js +0 -119
- package/es/actions/items-actions.js +0 -316
- package/es/actions/lines-actions.js +0 -83
- package/es/actions/project-actions.js +0 -298
- package/es/actions/scene-actions.js +0 -33
- package/es/actions/vertices-actions.js +0 -27
- package/es/actions/viewer2d-actions.js +0 -58
- package/es/actions/viewer3d-actions.js +0 -23
- package/es/assets/brown_photostudio_02_1k.hdr +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Black Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Black.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Bold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Bold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Book Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Book.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraBold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraBold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraLight Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard ExtraLight.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Hairline Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Hairline.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Heavy Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Heavy.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Light Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Light.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Medium Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Medium.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard SemiBold Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard SemiBold.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Thin Italic.woff +0 -0
- package/es/assets/fonts/Rene Bieder Milliard Thin.woff +0 -0
- package/es/assets/fonts/style.css +0 -177
- package/es/assets/gltf/door_closet.bin +0 -0
- package/es/assets/gltf/door_closet.fbx +0 -0
- package/es/assets/gltf/door_closet.gltf +0 -1
- package/es/assets/gltf/door_exterior.bin +0 -0
- package/es/assets/gltf/door_exterior.fbx +0 -0
- package/es/assets/gltf/door_exterior.gltf +0 -1
- package/es/assets/gltf/door_interior.bin +0 -0
- package/es/assets/gltf/door_interior.fbx +0 -0
- package/es/assets/gltf/door_interior.gltf +0 -1
- package/es/assets/gltf/door_sliding.bin +0 -0
- package/es/assets/gltf/door_sliding.fbx +0 -0
- package/es/assets/gltf/door_sliding.gltf +0 -1
- package/es/assets/gltf/doorway_framed.bin +0 -0
- package/es/assets/gltf/doorway_framed.fbx +0 -0
- package/es/assets/gltf/doorway_framed.gltf +0 -1
- package/es/assets/gltf/window_clear.bin +0 -0
- package/es/assets/gltf/window_clear.fbx +0 -0
- package/es/assets/gltf/window_clear.gltf +0 -1
- package/es/assets/gltf/window_cross.bin +0 -0
- package/es/assets/gltf/window_cross.fbx +0 -0
- package/es/assets/gltf/window_cross.gltf +0 -1
- package/es/assets/gltf/window_double_hung.bin +0 -0
- package/es/assets/gltf/window_double_hung.fbx +0 -0
- package/es/assets/gltf/window_double_hung.gltf +0 -1
- package/es/assets/gltf/window_vertical.bin +0 -0
- package/es/assets/gltf/window_vertical.fbx +0 -0
- package/es/assets/gltf/window_vertical.gltf +0 -1
- package/es/assets/img/TKC_thumbnail.png +0 -0
- package/es/assets/img/Toggle.png +0 -0
- package/es/assets/img/loading/loading.gif +0 -0
- package/es/assets/img/loading/loading_1.svg +0 -11
- package/es/assets/img/loading_large.gif +0 -0
- package/es/assets/img/png/door/closet.png +0 -0
- package/es/assets/img/png/door/doorwaysframed.png +0 -0
- package/es/assets/img/png/door/doorwaysframeles.png +0 -0
- package/es/assets/img/png/door/doorwaysframeless.png +0 -0
- package/es/assets/img/png/door/exterior.png +0 -0
- package/es/assets/img/png/door/interior.png +0 -0
- package/es/assets/img/png/door/sliding.png +0 -0
- package/es/assets/img/png/helper/outcome.png +0 -0
- package/es/assets/img/png/helper/video_preview_3d.png +0 -0
- package/es/assets/img/png/helper/video_preview_start.png +0 -0
- package/es/assets/img/project_img.png +0 -0
- package/es/assets/img/rta/rta_logo_box_blue.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_blue_ico.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_blue_ico.svg +0 -55
- package/es/assets/img/rta/rta_logo_box_darkGray.jpg +0 -0
- package/es/assets/img/rta/rta_logo_box_lightblue.png +0 -0
- package/es/assets/img/rta/rta_logo_box_lightmaroon.png +0 -0
- package/es/assets/img/rta/rta_logo_box_maroon.png +0 -0
- package/es/assets/img/rta/rta_logo_box_white.png +0 -0
- package/es/assets/img/rta_menu.png +0 -0
- package/es/assets/img/step2.jpg +0 -0
- package/es/assets/img/step3.jpg +0 -0
- package/es/assets/img/step4.jpg +0 -0
- package/es/assets/img/step5.jpg +0 -0
- package/es/assets/img/step6.jpg +0 -0
- package/es/assets/img/step7.jpg +0 -0
- package/es/assets/img/step8.jpg +0 -0
- package/es/assets/img/svg/2d_delete_object.svg +0 -33
- package/es/assets/img/svg/2d_delete_object1.svg +0 -33
- package/es/assets/img/svg/2d_lock_object.svg +0 -33
- package/es/assets/img/svg/3d_item_move.svg +0 -106
- package/es/assets/img/svg/3d_item_rotation.svg +0 -76
- package/es/assets/img/svg/3d_item_warning_edit.svg +0 -77
- package/es/assets/img/svg/3d_item_warning_info.svg +0 -81
- package/es/assets/img/svg/accessories.svg +0 -4
- package/es/assets/img/svg/angle_icon.svg +0 -39
- package/es/assets/img/svg/blank_div.svg +0 -14
- package/es/assets/img/svg/bottombar/2d3d_button.svg +0 -3
- package/es/assets/img/svg/bottombar/2d3d_button_active.svg +0 -3
- package/es/assets/img/svg/bottombar/2d3d_toggle.svg +0 -4
- package/es/assets/img/svg/bottombar/2d3d_toggle_active.svg +0 -4
- package/es/assets/img/svg/bottombar/arrow-down.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-left.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-minus.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-plus.svg +0 -11
- package/es/assets/img/svg/bottombar/arrow-right.svg +0 -3
- package/es/assets/img/svg/bottombar/arrow-up.svg +0 -3
- package/es/assets/img/svg/bottombar/collapse.svg +0 -3
- package/es/assets/img/svg/bottombar/elevation-back.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-front.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-left.svg +0 -6
- package/es/assets/img/svg/bottombar/elevation-right.svg +0 -7
- package/es/assets/img/svg/bottombar/elevation.svg +0 -13
- package/es/assets/img/svg/bottombar/expand.svg +0 -3
- package/es/assets/img/svg/bottombar/help.svg +0 -72
- package/es/assets/img/svg/bottombar/incm_toggle.svg +0 -39
- package/es/assets/img/svg/bottombar/pan_1.svg +0 -57
- package/es/assets/img/svg/bottombar/pan_2.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_3.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_4.svg +0 -27
- package/es/assets/img/svg/bottombar/pan_5.svg +0 -27
- package/es/assets/img/svg/bottombar/settings.svg +0 -23
- package/es/assets/img/svg/bottombar/spin-down.svg +0 -76
- package/es/assets/img/svg/bottombar/spin-left.svg +0 -75
- package/es/assets/img/svg/bottombar/spin-right.svg +0 -75
- package/es/assets/img/svg/bottombar/spin-up.svg +0 -76
- package/es/assets/img/svg/bottombar/spin_1.svg +0 -48
- package/es/assets/img/svg/bottombar/spin_2.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_3.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_4.svg +0 -31
- package/es/assets/img/svg/bottombar/spin_5.svg +0 -31
- package/es/assets/img/svg/bottombar/zoomin.svg +0 -29
- package/es/assets/img/svg/bottombar/zoomout.svg +0 -26
- package/es/assets/img/svg/check.svg +0 -10
- package/es/assets/img/svg/close.svg +0 -11
- package/es/assets/img/svg/color/Black.svg +0 -3
- package/es/assets/img/svg/color/Blue.svg +0 -3
- package/es/assets/img/svg/color/Brown.svg +0 -9
- package/es/assets/img/svg/color/Cream.svg +0 -3
- package/es/assets/img/svg/color/Dark.svg +0 -9
- package/es/assets/img/svg/color/Gray.svg +0 -3
- package/es/assets/img/svg/color/Green.svg +0 -3
- package/es/assets/img/svg/color/Light.svg +0 -9
- package/es/assets/img/svg/color/Medium.svg +0 -9
- package/es/assets/img/svg/color/Unfinished.svg +0 -9
- package/es/assets/img/svg/color/White.svg +0 -3
- package/es/assets/img/svg/color/White.svg.bak +0 -3
- package/es/assets/img/svg/color/stone2.jpg +0 -0
- package/es/assets/img/svg/color/wood2.jpg +0 -0
- package/es/assets/img/svg/copy.svg +0 -11
- package/es/assets/img/svg/delete.svg +0 -3
- package/es/assets/img/svg/detail.svg +0 -77
- package/es/assets/img/svg/disclaimer/background.svg +0 -758
- package/es/assets/img/svg/disclaimer/logo-dots.svg +0 -11
- package/es/assets/img/svg/door/Closet.svg +0 -11
- package/es/assets/img/svg/door/Exterior.svg +0 -5
- package/es/assets/img/svg/door/Framed_dorway.svg +0 -5
- package/es/assets/img/svg/door/Frameless_dorway.svg +0 -5
- package/es/assets/img/svg/door/Interior.svg +0 -7
- package/es/assets/img/svg/door/Sliding.svg +0 -5
- package/es/assets/img/svg/doors_closet.svg +0 -47
- package/es/assets/img/svg/doors_exterior.svg +0 -25
- package/es/assets/img/svg/doors_interior.svg +0 -29
- package/es/assets/img/svg/doors_patio.svg +0 -26
- package/es/assets/img/svg/duplicate.svg +0 -11
- package/es/assets/img/svg/duplicate_object_left.svg +0 -32
- package/es/assets/img/svg/duplicate_object_right.svg +0 -32
- package/es/assets/img/svg/filtersActive.svg +0 -19
- package/es/assets/img/svg/firstsetting/L.svg +0 -3
- package/es/assets/img/svg/firstsetting/L2.svg +0 -3
- package/es/assets/img/svg/firstsetting/Open.svg +0 -3
- package/es/assets/img/svg/firstsetting/Square.svg +0 -3
- package/es/assets/img/svg/firstsetting/bar-active.svg +0 -9
- package/es/assets/img/svg/firstsetting/bar-normal.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-current.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-done.svg +0 -3
- package/es/assets/img/svg/firstsetting/bullet-not-done.svg +0 -3
- package/es/assets/img/svg/firstsetting/check-active.svg +0 -3
- package/es/assets/img/svg/firstsetting/check-normal.svg +0 -3
- package/es/assets/img/svg/firstsetting/pencil.svg +0 -11
- package/es/assets/img/svg/green_checkmark.svg +0 -27
- package/es/assets/img/svg/headerbar/assist.svg +0 -3
- package/es/assets/img/svg/headerbar/cart.svg +0 -3
- package/es/assets/img/svg/headerbar/check.svg +0 -10
- package/es/assets/img/svg/headerbar/consult_designer.svg +0 -45
- package/es/assets/img/svg/headerbar/edit_name.svg +0 -26
- package/es/assets/img/svg/headerbar/file-dollar.svg +0 -13
- package/es/assets/img/svg/headerbar/hamburger_menu.svg +0 -32
- package/es/assets/img/svg/headerbar/plus.svg +0 -11
- package/es/assets/img/svg/headerbar/review_quote.svg +0 -44
- package/es/assets/img/svg/headerbar/ruler-measure.svg +0 -11
- package/es/assets/img/svg/headerbar/save.svg +0 -3
- package/es/assets/img/svg/headerbar/setting.svg +0 -75
- package/es/assets/img/svg/help/check.svg +0 -10
- package/es/assets/img/svg/help/search.svg +0 -76
- package/es/assets/img/svg/intro/1-start-with-floorplan-whole.svg +0 -27
- package/es/assets/img/svg/intro/1-start-with-floorplan.svg +0 -26
- package/es/assets/img/svg/intro/2-start-from-scratch-whole.svg +0 -28
- package/es/assets/img/svg/intro/2-start-from-scratch.svg +0 -27
- package/es/assets/img/svg/intro/3-retrieve-project-whole.svg +0 -19
- package/es/assets/img/svg/intro/3-retrieve-project.svg +0 -18
- package/es/assets/img/svg/invert.svg +0 -127
- package/es/assets/img/svg/lefttoolbar/appliance-active.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/appliance.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/cabinet-active.svg +0 -10
- package/es/assets/img/svg/lefttoolbar/cabinet-category.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/cabinet-one.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/cabinet.svg +0 -10
- package/es/assets/img/svg/lefttoolbar/disigner_assistance.svg +0 -89
- package/es/assets/img/svg/lefttoolbar/door-style-active.svg +0 -20
- package/es/assets/img/svg/lefttoolbar/door-style.svg +0 -20
- package/es/assets/img/svg/lefttoolbar/door.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/error_icon.svg +0 -81
- package/es/assets/img/svg/lefttoolbar/finishing-active.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/finishing.svg +0 -13
- package/es/assets/img/svg/lefttoolbar/reviewforquote-active.svg +0 -86
- package/es/assets/img/svg/lefttoolbar/reviewforquote.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/room-shape-L.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-active.svg +0 -18
- package/es/assets/img/svg/lefttoolbar/room-shape-custom.svg +0 -12
- package/es/assets/img/svg/lefttoolbar/room-shape-irregular.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-open.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape-square.svg +0 -3
- package/es/assets/img/svg/lefttoolbar/room-shape.svg +0 -18
- package/es/assets/img/svg/lefttoolbar/search.svg +0 -76
- package/es/assets/img/svg/lefttoolbar/view_more.svg +0 -86
- package/es/assets/img/svg/lefttoolbar/warning_icon.svg +0 -81
- package/es/assets/img/svg/lefttoolbar/window.svg +0 -12
- package/es/assets/img/svg/logo.svg +0 -11
- package/es/assets/img/svg/logo_with_text.svg +0 -25
- package/es/assets/img/svg/menubar/login.svg +0 -84
- package/es/assets/img/svg/menubar/my_projects.svg +0 -85
- package/es/assets/img/svg/menubar/new_project.svg +0 -110
- package/es/assets/img/svg/menubar/save_project.svg +0 -84
- package/es/assets/img/svg/options.svg +0 -3
- package/es/assets/img/svg/positioning.svg +0 -3
- package/es/assets/img/svg/rotate.png +0 -0
- package/es/assets/img/svg/rotate.svg +0 -17
- package/es/assets/img/svg/rotate_object_clockwise.svg +0 -26
- package/es/assets/img/svg/rotate_object_counterclockwise.svg +0 -26
- package/es/assets/img/svg/toggleFilters.svg +0 -19
- package/es/assets/img/svg/toolbar/add_appliances_active.svg +0 -64
- package/es/assets/img/svg/toolbar/add_appliances_inactive.svg +0 -52
- package/es/assets/img/svg/toolbar/add_button.svg +0 -36
- package/es/assets/img/svg/toolbar/add_cabinets_active.svg +0 -59
- package/es/assets/img/svg/toolbar/add_cabinets_inactive.svg +0 -49
- package/es/assets/img/svg/toolbar/add_items_doors.svg +0 -25
- package/es/assets/img/svg/toolbar/add_items_doorways.svg +0 -24
- package/es/assets/img/svg/toolbar/add_items_refrigerator.svg +0 -32
- package/es/assets/img/svg/toolbar/add_items_windows.svg +0 -28
- package/es/assets/img/svg/toolbar/apply_button.svg +0 -38
- package/es/assets/img/svg/toolbar/arrow-plus.svg +0 -11
- package/es/assets/img/svg/toolbar/backsplash.svg +0 -8
- package/es/assets/img/svg/toolbar/cancel_button.svg +0 -37
- package/es/assets/img/svg/toolbar/consult_a_designer_button.svg +0 -47
- package/es/assets/img/svg/toolbar/countertop.svg +0 -7
- package/es/assets/img/svg/toolbar/dcm.png +0 -0
- package/es/assets/img/svg/toolbar/dcm_off.svg +0 -12
- package/es/assets/img/svg/toolbar/dcm_on.svg +0 -474
- package/es/assets/img/svg/toolbar/delete_button.svg +0 -37
- package/es/assets/img/svg/toolbar/download.svg +0 -77
- package/es/assets/img/svg/toolbar/draw_custom_floor.svg +0 -31
- package/es/assets/img/svg/toolbar/edit_button.svg +0 -75
- package/es/assets/img/svg/toolbar/email_quote_button.svg +0 -44
- package/es/assets/img/svg/toolbar/fbm.png +0 -0
- package/es/assets/img/svg/toolbar/finishing_touches_active.svg +0 -54
- package/es/assets/img/svg/toolbar/finishing_touches_inactive.svg +0 -42
- package/es/assets/img/svg/toolbar/floorstyle.svg +0 -9
- package/es/assets/img/svg/toolbar/fmb.png +0 -0
- package/es/assets/img/svg/toolbar/fmb_off.svg +0 -12
- package/es/assets/img/svg/toolbar/fmb_on.svg +0 -489
- package/es/assets/img/svg/toolbar/furnishings_icon.svg +0 -6
- package/es/assets/img/svg/toolbar/get_started_button.svg +0 -41
- package/es/assets/img/svg/toolbar/handles.svg +0 -5
- package/es/assets/img/svg/toolbar/lighting.svg +0 -7
- package/es/assets/img/svg/toolbar/lrm.png +0 -0
- package/es/assets/img/svg/toolbar/lrm_off.svg +0 -12
- package/es/assets/img/svg/toolbar/lrm_on.svg +0 -470
- package/es/assets/img/svg/toolbar/make_floorplan_active.svg +0 -66
- package/es/assets/img/svg/toolbar/make_floorplan_inactive.svg +0 -52
- package/es/assets/img/svg/toolbar/predefined_room_l_shaped.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_layout.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_long_narrow.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_l_shape.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_pentagon.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_rectangle.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_open_rectangle_2.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_pentagon.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_rectangle.svg +0 -20
- package/es/assets/img/svg/toolbar/predefined_room_rectangle_with_alcove.svg +0 -20
- package/es/assets/img/svg/toolbar/redo_button.svg +0 -75
- package/es/assets/img/svg/toolbar/redo_button1.svg +0 -75
- package/es/assets/img/svg/toolbar/review_quote_active.svg +0 -14
- package/es/assets/img/svg/toolbar/review_quote_inactive.svg +0 -44
- package/es/assets/img/svg/toolbar/save_project_button.svg +0 -44
- package/es/assets/img/svg/toolbar/select_doorstyle_active.svg +0 -67
- package/es/assets/img/svg/toolbar/select_doorstyle_inactive.svg +0 -57
- package/es/assets/img/svg/toolbar/shopping-cart.svg +0 -13
- package/es/assets/img/svg/toolbar/style_change_button.svg +0 -47
- package/es/assets/img/svg/toolbar/take_picture.svg +0 -75
- package/es/assets/img/svg/toolbar/undo_button.svg +0 -76
- package/es/assets/img/svg/toolbar/undo_button1.svg +0 -76
- package/es/assets/img/svg/toolbar/use_button.svg +0 -37
- package/es/assets/img/svg/toolbar/wall_color_icon.svg +0 -6
- package/es/assets/img/svg/topbar/edit_active.svg +0 -10
- package/es/assets/img/svg/topbar/edit_inactive.svg +0 -10
- package/es/assets/img/svg/topbar/redo_active.svg +0 -42
- package/es/assets/img/svg/topbar/redo_inactive.svg +0 -23
- package/es/assets/img/svg/topbar/select_all_active.svg +0 -50
- package/es/assets/img/svg/topbar/select_all_inactive.svg +0 -32
- package/es/assets/img/svg/topbar/take_picture_active.svg +0 -51
- package/es/assets/img/svg/topbar/take_picture_inactive.svg +0 -26
- package/es/assets/img/svg/topbar/undo_active.svg +0 -42
- package/es/assets/img/svg/topbar/undo_inactive.svg +0 -23
- package/es/assets/img/svg/warning_info_2d.svg +0 -81
- package/es/assets/img/svg/window/Clear.svg +0 -3
- package/es/assets/img/svg/window/Cross.svg +0 -5
- package/es/assets/img/svg/window/Double_hung.svg +0 -4
- package/es/assets/img/svg/window/Vertical.svg +0 -4
- package/es/assets/img/svg/windows_clear.svg +0 -23
- package/es/assets/img/svg/windows_cross.svg +0 -28
- package/es/assets/img/svg/windows_double_hung.svg +0 -24
- package/es/assets/img/svg/windows_vertical.svg +0 -24
- package/es/assets/img/svg/wizardstep/Custom.svg +0 -3
- package/es/assets/img/svg/wizardstep/Dashed_line.svg +0 -3
- package/es/assets/img/svg/wizardstep/L.svg +0 -3
- package/es/assets/img/svg/wizardstep/L2.svg +0 -3
- package/es/assets/img/svg/wizardstep/Open.svg +0 -3
- package/es/assets/img/svg/wizardstep/Square.svg +0 -3
- package/es/assets/img/svg/wizardstep/bar-active.svg +0 -9
- package/es/assets/img/svg/wizardstep/bar-normal.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-current.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-done.svg +0 -3
- package/es/assets/img/svg/wizardstep/bullet-not-done.svg +0 -3
- package/es/assets/img/svg/wizardstep/check-active.svg +0 -3
- package/es/assets/img/svg/wizardstep/check-normal.svg +0 -3
- package/es/assets/img/svg/wizardstep/detail_view.svg +0 -87
- package/es/assets/img/svg/wizardstep/pencil.svg +0 -11
- package/es/assets/img/svg/wizardstep/tile_view.svg +0 -95
- package/es/assets/img/texture/glass.jpg +0 -0
- package/es/assets/img/texture/steel.jpg +0 -0
- package/es/assets/img/texture/white1px.jpg +0 -0
- package/es/assets/img/texture/wood.jpg +0 -0
- package/es/assets/model/DCM.bin +0 -0
- package/es/assets/model/DCM.fbx +0 -0
- package/es/assets/model/DCM.gltf +0 -1
- package/es/assets/model/FBM.bin +0 -0
- package/es/assets/model/FBM.fbx +0 -0
- package/es/assets/model/FBM.gltf +0 -1
- package/es/assets/model/LRM.bin +0 -0
- package/es/assets/model/LRM.fbx +0 -0
- package/es/assets/model/LRM.gltf +0 -1
- package/es/assets/rtastore_logo.png +0 -0
- package/es/catalog/areas/area/planner-element.js +0 -45
- package/es/catalog/back.png +0 -0
- package/es/catalog/catalog.js +0 -265
- package/es/catalog/doors.png +0 -0
- package/es/catalog/doorways.png +0 -0
- package/es/catalog/envMap/nx.hdr +0 -0
- package/es/catalog/envMap/ny.hdr +0 -0
- package/es/catalog/envMap/nz.hdr +0 -0
- package/es/catalog/envMap/px.hdr +0 -0
- package/es/catalog/envMap/py.hdr +0 -0
- package/es/catalog/envMap/pz.hdr +0 -0
- package/es/catalog/export.js +0 -0
- package/es/catalog/factories/area-factory-3d.js +0 -182
- package/es/catalog/factories/area-factory.js +0 -78
- package/es/catalog/factories/export.js +0 -7
- package/es/catalog/factories/wall-factory-3d.js +0 -202
- package/es/catalog/factories/wall-factory.js +0 -267
- package/es/catalog/holes/door-closet/planner-element.js +0 -222
- package/es/catalog/holes/door-double/door_double.png +0 -0
- package/es/catalog/holes/door-double/planner-element.js +0 -315
- package/es/catalog/holes/door-exterior/planner-element.js +0 -215
- package/es/catalog/holes/door-interior/planner-element.js +0 -227
- package/es/catalog/holes/door-panic/panicDoor.png +0 -0
- package/es/catalog/holes/door-panic/planner-element.js +0 -503
- package/es/catalog/holes/door-panic-double/panicDoorDouble.png +0 -0
- package/es/catalog/holes/door-panic-double/planner-element.js +0 -463
- package/es/catalog/holes/door-sliding/planner-element.js +0 -225
- package/es/catalog/holes/doorway-framed/planner-element.js +0 -145
- package/es/catalog/holes/doorway-frameless/planner-element.js +0 -104
- package/es/catalog/holes/export.js +0 -13
- package/es/catalog/holes/gate/gate.jpg +0 -0
- package/es/catalog/holes/window-clear/planner-element.js +0 -166
- package/es/catalog/holes/window-clear/texture.png +0 -0
- package/es/catalog/holes/window-cross/planner-element.js +0 -165
- package/es/catalog/holes/window-cross/texture.png +0 -0
- package/es/catalog/holes/window-double-hung/planner-element.js +0 -303
- package/es/catalog/holes/window-double-hung/texture.png +0 -0
- package/es/catalog/holes/window-vertical/planner-element.js +0 -276
- package/es/catalog/holes/window-vertical/texture.png +0 -0
- package/es/catalog/lines/wall/planner-element.js +0 -79
- package/es/catalog/lines/wall/textures/bricks2.jpg +0 -0
- package/es/catalog/lines/wall/textures/bricks3.jpg +0 -0
- package/es/catalog/lines/wall/textures/painted-normal.jpg +0 -0
- package/es/catalog/molding/molding-dcm/planner-element.js +0 -26
- package/es/catalog/molding/molding-dcm/texture.png +0 -0
- package/es/catalog/molding/molding-fbm/planner-element.js +0 -26
- package/es/catalog/molding/molding-fbm/texture.png +0 -0
- package/es/catalog/molding/molding-lrm/planner-element.js +0 -26
- package/es/catalog/molding/molding-lrm/texture.png +0 -0
- package/es/catalog/properties/export.js +0 -21
- package/es/catalog/properties/property-checkbox.js +0 -68
- package/es/catalog/properties/property-color.js +0 -39
- package/es/catalog/properties/property-enum.js +0 -50
- package/es/catalog/properties/property-hidden.js +0 -19
- package/es/catalog/properties/property-lenght-measure.js +0 -96
- package/es/catalog/properties/property-length-measure.js +0 -80
- package/es/catalog/properties/property-length-measure_hole.js +0 -96
- package/es/catalog/properties/property-number.js +0 -48
- package/es/catalog/properties/property-read-only.js +0 -26
- package/es/catalog/properties/property-string.js +0 -48
- package/es/catalog/properties/property-toggle.js +0 -39
- package/es/catalog/properties/shared-property-style.js +0 -14
- package/es/catalog/utils/FuseUtils.js +0 -79
- package/es/catalog/utils/exporter.js +0 -161
- package/es/catalog/utils/geom-utils.js +0 -189
- package/es/catalog/utils/item-loader.js +0 -1602
- package/es/catalog/utils/load-obj.js +0 -91
- package/es/catalog/utils/mtl-loader.js +0 -357
- package/es/catalog/utils/obj-loader.js +0 -476
- package/es/catalog/windows.png +0 -0
- package/es/class/FuseUtils.js +0 -79
- package/es/class/area.js +0 -141
- package/es/class/export.js +0 -24
- package/es/class/group.js +0 -431
- package/es/class/guide.js +0 -58
- package/es/class/hole.js +0 -924
- package/es/class/item.js +0 -1884
- package/es/class/layer.js +0 -663
- package/es/class/line.js +0 -1229
- package/es/class/project.js +0 -937
- package/es/class/vertex.js +0 -198
- package/es/components/content.js +0 -135
- package/es/components/export.js +0 -9
- package/es/components/style/button.js +0 -106
- package/es/components/style/cancel-button.js +0 -21
- package/es/components/style/content-container.js +0 -30
- package/es/components/style/content-title.js +0 -25
- package/es/components/style/delete-button.js +0 -24
- package/es/components/style/export.js +0 -31
- package/es/components/style/form-block.js +0 -20
- package/es/components/style/form-color-input.js +0 -26
- package/es/components/style/form-label.js +0 -22
- package/es/components/style/form-number-input.js +0 -192
- package/es/components/style/form-number-input_2.js +0 -238
- package/es/components/style/form-select.js +0 -19
- package/es/components/style/form-slider.js +0 -60
- package/es/components/style/form-submit-button.js +0 -25
- package/es/components/style/form-text-input.js +0 -69
- package/es/components/viewer2d/area.js +0 -81
- package/es/components/viewer2d/export.js +0 -31
- package/es/components/viewer2d/grids/grid-horizontal-streak.js +0 -36
- package/es/components/viewer2d/grids/grid-streak.js +0 -36
- package/es/components/viewer2d/grids/grid-vertical-streak.js +0 -36
- package/es/components/viewer2d/grids/grids.js +0 -30
- package/es/components/viewer2d/group.js +0 -48
- package/es/components/viewer2d/item.js +0 -242
- package/es/components/viewer2d/layer.js +0 -164
- package/es/components/viewer2d/line.js +0 -997
- package/es/components/viewer2d/ruler.js +0 -84
- package/es/components/viewer2d/rulerDist.js +0 -102
- package/es/components/viewer2d/rulerX.js +0 -142
- package/es/components/viewer2d/rulerY.js +0 -144
- package/es/components/viewer2d/scene.js +0 -108
- package/es/components/viewer2d/snap.js +0 -74
- package/es/components/viewer2d/state.js +0 -73
- package/es/components/viewer2d/utils.js +0 -193
- package/es/components/viewer2d/vertex.js +0 -66
- package/es/components/viewer2d/viewer2d.js +0 -1405
- package/es/components/viewer3d/camera-controls-module/camera-controls.module.js +0 -2585
- package/es/components/viewer3d/dcm.js +0 -401
- package/es/components/viewer3d/fbm.js +0 -414
- package/es/components/viewer3d/front3D.js +0 -62
- package/es/components/viewer3d/grid-creator.js +0 -25
- package/es/components/viewer3d/grids/grid-horizontal-streak.js +0 -36
- package/es/components/viewer3d/grids/grid-streak.js +0 -27
- package/es/components/viewer3d/grids/grid-vertical-streak.js +0 -36
- package/es/components/viewer3d/libs/first-person-controls.js +0 -67
- package/es/components/viewer3d/libs/helvetiker_regular.typeface.js +0 -1281
- package/es/components/viewer3d/libs/mtl-loader.js +0 -357
- package/es/components/viewer3d/libs/obj-loader.js +0 -462
- package/es/components/viewer3d/libs/orbit-controls.js +0 -697
- package/es/components/viewer3d/libs/pointer-lock-controls.js +0 -44
- package/es/components/viewer3d/lrm.js +0 -305
- package/es/components/viewer3d/model.js +0 -708
- package/es/components/viewer3d/pointer-lock-navigation.js +0 -115
- package/es/components/viewer3d/ruler-utils/itemRect.js +0 -61
- package/es/components/viewer3d/ruler-utils/layer3D.js +0 -495
- package/es/components/viewer3d/ruler-utils/ruler3D.js +0 -224
- package/es/components/viewer3d/ruler-utils/scene3D.js +0 -59
- package/es/components/viewer3d/ruler-utils/state3D.js +0 -18
- package/es/components/viewer3d/scene-creator.js +0 -3818
- package/es/components/viewer3d/three-memory-cleaner.js +0 -51
- package/es/components/viewer3d/viewer3d-first-person.js +0 -311
- package/es/components/viewer3d/viewer3d.js +0 -2654
- package/es/constants.js +0 -769
- package/es/index.html.ejs +0 -264
- package/es/models.js +0 -512
- package/es/plugins/SVGLoader.js +0 -1414
- package/es/plugins/console-debugger.js +0 -34
- package/es/plugins/export.js +0 -7
- package/es/plugins/keyboard.js +0 -110
- package/es/reducers/areas-reducer.js +0 -12
- package/es/reducers/export.js +0 -25
- package/es/reducers/groups-reducer.js +0 -38
- package/es/reducers/holes-reducer.js +0 -62
- package/es/reducers/items-reducer.js +0 -143
- package/es/reducers/lines-reducer.js +0 -45
- package/es/reducers/project-reducer.js +0 -136
- package/es/reducers/reducer.js +0 -19
- package/es/reducers/scene-reducer.js +0 -28
- package/es/reducers/user-reducer.js +0 -41
- package/es/reducers/vertices-reducer.js +0 -19
- package/es/reducers/viewer2d-reducer.js +0 -77
- package/es/reducers/viewer3d-reducer.js +0 -58
- package/es/shared-style.js +0 -66
- package/es/translator/en.js +0 -104
- package/es/translator/it.js +0 -79
- package/es/translator/ru.js +0 -79
- package/es/translator/translator.js +0 -80
- package/es/utils/browser.js +0 -33
- package/es/utils/convert-units-lite.js +0 -29
- package/es/utils/email-validator.js +0 -4
- package/es/utils/export.js +0 -25
- package/es/utils/geometry.js +0 -2609
- package/es/utils/get-edges-of-subgraphs.js +0 -26
- package/es/utils/graph-cycles.js +0 -238
- package/es/utils/graph-inner-cycles.js +0 -46
- package/es/utils/graph.js +0 -145
- package/es/utils/helper.js +0 -436
- package/es/utils/history.js +0 -29
- package/es/utils/id-broker.js +0 -15
- package/es/utils/isolate-event-handler.js +0 -1622
- package/es/utils/logger.js +0 -8
- package/es/utils/math.js +0 -50
- package/es/utils/molding.js +0 -1347
- package/es/utils/name-generator.js +0 -17
- package/es/utils/objects-utils.js +0 -50
- package/es/utils/phone-validator.js +0 -4
- package/es/utils/process-black-list.js +0 -15
- package/es/utils/react-if.js +0 -18
- package/es/utils/ruler.js +0 -58
- package/es/utils/snap-scene.js +0 -94
- package/es/utils/snap.js +0 -231
- package/es/utils/summarizeCart.js +0 -24
- package/es/utils/threeCSG.es6.js +0 -494
- package/es/version.js +0 -1
- /package/es/{catalog/lines/wall/textures/plaster-normal.jpg → 1fc74a85baa030dbc913.jpg} +0 -0
- /package/es/{catalog/lines/wall/wall.png → 30a49a74d9bd10068b65.png} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks-normal2.jpg → 340a84d3930143a53545.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/morden-normal.jpg → 5c8d36b3e7223934f447.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks-normal.jpg → 81e7a7e6edf162e88b44.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/morden.jpg → 8fe0f1210d8ba435a790.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/bricks.jpg → a07d30a04bda8ee03491.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/painted.jpg → bee3f62687a97bcc3d9f.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/strand-porcelain.jpg → c232d250fd899392b1b7.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/tile1.jpg → c7ae6f4de09134ebe588.jpg} +0 -0
- /package/es/{catalog/lines/wall/textures/plaster.jpg → dad5ee758630256ee702.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/grass.jpg → e470a2ce76062955fa98.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/parquet.jpg → e5ae13166775e7d071e4.jpg} +0 -0
- /package/es/{catalog/areas/area/textures/ceramic-tile.jpg → e8e5de0892f5375460bd.jpg} +0 -0
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.160071in" height="0.155728in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 101.29 98.54"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:#494949;stroke-width:4.39;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.fil1 {fill:none}
|
|
13
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
14
|
-
]]>
|
|
15
|
-
</style>
|
|
16
|
-
</defs>
|
|
17
|
-
<g id="design">
|
|
18
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
19
|
-
<g id="_2802907554496">
|
|
20
|
-
<path class="fil0" d="M101.29 0l0 70.47c0,15.44 -12.63,28.07 -28.07,28.07l-73.22 0 0 -98.54 101.29 0z"/>
|
|
21
|
-
<g>
|
|
22
|
-
<line class="fil1 str0" x1="50.65" y1="54.8" x2="61.69" y2= "43.74" />
|
|
23
|
-
<line class="fil1 str0" x1="50.65" y1="54.79" x2="39.6" y2= "43.75" />
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.133339in" height="0.133339in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 21.26 21.26"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.fil1 {fill:#494949}
|
|
12
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
13
|
-
]]>
|
|
14
|
-
</style>
|
|
15
|
-
</defs>
|
|
16
|
-
<g id="design">
|
|
17
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
18
|
-
<g id="_1995302310832">
|
|
19
|
-
<path class="fil0" d="M10.63 0c5.87,0 10.63,4.76 10.63,10.63 0,5.87 -4.76,10.63 -10.63,10.63 -5.87,0 -10.63,-4.76 -10.63,-10.63 0,-5.87 4.76,-10.63 10.63,-10.63z"/>
|
|
20
|
-
<path class="fil1" d="M16.52 8.75c0.66,0 1.19,0.53 1.19,1.19l0 1.39c0,0.65 -0.53,1.19 -1.19,1.19l-0.38 0c-0.08,0 -0.16,0.05 -0.19,0.13 -0.04,0.11 -0.09,0.22 -0.14,0.33 -0.03,0.08 -0.02,0.16 0.04,0.22l0.27 0.27c0.46,0.46 0.46,1.21 0,1.68l-0.98 0.98c-0.46,0.46 -1.21,0.46 -1.68,0l-0.27 -0.27c-0.06,-0.06 -0.15,-0.08 -0.22,-0.04 -0.11,0.05 -0.22,0.1 -0.34,0.14 -0.08,0.03 -0.13,0.1 -0.13,0.18l0 0.38c0,0.66 -0.53,1.19 -1.19,1.19l-1.39 0c-0.65,0 -1.19,-0.53 -1.19,-1.19l0 -0.38c0,-0.08 -0.05,-0.16 -0.13,-0.19 -0.11,-0.04 -0.22,-0.09 -0.33,-0.14 -0.08,-0.03 -0.17,-0.02 -0.22,0.04l-0.27 0.27c-0.46,0.46 -1.21,0.46 -1.68,0l-0.98 -0.98c-0.46,-0.46 -0.46,-1.21 0,-1.68l0.27 -0.27c0.06,-0.06 0.08,-0.15 0.04,-0.22 -0.05,-0.11 -0.1,-0.22 -0.14,-0.34 -0.03,-0.08 -0.1,-0.13 -0.18,-0.13l-0.38 0c-0.66,0 -1.19,-0.53 -1.19,-1.19l0 -1.39c0,-0.65 0.53,-1.19 1.19,-1.19l0.38 0c0.08,0 0.16,-0.05 0.19,-0.13 0.04,-0.11 0.09,-0.23 0.14,-0.34 0.03,-0.08 0.02,-0.16 -0.04,-0.22l-0.27 -0.27c-0.46,-0.46 -0.46,-1.21 0,-1.68l0.98 -0.98c0.46,-0.46 1.21,-0.46 1.68,-0l0.27 0.27c0.06,0.06 0.15,0.08 0.22,0.04 0.11,-0.05 0.22,-0.1 0.34,-0.14 0.08,-0.03 0.13,-0.1 0.13,-0.18l0 -0.38c0,-0.66 0.53,-1.19 1.19,-1.19l1.39 0c0.65,0 1.19,0.53 1.19,1.19l0 0.38c0,0.08 0.05,0.16 0.13,0.19 0.11,0.04 0.22,0.09 0.33,0.14 0.08,0.03 0.16,0.02 0.22,-0.04l0.27 -0.27c0.46,-0.46 1.21,-0.46 1.68,0l0.98 0.98c0.46,0.46 0.46,1.21 0,1.68l-0.27 0.27c-0.06,0.06 -0.08,0.15 -0.04,0.22 0.05,0.11 0.1,0.22 0.14,0.34 0.03,0.08 0.1,0.13 0.18,0.13l0.38 0zm-5.89 -1.81c1.02,0 1.94,0.41 2.61,1.08 0.67,0.67 1.08,1.59 1.08,2.61 0,1.02 -0.41,1.94 -1.08,2.6 -0.67,0.67 -1.59,1.08 -2.61,1.08 -1.02,0 -1.94,-0.41 -2.61,-1.08 -0.67,-0.67 -1.08,-1.59 -1.08,-2.61 0,-1.02 0.41,-1.94 1.08,-2.61 0.67,-0.67 1.59,-1.08 2.61,-1.08zm1.86 1.83c-0.48,-0.47 -1.13,-0.77 -1.86,-0.77 -0.72,0 -1.38,0.29 -1.85,0.77 -0.47,0.47 -0.77,1.13 -0.77,1.85 0,0.72 0.29,1.38 0.77,1.85 0.47,0.48 1.13,0.77 1.85,0.77 0.73,0 1.38,-0.29 1.85,-0.77 0.48,-0.47 0.77,-1.13 0.77,-1.86 0,-0.73 -0.29,-1.38 -0.77,-1.85zm4.24 2.55l0 -1.39c0,-0.11 -0.09,-0.2 -0.2,-0.2l-0.38 0c-0.49,0 -0.93,-0.31 -1.11,-0.76 -0.04,-0.09 -0.07,-0.19 -0.12,-0.28 -0.2,-0.45 -0.11,-0.98 0.24,-1.33l0.27 -0.27c0.08,-0.08 0.08,-0.21 0,-0.28l-0.98 -0.98c-0.08,-0.08 -0.21,-0.08 -0.28,0l-0.27 0.27c-0.35,0.35 -0.88,0.44 -1.33,0.24 -0.09,-0.04 -0.18,-0.08 -0.28,-0.12 -0.46,-0.18 -0.76,-0.62 -0.76,-1.11l0 -0.38c0,-0.11 -0.09,-0.2 -0.2,-0.2l-1.39 0c-0.11,0 -0.2,0.09 -0.2,0.2l0 0.38c0,0.49 -0.31,0.93 -0.77,1.11 -0.09,0.04 -0.19,0.07 -0.28,0.12 -0.45,0.2 -0.98,0.11 -1.33,-0.24l-0.27 -0.27c-0.08,-0.08 -0.21,-0.08 -0.28,0l-0.98 0.98c-0.08,0.08 -0.08,0.21 0,0.28l0.27 0.27c0.35,0.35 0.44,0.88 0.24,1.33 -0.04,0.09 -0.08,0.18 -0.12,0.28 -0.18,0.46 -0.62,0.76 -1.11,0.76l-0.38 0c-0.11,0 -0.2,0.09 -0.2,0.2l0 1.39c0,0.11 0.09,0.2 0.2,0.2l0.38 0c0.49,0 0.93,0.31 1.11,0.77 0.04,0.09 0.07,0.19 0.12,0.28 0.2,0.45 0.11,0.98 -0.24,1.33l-0.27 0.27c-0.08,0.08 -0.08,0.21 0,0.28l0.98 0.98c0.08,0.08 0.21,0.08 0.28,0l0.27 -0.27c0.35,-0.35 0.88,-0.44 1.33,-0.24 0.09,0.04 0.18,0.08 0.28,0.12 0.46,0.18 0.76,0.62 0.76,1.11l0 0.38c0,0.11 0.09,0.2 0.2,0.2l1.39 0c0.11,0 0.2,-0.09 0.2,-0.2l0 -0.38c0,-0.49 0.31,-0.93 0.76,-1.11 0.09,-0.04 0.19,-0.07 0.28,-0.12 0.45,-0.2 0.98,-0.11 1.33,0.24l0.27 0.27c0.08,0.08 0.21,0.08 0.28,0l0.98 -0.98c0.08,-0.08 0.08,-0.21 0,-0.28l-0.27 -0.27c-0.35,-0.35 -0.44,-0.88 -0.24,-1.33 0.04,-0.09 0.08,-0.18 0.12,-0.28 0.18,-0.46 0.62,-0.76 1.11,-0.76l0.38 0c0.11,0 0.2,-0.09 0.2,-0.2z"/>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
</svg>
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="12.5"
|
|
13
|
-
height="19.5"
|
|
14
|
-
id="svg3012"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 3">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs3014" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="11.197802"
|
|
28
|
-
inkscape:cx="16"
|
|
29
|
-
inkscape:cy="16"
|
|
30
|
-
inkscape:current-layer="layer1"
|
|
31
|
-
showgrid="true"
|
|
32
|
-
inkscape:grid-bbox="true"
|
|
33
|
-
inkscape:document-units="px"
|
|
34
|
-
inkscape:window-width="751"
|
|
35
|
-
inkscape:window-height="611"
|
|
36
|
-
inkscape:window-x="695"
|
|
37
|
-
inkscape:window-y="227"
|
|
38
|
-
inkscape:window-maximized="0" />
|
|
39
|
-
<metadata
|
|
40
|
-
id="metadata3017">
|
|
41
|
-
<rdf:RDF>
|
|
42
|
-
<cc:Work
|
|
43
|
-
rdf:about="">
|
|
44
|
-
<dc:format>image/svg+xml</dc:format>
|
|
45
|
-
<dc:type
|
|
46
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
47
|
-
<dc:title></dc:title>
|
|
48
|
-
</cc:Work>
|
|
49
|
-
</rdf:RDF>
|
|
50
|
-
</metadata>
|
|
51
|
-
<g
|
|
52
|
-
id="layer1"
|
|
53
|
-
inkscape:label="Layer 1"
|
|
54
|
-
inkscape:groupmode="layer"
|
|
55
|
-
transform="translate(0,-12.5)">
|
|
56
|
-
<g
|
|
57
|
-
style="fill:none"
|
|
58
|
-
id="g3034"
|
|
59
|
-
transform="translate(-683.75,-729.75)">
|
|
60
|
-
<g
|
|
61
|
-
id="g3022"
|
|
62
|
-
clip-path="url(#clip19_0_1)">
|
|
63
|
-
<path
|
|
64
|
-
id="path3024"
|
|
65
|
-
d="m 688.172,757 c 0.718,2.414 1.94,4 3.328,4 2.21,0 4,-4.03 4,-9 0,-4.97 -1.79,-9 -4,-9 -2.21,0 -4,4.03 -4,9"
|
|
66
|
-
inkscape:connector-curvature="0"
|
|
67
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
68
|
-
<path
|
|
69
|
-
id="path3026"
|
|
70
|
-
d="m 690.5,749 -3,3 -3,-3"
|
|
71
|
-
inkscape:connector-curvature="0"
|
|
72
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
</g>
|
|
76
|
-
</svg>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="19.5"
|
|
13
|
-
height="12.5"
|
|
14
|
-
id="svg2"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 1">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs4" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="15.839192"
|
|
28
|
-
inkscape:cx="10.543469"
|
|
29
|
-
inkscape:cy="9.5393092"
|
|
30
|
-
inkscape:document-units="px"
|
|
31
|
-
inkscape:current-layer="layer1"
|
|
32
|
-
showgrid="false"
|
|
33
|
-
inkscape:window-width="840"
|
|
34
|
-
inkscape:window-height="647"
|
|
35
|
-
inkscape:window-x="641"
|
|
36
|
-
inkscape:window-y="259"
|
|
37
|
-
inkscape:window-maximized="0" />
|
|
38
|
-
<metadata
|
|
39
|
-
id="metadata7">
|
|
40
|
-
<rdf:RDF>
|
|
41
|
-
<cc:Work
|
|
42
|
-
rdf:about="">
|
|
43
|
-
<dc:format>image/svg+xml</dc:format>
|
|
44
|
-
<dc:type
|
|
45
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
46
|
-
<dc:title></dc:title>
|
|
47
|
-
</cc:Work>
|
|
48
|
-
</rdf:RDF>
|
|
49
|
-
</metadata>
|
|
50
|
-
<g
|
|
51
|
-
inkscape:label="Layer 1"
|
|
52
|
-
inkscape:groupmode="layer"
|
|
53
|
-
id="layer1"
|
|
54
|
-
transform="translate(0,-1039.8622)">
|
|
55
|
-
<g
|
|
56
|
-
style="fill:none"
|
|
57
|
-
id="g2999"
|
|
58
|
-
transform="translate(-629.75,279.6122)">
|
|
59
|
-
<g
|
|
60
|
-
id="g2987"
|
|
61
|
-
clip-path="url(#clip18_0_1)">
|
|
62
|
-
<path
|
|
63
|
-
id="path2989"
|
|
64
|
-
d="m 634.5,764.672 c -2.414,0.718 -4,1.94 -4,3.328 0,2.21 4.03,4 9,4 4.97,0 9,-1.79 9,-4 0,-2.21 -4.03,-4 -9,-4"
|
|
65
|
-
inkscape:connector-curvature="0"
|
|
66
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
67
|
-
<path
|
|
68
|
-
id="path2991"
|
|
69
|
-
d="m 642.5,767 -3,-3 3,-3"
|
|
70
|
-
inkscape:connector-curvature="0"
|
|
71
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
72
|
-
</g>
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
</svg>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="19.5"
|
|
13
|
-
height="12.5"
|
|
14
|
-
id="svg3004"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs3006" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="9.8994949"
|
|
28
|
-
inkscape:cx="63.9386"
|
|
29
|
-
inkscape:cy="10.50419"
|
|
30
|
-
inkscape:document-units="px"
|
|
31
|
-
inkscape:current-layer="layer1"
|
|
32
|
-
showgrid="false"
|
|
33
|
-
inkscape:window-width="1920"
|
|
34
|
-
inkscape:window-height="1017"
|
|
35
|
-
inkscape:window-x="-8"
|
|
36
|
-
inkscape:window-y="-8"
|
|
37
|
-
inkscape:window-maximized="1" />
|
|
38
|
-
<metadata
|
|
39
|
-
id="metadata3009">
|
|
40
|
-
<rdf:RDF>
|
|
41
|
-
<cc:Work
|
|
42
|
-
rdf:about="">
|
|
43
|
-
<dc:format>image/svg+xml</dc:format>
|
|
44
|
-
<dc:type
|
|
45
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
46
|
-
<dc:title></dc:title>
|
|
47
|
-
</cc:Work>
|
|
48
|
-
</rdf:RDF>
|
|
49
|
-
</metadata>
|
|
50
|
-
<g
|
|
51
|
-
inkscape:label="Layer 1"
|
|
52
|
-
inkscape:groupmode="layer"
|
|
53
|
-
id="layer1"
|
|
54
|
-
transform="translate(0,-1039.8622)">
|
|
55
|
-
<g
|
|
56
|
-
style="fill:none"
|
|
57
|
-
id="g3026"
|
|
58
|
-
transform="translate(-629.75,308.6122)">
|
|
59
|
-
<g
|
|
60
|
-
id="g3014"
|
|
61
|
-
clip-path="url(#clip17_0_1)">
|
|
62
|
-
<path
|
|
63
|
-
id="path3016"
|
|
64
|
-
d="m 644.5,739.328 c 2.414,-0.718 4,-1.94 4,-3.328 0,-2.21 -4.03,-4 -9,-4 -4.97,0 -9,1.79 -9,4 0,2.21 4.03,4 9,4"
|
|
65
|
-
inkscape:connector-curvature="0"
|
|
66
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
67
|
-
<path
|
|
68
|
-
id="path3018"
|
|
69
|
-
d="m 636.5,737 3,3 -3,3"
|
|
70
|
-
inkscape:connector-curvature="0"
|
|
71
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
72
|
-
</g>
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
</svg>
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="12.5"
|
|
13
|
-
height="19.5"
|
|
14
|
-
id="svg2985"
|
|
15
|
-
version="1.1"
|
|
16
|
-
inkscape:version="0.48.4 r9939"
|
|
17
|
-
sodipodi:docname="New document 2">
|
|
18
|
-
<defs
|
|
19
|
-
id="defs2987" />
|
|
20
|
-
<sodipodi:namedview
|
|
21
|
-
id="base"
|
|
22
|
-
pagecolor="#ffffff"
|
|
23
|
-
bordercolor="#666666"
|
|
24
|
-
borderopacity="1.0"
|
|
25
|
-
inkscape:pageopacity="0.0"
|
|
26
|
-
inkscape:pageshadow="2"
|
|
27
|
-
inkscape:zoom="11.197802"
|
|
28
|
-
inkscape:cx="16"
|
|
29
|
-
inkscape:cy="16"
|
|
30
|
-
inkscape:current-layer="layer1"
|
|
31
|
-
showgrid="true"
|
|
32
|
-
inkscape:grid-bbox="true"
|
|
33
|
-
inkscape:document-units="px"
|
|
34
|
-
inkscape:window-width="1027"
|
|
35
|
-
inkscape:window-height="652"
|
|
36
|
-
inkscape:window-x="130"
|
|
37
|
-
inkscape:window-y="130"
|
|
38
|
-
inkscape:window-maximized="0" />
|
|
39
|
-
<metadata
|
|
40
|
-
id="metadata2990">
|
|
41
|
-
<rdf:RDF>
|
|
42
|
-
<cc:Work
|
|
43
|
-
rdf:about="">
|
|
44
|
-
<dc:format>image/svg+xml</dc:format>
|
|
45
|
-
<dc:type
|
|
46
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
47
|
-
<dc:title></dc:title>
|
|
48
|
-
</cc:Work>
|
|
49
|
-
</rdf:RDF>
|
|
50
|
-
</metadata>
|
|
51
|
-
<g
|
|
52
|
-
id="layer1"
|
|
53
|
-
inkscape:label="Layer 1"
|
|
54
|
-
inkscape:groupmode="layer"
|
|
55
|
-
transform="translate(0,-12.5)">
|
|
56
|
-
<g
|
|
57
|
-
style="fill:none"
|
|
58
|
-
id="g3007"
|
|
59
|
-
transform="translate(-542.75,-689.75)">
|
|
60
|
-
<g
|
|
61
|
-
id="g2995"
|
|
62
|
-
clip-path="url(#clip16_115_320272)">
|
|
63
|
-
<path
|
|
64
|
-
id="path2997"
|
|
65
|
-
d="m 550.828,707 c -0.718,-2.414 -1.94,-4 -3.328,-4 -2.21,0 -4,4.03 -4,9 0,4.97 1.79,9 4,9 2.21,0 4,-4.03 4,-9"
|
|
66
|
-
inkscape:connector-curvature="0"
|
|
67
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
68
|
-
<path
|
|
69
|
-
id="path2999"
|
|
70
|
-
d="m 548.5,715 3,-3 3,3"
|
|
71
|
-
inkscape:connector-curvature="0"
|
|
72
|
-
style="stroke:#4c12a1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round" />
|
|
73
|
-
</g>
|
|
74
|
-
</g>
|
|
75
|
-
</g>
|
|
76
|
-
</svg>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.681488in" height="0.0941457in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 679.14 93.82"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<font id="FontID0" horiz-adv-x="683" font-variant="normal" style="fill-rule:nonzero" font-style="normal" font-weight="700">
|
|
10
|
-
<font-face
|
|
11
|
-
font-family="Proxima Nova Rg">
|
|
12
|
-
<font-face-src>
|
|
13
|
-
<font-face-name name="Proxima Nova Bold"/>
|
|
14
|
-
</font-face-src>
|
|
15
|
-
</font-face>
|
|
16
|
-
<missing-glyph><path d="M0 0z"/></missing-glyph>
|
|
17
|
-
<glyph unicode="S" horiz-adv-x="600" d="M302.997 -11.9884c180.019,0 267.032,91.9755 267.032,213.986 0,248.985 -383.049,178.021 -383.049,283.983 0,40.0258 34.0316,67.0319 95.0048,67.0319 67.9987,0 139.994,-23.01 194.006,-73.0261l79.0203 104.028c-66.0006,60.9733 -153.98,93.0068 -260.006,93.0068 -157.009,0 -252.981,-92.04 -252.981,-203.029 0,-250.983 383.951,-169.965 383.951,-287.979 0,-38.0277 -37.9633,-73.9929 -115.952,-73.9929 -92.04,0 -165.002,40.9926 -212.053,89.9774l-76.9578 -108.024c62.0045,-62.9713 153.98,-105.962 281.985,-105.962z"/>
|
|
18
|
-
<glyph unicode="i" horiz-adv-x="252" d="M126.007 535.031c42.0238,0 75.991,33.9671 75.991,75.991 0,41.9594 -33.9671,74.9597 -75.991,74.9597 -40.9926,0 -75.991,-33.0003 -75.991,-74.9597 0,-42.0238 34.9984,-75.991 75.991,-75.991zm64.0026 -535.031l0 483.016 -127.038 0 0 -483.016 127.038 0z"/>
|
|
19
|
-
<glyph unicode="n" horiz-adv-x="578" d="M516.017 0l0 341.025c0,93.9736 -51.0474,153.98 -157.009,153.98 -79.0203,0 -137.995,-38.0277 -168.998,-75.0242l0 63.0358 -127.038 0 0 -483.016 127.038 0 0 324.976c21.0119,29.0042 60.0064,57.0416 109.958,57.0416 54.0122,0 89.0106,-23.01 89.0106,-90.0419l0 -291.976 127.038 0z"/>
|
|
20
|
-
<glyph unicode="p" horiz-adv-x="582" d="M339.027 -11.9884c123.945,0 213.986,93.0068 213.986,254.012 0,161.005 -90.0419,252.981 -213.986,252.981 -59.0396,0 -112.021,-25.9749 -149.017,-73.0261l0 61.0377 -127.038 0 0 -667.032 127.038 0 0 246.02c38.9945,-50.0161 91.9755,-73.9929 149.017,-73.9929zm-40.0258 112.987c-40.9926,0 -87.9794,25.0081 -108.991,54.9791l0 170.996c21.0119,31.0023 67.9987,55.0435 108.991,55.0435 73.0261,0 122.011,-57.0416 122.011,-139.994 0,-84.0477 -48.9849,-141.025 -122.011,-141.025z"/>
|
|
21
|
-
</font>
|
|
22
|
-
<style type="text/css">
|
|
23
|
-
<![CDATA[
|
|
24
|
-
@font-face { font-family:"Proxima Nova Rg";font-variant:normal;font-style:normal;font-weight:bold;src:url("#FontID0") format(svg)}
|
|
25
|
-
.str1 {stroke:white;stroke-width:5.65;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
26
|
-
.str0 {stroke:white;stroke-width:6.91;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
27
|
-
.fil2 {fill:none}
|
|
28
|
-
.fil0 {fill:#096E9C}
|
|
29
|
-
.fil1 {fill:white}
|
|
30
|
-
.fnt0 {font-weight:bold;font-size:60.87px;font-family:'Proxima Nova Rg'}
|
|
31
|
-
]]>
|
|
32
|
-
</style>
|
|
33
|
-
</defs>
|
|
34
|
-
<g id="design">
|
|
35
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
36
|
-
<g id="_2802909718240">
|
|
37
|
-
<path class="fil0" d="M44.21 0l590.73 0c24.31,0 44.21,19.9 44.21,44.21l0 49.62 -679.14 0 0 -49.62c0,-24.31 19.89,-44.21 44.21,-44.21z"/>
|
|
38
|
-
<text x="278.15" y="69.4" class="fil1 fnt0">Spin</text>
|
|
39
|
-
<g>
|
|
40
|
-
<path class="fil2 str0" d="M59.51 29.43c-9.81,-9.96 -19.74,-14.05 -25.14,-10.36 -7.33,5.02 -4.03,22.6 7.39,39.28 11.41,16.68 26.61,26.13 33.94,21.11 5.75,-3.94 5.08,-15.83 -1.63,-29.47"/>
|
|
41
|
-
<g>
|
|
42
|
-
<line class="fil2 str1" x1="63.52" y1="33.78" x2="63.2" y2= "23.73" />
|
|
43
|
-
<line class="fil2 str1" x1="63.52" y1="33.78" x2="53.48" y2= "33.26" />
|
|
44
|
-
</g>
|
|
45
|
-
</g>
|
|
46
|
-
</g>
|
|
47
|
-
</g>
|
|
48
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.160071in" height="0.155728in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 37.47 36.45"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str1 {stroke:#494949;stroke-width:1.33;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.str0 {stroke:#494949;stroke-width:1.62;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_2802912366976">
|
|
21
|
-
<path class="fil0" d="M37.47 36.45l-27.09 0c-5.71,0 -10.38,-4.67 -10.38,-10.38l0 -26.07 37.47 0 0 36.45z"/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M15.51 15.02c-3.24,0.56 -5.36,1.93 -5.37,3.47 -0.01,2.09 3.82,3.8 8.57,3.83 4.75,0.03 8.6,-1.64 8.62,-3.73 0.01,-1.64 -2.37,-3.1 -5.91,-3.63"/>
|
|
24
|
-
<g>
|
|
25
|
-
<line class="fil1 str1" x1="16.88" y1="14.83" x2="14.9" y2= "13.55" />
|
|
26
|
-
<line class="fil1 str1" x1="16.88" y1="14.83" x2="15.44" y2= "16.7" />
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.157429in" height="0.155728in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 23.95 23.69"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str1 {stroke:#494949;stroke-width:0.86;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.str0 {stroke:#494949;stroke-width:1.05;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_2802904231728">
|
|
21
|
-
<polygon class="fil0" points="23.95,23.69 -0,23.69 -0,0 23.95,0 "/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M14.07 13.74c2.1,-0.36 3.48,-1.25 3.49,-2.25 0.01,-1.36 -2.48,-2.47 -5.57,-2.49 -3.08,-0.02 -5.59,1.06 -5.6,2.42 -0.01,1.06 1.54,2.01 3.84,2.36"/>
|
|
24
|
-
<g>
|
|
25
|
-
<line class="fil1 str1" x1="13.18" y1="13.86" x2="14.47" y2= "14.69" />
|
|
26
|
-
<line class="fil1 str1" x1="13.18" y1="13.86" x2="14.12" y2= "12.65" />
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.157429in" height="0.155728in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 17.95 17.75"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str1 {stroke:#494949;stroke-width:0.65;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.str0 {stroke:#494949;stroke-width:0.79;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_2802905702272">
|
|
21
|
-
<polygon class="fil0" points="17.95,17.75 -0,17.75 -0,0 17.95,0 "/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M7.56 10.46c0.28,1.57 0.96,2.6 1.7,2.6 1.02,0 1.84,-1.87 1.84,-4.19 0,-2.31 -0.82,-4.19 -1.84,-4.19 -0.8,0 -1.5,1.17 -1.75,2.89"/>
|
|
24
|
-
<g>
|
|
25
|
-
<line class="fil1 str1" x1="7.46" y1="9.79" x2="6.84" y2= "10.76" />
|
|
26
|
-
<line class="fil1 str1" x1="7.46" y1="9.79" x2="8.38" y2= "10.49" />
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.160071in" height="0.155728in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 14.84 14.44"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str1 {stroke:#494949;stroke-width:0.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
12
|
-
.str0 {stroke:#494949;stroke-width:0.64;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_2802912084976">
|
|
21
|
-
<path class="fil0" d="M14.84 0l0 10.32c0,2.26 -1.85,4.11 -4.11,4.11l-10.73 0 0 -14.44 14.84 0z"/>
|
|
22
|
-
<g>
|
|
23
|
-
<path class="fil1 str0" d="M8.57 5.93c-0.23,-1.28 -0.78,-2.12 -1.38,-2.12 -0.83,-0 -1.5,1.52 -1.5,3.4 -0,1.88 0.67,3.4 1.5,3.4 0.65,0 1.22,-0.95 1.42,-2.35"/>
|
|
24
|
-
<g>
|
|
25
|
-
<line class="fil1 str1" x1="8.65" y1="6.48" x2="9.15" y2= "5.69" />
|
|
26
|
-
<line class="fil1 str1" x1="8.65" y1="6.48" x2="7.91" y2= "5.91" />
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</g>
|
|
30
|
-
</g>
|
|
31
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.133339in" height="0.133339in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 206.45 206.45"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:#494949;stroke-width:10.73;stroke-miterlimit:2.61313}
|
|
12
|
-
.str1 {stroke:#494949;stroke-width:10.73;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<g id="_1995289742224">
|
|
21
|
-
<path class="fil0" d="M103.23 0c57.01,0 103.23,46.22 103.23,103.23 0,57.01 -46.22,103.23 -103.23,103.23 -57.01,0 -103.23,-46.22 -103.23,-103.23 0,-57.01 46.22,-103.23 103.23,-103.23z"/>
|
|
22
|
-
<circle class="fil1 str0" cx="103.23" cy="103.23" r="58.06"/>
|
|
23
|
-
<line class="fil1 str1" x1="134.95" y1="153.98" x2="157.55" y2= "177.41" />
|
|
24
|
-
<line class="fil1 str1" x1="148.32" y1="141.29" x2="170.92" y2= "164.73" />
|
|
25
|
-
<line class="fil1 str1" x1="86.96" y1="103.23" x2="119.49" y2= "103.22" />
|
|
26
|
-
<line class="fil1 str1" x1="103.23" y1="119.49" x2="103.22" y2= "86.96" />
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<!-- Creator: CorelDRAW 2020 (64-Bit) -->
|
|
4
|
-
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.133339in" height="0.133339in" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
|
5
|
-
viewBox="0 0 41.66 41.66"
|
|
6
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
7
|
-
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
|
8
|
-
<defs>
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<![CDATA[
|
|
11
|
-
.str0 {stroke:#494949;stroke-width:2.17;stroke-miterlimit:2.61313}
|
|
12
|
-
.str1 {stroke:#494949;stroke-width:2.17;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61313}
|
|
13
|
-
.fil1 {fill:none}
|
|
14
|
-
.fil0 {fill:white;fill-opacity:0.800000}
|
|
15
|
-
]]>
|
|
16
|
-
</style>
|
|
17
|
-
</defs>
|
|
18
|
-
<g id="design">
|
|
19
|
-
<metadata id="CorelCorpID_0Corel-Layer"/>
|
|
20
|
-
<path class="fil0" d="M20.83 0c11.5,0 20.83,9.33 20.83,20.83 0,11.5 -9.33,20.83 -20.83,20.83 -11.5,0 -20.83,-9.33 -20.83,-20.83 0,-11.5 9.33,-20.83 20.83,-20.83z"/>
|
|
21
|
-
<circle class="fil1 str0" cx="20.83" cy="20.83" r="11.72"/>
|
|
22
|
-
<line class="fil1 str1" x1="27.23" y1="31.07" x2="31.79" y2= "35.8" />
|
|
23
|
-
<line class="fil1 str1" x1="29.93" y1="28.51" x2="34.49" y2= "33.24" />
|
|
24
|
-
<line class="fil1 str1" x1="17.55" y1="20.83" x2="24.11" y2= "20.83" />
|
|
25
|
-
</g>
|
|
26
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2986_121723)">
|
|
3
|
-
<path d="M3.33301 8.00033L6.66634 11.3337L13.333 4.66699" stroke="#4C12A1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_2986_121723">
|
|
7
|
-
<rect width="16" height="16" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_59_874)">
|
|
3
|
-
<path d="M18 6L6 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M6 6C10.6863 10.6863 18 18 18 18" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="clip0_59_874">
|
|
8
|
-
<rect width="24" height="24" fill="white"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
11
|
-
</svg>
|