Skip to content

Commit 55f6cc6

Browse files
committed
All icons v.1.0.0
1 parent bab66bf commit 55f6cc6

File tree

506 files changed

+15761
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+15761
-0
lines changed

icons/abstract.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.gg-abstract {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
width: 14px;
6+
height: 14px;
7+
transform: scale(var(--ggs,1));
8+
border-right: 3px solid;
9+
border-top: 3px solid
10+
}
11+
12+
.gg-abstract::before {
13+
content: "";
14+
display: block;
15+
box-sizing: border-box;
16+
position: absolute;
17+
width: 10px;
18+
height: 10px;
19+
left: 0;
20+
bottom: 0;
21+
border: 3px solid;
22+
border-radius: 12px
23+
}

icons/add-r.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.gg-add-r {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
width: 22px;
6+
height: 22px;
7+
border: 2px solid;
8+
transform: scale(var(--ggs,1));
9+
border-radius: 4px
10+
}
11+
12+
.gg-add-r::after,
13+
.gg-add-r::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
width: 10px;
19+
height: 2px;
20+
background: currentColor;
21+
border-radius: 5px;
22+
top: 8px;
23+
left: 4px
24+
}
25+
26+
.gg-add-r::after {
27+
width: 2px;
28+
height: 10px;
29+
top: 4px;
30+
left: 8px
31+
}

icons/add.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.gg-add {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
width: 22px;
6+
height: 22px;
7+
border: 2px solid;
8+
transform: scale(var(--ggs,1));
9+
border-radius: 22px
10+
}
11+
12+
.gg-add::after,
13+
.gg-add::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
width: 10px;
19+
height: 2px;
20+
background: currentColor;
21+
border-radius: 5px;
22+
top: 8px;
23+
left: 4px
24+
}
25+
26+
.gg-add::after {
27+
width: 2px;
28+
height: 10px;
29+
top: 4px;
30+
left: 8px
31+
}

icons/adidas.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.gg-adidas {
2+
position: relative;
3+
box-sizing: border-box;
4+
display: block;
5+
width: 23px;
6+
height: 15px;
7+
transform: scale(var(--ggs,1));
8+
overflow: hidden
9+
}
10+
11+
.gg-adidas::before {
12+
content: "";
13+
position: absolute;
14+
box-sizing: border-box;
15+
display: block;
16+
width: 5px;
17+
height: 18px;
18+
background: currentColor;
19+
transform: rotate(-30deg);
20+
left: 4px;
21+
bottom: -14px;
22+
box-shadow: 7px -2px,14px -4px
23+
}

icons/alarm.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.gg-alarm {
2+
background:
3+
linear-gradient(
4+
currentColor 5px, transparent 0)
5+
no-repeat 4.5px 6px/5px 2px,
6+
linear-gradient(
7+
currentColor 7px, transparent 0)
8+
no-repeat 4.5px 2px/2px 6px;
9+
box-sizing: border-box;
10+
position: relative;
11+
display: block;
12+
width: 16px;
13+
height: 16px;
14+
border-radius: 100%;
15+
border: 2px solid transparent;
16+
transform: scale(var(--ggs,1));
17+
box-shadow: 0 0 0 2px
18+
}
19+
20+
.gg-alarm::after,
21+
.gg-alarm::before {
22+
content: "";
23+
display: block;
24+
box-sizing: border-box;
25+
position: absolute;
26+
width: 6px;
27+
height: 2px;
28+
background: currentColor;
29+
top: -4px
30+
}
31+
32+
.gg-alarm::before {
33+
left: -5px;
34+
transform: rotate(-42deg)
35+
}
36+
37+
.gg-alarm::after {
38+
transform: rotate(42deg);
39+
right: -5px
40+
}

icons/album.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.gg-album {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
width: 18px;
6+
height: 18px;
7+
transform: scale(var(--ggs,1));
8+
border-left: 7px solid transparent;
9+
border-right: 3px solid transparent;
10+
border-bottom: 8px solid transparent;
11+
box-shadow: 0 0 0 2px,
12+
inset 6px 4px 0 -4px,
13+
inset -6px 4px 0 -4px;
14+
border-radius: 3px
15+
}
16+
17+
.gg-album::after,
18+
.gg-album::before {
19+
content: "";
20+
display: block;
21+
box-sizing: border-box;
22+
position: absolute;
23+
width: 2px;
24+
height: 5px;
25+
background: currentColor;
26+
transform: rotate(46deg);
27+
top: 5px;
28+
right: 4px
29+
}
30+
31+
.gg-album::after {
32+
transform: rotate(-46deg);
33+
right: 2px
34+
}

icons/align-bottom.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.gg-align-bottom {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
height: 12px;
6+
width: 12px;
7+
border-bottom: 2px solid;
8+
transform: scale(var(--ggs,1));
9+
margin-top: 4px
10+
}
11+
12+
.gg-align-bottom::after,
13+
.gg-align-bottom::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
width: 4px;
19+
background: currentColor;
20+
bottom: 2px
21+
}
22+
23+
.gg-align-bottom::before {
24+
left: 1px;
25+
height: 12px
26+
}
27+
28+
.gg-align-bottom::after {
29+
height: 6px;
30+
right: 1px;
31+
opacity: .5
32+
}

icons/align-center.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.gg-align-center {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
height: 12px;
6+
width: 12px;
7+
border-top: 2px solid transparent;
8+
transform: scale(var(--ggs,1));
9+
margin-left: -4px
10+
}
11+
12+
.gg-align-center::after,
13+
.gg-align-center::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
height: 4px;
19+
background: currentColor
20+
}
21+
22+
.gg-align-center::before {
23+
left: 2px;
24+
width: 12px;
25+
top: -2px
26+
}
27+
28+
.gg-align-center::after {
29+
width: 6px;
30+
right: 1px;
31+
top: 4px;
32+
opacity: .5
33+
}

icons/align-left.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.gg-align-left {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
height: 12px;
6+
width: 12px;
7+
border-left: 2px solid;
8+
transform: scale(var(--ggs,1));
9+
margin-left: -4px
10+
}
11+
12+
.gg-align-left::after,
13+
.gg-align-left::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
height: 4px;
19+
width: 12px;
20+
background: currentColor;
21+
left: 2px;
22+
top: 1px
23+
}
24+
25+
.gg-align-left::after {
26+
width: 6px;
27+
top: 7px;
28+
opacity: .5
29+
}

icons/align-middle.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.gg-align-middle {
2+
box-sizing: border-box;
3+
position: relative;
4+
display: block;
5+
height: 12px;
6+
width: 12px;
7+
transform: scale(var(--ggs,1));
8+
border-top: 2px solid transparent;
9+
margin-top: -8px
10+
}
11+
12+
.gg-align-middle::after,
13+
.gg-align-middle::before {
14+
content: "";
15+
display: block;
16+
box-sizing: border-box;
17+
position: absolute;
18+
width: 4px;
19+
background: currentColor
20+
}
21+
22+
.gg-align-middle::before {
23+
left: 1px;
24+
height: 12px;
25+
top: 2px
26+
}
27+
28+
.gg-align-middle::after {
29+
height: 6px;
30+
right: 1px;
31+
top: 5px;
32+
opacity: .5
33+
}

0 commit comments

Comments
 (0)