diff options
Diffstat (limited to 'src/icons/copy.svg')
-rw-r--r-- | src/icons/copy.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/copy.svg b/src/icons/copy.svg new file mode 100644 index 00000000..f1e35653 --- /dev/null +++ b/src/icons/copy.svg @@ -0,0 +1,10 @@ +--- +category: Text +tags: [clipboard, clone, duplicate] +version: "1.0" +unicode: "ea7a" +--- +<svg> + <rect x="8" y="8" width="12" height="12" rx="2" /> + <path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" /> +</svg> |