diff --git a/client/icons/customIcons.less b/client/icons/customIcons.less
index dd6605326..411d8fe97 100644
--- a/client/icons/customIcons.less
+++ b/client/icons/customIcons.less
@@ -46,6 +46,12 @@
.book-part-cover {
content: url('../icons/book-part-cover.svg');
}
+.image-wrap-left {
+ content: url('../icons/image-wrap-left.svg');
+}
+.image-wrap-right {
+ content: url('../icons/image-wrap-right.svg');
+}
.davek {
content: url('../icons/Davek.svg');
}
diff --git a/client/icons/image-wrap-left.svg b/client/icons/image-wrap-left.svg
new file mode 100644
index 000000000..fe1024e43
--- /dev/null
+++ b/client/icons/image-wrap-left.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/client/icons/image-wrap-right.svg b/client/icons/image-wrap-right.svg
new file mode 100644
index 000000000..336a20b64
--- /dev/null
+++ b/client/icons/image-wrap-right.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js
index 8d45560c5..8437dab2e 100644
--- a/themes/V3/Blank/snippets.js
+++ b/themes/V3/Blank/snippets.js
@@ -153,6 +153,18 @@ module.exports = [
gen : dedent`
 {width:325px,mix-blend-mode:multiply}`
},
+ {
+ name : 'Image Wrap Left',
+ icon : 'fac image-wrap-left',
+ gen : dedent`
+  {width:280px,margin-right:-3cm,wrapLeft}`
+ },
+ {
+ name : 'Image Wrap Right',
+ icon : 'fac image-wrap-right',
+ gen : dedent`
+  {width:280px,margin-left:-3cm,wrapRight}`
+ },
{
name : 'Background Image',
icon : 'fas fa-tree',