aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss')
-rw-r--r--src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss b/src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss
new file mode 100644
index 0000000..0819bba
--- /dev/null
+++ b/src/components/atoms/images/icons/svg-paths/icons-paths/envelop-icon-paths.module.scss
@@ -0,0 +1,22 @@
+.bg,
+.envelop,
+.paper {
+ stroke: var(--color-primary-darker);
+ stroke-width: 4;
+}
+
+.bg {
+ fill: var(--color-shadow-dark);
+}
+
+.envelop {
+ fill: var(--color-primary-lighter);
+}
+
+.lines {
+ fill: var(--color-fg);
+}
+
+.paper {
+ fill: var(--color-bg);
+}