diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/web_editor/static/src/img/snippets_options | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/web_editor/static/src/img/snippets_options')
| -rw-r--r-- | addons/web_editor/static/src/img/snippets_options/bg_shape.svg | 11 | ||||
| -rw-r--r-- | addons/web_editor/static/src/img/snippets_options/o_overlay_move_drag.svg | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/addons/web_editor/static/src/img/snippets_options/bg_shape.svg b/addons/web_editor/static/src/img/snippets_options/bg_shape.svg new file mode 100644 index 00000000..838ddc53 --- /dev/null +++ b/addons/web_editor/static/src/img/snippets_options/bg_shape.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11"> + <g fill="none" fill-rule="evenodd" class="symbols"> + <g fill="#D9D9D9" class="shape" transform="translate(-176 -6)"> + <g class="group" transform="translate(167)"> + <g class="bg_shape" transform="translate(9 6)"> + <path d="M12 0a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h10zm0 2l-1.59 1.68a7 7 0 0 1-4.207 2.134l-.155.02A4.967 4.967 0 0 0 2.224 8.55L2 9h10V2z" class="o_graphic"/> + </g> + </g> + </g> + </g> +</svg> diff --git a/addons/web_editor/static/src/img/snippets_options/o_overlay_move_drag.svg b/addons/web_editor/static/src/img/snippets_options/o_overlay_move_drag.svg new file mode 100644 index 00000000..7d701fa3 --- /dev/null +++ b/addons/web_editor/static/src/img/snippets_options/o_overlay_move_drag.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> + <g fill="none" fill-rule="evenodd" class="o_overlay_move_drag"> + <g fill="#FFF" class="group" transform="translate(3.5 6)"> + <polygon points="0 0 0 3 3 3 3 0" class="o_graphic"/> + <polygon points="5 0 5 3 8 3 8 0" class="o_graphic"/> + <polygon points="10 0 10 3 13 3 13 0" class="o_graphic"/> + <polygon points="0 5 0 8 3 8 3 5" class="o_graphic"/> + <polygon points="5 5 5 8 8 8 8 5" class="o_graphic"/> + <polygon points="10 5 10 8 13 8 13 5" class="o_graphic"/> + </g> + </g> +</svg> |
