Skip to content

Commit

Permalink
All icons v.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrit committed Dec 18, 2019
1 parent bab66bf commit 55f6cc6
Show file tree
Hide file tree
Showing 506 changed files with 15,761 additions and 0 deletions.
23 changes: 23 additions & 0 deletions icons/abstract.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.gg-abstract {
box-sizing: border-box;
position: relative;
display: block;
width: 14px;
height: 14px;
transform: scale(var(--ggs,1));
border-right: 3px solid;
border-top: 3px solid
}

.gg-abstract::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
left: 0;
bottom: 0;
border: 3px solid;
border-radius: 12px
}
31 changes: 31 additions & 0 deletions icons/add-r.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.gg-add-r {
box-sizing: border-box;
position: relative;
display: block;
width: 22px;
height: 22px;
border: 2px solid;
transform: scale(var(--ggs,1));
border-radius: 4px
}

.gg-add-r::after,
.gg-add-r::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 2px;
background: currentColor;
border-radius: 5px;
top: 8px;
left: 4px
}

.gg-add-r::after {
width: 2px;
height: 10px;
top: 4px;
left: 8px
}
31 changes: 31 additions & 0 deletions icons/add.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.gg-add {
box-sizing: border-box;
position: relative;
display: block;
width: 22px;
height: 22px;
border: 2px solid;
transform: scale(var(--ggs,1));
border-radius: 22px
}

.gg-add::after,
.gg-add::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 2px;
background: currentColor;
border-radius: 5px;
top: 8px;
left: 4px
}

.gg-add::after {
width: 2px;
height: 10px;
top: 4px;
left: 8px
}
23 changes: 23 additions & 0 deletions icons/adidas.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.gg-adidas {
position: relative;
box-sizing: border-box;
display: block;
width: 23px;
height: 15px;
transform: scale(var(--ggs,1));
overflow: hidden
}

.gg-adidas::before {
content: "";
position: absolute;
box-sizing: border-box;
display: block;
width: 5px;
height: 18px;
background: currentColor;
transform: rotate(-30deg);
left: 4px;
bottom: -14px;
box-shadow: 7px -2px,14px -4px
}
40 changes: 40 additions & 0 deletions icons/alarm.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.gg-alarm {
background:
linear-gradient(
currentColor 5px, transparent 0)
no-repeat 4.5px 6px/5px 2px,
linear-gradient(
currentColor 7px, transparent 0)
no-repeat 4.5px 2px/2px 6px;
box-sizing: border-box;
position: relative;
display: block;
width: 16px;
height: 16px;
border-radius: 100%;
border: 2px solid transparent;
transform: scale(var(--ggs,1));
box-shadow: 0 0 0 2px
}

.gg-alarm::after,
.gg-alarm::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 2px;
background: currentColor;
top: -4px
}

.gg-alarm::before {
left: -5px;
transform: rotate(-42deg)
}

.gg-alarm::after {
transform: rotate(42deg);
right: -5px
}
34 changes: 34 additions & 0 deletions icons/album.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.gg-album {
box-sizing: border-box;
position: relative;
display: block;
width: 18px;
height: 18px;
transform: scale(var(--ggs,1));
border-left: 7px solid transparent;
border-right: 3px solid transparent;
border-bottom: 8px solid transparent;
box-shadow: 0 0 0 2px,
inset 6px 4px 0 -4px,
inset -6px 4px 0 -4px;
border-radius: 3px
}

.gg-album::after,
.gg-album::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 2px;
height: 5px;
background: currentColor;
transform: rotate(46deg);
top: 5px;
right: 4px
}

.gg-album::after {
transform: rotate(-46deg);
right: 2px
}
32 changes: 32 additions & 0 deletions icons/align-bottom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.gg-align-bottom {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
border-bottom: 2px solid;
transform: scale(var(--ggs,1));
margin-top: 4px
}

.gg-align-bottom::after,
.gg-align-bottom::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 4px;
background: currentColor;
bottom: 2px
}

.gg-align-bottom::before {
left: 1px;
height: 12px
}

.gg-align-bottom::after {
height: 6px;
right: 1px;
opacity: .5
}
33 changes: 33 additions & 0 deletions icons/align-center.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.gg-align-center {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
border-top: 2px solid transparent;
transform: scale(var(--ggs,1));
margin-left: -4px
}

.gg-align-center::after,
.gg-align-center::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 4px;
background: currentColor
}

.gg-align-center::before {
left: 2px;
width: 12px;
top: -2px
}

.gg-align-center::after {
width: 6px;
right: 1px;
top: 4px;
opacity: .5
}
29 changes: 29 additions & 0 deletions icons/align-left.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.gg-align-left {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
border-left: 2px solid;
transform: scale(var(--ggs,1));
margin-left: -4px
}

.gg-align-left::after,
.gg-align-left::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 4px;
width: 12px;
background: currentColor;
left: 2px;
top: 1px
}

.gg-align-left::after {
width: 6px;
top: 7px;
opacity: .5
}
33 changes: 33 additions & 0 deletions icons/align-middle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.gg-align-middle {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
transform: scale(var(--ggs,1));
border-top: 2px solid transparent;
margin-top: -8px
}

.gg-align-middle::after,
.gg-align-middle::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 4px;
background: currentColor
}

.gg-align-middle::before {
left: 1px;
height: 12px;
top: 2px
}

.gg-align-middle::after {
height: 6px;
right: 1px;
top: 5px;
opacity: .5
}
29 changes: 29 additions & 0 deletions icons/align-right.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.gg-align-right {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
border-right: 2px solid;
transform: scale(var(--ggs,1));
margin-right: -4px
}

.gg-align-right::after,
.gg-align-right::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
height: 4px;
width: 12px;
background: currentColor;
right: 2px;
top: 1px
}

.gg-align-right::after {
width: 6px;
top: 7px;
opacity: .5
}
32 changes: 32 additions & 0 deletions icons/align-top.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.gg-align-top {
box-sizing: border-box;
position: relative;
display: block;
height: 12px;
width: 12px;
border-top: 2px solid;
transform: scale(var(--ggs,1));
margin-top: -4px
}

.gg-align-top::after,
.gg-align-top::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 4px;
background: currentColor;
top: 2px
}

.gg-align-top::before {
left: 1px;
height: 12px
}

.gg-align-top::after {
height: 6px;
right: 1px;
opacity: .5
}
Loading

0 comments on commit 55f6cc6

Please sign in to comment.