Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/_icons-action.scss')
-rw-r--r--src/icons/_icons-action.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/icons/_icons-action.scss b/src/icons/_icons-action.scss
index 807f05e..5bac36e 100644
--- a/src/icons/_icons-action.scss
+++ b/src/icons/_icons-action.scss
@@ -314,3 +314,27 @@
top: 50%;
}
}
+
+// Icon copy
+.icon-copy {
+ &::before {
+ border: $icon-border-width solid currentColor;
+ border-radius: $border-radius;
+ border-right: 0;
+ border-bottom: 0;
+ content: "";
+ height: .8em;
+ left: 35%;
+ top: 30%;
+ width: .8em;
+ }
+ &::after {
+ border: $icon-border-width solid currentColor;
+ border-radius: $border-radius;
+ content: "";
+ height: .8em;
+ left: 65%;
+ top: 60%;
+ width: .8em;
+ }
+} \ No newline at end of file