4 Commits

Author SHA1 Message Date
c4dedad538 timer, play forwards, import, file document, extension add 2026-01-01 18:05:14 +05:00
3b3813315a infinity + lightning 2025-12-31 14:07:58 +05:00
8b80dae685 flags fix 2025-12-31 13:23:33 +05:00
c07dfeeed5 crown + work 2025-12-31 13:22:31 +05:00
53 changed files with 325 additions and 0 deletions

0
LICENCE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
assets/1.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
assets/2.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

0
assets/3.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
css/arrow.css Normal file → Executable file
View File

0
css/arrow_circle.css Normal file → Executable file
View File

0
css/award.css Normal file → Executable file
View File

0
css/calculator.css Normal file → Executable file
View File

0
css/check.css Normal file → Executable file
View File

0
css/close.css Normal file → Executable file
View File

0
css/code_slash.css Normal file → Executable file
View File

0
css/coffe.css Normal file → Executable file
View File

0
css/comment.css Normal file → Executable file
View File

0
css/corner.css Normal file → Executable file
View File

38
css/crown.css Executable file
View File

@@ -0,0 +1,38 @@
@charset "UTF-8";
i.icon.crown {
position: relative;
width: 19px;
height: 12px;
box-sizing: border-box;
padding-top: 4px;
display: block;
border: 2px solid;
border-top-color: transparent;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
&:after,
&:before {
content: '';
position: absolute;
top: -4px;
width: 8px;
height: 8px;
box-sizing: border-box;
display: block;
border-bottom: 2px solid;
border-left: 2px solid;
transform: rotate(-45deg);
}
&:before {
left: -1px;
border-top-left-radius: 2px;
}
&:after {
right: -1px;
border-bottom-right-radius: 2px;
}
}

0
css/display_grid.css Normal file → Executable file
View File

0
css/enter.css Normal file → Executable file
View File

0
css/ethernet.css Normal file → Executable file
View File

29
css/extension_add.css Executable file
View File

@@ -0,0 +1,29 @@
@charset "UTF-8";
i.icon.extension.add {
position: relative;
width: 16px;
height: 16px;
box-sizing: border-box;
display: block;
background:
linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 10px 2px/6px 2px,
linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 12px 0/2px 6px;
&:after,
&:before {
position: absolute;
bottom: 0;
content: '';
width: 8px;
height: 14px;
box-sizing: border-box;
display: block;
border: 2px solid;
}
&:after {
width: 14px;
height: 8px;
}
}

0
css/eye.css Normal file → Executable file
View File

44
css/file_document.css Executable file
View File

@@ -0,0 +1,44 @@
@charset "UTF-8";
i.icon.file.document {
position: relative;
width: 14px;
height: 16px;
box-sizing: border-box;
display: block;
overflow: hidden;
border-radius: 1px;
border: 2px solid transparent;
border-top: 0;
border-right: 0;
border-top-right-radius: 4px;
box-shadow: 0 0 0 2px;
&:after,
&:before {
position: absolute;
content: '';
box-sizing: border-box;
display: block;
}
&:before {
top: 8px;
left: 0;
width: 10px;
height: 2px;
background: currentColor;
box-shadow:
0 4px 0,
-6px -4px 0;
}
&:after {
top: -1px;
right: -1px;
width: 6px;
height: 6px;
border-bottom: 2px solid;
border-left: 2px solid;
}
}

0
css/gift.css Normal file → Executable file
View File

0
css/hashtag.css Normal file → Executable file
View File

0
css/house.css Normal file → Executable file
View File

0
css/house_panelka.css Normal file → Executable file
View File

41
css/import.css vendored Executable file
View File

@@ -0,0 +1,41 @@
@charset "UTF-8";
i.icon.import {
position: relative;
width: 18px;
height: 14px;
box-sizing: border-box;
display: block;
border: 2px solid;
border-top: 0;
box-shadow:
-6px -8px 0 -6px,
6px -8px 0 -6px;
&:after,
&:before {
position: absolute;
content: '';
box-sizing: border-box;
display: block;
}
&:before {
bottom: 5px;
right: 6px;
width: 2px;
height: 14px;
background: currentColor;
}
&:after {
bottom: 4px;
right: 4px;
width: 6px;
height: 6px;
border-bottom: 2px solid;
border-right: 2px solid;
transform: rotate(45deg);
}
}

40
css/infinity.css Executable file
View File

@@ -0,0 +1,40 @@
@charset "UTF-8";
i.icon.infinity {
position: relative;
width: 10px;
height: 18px;
box-sizing: border-box;
display: block;
border: 4px solid transparent;
background:
linear-gradient(to left, currentColor 5px, transparent 0) no-repeat -4px 4px/2px 2px,
linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 4px/2px 2px;
box-shadow: inset 0 0 0 2px;
transform: rotate(-45deg);
&:after,
&:before {
content: '';
position: absolute;
width: 10px;
height: 10px;
box-sizing: border-box;
display: block;
border-radius: 200px;
border: 2px solid;
transform: rotate(45deg);
}
&:after {
top: -4px;
left: -8px;
border-right-color: transparent;
}
&:before {
top: 4px;
right: -8px;
border-left-color: transparent;
}
}

0
css/layout_grid.css Normal file → Executable file
View File

34
css/lightning.css Executable file
View File

@@ -0,0 +1,34 @@
@charset "UTF-8";
i.icon.lightning {
position: relative;
width: 6px;
height: 21px;
box-sizing: border-box;
display: block;
&:after,
&:before {
position: absolute;
content: '';
width: 0;
height: 0;
box-sizing: border-box;
display: block;
border-right: 3px solid transparent;
border-left: 3px solid transparent;
transform: rotate(30deg);
}
&:before {
top: 0;
left: 0;
border-bottom: 12px solid;
}
&:after {
right: 0;
bottom: 0;
border-top: 12px solid;
}
}

0
css/list_add.css Normal file → Executable file
View File

0
css/list_tree.css Normal file → Executable file
View File

0
css/loading_spinner.css Normal file → Executable file
View File

0
css/minus.css Normal file → Executable file
View File

0
css/pen.css Normal file → Executable file
View File

0
css/phone.css Normal file → Executable file
View File

0
css/pin.css Normal file → Executable file
View File

28
css/play_forwards.css Normal file
View File

@@ -0,0 +1,28 @@
@charset "UTF-8";
i.icon.play.forwards {
position: relative;
width: 3px;
height: 10px;
box-sizing: border-box;
display: block;
background: currentColor;
&:after,
&:before {
position: absolute;
left: -7px;
content: '';
width: 0;
height: 10px;
box-sizing: border-box;
display: block;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 6px solid;
}
&:before {
left: -14px;
}
}

0
css/plus.css Normal file → Executable file
View File

0
css/search.css Normal file → Executable file
View File

0
css/server.css Normal file → Executable file
View File

0
css/share.css Normal file → Executable file
View File

0
css/shopping_bag.css Normal file → Executable file
View File

0
css/shopping_cart.css Normal file → Executable file
View File

0
css/site.css Normal file → Executable file
View File

0
css/smile.css Normal file → Executable file
View File

0
css/terminal.css Normal file → Executable file
View File

44
css/timer.css Normal file
View File

@@ -0,0 +1,44 @@
@charset "UTF-8";
i.icon.timer,
i.icon.timer::before {
width: 18px;
height: 18px;
border-radius: 40px;
border: 2px solid;
}
i.icon.timer {
position: relative;
box-sizing: border-box;
display: block;
border-top-color: transparent;
background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 6px -2px/2px 6px;
&:after,
&:before {
position: absolute;
content: '';
box-sizing: border-box;
display: block;
}
&:before {
top: -2px;
right: -2px;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
transform: rotate(45deg);
}
&:after {
bottom: 5px;
left: 4px;
width: 2px;
height: 6px;
border-radius: 100px;
background: currentColor;
transform: rotate(-50deg);
}
}

0
css/trash.css Normal file → Executable file
View File

0
css/trend.css Normal file → Executable file
View File

0
css/trophy.css Normal file → Executable file
View File

0
css/user.css Normal file → Executable file
View File

27
css/work.css Executable file
View File

@@ -0,0 +1,27 @@
@charset "UTF-8";
i.icon.work,
i.icon.work::after {
display: block;
box-sizing: border-box;
box-shadow: 0 0 0 2px;
}
i.icon.work {
position: relative;
width: 14px;
height: 10px;
border-radius: 1px;
}
i.icon.work::after {
top: -3px;
left: 4px;
position: absolute;
content: '';
width: 6px;
height: 1px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}