aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons')
-rw-r--r--src/components/atoms/icons/arrow.module.scss2
-rw-r--r--src/components/atoms/icons/arrow.test.tsx2
-rw-r--r--src/components/atoms/icons/career.module.scss2
-rw-r--r--src/components/atoms/icons/career.test.tsx2
-rw-r--r--src/components/atoms/icons/cc-by-sa.module.scss2
-rw-r--r--src/components/atoms/icons/cc-by-sa.test.tsx2
-rw-r--r--src/components/atoms/icons/close.module.scss2
-rw-r--r--src/components/atoms/icons/close.test.tsx2
-rw-r--r--src/components/atoms/icons/cog.module.scss2
-rw-r--r--src/components/atoms/icons/cog.test.tsx2
-rw-r--r--src/components/atoms/icons/computer-screen.module.scss2
-rw-r--r--src/components/atoms/icons/computer-screen.test.tsx2
-rw-r--r--src/components/atoms/icons/envelop.module.scss2
-rw-r--r--src/components/atoms/icons/envelop.test.tsx2
-rw-r--r--src/components/atoms/icons/feed.module.scss2
-rw-r--r--src/components/atoms/icons/feed.test.tsx2
-rw-r--r--src/components/atoms/icons/hamburger.module.scss2
-rw-r--r--src/components/atoms/icons/hamburger.test.tsx2
-rw-r--r--src/components/atoms/icons/home.module.scss2
-rw-r--r--src/components/atoms/icons/home.test.tsx2
-rw-r--r--src/components/atoms/icons/magnifying-glass.module.scss2
-rw-r--r--src/components/atoms/icons/magnifying-glass.test.tsx2
-rw-r--r--src/components/atoms/icons/moon.module.scss2
-rw-r--r--src/components/atoms/icons/moon.test.tsx2
-rw-r--r--src/components/atoms/icons/plus-minus.module.scss2
-rw-r--r--src/components/atoms/icons/plus-minus.test.tsx2
-rw-r--r--src/components/atoms/icons/posts-stack.module.scss2
-rw-r--r--src/components/atoms/icons/posts-stack.test.tsx2
-rw-r--r--src/components/atoms/icons/sun.module.scss2
-rw-r--r--src/components/atoms/icons/sun.test.tsx2
30 files changed, 30 insertions, 30 deletions
diff --git a/src/components/atoms/icons/arrow.module.scss b/src/components/atoms/icons/arrow.module.scss
index 76e6aea..6ee3364 100644
--- a/src/components/atoms/icons/arrow.module.scss
+++ b/src/components/atoms/icons/arrow.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
fill: var(--color-primary);
diff --git a/src/components/atoms/icons/arrow.test.tsx b/src/components/atoms/icons/arrow.test.tsx
index 60a1679..9985717 100644
--- a/src/components/atoms/icons/arrow.test.tsx
+++ b/src/components/atoms/icons/arrow.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Arrow from './arrow';
describe('Arrow', () => {
diff --git a/src/components/atoms/icons/career.module.scss b/src/components/atoms/icons/career.module.scss
index c5d65eb..0731526 100644
--- a/src/components/atoms/icons/career.module.scss
+++ b/src/components/atoms/icons/career.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/career.test.tsx b/src/components/atoms/icons/career.test.tsx
index 3eb9bc8..0c47262 100644
--- a/src/components/atoms/icons/career.test.tsx
+++ b/src/components/atoms/icons/career.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Career from './career';
describe('Career', () => {
diff --git a/src/components/atoms/icons/cc-by-sa.module.scss b/src/components/atoms/icons/cc-by-sa.module.scss
index e1b2100..14935b6 100644
--- a/src/components/atoms/icons/cc-by-sa.module.scss
+++ b/src/components/atoms/icons/cc-by-sa.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/cc-by-sa.test.tsx b/src/components/atoms/icons/cc-by-sa.test.tsx
index cb05492..2bcb437 100644
--- a/src/components/atoms/icons/cc-by-sa.test.tsx
+++ b/src/components/atoms/icons/cc-by-sa.test.tsx
@@ -1,4 +1,4 @@
-import { render, screen } from '@tests/utils';
+import { render, screen } from '../../../../tests/utils';
import CCBySA from './cc-by-sa';
describe('CCBySA', () => {
diff --git a/src/components/atoms/icons/close.module.scss b/src/components/atoms/icons/close.module.scss
index 4a5d18d..a90391a 100644
--- a/src/components/atoms/icons/close.module.scss
+++ b/src/components/atoms/icons/close.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/close.test.tsx b/src/components/atoms/icons/close.test.tsx
index 658af9a..dc82a2d 100644
--- a/src/components/atoms/icons/close.test.tsx
+++ b/src/components/atoms/icons/close.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Close from './close';
describe('Close', () => {
diff --git a/src/components/atoms/icons/cog.module.scss b/src/components/atoms/icons/cog.module.scss
index 5201598..feda6ce 100644
--- a/src/components/atoms/icons/cog.module.scss
+++ b/src/components/atoms/icons/cog.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
width: var(--icon-size, #{fun.convert-px(40)});
diff --git a/src/components/atoms/icons/cog.test.tsx b/src/components/atoms/icons/cog.test.tsx
index 1ce7f28..9d201b1 100644
--- a/src/components/atoms/icons/cog.test.tsx
+++ b/src/components/atoms/icons/cog.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Cog from './cog';
describe('Cog', () => {
diff --git a/src/components/atoms/icons/computer-screen.module.scss b/src/components/atoms/icons/computer-screen.module.scss
index 6c8f701..fcc4002 100644
--- a/src/components/atoms/icons/computer-screen.module.scss
+++ b/src/components/atoms/icons/computer-screen.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/computer-screen.test.tsx b/src/components/atoms/icons/computer-screen.test.tsx
index 0fb73c4..baa2c78 100644
--- a/src/components/atoms/icons/computer-screen.test.tsx
+++ b/src/components/atoms/icons/computer-screen.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import ComputerScreen from './computer-screen';
describe('ComputerScreen', () => {
diff --git a/src/components/atoms/icons/envelop.module.scss b/src/components/atoms/icons/envelop.module.scss
index 202900b..584fe97 100644
--- a/src/components/atoms/icons/envelop.module.scss
+++ b/src/components/atoms/icons/envelop.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/envelop.test.tsx b/src/components/atoms/icons/envelop.test.tsx
index b25a977..c040134 100644
--- a/src/components/atoms/icons/envelop.test.tsx
+++ b/src/components/atoms/icons/envelop.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Envelop from './envelop';
describe('Envelop', () => {
diff --git a/src/components/atoms/icons/feed.module.scss b/src/components/atoms/icons/feed.module.scss
index 56a5253..bf15c23 100644
--- a/src/components/atoms/icons/feed.module.scss
+++ b/src/components/atoms/icons/feed.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/feed.test.tsx b/src/components/atoms/icons/feed.test.tsx
index fa24106..630089d 100644
--- a/src/components/atoms/icons/feed.test.tsx
+++ b/src/components/atoms/icons/feed.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Feed from './feed';
describe('Feed', () => {
diff --git a/src/components/atoms/icons/hamburger.module.scss b/src/components/atoms/icons/hamburger.module.scss
index 4fba4df..c92b3ab 100644
--- a/src/components/atoms/icons/hamburger.module.scss
+++ b/src/components/atoms/icons/hamburger.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.wrapper {
display: flex;
diff --git a/src/components/atoms/icons/hamburger.test.tsx b/src/components/atoms/icons/hamburger.test.tsx
index 5ce6733..4f6a457 100644
--- a/src/components/atoms/icons/hamburger.test.tsx
+++ b/src/components/atoms/icons/hamburger.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Hamburger from './hamburger';
describe('Hamburger', () => {
diff --git a/src/components/atoms/icons/home.module.scss b/src/components/atoms/icons/home.module.scss
index 48dcc6c..8ed05a0 100644
--- a/src/components/atoms/icons/home.module.scss
+++ b/src/components/atoms/icons/home.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/home.test.tsx b/src/components/atoms/icons/home.test.tsx
index 3688501..0473d0b 100644
--- a/src/components/atoms/icons/home.test.tsx
+++ b/src/components/atoms/icons/home.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Home from './home';
describe('Home', () => {
diff --git a/src/components/atoms/icons/magnifying-glass.module.scss b/src/components/atoms/icons/magnifying-glass.module.scss
index d14bec5..33a82d6 100644
--- a/src/components/atoms/icons/magnifying-glass.module.scss
+++ b/src/components/atoms/icons/magnifying-glass.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
width: var(--icon-size, #{fun.convert-px(40)});
diff --git a/src/components/atoms/icons/magnifying-glass.test.tsx b/src/components/atoms/icons/magnifying-glass.test.tsx
index 2c031f3..c6ddb18 100644
--- a/src/components/atoms/icons/magnifying-glass.test.tsx
+++ b/src/components/atoms/icons/magnifying-glass.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import MagnifyingGlass from './magnifying-glass';
describe('MagnifyingGlass', () => {
diff --git a/src/components/atoms/icons/moon.module.scss b/src/components/atoms/icons/moon.module.scss
index e0b53d6..f2564a9 100644
--- a/src/components/atoms/icons/moon.module.scss
+++ b/src/components/atoms/icons/moon.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
fill: var(--color-primary-lighter);
diff --git a/src/components/atoms/icons/moon.test.tsx b/src/components/atoms/icons/moon.test.tsx
index 18581e9..09415a9 100644
--- a/src/components/atoms/icons/moon.test.tsx
+++ b/src/components/atoms/icons/moon.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Moon from './moon';
describe('Moon', () => {
diff --git a/src/components/atoms/icons/plus-minus.module.scss b/src/components/atoms/icons/plus-minus.module.scss
index c54db33..b46b5ba 100644
--- a/src/components/atoms/icons/plus-minus.module.scss
+++ b/src/components/atoms/icons/plus-minus.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: flex;
diff --git a/src/components/atoms/icons/plus-minus.test.tsx b/src/components/atoms/icons/plus-minus.test.tsx
index 895a565..5105403 100644
--- a/src/components/atoms/icons/plus-minus.test.tsx
+++ b/src/components/atoms/icons/plus-minus.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import PlusMinus from './plus-minus';
describe('PlusMinus', () => {
diff --git a/src/components/atoms/icons/posts-stack.module.scss b/src/components/atoms/icons/posts-stack.module.scss
index a22d265..aa1f4f0 100644
--- a/src/components/atoms/icons/posts-stack.module.scss
+++ b/src/components/atoms/icons/posts-stack.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.icon {
display: block;
diff --git a/src/components/atoms/icons/posts-stack.test.tsx b/src/components/atoms/icons/posts-stack.test.tsx
index 89064c7..65e0d3b 100644
--- a/src/components/atoms/icons/posts-stack.test.tsx
+++ b/src/components/atoms/icons/posts-stack.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import PostsStack from './posts-stack';
describe('PostsStack', () => {
diff --git a/src/components/atoms/icons/sun.module.scss b/src/components/atoms/icons/sun.module.scss
index 5682aa3..8d9683f 100644
--- a/src/components/atoms/icons/sun.module.scss
+++ b/src/components/atoms/icons/sun.module.scss
@@ -1,4 +1,4 @@
-@use "@styles/abstracts/functions" as fun;
+@use "../../../styles/abstracts/functions" as fun;
.sun {
fill: var(--color-primary-lighter);
diff --git a/src/components/atoms/icons/sun.test.tsx b/src/components/atoms/icons/sun.test.tsx
index fe01f4f..af52a5f 100644
--- a/src/components/atoms/icons/sun.test.tsx
+++ b/src/components/atoms/icons/sun.test.tsx
@@ -1,4 +1,4 @@
-import { render } from '@tests/utils';
+import { render } from '../../../../tests/utils';
import Sun from './sun';
describe('Sun', () => {