diff --git a/icons.css b/icons-compressed/icons.css similarity index 100% rename from icons.css rename to icons-compressed/icons.css diff --git a/icons.json b/icons-json/icons.json similarity index 100% rename from icons.json rename to icons-json/icons.json diff --git a/icons.xml b/icons-xml/icons.xml similarity index 100% rename from icons.xml rename to icons-xml/icons.xml diff --git a/icons/abstract.css b/icons/abstract.css deleted file mode 100644 index 4602a78f..00000000 --- a/icons/abstract.css +++ /dev/null @@ -1,23 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/add-r.css b/icons/add-r.css deleted file mode 100644 index 4024207a..00000000 --- a/icons/add-r.css +++ /dev/null @@ -1,31 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/add.css b/icons/add.css deleted file mode 100644 index 03922b11..00000000 --- a/icons/add.css +++ /dev/null @@ -1,31 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/adidas.css b/icons/adidas.css deleted file mode 100644 index 21787058..00000000 --- a/icons/adidas.css +++ /dev/null @@ -1,23 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/alarm.css b/icons/alarm.css deleted file mode 100644 index 4ab9948b..00000000 --- a/icons/alarm.css +++ /dev/null @@ -1,40 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/album.css b/icons/album.css deleted file mode 100644 index ceaf3e44..00000000 --- a/icons/album.css +++ /dev/null @@ -1,34 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-bottom.css b/icons/align-bottom.css deleted file mode 100644 index 8c27fcea..00000000 --- a/icons/align-bottom.css +++ /dev/null @@ -1,32 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-center.css b/icons/align-center.css deleted file mode 100644 index a5358199..00000000 --- a/icons/align-center.css +++ /dev/null @@ -1,33 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-left.css b/icons/align-left.css deleted file mode 100644 index ce186dfb..00000000 --- a/icons/align-left.css +++ /dev/null @@ -1,29 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-middle.css b/icons/align-middle.css deleted file mode 100644 index 58f1726f..00000000 --- a/icons/align-middle.css +++ /dev/null @@ -1,33 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-right.css b/icons/align-right.css deleted file mode 100644 index 1124ac7b..00000000 --- a/icons/align-right.css +++ /dev/null @@ -1,29 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/align-top.css b/icons/align-top.css deleted file mode 100644 index 4a777a3c..00000000 --- a/icons/align-top.css +++ /dev/null @@ -1,32 +0,0 @@ -.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 -} \ No newline at end of file diff --git a/icons/apple-watch.css b/icons/apple-watch.css deleted file mode 100644 index 11758f36..00000000 --- a/icons/apple-watch.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-apple-watch { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 13px 4px/2px 4px; - box-sizing: border-box; - position: relative; - display: block; - width: 24px; - height: 24px; - border: 5px solid transparent; - transform: scale(var(--ggs,1)); - border-radius: 9px; - box-shadow: inset 0 0 0 2px - } - - .gg-apple-watch::after, - .gg-apple-watch::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 5px; - border: 2px solid; - border-bottom: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - left: 2px - } - - .gg-apple-watch::after { - top: -3px - } - - .gg-apple-watch::before { - transform: scaleY(-1); - top: 12px - } \ No newline at end of file diff --git a/icons/arrow-bottom-left-o.css b/icons/arrow-bottom-left-o.css deleted file mode 100644 index 2fcd9380..00000000 --- a/icons/arrow-bottom-left-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-bottom-left-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-bottom-left-o::after, -.gg-arrow-bottom-left-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-arrow-bottom-left-o::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px -} - -.gg-arrow-bottom-left-o::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-left: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-bottom-left-r.css b/icons/arrow-bottom-left-r.css deleted file mode 100644 index cc797289..00000000 --- a/icons/arrow-bottom-left-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-bottom-left-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-arrow-bottom-left-r::after, -.gg-arrow-bottom-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-arrow-bottom-left-r::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px -} - -.gg-arrow-bottom-left-r::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-left: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-bottom-left.css b/icons/arrow-bottom-left.css deleted file mode 100644 index 0888e1a0..00000000 --- a/icons/arrow-bottom-left.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-arrow-bottom-left { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: scale(var(--ggs,1)); - border-left: 2px solid -} - -.gg-arrow-bottom-left::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 3px; - left: -3px -} \ No newline at end of file diff --git a/icons/arrow-bottom-right-o.css b/icons/arrow-bottom-right-o.css deleted file mode 100644 index c0f5cb5e..00000000 --- a/icons/arrow-bottom-right-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-bottom-right-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-bottom-right-o::after, -.gg-arrow-bottom-right-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-bottom-right-o::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px -} - -.gg-arrow-bottom-right-o::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-bottom-right-r.css b/icons/arrow-bottom-right-r.css deleted file mode 100644 index f60c928c..00000000 --- a/icons/arrow-bottom-right-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-bottom-right-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-arrow-bottom-right-r::after, -.gg-arrow-bottom-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-bottom-right-r::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px -} - -.gg-arrow-bottom-right-r::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-bottom-right.css b/icons/arrow-bottom-right.css deleted file mode 100644 index e1e2fc70..00000000 --- a/icons/arrow-bottom-right.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-arrow-bottom-right { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: scale(var(--ggs,1)); - border-right: 2px solid -} - -.gg-arrow-bottom-right::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 3px; - right: -3px -} \ No newline at end of file diff --git a/icons/arrow-down-o.css b/icons/arrow-down-o.css deleted file mode 100644 index 1a99e38a..00000000 --- a/icons/arrow-down-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-down-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-down-o::after, -.gg-arrow-down-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px -} - -.gg-arrow-down-o::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 6px -} - -.gg-arrow-down-o::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-down-r.css b/icons/arrow-down-r.css deleted file mode 100644 index a2d89cf0..00000000 --- a/icons/arrow-down-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-down-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-arrow-down-r::after, -.gg-arrow-down-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px -} - -.gg-arrow-down-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 6px -} - -.gg-arrow-down-r::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-down.css b/icons/arrow-down.css deleted file mode 100644 index 51cbb286..00000000 --- a/icons/arrow-down.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-arrow-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-arrow-down::after, -.gg-arrow-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px -} - -.gg-arrow-down::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 7px -} - -.gg-arrow-down::before { - width: 2px; - height: 16px; - left: 10px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-left-o.css b/icons/arrow-left-o.css deleted file mode 100644 index 6ca68bf5..00000000 --- a/icons/arrow-left-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-left-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 22px -} - -.gg-arrow-left-o::after, -.gg-arrow-left-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-arrow-left-o::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 6px -} - -.gg-arrow-left-o::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-left-r.css b/icons/arrow-left-r.css deleted file mode 100644 index 237b126f..00000000 --- a/icons/arrow-left-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-left-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-arrow-left-r::after, -.gg-arrow-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-arrow-left-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 6px -} - -.gg-arrow-left-r::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-left.css b/icons/arrow-left.css deleted file mode 100644 index eb195f17..00000000 --- a/icons/arrow-left.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-arrow-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-arrow-left::after, -.gg-arrow-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px -} - -.gg-arrow-left::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 7px -} - -.gg-arrow-left::before { - width: 16px; - height: 2px; - bottom: 10px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-long-down-c.css b/icons/arrow-long-down-c.css deleted file mode 100644 index 3e88d076..00000000 --- a/icons/arrow-long-down-c.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-down-c { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-down-c::after, -.gg-arrow-long-down-c::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-down-c::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px -} - -.gg-arrow-long-down-c::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - top: -4px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-down-e.css b/icons/arrow-long-down-e.css deleted file mode 100644 index 886e307b..00000000 --- a/icons/arrow-long-down-e.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-arrow-long-down-e { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-down-e::after, -.gg-arrow-long-down-e::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-down-e::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px -} - -.gg-arrow-long-down-e::before { - width: 6px; - height: 6px; - border: 2px solid; - top: -5px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-down-l.css b/icons/arrow-long-down-l.css deleted file mode 100644 index 7581d618..00000000 --- a/icons/arrow-long-down-l.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-arrow-long-down-l { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-down-l::after, -.gg-arrow-long-down-l::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-down-l::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px -} - -.gg-arrow-long-down-l::before { - width: 6px; - height: 2px; - background: currentColor; - top: -1px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-down-r.css b/icons/arrow-long-down-r.css deleted file mode 100644 index ad50d992..00000000 --- a/icons/arrow-long-down-r.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-down-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-down-r::after, -.gg-arrow-long-down-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-down-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px -} - -.gg-arrow-long-down-r::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - top: -5px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-down.css b/icons/arrow-long-down.css deleted file mode 100644 index 887344e6..00000000 --- a/icons/arrow-long-down.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-arrow-long-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-down::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-left-c.css b/icons/arrow-long-left-c.css deleted file mode 100644 index 35e7c6fc..00000000 --- a/icons/arrow-long-left-c.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-left-c { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-left-c::after, -.gg-arrow-long-left-c::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-left-c::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px -} - -.gg-arrow-long-left-c::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - right: -4px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-left-e.css b/icons/arrow-long-left-e.css deleted file mode 100644 index 7f97790d..00000000 --- a/icons/arrow-long-left-e.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-arrow-long-left-e { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-left-e::after, -.gg-arrow-long-left-e::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-left-e::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px -} - -.gg-arrow-long-left-e::before { - width: 6px; - height: 6px; - border: 2px solid; - right: -4px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-left-l.css b/icons/arrow-long-left-l.css deleted file mode 100644 index 778a4a25..00000000 --- a/icons/arrow-long-left-l.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-arrow-long-left-l { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-left-l::after, -.gg-arrow-long-left-l::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-left-l::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px -} - -.gg-arrow-long-left-l::before { - width: 2px; - height: 6px; - background: currentColor; - right: -1px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-left-r.css b/icons/arrow-long-left-r.css deleted file mode 100644 index 4b602f48..00000000 --- a/icons/arrow-long-left-r.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-left-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-left-r::after, -.gg-arrow-long-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-left-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px -} - -.gg-arrow-long-left-r::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - right: -5px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-left.css b/icons/arrow-long-left.css deleted file mode 100644 index 1e28d335..00000000 --- a/icons/arrow-long-left.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-arrow-long-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-left::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-right-c.css b/icons/arrow-long-right-c.css deleted file mode 100644 index 0bd6ca90..00000000 --- a/icons/arrow-long-right-c.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-right-c { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-right-c::after, -.gg-arrow-long-right-c::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-right-c::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px -} - -.gg-arrow-long-right-c::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - left: -4px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-right-e.css b/icons/arrow-long-right-e.css deleted file mode 100644 index 35399937..00000000 --- a/icons/arrow-long-right-e.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-arrow-long-right-e { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-right-e::after, -.gg-arrow-long-right-e::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-right-e::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px -} - -.gg-arrow-long-right-e::before { - width: 6px; - height: 6px; - border: 2px solid; - left: -4px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-right-l.css b/icons/arrow-long-right-l.css deleted file mode 100644 index 2cd342c7..00000000 --- a/icons/arrow-long-right-l.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-arrow-long-right-l { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-right-l::after, -.gg-arrow-long-right-l::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-right-l::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px -} - -.gg-arrow-long-right-l::before { - width: 2px; - height: 6px; - background: currentColor; - left: -1px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-right-r.css b/icons/arrow-long-right-r.css deleted file mode 100644 index 2bc96199..00000000 --- a/icons/arrow-long-right-r.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-right-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-right-r::after, -.gg-arrow-long-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-right-r::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px -} - -.gg-arrow-long-right-r::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - left: -5px; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-right.css b/icons/arrow-long-right.css deleted file mode 100644 index c3c87542..00000000 --- a/icons/arrow-long-right.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-arrow-long-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px -} - -.gg-arrow-long-right::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-up-c.css b/icons/arrow-long-up-c.css deleted file mode 100644 index 0a77c2ae..00000000 --- a/icons/arrow-long-up-c.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-up-c { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-up-c::after, -.gg-arrow-long-up-c::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-up-c::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px -} - -.gg-arrow-long-up-c::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - bottom: -4px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-up-e.css b/icons/arrow-long-up-e.css deleted file mode 100644 index a06bacfb..00000000 --- a/icons/arrow-long-up-e.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-arrow-long-up-e { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-up-e::after, -.gg-arrow-long-up-e::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-up-e::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px -} - -.gg-arrow-long-up-e::before { - width: 6px; - height: 6px; - border: 2px solid; - bottom: -5px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-up-l.css b/icons/arrow-long-up-l.css deleted file mode 100644 index 4f111a8f..00000000 --- a/icons/arrow-long-up-l.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-arrow-long-up-l { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-up-l::after, -.gg-arrow-long-up-l::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-up-l::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px -} - -.gg-arrow-long-up-l::before { - width: 6px; - height: 2px; - background: currentColor; - bottom: -1px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-up-r.css b/icons/arrow-long-up-r.css deleted file mode 100644 index af72c598..00000000 --- a/icons/arrow-long-up-r.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-arrow-long-up-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px -} - -.gg-arrow-long-up-r::after, -.gg-arrow-long-up-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-long-up-r::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px -} - -.gg-arrow-long-up-r::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - bottom: -5px; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-long-up.css b/icons/arrow-long-up.css deleted file mode 100644 index fbce5469..00000000 --- a/icons/arrow-long-up.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-arrow-long-up, -.gg-arrow-long-up::after { - display: block; - box-sizing: border-box; - width: 6px -} - -.gg-arrow-long-up { - position: relative; - transform: scale(var(--ggs,1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px -} - -.gg-arrow-long-up::after { - content: ""; - position: absolute; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px -} \ No newline at end of file diff --git a/icons/arrow-right-o.css b/icons/arrow-right-o.css deleted file mode 100644 index fd18ae3c..00000000 --- a/icons/arrow-right-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-right-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-right-o::after, -.gg-arrow-right-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-right-o::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 6px -} - -.gg-arrow-right-o::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-right-r.css b/icons/arrow-right-r.css deleted file mode 100644 index 63f919a2..00000000 --- a/icons/arrow-right-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-right-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-arrow-right-r::after, -.gg-arrow-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-right-r::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 6px -} - -.gg-arrow-right-r::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-right.css b/icons/arrow-right.css deleted file mode 100644 index 7819298d..00000000 --- a/icons/arrow-right.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-arrow-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-arrow-right::after, -.gg-arrow-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px -} - -.gg-arrow-right::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 7px -} - -.gg-arrow-right::before { - width: 16px; - height: 2px; - bottom: 10px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-top-left-o.css b/icons/arrow-top-left-o.css deleted file mode 100644 index 452931c5..00000000 --- a/icons/arrow-top-left-o.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-arrow-top-left-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-top-left-o::after, -.gg-arrow-top-left-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-arrow-top-left-o::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px; - right: 4px -} - -.gg-arrow-top-left-o::before { - width: 6px; - height: 6px; - left: 4px; - top: 4px; - border-top: 2px solid; - border-left: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-top-left-r.css b/icons/arrow-top-left-r.css deleted file mode 100644 index 37576a56..00000000 --- a/icons/arrow-top-left-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-top-left-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-arrow-top-left-r::after, -.gg-arrow-top-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-arrow-top-left-r::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px -} - -.gg-arrow-top-left-r::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-left: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-top-left.css b/icons/arrow-top-left.css deleted file mode 100644 index 83ebccbb..00000000 --- a/icons/arrow-top-left.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-arrow-top-left { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - transform: scale(var(--ggs,1)); - border-top: 2px solid; - border-left: 2px solid -} - -.gg-arrow-top-left::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - top: 3px; - left: -3px -} \ No newline at end of file diff --git a/icons/arrow-top-right-o.css b/icons/arrow-top-right-o.css deleted file mode 100644 index 46d1fed9..00000000 --- a/icons/arrow-top-right-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-top-right-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-top-right-o::after, -.gg-arrow-top-right-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-top-right-o::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px -} - -.gg-arrow-top-right-o::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-top-right-r.css b/icons/arrow-top-right-r.css deleted file mode 100644 index 3eec3843..00000000 --- a/icons/arrow-top-right-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-top-right-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-arrow-top-right-r::after, -.gg-arrow-top-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-arrow-top-right-r::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px -} - -.gg-arrow-top-right-r::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/arrow-top-right.css b/icons/arrow-top-right.css deleted file mode 100644 index 95c6ea9b..00000000 --- a/icons/arrow-top-right.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-arrow-top-right { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-top: 2px solid; - transform: scale(var(--ggs,1)); - border-right: 2px solid -} - -.gg-arrow-top-right::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - top: 3px; - right: -3px -} \ No newline at end of file diff --git a/icons/arrow-up-o.css b/icons/arrow-up-o.css deleted file mode 100644 index f336eb78..00000000 --- a/icons/arrow-up-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-up-o { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-radius: 20px -} - -.gg-arrow-up-o::after, -.gg-arrow-up-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px -} - -.gg-arrow-up-o::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px -} - -.gg-arrow-up-o::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-up-r.css b/icons/arrow-up-r.css deleted file mode 100644 index a5c73fe6..00000000 --- a/icons/arrow-up-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-arrow-up-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-arrow-up-r::after, -.gg-arrow-up-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px -} - -.gg-arrow-up-r::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px -} - -.gg-arrow-up-r::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor -} \ No newline at end of file diff --git a/icons/arrow-up.css b/icons/arrow-up.css deleted file mode 100644 index 5cdda822..00000000 --- a/icons/arrow-up.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-arrow-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-arrow-up::after, -.gg-arrow-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px -} - -.gg-arrow-up::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px -} - -.gg-arrow-up::before { - width: 2px; - height: 16px; - left: 10px; - background: currentColor -} \ No newline at end of file diff --git a/icons/assign.css b/icons/assign.css deleted file mode 100644 index 34c01eef..00000000 --- a/icons/assign.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-assign { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - background: currentColor; - transform: scale(var(--ggs,1)); - border-radius: 100px -} - -.gg-assign::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - box-shadow: - -5px -5px 0 -3px, - 5px 5px 0 -3px, - 5px -5px 0 -3px, - -5px 5px 0 -3px; - left: -3px; - top: -3px -} \ No newline at end of file diff --git a/icons/attachment.css b/icons/attachment.css deleted file mode 100644 index c52f67d1..00000000 --- a/icons/attachment.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-attachment { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - transform: scale(var(--ggs,1)); - margin-top: 11px -} - -.gg-attachment::after, -.gg-attachment::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - border: 2px solid -} - -.gg-attachment::after { - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - right: -2px; - width: 10px; - height: 14px; - bottom: 8px -} - -.gg-attachment::before { - width: 6px; - height: 12px; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - left: 2px; - bottom: 4px -} \ No newline at end of file diff --git a/icons/backspace.css b/icons/backspace.css deleted file mode 100644 index e69eb023..00000000 --- a/icons/backspace.css +++ /dev/null @@ -1,46 +0,0 @@ -.gg-backspace { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-left: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px - } - - .gg-backspace::after, - .gg-backspace::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute - } - - .gg-backspace::before { - background: - linear-gradient( - currentColor 18px,transparent 0) - no-repeat center center/10px 2px; - border-right: 3px solid transparent; - box-shadow: inset 0 0 0 2px; - right: 2px; - bottom: 1px; - width: 8px; - height: 8px; - border-left: 3px solid transparent; - transform: rotate(45deg) - } - - .gg-backspace::after { - width: 10px; - height: 10px; - border-top: 2px solid; - border-left: 2px solid; - border-top-left-radius: 1px; - transform: rotate(-45deg); - top: 0; - left: -5px - } \ No newline at end of file diff --git a/icons/battery-empty.css b/icons/battery-empty.css deleted file mode 100644 index 2e11a3f0..00000000 --- a/icons/battery-empty.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-battery-empty { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 12px; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 3px; - margin-left: -3px -} - -.gg-battery-empty::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 4px; - height: 6px; - right: -4px; - top: 1px; - background: currentColor -} \ No newline at end of file diff --git a/icons/battery.css b/icons/battery.css deleted file mode 100644 index 46646514..00000000 --- a/icons/battery.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-battery { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 12px; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 3px; - margin-left: -3px -} - -.gg-battery::after, -.gg-battery::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - background: currentColor; - top: 1px -} - -.gg-battery::before { - right: -4px; - border-radius: 3px; - width: 4px -} - -.gg-battery::after { - width: 6px; - left: 1px -} \ No newline at end of file diff --git a/icons/bell.css b/icons/bell.css deleted file mode 100644 index 92049f8f..00000000 --- a/icons/bell.css +++ /dev/null @@ -1,47 +0,0 @@ -.gg-bell, -.gg-bell::before { - border-top-left-radius: 100px; - border-top-right-radius: 100px -} - -.gg-bell { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-bottom: 0; - width: 14px; - height: 14px -} - -.gg-bell::after, -.gg-bell::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-bell::before { - background: currentColor; - width: 4px; - height: 4px; - top: -4px; - left: 3px -} - -.gg-bell::after { - border-radius: 3px; - width: 16px; - height: 10px; - border: 6px solid transparent; - border-top: 1px solid transparent; - box-shadow: - inset 0 0 0 4px, - 0 -2px 0 0; - top: 14px; - left: -3px; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px -} \ No newline at end of file diff --git a/icons/block.css b/icons/block.css deleted file mode 100644 index 4522e41e..00000000 --- a/icons/block.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-block { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100% -} - -.gg-block::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - transform: rotate(-45deg); - top: 5px; - left: 1px -} \ No newline at end of file diff --git a/icons/bmw.css b/icons/bmw.css deleted file mode 100644 index 55b68f3f..00000000 --- a/icons/bmw.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-bmw { - position: relative; - box-sizing: border-box; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 18px -} -.gg-bmw::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - border: 9px solid; - border-top-color: transparent; - border-bottom-color: transparent; - border-radius: 18px; - transform: rotate(45deg); - left: -2px; - top: -2px -} \ No newline at end of file diff --git a/icons/board.css b/icons/board.css deleted file mode 100644 index 3b606dad..00000000 --- a/icons/board.css +++ /dev/null @@ -1,14 +0,0 @@ -.gg-board { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 16px; - height: 12px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: - 0 0 0 2px, - inset 2px 0 0,inset -2px 0 0; - border-radius: 2px -} \ No newline at end of file diff --git a/icons/bolt.css b/icons/bolt.css deleted file mode 100644 index 17ea60da..00000000 --- a/icons/bolt.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-bolt { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 21px -} - -.gg-bolt::after, -.gg-bolt::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - transform: rotate(30deg) -} - -.gg-bolt::before { - border-bottom: 12px solid; - left: 0; - top: 0 -} - -.gg-bolt::after { - border-top: 12px solid; - right: 0; - bottom: 0 -} \ No newline at end of file diff --git a/icons/bookmark.css b/icons/bookmark.css deleted file mode 100644 index c6815155..00000000 --- a/icons/bookmark.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-bookmark, -.gg-bookmark::after { - display: block; - box-sizing: border-box; - border-top-right-radius: 3px -} - -.gg-bookmark { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 3px; - overflow: hidden; - position: relative; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px -} - -.gg-bookmark::after { - content: ""; - position: absolute; - width: 12px; - height: 12px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - top: 9px; - left: -1px -} \ No newline at end of file diff --git a/icons/border-all.css b/icons/border-all.css deleted file mode 100644 index f6ca7546..00000000 --- a/icons/border-all.css +++ /dev/null @@ -1,20 +0,0 @@ -.gg-border-all { - transform: scale(var(--ggs,1)); -} - -.gg-border-all, -.gg-border-all::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px -} - -.gg-border-all::before { - content: ""; - position: absolute; - border: 3px solid; - bottom: 0; - left: 0 -} \ No newline at end of file diff --git a/icons/border-bottom.css b/icons/border-bottom.css deleted file mode 100644 index 659738d0..00000000 --- a/icons/border-bottom.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-border-bottom { - transform: scale(var(--ggs,1)); -} - -.gg-border-bottom, -.gg-border-bottom::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-bottom: 3px solid -} - -.gg-border-bottom::before { - content: ""; - position: absolute; - height: 10px; - border: 3px solid; - border-bottom: 0; - bottom: 2px; - left: 0; - opacity: .3 -} \ No newline at end of file diff --git a/icons/border-left.css b/icons/border-left.css deleted file mode 100644 index 09cda553..00000000 --- a/icons/border-left.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-border-left { - transform: scale(var(--ggs,1)); -} - -.gg-border-left, -.gg-border-left::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-left: 3px solid -} - -.gg-border-left::before { - content: ""; - position: absolute; - width: 10px; - border: 3px solid; - border-left: 0; - bottom: 0; - left: 2px; - opacity: .3 -} \ No newline at end of file diff --git a/icons/border-right.css b/icons/border-right.css deleted file mode 100644 index 38f91eb8..00000000 --- a/icons/border-right.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-border-right { - transform: scale(var(--ggs,1)); -} - -.gg-border-right, -.gg-border-right::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-right: 3px solid -} - -.gg-border-right::before { - content: ""; - position: absolute; - width: 10px; - border: 3px solid; - border-right: 0; - bottom: 0; - right: 2px; - opacity: .3 -} \ No newline at end of file diff --git a/icons/border-style-dashed.css b/icons/border-style-dashed.css deleted file mode 100644 index 49a4b7d2..00000000 --- a/icons/border-style-dashed.css +++ /dev/null @@ -1,20 +0,0 @@ -.gg-border-style-dashed { - transform: scale(var(--ggs,1)); -} - -.gg-border-style-dashed, -.gg-border-style-dashed::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px -} - -.gg-border-style-dashed::before { - content: ""; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px dashed -} \ No newline at end of file diff --git a/icons/border-style-dotted.css b/icons/border-style-dotted.css deleted file mode 100644 index 281aab4d..00000000 --- a/icons/border-style-dotted.css +++ /dev/null @@ -1,20 +0,0 @@ -.gg-border-style-dotted { - transform: scale(var(--ggs,1)); -} - -.gg-border-style-dotted, -.gg-border-style-dotted::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px -} - -.gg-border-style-dotted::before { - content: ""; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px dotted -} \ No newline at end of file diff --git a/icons/border-style-solid.css b/icons/border-style-solid.css deleted file mode 100644 index 8ae30fff..00000000 --- a/icons/border-style-solid.css +++ /dev/null @@ -1,20 +0,0 @@ -.gg-border-style-solid { - transform: scale(var(--ggs,1)); -} - -.gg-border-style-solid, -.gg-border-style-solid::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px -} - -.gg-border-style-solid::before { - content: ""; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px solid -} \ No newline at end of file diff --git a/icons/border-top.css b/icons/border-top.css deleted file mode 100644 index fa184741..00000000 --- a/icons/border-top.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-border-top { - transform: scale(var(--ggs,1)); -} - -.gg-border-top, -.gg-border-top::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-top: 3px solid -} - -.gg-border-top::before { - content: ""; - position: absolute; - height: 10px; - border: 3px solid; - border-top: 0; - top: 2px; - left: 0; - opacity: .3 -} \ No newline at end of file diff --git a/icons/bot.css b/icons/bot.css deleted file mode 100644 index 14f94d6e..00000000 --- a/icons/bot.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-bot { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 21px; - height: 10px; - border-right: 8px solid transparent; - border-left: 8px solid transparent; - border-bottom: 1px solid transparent; - border-radius: 12px; - box-shadow: - 0 0 0 2px, - -4px 0 0 -1px, - 4px 0 0 -1px, - inset 0 -4px 0 -2px -} - -.gg-bot::after, -.gg-bot::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - box-shadow: 0 0 0 2px; - top: 3px -} - -.gg-bot::before { - left: -4px; - border-radius: 3px -} - -.gg-bot::after { - border-radius: 100px; - right: -4px -} \ No newline at end of file diff --git a/icons/bowl.css b/icons/bowl.css deleted file mode 100644 index e8197ab4..00000000 --- a/icons/bowl.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-bowl { - display: block; - position: relative; - transform: scale(var(--ggs,1)); - box-sizing: border-box; - width: 20px; - height: 18px -} - -.gg-bowl::after, -.gg-bowl::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-bowl::before { - width: 20px; - height: 12px; - border: 2px solid; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; - bottom: 0 -} - -.gg-bowl::after { - background: currentColor; - width: 2px; - height: 10px; - border-radius: 4px; - transform: rotate(45deg); - right: 4px; - top: -1px -} \ No newline at end of file diff --git a/icons/box.css b/icons/box.css deleted file mode 100644 index c5e675ef..00000000 --- a/icons/box.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-box { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-box::after, -.gg-box::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor -} - -.gg-box::before { - left: 6px; - width: 6px; - top: 8px -} - -.gg-box::after { - width: 22px; - left: -2px; - top: 4px -} \ No newline at end of file diff --git a/icons/boy.css b/icons/boy.css deleted file mode 100644 index 3096e466..00000000 --- a/icons/boy.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-boy, -.gg-boy::after, -.gg-boy::before { - display: block; - box-sizing: border-box; - border-radius: 42px -} - -.gg-boy { - position: relative; - width: 20px; - height: 20px; - transform: scale(var(--ggs,1)); - overflow: hidden; - box-shadow: inset 0 0 0 2px -} - -.gg-boy::after, -.gg-boy::before { - content: ""; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 6px 0 0; - left: 6px; - top: 10px -} - -.gg-boy::after { - width: 20px; - height: 20px; - top: -13px; - right: -12px; -} \ No newline at end of file diff --git a/icons/brackets.css b/icons/brackets.css deleted file mode 100644 index eddd8b57..00000000 --- a/icons/brackets.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-brackets { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-brackets::after, -.gg-brackets::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - width: 4px; - height: 10px; - top: 2px -} - -.gg-brackets::before { - border-right: 0; - left: 2px -} - -.gg-brackets::after { - border-left: 0; - right: 2px -} \ No newline at end of file diff --git a/icons/briefcase.css b/icons/briefcase.css deleted file mode 100644 index cec2d37c..00000000 --- a/icons/briefcase.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-briefcase { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px; - margin-top: 1px -} - -.gg-briefcase::after, -.gg-briefcase::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-briefcase::before { - border: 2px solid; - border-top-left-radius: 1px; - border-top-right-radius: 1px; - left: 4px; - width: 10px; - height: 4px; - border-bottom: 0; - top: -5px -} - -.gg-briefcase::after { - width: 18px; - height: 3px; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 1px solid transparent; - box-shadow: - 0 2px 0, - inset 16px 74px 0; - top: 4px -} \ No newline at end of file diff --git a/icons/browser.css b/icons/browser.css deleted file mode 100644 index 24638911..00000000 --- a/icons/browser.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-browser { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-browser::after, -.gg-browser::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 22px; - height: 2px; - background: currentColor; - top: 4px -} - -.gg-browser::after { - border-radius: 3px; - width: 2px; - box-shadow: - 3px 0 0, - 6px 0 0; - top: 1px; - left: 1px -} \ No newline at end of file diff --git a/icons/bulb.css b/icons/bulb.css deleted file mode 100644 index 3ddb55f1..00000000 --- a/icons/bulb.css +++ /dev/null @@ -1,45 +0,0 @@ -.gg-bulb { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-bottom-color: transparent; - border-radius: 100px -} - -.gg-bulb::after, -.gg-bulb::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-bulb::before { - border-top: 0; - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; - top: 10px; - border-bottom: 2px solid transparent; - box-shadow: - 0 5px 0 -2px, - inset 2px 0 0 0, - inset -2px 0 0 0, - inset 0 -4px 0 -2px; - width: 8px; - height: 8px; - left: 2px -} - -.gg-bulb::after { - width: 12px; - height: 2px; - border-left: 3px solid; - border-right: 3px solid; - border-radius: 2px; - bottom: 0; - left: 0 -} \ No newline at end of file diff --git a/icons/c-plus-plus.css b/icons/c-plus-plus.css deleted file mode 100644 index 2fb33e71..00000000 --- a/icons/c-plus-plus.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-c-plus-plus { - position: relative; - display: block; - width: 16px; - height: 16px; - transform: scale(var(--ggs,1)); - border: 3px solid currentColor; - box-sizing: border-box; - border-radius: 100px; - border-right-color: transparent -} - -.gg-c-plus-plus::after, -.gg-c-plus-plus::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - width: 9px; - height: 6px; - border-left: 2px solid; - border-right: 2px solid; - right: -9px; - top: 2px -} - -.gg-c-plus-plus::after { - width: 13px; - height: 2px; - border-left: 6px solid; - border-right: 6px solid; - right: -11px; - top: 4px -} \ No newline at end of file diff --git a/icons/calculator.css b/icons/calculator.css deleted file mode 100644 index 2d7643f8..00000000 --- a/icons/calculator.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-calculator { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 22px; - border: 2px solid; - border-radius: 2px -} - -.gg-calculator::after, -.gg-calculator::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - top: 2px; - left: 2px -} - -.gg-calculator::after { - width: 2px; - box-shadow: - 4px 0 0, - 8px 0 0, - 0 4px 0, - 4px 4px 0, - 8px 4px 0, - 0 8px 0, - 4px 8px 0, - 8px 8px 0, - 8px 6px 0; - top: 6px -} \ No newline at end of file diff --git a/icons/calendar-dates.css b/icons/calendar-dates.css deleted file mode 100644 index 2a117a8f..00000000 --- a/icons/calendar-dates.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-calendar-dates { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-calendar-dates::after, -.gg-calendar-dates::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - left: 2px -} - -.gg-calendar-dates::before { - background: currentColor; - width: 2px; - box-shadow: - 4px 0 0,8px 0 0,0 4px 0, - 4px 4px 0,8px 4px 0; - top: 6px -} - -.gg-calendar-dates::after { - width: 10px; - top: -4px; - box-shadow: 0 6px 0 0 -} \ No newline at end of file diff --git a/icons/calendar-due.css b/icons/calendar-due.css deleted file mode 100644 index 962a2e36..00000000 --- a/icons/calendar-due.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-calendar-due { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-calendar-due::after, -.gg-calendar-due::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 6px; - background: currentColor -} - -.gg-calendar-due::before { - top: 2px; - width: 10px; - height: 2px; - left: 2px -} - -.gg-calendar-due::after { - width: 4px; - height: 4px; - bottom: 3px; - left: 5px -} \ No newline at end of file diff --git a/icons/calendar-next.css b/icons/calendar-next.css deleted file mode 100644 index 19c6f175..00000000 --- a/icons/calendar-next.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-calendar-next { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - border: 2px solid transparent; - border-bottom: 4px solid transparent; - border-right: 4px solid transparent; - border-left: 3px solid transparent; - box-shadow: - 0 0 0 2px, - inset 0 -2px 0; - border-radius: 1px -} - -.gg-calendar-next::after, -.gg-calendar-next::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-calendar-next::before { - background: currentColor; - border-radius: 2px; - top: 0; - left: -1px; - width: 10px; - height: 2px -} - -.gg-calendar-next::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - bottom: -2px; - right: -2px -} \ No newline at end of file diff --git a/icons/calendar-today.css b/icons/calendar-today.css deleted file mode 100644 index ee6186f9..00000000 --- a/icons/calendar-today.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-calendar-today { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-top: 4px solid; - border-radius: 3px -} - -.gg-calendar-today::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - height: 4px; - width: 4px; - border-radius: 2px; - right: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/calendar-two.css b/icons/calendar-two.css deleted file mode 100644 index 8725122f..00000000 --- a/icons/calendar-two.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-calendar-two { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-calendar-two::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/calendar.css b/icons/calendar.css deleted file mode 100644 index cdd67c83..00000000 --- a/icons/calendar.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-calendar, -.gg-calendar::before { - display: block; - box-sizing: border-box -} - -.gg-calendar { - position: relative; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-top: 4px solid; - border-radius: 3px -} - -.gg-calendar::before { - content: ""; - position: absolute; - width: 10px; - border-radius: 3px; - left: 2px; - background: currentColor; - height: 2px; - top: 2px -} \ No newline at end of file diff --git a/icons/camera.css b/icons/camera.css deleted file mode 100644 index 6aef3f52..00000000 --- a/icons/camera.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-camera { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 3px; - width: 18px; - height: 12px; - perspective: 24px -} - -.gg-camera::after, -.gg-camera::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-camera::before { - border: 2px solid; - border-left-color: transparent; - transform: rotateY(-70deg); - width: 8px; - height: 8px; - right: -7px; - top: 0 -} - -.gg-camera::after { - width: 10px; - height: 5px; - border-top: 2px solid; - border-right: 2px solid; - top: -5px; - right: 2px; - border-top-right-radius: 2px -} \ No newline at end of file diff --git a/icons/cap.css b/icons/cap.css deleted file mode 100644 index 9844a273..00000000 --- a/icons/cap.css +++ /dev/null @@ -1,44 +0,0 @@ -.gg-cap { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - border: 2px solid; - border-bottom-color: transparent; - border-top-left-radius: 100px; - border-top-right-radius: 100px -} - -.gg-cap::after, -.gg-cap::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-cap::after { - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: - 0 0 0 2px, - inset 12px 0 0 0; - bottom: -8px; - width: 18px; - height: 6px; - border-radius: 1px; - left: -2px -} - -.gg-cap::before { - width: 4px; - height: 4px; - background: currentColor; - border-radius: 2px; - left: 5px; - top: -4px -} \ No newline at end of file diff --git a/icons/captions.css b/icons/captions.css deleted file mode 100644 index 9917ca45..00000000 --- a/icons/captions.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-captions { - border-radius: 1px; - transform: scale(var(--ggs,1)) -} -.gg-captions, -.gg-captions::after, -.gg-captions::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 16px; - border: 2px solid -} - -.gg-captions::after, -.gg-captions::before { - content: ""; - position: absolute; - width: 5px; - height: 8px; - border-right: transparent; - top: 2px; - left: 2px -} - -.gg-captions::before { - left: 9px -} \ No newline at end of file diff --git a/icons/cast.css b/icons/cast.css deleted file mode 100644 index 520d5476..00000000 --- a/icons/cast.css +++ /dev/null @@ -1,48 +0,0 @@ -.gg-cast { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat bottom right/6px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat top left/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 16px; - border-top: 2px solid; - border-right: 2px solid; - border-radius: 2px; - border-left: 0 - } - - .gg-cast::after, - .gg-cast::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 20px; - height: 20px; - border: 6px double; - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - border-radius: 50%; - transform: rotate(-45deg); - bottom: -10px; - left: -10px - } - - .gg-cast::after { - width: 4px; - height: 4px; - border: 2px solid; - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - bottom: -2px; - left: -2px - } \ No newline at end of file diff --git a/icons/chart.css b/icons/chart.css deleted file mode 100644 index f1180a79..00000000 --- a/icons/chart.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-chart { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid -} - -.gg-chart::after, -.gg-chart::before { - content: ""; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box -} - -.gg-chart::before { - border-top-right-radius: 100px; - right: -2px; - top: -2px; - width: 8px; - height: 8px -} - -.gg-chart::after { - width: 18px; - height: 18px; - border-radius: 100px; - border-right-color: transparent; - left: -10px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/check-o.css b/icons/check-o.css deleted file mode 100644 index 9a2c9213..00000000 --- a/icons/check-o.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-check-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-check-o::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/check-r.css b/icons/check-r.css deleted file mode 100644 index 3e3ea091..00000000 --- a/icons/check-r.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-check-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-check-r::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/check.css b/icons/check.css deleted file mode 100644 index 03b3fcc1..00000000 --- a/icons/check.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-check { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-check::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/chevron-double-down-o.css b/icons/chevron-double-down-o.css deleted file mode 100644 index 17e255e7..00000000 --- a/icons/chevron-double-down-o.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-down-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px -} - -.gg-chevron-double-down-o::after, -.gg-chevron-double-down-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px -} - -.gg-chevron-double-down-o::after { - top: 7px -} \ No newline at end of file diff --git a/icons/chevron-double-down-r.css b/icons/chevron-double-down-r.css deleted file mode 100644 index a67f6af7..00000000 --- a/icons/chevron-double-down-r.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-down-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px -} - -.gg-chevron-double-down-r::after, -.gg-chevron-double-down-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px -} - -.gg-chevron-double-down-r::after { - top: 7px -} \ No newline at end of file diff --git a/icons/chevron-double-down.css b/icons/chevron-double-down.css deleted file mode 100644 index 10adaaa9..00000000 --- a/icons/chevron-double-down.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-chevron-double-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-chevron-double-down::after, -.gg-chevron-double-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 3px -} - -.gg-chevron-double-down::after { - top: 8px -} \ No newline at end of file diff --git a/icons/chevron-double-left-o.css b/icons/chevron-double-left-o.css deleted file mode 100644 index df28013a..00000000 --- a/icons/chevron-double-left-o.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-left-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px -} - -.gg-chevron-double-left-o::after, -.gg-chevron-double-left-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 6px; - left: 5px -} - -.gg-chevron-double-left-o::after { - left: 9px -} \ No newline at end of file diff --git a/icons/chevron-double-left-r.css b/icons/chevron-double-left-r.css deleted file mode 100644 index 3b54680e..00000000 --- a/icons/chevron-double-left-r.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-left-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px -} - -.gg-chevron-double-left-r::after, -.gg-chevron-double-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 6px; - left: 5px -} - -.gg-chevron-double-left-r::after { - left: 9px -} \ No newline at end of file diff --git a/icons/chevron-double-left.css b/icons/chevron-double-left.css deleted file mode 100644 index 84f91ecc..00000000 --- a/icons/chevron-double-left.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-chevron-double-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-chevron-double-left::after, -.gg-chevron-double-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 7px; - left: 6px -} - -.gg-chevron-double-left::after { - left: 11px -} \ No newline at end of file diff --git a/icons/chevron-double-right-o.css b/icons/chevron-double-right-o.css deleted file mode 100644 index 0ff68f7d..00000000 --- a/icons/chevron-double-right-o.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-right-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px -} - -.gg-chevron-double-right-o::after, -.gg-chevron-double-right-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 6px; - right: 5px -} - -.gg-chevron-double-right-o::after { - right: 9px -} \ No newline at end of file diff --git a/icons/chevron-double-right-r.css b/icons/chevron-double-right-r.css deleted file mode 100644 index 0fa35d85..00000000 --- a/icons/chevron-double-right-r.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-right-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px -} - -.gg-chevron-double-right-r::after, -.gg-chevron-double-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 6px; - right: 5px -} - -.gg-chevron-double-right-r::after { - right: 9px -} \ No newline at end of file diff --git a/icons/chevron-double-right.css b/icons/chevron-double-right.css deleted file mode 100644 index 2aba1230..00000000 --- a/icons/chevron-double-right.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-chevron-double-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-chevron-double-right::after, -.gg-chevron-double-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 7px; - right: 6px -} - -.gg-chevron-double-right::after { - right: 11px -} \ No newline at end of file diff --git a/icons/chevron-double-up-o.css b/icons/chevron-double-up-o.css deleted file mode 100644 index 8d5fba52..00000000 --- a/icons/chevron-double-up-o.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-up-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px -} - -.gg-chevron-double-up-o::after, -.gg-chevron-double-up-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - bottom: 3px -} - -.gg-chevron-double-up-o::after { - bottom: 7px -} \ No newline at end of file diff --git a/icons/chevron-double-up-r.css b/icons/chevron-double-up-r.css deleted file mode 100644 index cafa9038..00000000 --- a/icons/chevron-double-up-r.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-chevron-double-up-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px -} - -.gg-chevron-double-up-r::after, -.gg-chevron-double-up-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - bottom: 3px -} - -.gg-chevron-double-up-r::after { - bottom: 7px -} \ No newline at end of file diff --git a/icons/chevron-double-up.css b/icons/chevron-double-up.css deleted file mode 100644 index aa57dfac..00000000 --- a/icons/chevron-double-up.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-chevron-double-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-chevron-double-up::after, -.gg-chevron-double-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - bottom: 3px -} - -.gg-chevron-double-up::after { - bottom: 8px -} \ No newline at end of file diff --git a/icons/chevron-down-o.css b/icons/chevron-down-o.css deleted file mode 100644 index 03d3bf0b..00000000 --- a/icons/chevron-down-o.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-down-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-chevron-down-o::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 5px -} \ No newline at end of file diff --git a/icons/chevron-down-r.css b/icons/chevron-down-r.css deleted file mode 100644 index 706054b1..00000000 --- a/icons/chevron-down-r.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-down-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-chevron-down-r::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 5px -} \ No newline at end of file diff --git a/icons/chevron-down.css b/icons/chevron-down.css deleted file mode 100644 index e26bdf66..00000000 --- a/icons/chevron-down.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-chevron-down::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 4px; - top: 2px -} \ No newline at end of file diff --git a/icons/chevron-left-o.css b/icons/chevron-left-o.css deleted file mode 100644 index d0599803..00000000 --- a/icons/chevron-left-o.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-left-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-chevron-left-o::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 6px -} \ No newline at end of file diff --git a/icons/chevron-left-r.css b/icons/chevron-left-r.css deleted file mode 100644 index d542a017..00000000 --- a/icons/chevron-left-r.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-left-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-chevron-left-r::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 6px -} \ No newline at end of file diff --git a/icons/chevron-left.css b/icons/chevron-left.css deleted file mode 100644 index 981f7518..00000000 --- a/icons/chevron-left.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-chevron-left::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 4px -} \ No newline at end of file diff --git a/icons/chevron-right-o.css b/icons/chevron-right-o.css deleted file mode 100644 index 24abe353..00000000 --- a/icons/chevron-right-o.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-right-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-chevron-right-o::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 5px; - top: 6px -} \ No newline at end of file diff --git a/icons/chevron-right-r.css b/icons/chevron-right-r.css deleted file mode 100644 index 9b41d68e..00000000 --- a/icons/chevron-right-r.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-right-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-chevron-right-r::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 5px; - top: 6px -} \ No newline at end of file diff --git a/icons/chevron-right.css b/icons/chevron-right.css deleted file mode 100644 index 36af2967..00000000 --- a/icons/chevron-right.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-chevron-right::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - right: 6px; - top: 4px -} \ No newline at end of file diff --git a/icons/chevron-up-o.css b/icons/chevron-up-o.css deleted file mode 100644 index 43a481f3..00000000 --- a/icons/chevron-up-o.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-up-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-chevron-up-o::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 5px -} \ No newline at end of file diff --git a/icons/chevron-up-r.css b/icons/chevron-up-r.css deleted file mode 100644 index 7e6a732a..00000000 --- a/icons/chevron-up-r.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-up-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-chevron-up-r::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 5px -} \ No newline at end of file diff --git a/icons/chevron-up.css b/icons/chevron-up.css deleted file mode 100644 index 03f1f7bc..00000000 --- a/icons/chevron-up.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-chevron-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-chevron-up::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 4px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/circleci.css b/icons/circleci.css deleted file mode 100644 index 29537f17..00000000 --- a/icons/circleci.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-circleci, -.gg-circleci::before { - display: block; - box-sizing: border-box; - border-radius: 18px -} - -.gg-circleci { - position: relative; - transform: scale(var(--ggs,1)); - width: 24px; - height: 24px; - border: 4px solid; - background: - linear-gradient( - currentColor 8px,transparent 0) - no-repeat -2px center/8px 3px -} - -.gg-circleci::before { - content: ""; - position: absolute; - width: 10px; - height: 10px; - border: 3px solid; - top: 3px; - right: 3px -} \ No newline at end of file diff --git a/icons/clipboard.css b/icons/clipboard.css deleted file mode 100644 index 09542eb0..00000000 --- a/icons/clipboard.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-clipboard { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 2px -} - -.gg-clipboard::after, -.gg-clipboard::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 2px; - width: 10px; - left: 2px -} - -.gg-clipboard::before { - border: 2px solid; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - top: -2px; - height: 6px -} - -.gg-clipboard::after { - height: 2px; - background: currentColor; - box-shadow: 0 -4px 0 0; - bottom: 2px -} \ No newline at end of file diff --git a/icons/close-o.css b/icons/close-o.css deleted file mode 100644 index b19906d9..00000000 --- a/icons/close-o.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-close-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 40px -} - -.gg-close-o::after, -.gg-close-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 3px -} - -.gg-close-o::after { - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/close-r.css b/icons/close-r.css deleted file mode 100644 index 6ff580d8..00000000 --- a/icons/close-r.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-close-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-close-r::after, -.gg-close-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 3px -} - -.gg-close-r::after { - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/close.css b/icons/close.css deleted file mode 100644 index f08faa69..00000000 --- a/icons/close.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-close { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 40px -} - -.gg-close::after, -.gg-close::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 1px -} - -.gg-close::after { - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/cloud.css b/icons/cloud.css deleted file mode 100644 index 5b1d9f99..00000000 --- a/icons/cloud.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-cloud { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 2px; - background: currentColor; - margin-bottom: -20px -} - -.gg-cloud::after, -.gg-cloud::before { - content: ""; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box; - bottom: 0 -} - -.gg-cloud::before { - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - left: -6px; - width: 7px; - height: 12px -} - -.gg-cloud::after { - width: 16px; - height: 16px; - border-radius: 100px; - border-left-color: transparent; - right: -8px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/code-climate.css b/icons/code-climate.css deleted file mode 100644 index 3d42f442..00000000 --- a/icons/code-climate.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-code-climate { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs,1)); - width: 24px; - height: 16px -} - -.gg-code-climate::after, -.gg-code-climate::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - width: 12px; - border-left: 4px solid; - border-top: 4px solid; - transform: rotate(45deg) -} - -.gg-code-climate::before { - height: 12px; - left: 2px; - bottom: -2px -} - -.gg-code-climate::after { - height: 6px; - right: 0; - bottom: 6px -} \ No newline at end of file diff --git a/icons/code-slash.css b/icons/code-slash.css deleted file mode 100644 index 9c5a3785..00000000 --- a/icons/code-slash.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-code-slash { - display: block; - position: relative; - box-sizing: border-box; - transform: rotate(15deg) scale(var(--ggs,1)); - width: 2px; - height: 16px; - background: currentColor -} - -.gg-code-slash::after, -.gg-code-slash::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - transform: rotate(-60deg) -} - -.gg-code-slash::before { - border-left: 2px solid; - border-top: 2px solid; - left: -8px; - top: 5px -} - -.gg-code-slash::after { - border-right: 2px solid; - border-bottom: 2px solid; - right: -8px; - top: 3px -} \ No newline at end of file diff --git a/icons/code.css b/icons/code.css deleted file mode 100644 index 666f5058..00000000 --- a/icons/code.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-code { - transform: scale(var(--ggs,1)) -} - -.gg-code, -.gg-code::after, -.gg-code::before { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 20px -} - -.gg-code::after, -.gg-code::before { - content: ""; - position: absolute; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg) scaleY(1); - left: -4px; - top: 6px -} - -.gg-code::after { - transform: rotate(-45deg) scaleX(-1); - left: 4px -} \ No newline at end of file diff --git a/icons/coffe.css b/icons/coffe.css deleted file mode 100644 index 8d07040f..00000000 --- a/icons/coffe.css +++ /dev/null @@ -1,45 +0,0 @@ -.gg-coffe { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 14px; - border: 2px solid; - border-radius: 6px; - border-top-left-radius: 0; - border-top-right-radius: 0; - margin-left: -4px; - margin-top: 3px -} - -.gg-coffe::after, -.gg-coffe::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-coffe::before { - left: 2px; - background: currentColor; - box-shadow: - 4px 0 0, - 8px 0 0; - border-radius: 3px; - width: 2px; - height: 4px; - top: -7px -} - -.gg-coffe::after { - width: 6px; - height: 8px; - border: 2px solid; - border-radius: 100px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - right: -6px; - top: -1px -} \ No newline at end of file diff --git a/icons/collage.css b/icons/collage.css deleted file mode 100644 index c52b754f..00000000 --- a/icons/collage.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-collage { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-collage::after, -.gg-collage::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 20px; - background: currentColor; - left: 5px; - top: -2px -} - -.gg-collage::after { - width: 9px; - height: 2px; - left: -2px; - top: 4px; - box-shadow: 7px 5px 0 0 -} \ No newline at end of file diff --git a/icons/color-bucket.css b/icons/color-bucket.css deleted file mode 100644 index 35d7eda4..00000000 --- a/icons/color-bucket.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-color-bucket { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 10px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - margin-top: -18px -} - -.gg-color-bucket::after, -.gg-color-bucket::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - transform: rotate(45deg) -} - -.gg-color-bucket::before { - border: 2px solid; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - top: 4px; - left: -4px; - width: 14px; - height: 16px -} - -.gg-color-bucket::after { - width: 6px; - height: 6px; - border-radius: 0 100% 100% 100%; - background: currentColor; - right: -15px; - bottom: -12px -} \ No newline at end of file diff --git a/icons/color-picker.css b/icons/color-picker.css deleted file mode 100644 index 7bf57094..00000000 --- a/icons/color-picker.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-color-picker { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 18px; - height: 10px; - border-left: 0; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 2px solid transparent; - box-shadow: inset 0 0 0 2px -} - -.gg-color-picker::after, -.gg-color-picker::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor -} - -.gg-color-picker::before { - top: -2px; - border-radius: 3px; - width: 2px; - height: 10px; - right: -3px -} - -.gg-color-picker::after { - width: 8px; - height: 6px; - right: -9px; - box-shadow: -21px 0 0 -2px; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px -} \ No newline at end of file diff --git a/icons/comedy-central.css b/icons/comedy-central.css deleted file mode 100644 index 85549699..00000000 --- a/icons/comedy-central.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-comedy-central, -.gg-comedy-central::before { - box-sizing: border-box; - display: block; - border: 3px solid; - border-radius: 100px -} - -.gg-comedy-central { - position: relative; - border-left-color: transparent; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px -} - -.gg-comedy-central::before { - content: ""; - position: absolute; - border-right-color: transparent; - width: 10px; - height: 10px; - bottom: 2px; - right: 2px -} \ No newline at end of file diff --git a/icons/comment.css b/icons/comment.css deleted file mode 100644 index dfc36f1e..00000000 --- a/icons/comment.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-comment { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 16px; - border: 2px solid; - border-bottom: 0; - box-shadow: - -6px 8px 0 -6px, - 6px 8px 0 -6px -} - -.gg-comment::after, -.gg-comment::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px -} - -.gg-comment::before { - border: 2px solid; - border-top-color: transparent; - border-bottom-left-radius: 20px; - right: 4px; - bottom: -6px; - height: 6px -} - -.gg-comment::after { - height: 2px; - background: currentColor; - box-shadow: 0 4px 0 0; - left: 4px; - top: 4px -} \ No newline at end of file diff --git a/icons/compress.css b/icons/compress.css deleted file mode 100644 index 9df9cbc3..00000000 --- a/icons/compress.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-compress { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 26px; - height: 2px; - border-left: 10px solid; - border-right: 10px solid -} - -.gg-compress::after, -.gg-compress::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - top: -2px -} - -.gg-compress::before { - border-right: 2px solid; - left: -5px; - transform: rotate(45deg) -} - -.gg-compress::after { - border-left: 2px solid; - right: -5px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/controller.css b/icons/controller.css deleted file mode 100644 index f8616dd6..00000000 --- a/icons/controller.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-controller { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 8px; - border: 2px solid; - border-radius: 100px -} - -.gg-controller::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 14px; - box-shadow: - -6px -6px 0 -4px, - 6px 6px 0 -4px, - 6px -6px 0 -4px, - -6px 6px 0 -4px; - left: -5px; - top: -5px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/copy.css b/icons/copy.css deleted file mode 100644 index ea7e784b..00000000 --- a/icons/copy.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-copy { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 18px; - border: 2px solid; - margin-left: -5px; - margin-top: -4px - } - - .gg-copy::after, - .gg-copy::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute - } - - .gg-copy::before { - background: - linear-gradient( - currentColor 5px, transparent 0) - no-repeat right top/5px 2px, - linear-gradient( - currentColor 5px, transparent 0) - no-repeat left bottom/ 2px 5px; - box-shadow: inset -4px -4px 0 -2px; - bottom: -6px; - right: -6px; - width: 14px; - height: 18px - } - - .gg-copy::after { - width: 6px; - height: 2px; - background: currentColor; - left: 2px; - top: 2px; - box-shadow: 0 4px 0,0 8px 0 - } \ No newline at end of file diff --git a/icons/copyright.css b/icons/copyright.css deleted file mode 100644 index 673ca8e2..00000000 --- a/icons/copyright.css +++ /dev/null @@ -1,21 +0,0 @@ -.gg-copyright, -.gg-copyright::after { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 40px -} - -.gg-copyright::after { - content: ""; - position: absolute; - border-right-color: transparent; - width: 8px; - height: 8px; - top: 3px; - left: 3px -} \ No newline at end of file diff --git a/icons/corner-down-left.css b/icons/corner-down-left.css deleted file mode 100644 index 5a8da712..00000000 --- a/icons/corner-down-left.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-down-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-down-left::after, -.gg-corner-down-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px -} -.gg-corner-down-left::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 3px -} -.gg-corner-down-left::before { - width: 16px; - height: 12px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 6px -} \ No newline at end of file diff --git a/icons/corner-down-right.css b/icons/corner-down-right.css deleted file mode 100644 index c692547a..00000000 --- a/icons/corner-down-right.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-down-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-down-right::after, -.gg-corner-down-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px -} -.gg-corner-down-right::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 3px -} -.gg-corner-down-right::before { - width: 16px; - height: 12px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - bottom: 6px -} \ No newline at end of file diff --git a/icons/corner-left-down.css b/icons/corner-left-down.css deleted file mode 100644 index 1f61fc85..00000000 --- a/icons/corner-left-down.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-left-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-left-down::after, -.gg-corner-left-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 3px -} -.gg-corner-left-down::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 3px -} -.gg-corner-left-down::before { - width: 12px; - height: 16px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - left: 6px -} \ No newline at end of file diff --git a/icons/corner-left-up.css b/icons/corner-left-up.css deleted file mode 100644 index 0b81bfb8..00000000 --- a/icons/corner-left-up.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-left-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-left-up::after, -.gg-corner-left-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px -} -.gg-corner-left-up::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 3px -} -.gg-corner-left-up::before { - width: 12px; - height: 16px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - left: 6px -} \ No newline at end of file diff --git a/icons/corner-right-down.css b/icons/corner-right-down.css deleted file mode 100644 index d062e176..00000000 --- a/icons/corner-right-down.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-right-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-right-down::after, -.gg-corner-right-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 3px -} -.gg-corner-right-down::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 3px -} -.gg-corner-right-down::before { - width: 12px; - height: 16px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - right: 6px -} \ No newline at end of file diff --git a/icons/corner-right-up.css b/icons/corner-right-up.css deleted file mode 100644 index 02581a60..00000000 --- a/icons/corner-right-up.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-right-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-right-up::after, -.gg-corner-right-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px -} -.gg-corner-right-up::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - right: 3px -} -.gg-corner-right-up::before { - width: 12px; - height: 16px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - right: 6px -} \ No newline at end of file diff --git a/icons/corner-up-left.css b/icons/corner-up-left.css deleted file mode 100644 index efcaacde..00000000 --- a/icons/corner-up-left.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-up-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-up-left::after, -.gg-corner-up-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px -} -.gg-corner-up-left::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 3px -} -.gg-corner-up-left::before { - width: 16px; - height: 12px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - top: 6px -} \ No newline at end of file diff --git a/icons/corner-up-right.css b/icons/corner-up-right.css deleted file mode 100644 index 2b590a12..00000000 --- a/icons/corner-up-right.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-corner-up-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} -.gg-corner-up-right::after, -.gg-corner-up-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px -} -.gg-corner-up-right::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - top: 3px -} -.gg-corner-up-right::before { - width: 16px; - height: 12px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - top: 6px -} \ No newline at end of file diff --git a/icons/credit-card.css b/icons/credit-card.css deleted file mode 100644 index 22e7a36f..00000000 --- a/icons/credit-card.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-credit-card { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 4px -} - -.gg-credit-card::after, -.gg-credit-card::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 24px; - left: -2px; - height: 2px; - background: currentColor; - top: 9px -} - -.gg-credit-card::before { - width: 6px; - left: 2px; - top: 3px -} \ No newline at end of file diff --git a/icons/crop.css b/icons/crop.css deleted file mode 100644 index bb3b78d0..00000000 --- a/icons/crop.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-crop { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px -} - -.gg-crop::after, -.gg-crop::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 14px -} - -.gg-crop::before { - border-right: 2px solid; - border-top: 2px solid; - left: 1px; - top: 5px -} - -.gg-crop::after { - border-left: 2px solid; - border-bottom: 2px solid; - top: 1px; - right: 1px -} \ No newline at end of file diff --git a/icons/cross.css b/icons/cross.css deleted file mode 100644 index 7bcddfe7..00000000 --- a/icons/cross.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-cross { - transform: scale(var(--ggs,1)) -} - -.gg-cross, -.gg-cross::after { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-cross::after { - content: ""; - position: absolute; - width: 2px; - height: 12px; - top: -4px; - left: 4px -} \ No newline at end of file diff --git a/icons/crowdfire.css b/icons/crowdfire.css deleted file mode 100644 index 3b193f26..00000000 --- a/icons/crowdfire.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-crowdfire { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px -} - -.gg-crowdfire::after, -.gg-crowdfire::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box -} - -.gg-crowdfire::before { - width: 20px; - height: 20px; - border: 4px solid; - border-radius: 100px; - border-right-color: transparent; - transform: rotate(-45deg) -} - -.gg-crowdfire::after { - width: 8px; - height: 8px; - border-top: 4px solid; - border-right: 4px solid; - right: 2px; - top: 2px -} \ No newline at end of file diff --git a/icons/danger.css b/icons/danger.css deleted file mode 100644 index f04c46a5..00000000 --- a/icons/danger.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-danger { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 40px -} - -.gg-danger::after, -.gg-danger::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - background: currentColor; - left: 7px -} - -.gg-danger::after { - top: 2px; - height: 8px -} - -.gg-danger::before { - height: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/dark-mode.css b/icons/dark-mode.css deleted file mode 100644 index 3360b88e..00000000 --- a/icons/dark-mode.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-dark-mode { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border:2px solid; - border-radius:100px; - width:20px; - height:20px -} - -.gg-dark-mode::after, -.gg-dark-mode::before { - content: ""; - box-sizing: border-box; - position: absolute; - display: block -} - -.gg-dark-mode::before { - border:5px solid; - border-top-left-radius:100px; - border-bottom-left-radius:100px; - border-right: 0; - width:9px; - height:18px; - top:-1px; - left:-1px -} - -.gg-dark-mode::after { - border:4px solid; - border-top-right-radius:100px; - border-bottom-right-radius:100px; - border-left: 0; - width:4px; - height:8px; - right:4px; - top:4px -} \ No newline at end of file diff --git a/icons/data.css b/icons/data.css deleted file mode 100644 index 22325e43..00000000 --- a/icons/data.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-data { - transform: scale(var(--ggs,1)) -} - -.gg-data, -.gg-data::after, -.gg-data::before { - box-sizing: border-box; - position: relative; - display: block; - border: 2px solid; - border-radius: 50%; - width: 14px; - height: 14px -} - -.gg-data::after, -.gg-data::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px -} - -.gg-data::after { - background: linear-gradient( - currentColor 8px,transparent 0) - no-repeat bottom center/2px 8px; - width: 22px; - height: 22px; - top: -6px; - left: -6px -} - -.gg-data, -.gg-data::after { - border-top-color: transparent; - border-bottom-color: transparent -} \ No newline at end of file diff --git a/icons/database.css b/icons/database.css deleted file mode 100644 index 55d61aa5..00000000 --- a/icons/database.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-database { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 14px; - border: 2px solid transparent; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 6px solid transparent; - box-shadow: 0 0 0 2px, - inset 0 2px 0 0, - inset 0 -2px 0 0; - border-radius: 1px -} - -.gg-database::after, -.gg-database::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-database::before { - background: currentColor; - width: 20px; - height: 2px; - top: 4px; - left: -8px -} - -.gg-database::after { - width: 2px; - height: 10px; - border-bottom: 2px solid; - border-top: 2px solid; - top: 0; - left: -4px -} \ No newline at end of file diff --git a/icons/designmodo.css b/icons/designmodo.css deleted file mode 100644 index bb720c4d..00000000 --- a/icons/designmodo.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-designmodo { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 20px; - height: 16px; - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat right 3px/8px 3px -} - -.gg-designmodo::after, -.gg-designmodo::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - width: 10px; - height: 10px; - border: 3px solid; - border-radius: 10px -} - -.gg-designmodo::after { - width: 14px; - height: 14px; - border: 3px solid transparent; - border-bottom: 3px solid; - left: 3px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/desktop.css b/icons/desktop.css deleted file mode 100644 index 2e2163a6..00000000 --- a/icons/desktop.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-desktop { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 22px; - height: 18px; - border: 2px solid; - border-radius: 3px; - overflow: hidden; -} - -.gg-desktop::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - width: 22px; - height: 2px; - background: currentColor; - top: 2px; - left: -2px; -} - -.gg-desktop::after { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - background: currentColor; - width: 2px; - height: 2px; - border-radius: 4px; - bottom: 2px; - left: 4px; - box-shadow: 4px 0 0, 8px 0 0 ; -} \ No newline at end of file diff --git a/icons/details-less.css b/icons/details-less.css deleted file mode 100644 index d6c87ed3..00000000 --- a/icons/details-less.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-details-less { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 14px; - border: 2px solid transparent -} - -.gg-details-less::after, -.gg-details-less::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-details-less::before { - top: 2px; - width: 16px -} - -.gg-details-less::after { - width: 10px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/details-more.css b/icons/details-more.css deleted file mode 100644 index 1fb4bb62..00000000 --- a/icons/details-more.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-details-more { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 14px; - border: 2px solid transparent -} - -.gg-details-more::after, -.gg-details-more::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-details-more::before { - box-shadow: 0 4px 0 0; - top: 0; - width: 16px -} - -.gg-details-more::after { - width: 10px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/dialpad.css b/icons/dialpad.css deleted file mode 100644 index 7bef2b08..00000000 --- a/icons/dialpad.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-dialpad { - transform: scale(var(--ggs,1)); -} - -.gg-dialpad, -.gg-dialpad::before { - box-shadow: -5px 0 0, 5px 0 0 -} - -.gg-dialpad, -.gg-dialpad::after, -.gg-dialpad::before { - box-sizing: border-box; - position: relative; - display: block; - width: 3px; - height: 3px; - background: currentColor -} - -.gg-dialpad::after, -.gg-dialpad::before { - content: ""; - position: absolute; - left: 0; -} - -.gg-dialpad::before { - bottom: 5px -} - -.gg-dialpad::after { - box-shadow: -5px 0 0, 5px 0 0, 0 5px 0; - top: 5px -} \ No newline at end of file diff --git a/icons/digitalocean.css b/icons/digitalocean.css deleted file mode 100644 index 5719bb77..00000000 --- a/icons/digitalocean.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-digitalocean { - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 5px solid; - box-sizing: border-box; - border-radius: 100px; - border-bottom-color: transparent -} - -.gg-digitalocean::after, -.gg-digitalocean::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - transform: rotate(-45deg) -} - -.gg-digitalocean::after { - box-shadow: -4px 4px 0 -1px; - width: 5px; - height: 5px; - right: 2px; - bottom: 0 -} - -.gg-digitalocean::before { - width: 2px; - height: 2px; - right: 7px; - bottom: -5px -} \ No newline at end of file diff --git a/icons/directory.css b/icons/directory.css deleted file mode 100644 index 41a662a5..00000000 --- a/icons/directory.css +++ /dev/null @@ -1,49 +0,0 @@ -.gg-directory { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 2px 2px/4px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 2px 6px/4px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 2px 10px/4px 2px; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 18px; - box-sizing: border-box; - border-radius: 3px; - border: 2px solid; - position: relative; - margin-left: -2px - } - - .gg-directory::after, - .gg-directory::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid - } - - .gg-directory::before { - top: 2px; - border-radius: 100px; - right: 4px; - width: 5px; - height: 5px - } - - .gg-directory::after { - width: 9px; - height: 4px; - border-radius: 150px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom: 0; - right: 2px; - bottom: 2px - } \ No newline at end of file diff --git a/icons/disc.css b/icons/disc.css deleted file mode 100644 index 68ce8ec6..00000000 --- a/icons/disc.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-disc, -.gg-disc::after, -.gg-disc::before { - display: block; - box-sizing: border-box; - border: 2px solid; - border-radius: 50% -} - -.gg-disc { - border-top-color: transparent; - border-bottom-color: transparent; - transform: rotate(45deg) scale(var(--ggs,1)); - position: relative; - width: 14px; - height: 14px -} - -.gg-disc::after, -.gg-disc::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px -} - -.gg-disc::after { - width: 22px; - height: 22px; - border-radius: 100%; - top: -6px; - left: -6px -} \ No newline at end of file diff --git a/icons/display-flex.css b/icons/display-flex.css deleted file mode 100644 index 7eddac51..00000000 --- a/icons/display-flex.css +++ /dev/null @@ -1,13 +0,0 @@ -.gg-display-flex { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 16px; - border: 2px solid transparent; - box-shadow: - 0 0 0 2px, - inset -2px 0 0 0, - inset 2px 0 0 0 -} \ No newline at end of file diff --git a/icons/display-fullwidth.css b/icons/display-fullwidth.css deleted file mode 100644 index 543609d1..00000000 --- a/icons/display-fullwidth.css +++ /dev/null @@ -1,14 +0,0 @@ -.gg-display-fullwidth { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 16px; - box-shadow: - inset 0 0 0 2px, - 0 2px 0 0, - 0 -2px 0 0; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent -} \ No newline at end of file diff --git a/icons/display-grid.css b/icons/display-grid.css deleted file mode 100644 index e71c25b0..00000000 --- a/icons/display-grid.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-display-grid { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 14px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px -} - -.gg-display-grid::after, -.gg-display-grid::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 4px; - border-right: 4px solid; - border-left: 4px solid; - top: 0; - left: 0 -} - -.gg-display-grid::before { - top: 6px -} \ No newline at end of file diff --git a/icons/display-spacing.css b/icons/display-spacing.css deleted file mode 100644 index 651f4599..00000000 --- a/icons/display-spacing.css +++ /dev/null @@ -1,14 +0,0 @@ -.gg-display-spacing { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 14px; - box-shadow: - inset 0 0 0 2px, - 2px 0 0 0, - -2px 0 0 0; - border-left: 2px solid transparent; - border-right: 2px solid transparent -} \ No newline at end of file diff --git a/icons/distribute-horizontal.css b/icons/distribute-horizontal.css deleted file mode 100644 index 39b38352..00000000 --- a/icons/distribute-horizontal.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-distribute-horizontal { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 14px; - border-left: 2px solid; - border-right: 2px solid -} - -.gg-distribute-horizontal::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - width: 4px; - background: currentColor; - right: 3px; - top: 3px; - opacity: .5 -} \ No newline at end of file diff --git a/icons/distribute-vertical.css b/icons/distribute-vertical.css deleted file mode 100644 index e9768b78..00000000 --- a/icons/distribute-vertical.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-distribute-vertical { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - height: 14px; - width: 14px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-distribute-vertical::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 4px; - width: 8px; - background: currentColor; - right: 3px; - top: 3px; - opacity: .5 -} \ No newline at end of file diff --git a/icons/dolby.css b/icons/dolby.css deleted file mode 100644 index 7e9c9f99..00000000 --- a/icons/dolby.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-dolby, -.gg-dolby::after, -.gg-dolby::before { - display: block; - box-sizing: border-box; - height: 16px; - border: 4px solid -} - -.gg-dolby { - position: relative; - transform: scale(var(--ggs,1)); - width: 24px -} - -.gg-dolby::after, -.gg-dolby::before { - content: ""; - position: absolute; - width: 14px; - top: -4px -} - -.gg-dolby::before { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; - left: -4px -} - -.gg-dolby::after { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; - right: -4px -} \ No newline at end of file diff --git a/icons/dollar.css b/icons/dollar.css deleted file mode 100644 index e76087c1..00000000 --- a/icons/dollar.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-dollar { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 20px; - background: currentColor -} - -.gg-dollar::after, -.gg-dollar::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 8px; - border: 2px solid -} - -.gg-dollar::before { - border-right: 0; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - top: 3px; - left: -6px; - box-shadow: 4px -2px 0 -2px -} - -.gg-dollar::after { - border-left: 0; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - bottom: 3px; - right: -6px; - box-shadow: -4px 2px 0 -2px -} \ No newline at end of file diff --git a/icons/dribbble.css b/icons/dribbble.css deleted file mode 100644 index 79db0687..00000000 --- a/icons/dribbble.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-dribbble { - background: - radial-gradient( - 50% 100%, - transparent 0, - transparent 9px, - currentColor 9.2px, - currentColor 11px, - transparent 11.2px) - no-repeat -9px center; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-25deg) scale(var(--ggs,1)); - width: 22px; - height: 22px; - box-shadow: inset 0 0 0 2px; - border-radius: 50%; - overflow: hidden - } - - .gg-dribbble::after, - .gg-dribbble::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 50%; - border: 2px solid; - height: 26px - } - - .gg-dribbble::before { - width: 36px; - left: -6px; - top: -15px - } - - .gg-dribbble::after { - top: 13px; - left: -7px; - width: 31px - } \ No newline at end of file diff --git a/icons/drive.css b/icons/drive.css deleted file mode 100644 index f285f340..00000000 --- a/icons/drive.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-drive { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 26px; - height: 10px; - border: 2px solid; - border-radius: 2px -} - -.gg-drive::after, -.gg-drive::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - border-radius: 10px; - background: currentColor; - top: 2px; - right: 2px -} - -.gg-drive::before { - right: 6px -} \ No newline at end of file diff --git a/icons/drop.css b/icons/drop.css deleted file mode 100644 index 0a611d6a..00000000 --- a/icons/drop.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-drop { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-radius: 0 100% 100% 100%; - box-shadow: inset 0 0 0 2px; - margin-top: 3px -} \ No newline at end of file diff --git a/icons/duplicate.css b/icons/duplicate.css deleted file mode 100644 index cbe56c98..00000000 --- a/icons/duplicate.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-duplicate { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: 0 0 0 2px,inset 0 -2px 0 0; - margin-left: -4px; - margin-top: 4px -} - -.gg-duplicate::after, -.gg-duplicate::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-duplicate::before { - background: currentColor; - left: 2px; - bottom: -2px; - width: 2px; - height: 6px -} - -.gg-duplicate::after { - width: 14px; - height: 14px; - border-right: 2px solid; - border-top: 2px solid; - right: -8px; - top: -8px -} \ No newline at end of file diff --git a/icons/edit-black-point.css b/icons/edit-black-point.css deleted file mode 100644 index 3901e5b4..00000000 --- a/icons/edit-black-point.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-edit-black-point { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-black-point::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 3px solid; - border-radius: 6px; - left: 2px; - top: 2px; -} \ No newline at end of file diff --git a/icons/edit-contrast.css b/icons/edit-contrast.css deleted file mode 100644 index e42e0515..00000000 --- a/icons/edit-contrast.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-edit-contrast { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-contrast::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 12px; - background: currentColor -} \ No newline at end of file diff --git a/icons/edit-exposure.css b/icons/edit-exposure.css deleted file mode 100644 index b723223b..00000000 --- a/icons/edit-exposure.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-edit-exposure { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-exposure::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 8px; - border-top: 2px solid; - border-bottom: 2px solid; - left: 3px; - top: 3px; -} - -.gg-edit-exposure::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 6px; - background: currentColor; - left: 5px; - top: 1px; -} \ No newline at end of file diff --git a/icons/edit-fade.css b/icons/edit-fade.css deleted file mode 100644 index 6553619e..00000000 --- a/icons/edit-fade.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-edit-fade { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-fade::after, -.gg-edit-fade::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 20px; - left: -2px; - background: currentColor; - opacity: .6 -} - -.gg-edit-fade::before { - left: 6px; - opacity: .1 -} \ No newline at end of file diff --git a/icons/edit-highlight.css b/icons/edit-highlight.css deleted file mode 100644 index 7ed9f018..00000000 --- a/icons/edit-highlight.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-edit-highlight { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-highlight::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - top: -1px; - background: - repeating-linear-gradient( - currentColor, currentColor 2px, - transparent 0px, transparent 3px) -} - -.gg-edit-highlight::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - right: 0; - background: currentColor -} \ No newline at end of file diff --git a/icons/edit-noise.css b/icons/edit-noise.css deleted file mode 100644 index cec6f5dd..00000000 --- a/icons/edit-noise.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-edit-noise { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-noise::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - background-image: radial-gradient(currentColor 25%, transparent 25%), - radial-gradient(currentColor 25%, transparent 25%); - background-position: 4px 4px,2px 2px; - background-size: 4px 4px; -} \ No newline at end of file diff --git a/icons/edit-shadows.css b/icons/edit-shadows.css deleted file mode 100644 index c772aaa3..00000000 --- a/icons/edit-shadows.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-edit-shadows { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden -} - -.gg-edit-shadows::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - right: 0; - top: -1px; - background: - repeating-linear-gradient( - currentColor, currentColor 2px, - transparent 0px, transparent 3px) -} - -.gg-edit-shadows::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - left: 0; - background: currentColor -} \ No newline at end of file diff --git a/icons/eject.css b/icons/eject.css deleted file mode 100644 index da27f6a1..00000000 --- a/icons/eject.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-eject { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-eject::after, -.gg-eject::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-eject::before { - border-bottom: 2px solid; - width: 12px; - height: 2px; - bottom: 0; - left: 3px -} - -.gg-eject::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 5px; - bottom: 1px -} \ No newline at end of file diff --git a/icons/enter.css b/icons/enter.css deleted file mode 100644 index 7709ffef..00000000 --- a/icons/enter.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-enter { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 18px; - border: 2px solid; - border-left: 0; - box-shadow: - -8px -6px 0 -6px, - -8px 6px 0 -6px -} - -.gg-enter::after, -.gg-enter::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px -} - -.gg-enter::before { - background: currentColor; - width: 16px; - height: 2px; - top: 6px -} - -.gg-enter::after { - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - top: 4px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/erase.css b/icons/erase.css deleted file mode 100644 index 66901529..00000000 --- a/icons/erase.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-erase { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 10px; - border: 2px solid; - border-radius: 2px; - transform: rotate(-45deg) -} - -.gg-erase::after, -.gg-erase::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor -} - -.gg-erase::before { - top: -1px; - width: 3px; - height: 8px; - left: 4px -} - -.gg-erase::after { - border-radius: 3px; - width: 18px; - height: 2px; - transform: rotate(45deg); - bottom: -3px; - left: -8px -} \ No newline at end of file diff --git a/icons/ereader.css b/icons/ereader.css deleted file mode 100644 index a236b849..00000000 --- a/icons/ereader.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-ereader { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 3px -} - -.gg-ereader::after, -.gg-ereader::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 18px; - right: 9px; - top: -2px; - background: currentColor -} - -.gg-ereader::after { - width: 5px; - height: 2px; - box-shadow:0 4px 0,0 8px 0; - top: 2px; - right: 2px -} \ No newline at end of file diff --git a/icons/euro.css b/icons/euro.css deleted file mode 100644 index fe7070ca..00000000 --- a/icons/euro.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-euro { - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - border: 2px solid; - box-sizing: border-box; - border-radius: 100px; - border-right-color: transparent -} - -.gg-euro::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 9px; - height: 5px; - border-top: 2px solid; - border-bottom: 2px solid; - transform: skewX(-20deg); - left: -4px; - top: 3px -} \ No newline at end of file diff --git a/icons/eventbrite.css b/icons/eventbrite.css deleted file mode 100644 index abe6f3dc..00000000 --- a/icons/eventbrite.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-eventbrite { - display: block; - position: relative; - box-sizing: border-box; - transform: rotate(-25deg) scale(var(--ggs,1)); - width: 20px; - height: 20px; -} - -.gg-eventbrite::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 11px; - border: 4px solid; - border-top-right-radius: 20px; - border-top-left-radius: 20px; -} - -.gg-eventbrite::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 18px; - border: 4px solid; - border-top-color: transparent; - border-right-color: transparent; - border-radius: 20px; -} \ No newline at end of file diff --git a/icons/expand.css b/icons/expand.css deleted file mode 100644 index 976463f1..00000000 --- a/icons/expand.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-expand { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid -} - -.gg-expand::after, -.gg-expand::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; -} - -.gg-expand::after { - background: currentColor; - bottom: 4px; - transform: rotate(-44deg); - width: 14px; - height: 2px; - left: -2px -} - -.gg-expand::before { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - left: 5px; - top: -7px -} \ No newline at end of file diff --git a/icons/export.css b/icons/export.css deleted file mode 100644 index 68e5c049..00000000 --- a/icons/export.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-export { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - box-shadow: - -6px -8px 0 -6px, - 6px -8px 0 -6px -} - -.gg-export::after, -.gg-export::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-export::before { - background: currentColor; - width: 2px; - height: 14px; - right: 6px; - bottom: 5px -} - -.gg-export::after { - width: 6px; - height: 6px; - border-left: 2px solid; - border-top: 2px solid; - right: 4px; - bottom: 14px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/extension.css b/icons/extension.css deleted file mode 100644 index e4367cf6..00000000 --- a/icons/extension.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-extension, -.gg-extension::after, -.gg-extension::before { - box-sizing: border-box; - display: block; - border: 2px solid; - border-radius: 3px -} - -.gg-extension { - position: relative; - transform: translateX(-10px) scale(var(--ggs,1)); - width: 8px; - height: 14px; - border-bottom-right-radius: 0 -} - -.gg-extension::after, -.gg-extension::before { - content: ""; - position: absolute; - height: 8px -} - -.gg-extension::before { - bottom: -2px; - left: -2px; - width: 14px; - border-top-left-radius: 0 -} - -.gg-extension::after { - top: -5px; - right: -11px; - width: 8px -} \ No newline at end of file diff --git a/icons/external.css b/icons/external.css deleted file mode 100644 index 81e733e5..00000000 --- a/icons/external.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-external { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 12px; - box-shadow: - -2px 2px 0 0, - -4px -4px 0 -2px, - 4px 4px 0 -2px; - margin-left: -2px; - margin-top: 1px -} - -.gg-external::after, -.gg-external::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: -4px -} - -.gg-external::before { - background: currentColor; - transform: rotate(-45deg); - width: 12px; - height: 2px; - top: 1px -} - -.gg-external::after { - width: 8px; - height: 8px; - border-right: 2px solid; - border-top: 2px solid; - top: -4px -} \ No newline at end of file diff --git a/icons/eye.css b/icons/eye.css deleted file mode 100644 index e94c78e7..00000000 --- a/icons/eye.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-eye { - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 18px; - border-bottom-right-radius: 100px; - border-bottom-left-radius: 100px; - overflow: hidden; - box-sizing: border-box -} - -.gg-eye::after, -.gg-eye::before { - content: ""; - display: block; - border-radius: 100px; - position: absolute; - box-sizing: border-box -} - -.gg-eye::after { - top: 2px; - box-shadow: - inset 0 -8px 0 2px, - inset 0 0 0 2px; - width: 24px; - height: 24px -} - -.gg-eye::before { - width: 8px; - height: 8px; - border: 2px solid; - bottom: 4px; - left: 8px -} \ No newline at end of file diff --git a/icons/feed.css b/icons/feed.css deleted file mode 100644 index 70c12da0..00000000 --- a/icons/feed.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-feed, -.gg-feed::after, -.gg-feed::before { - display: block; - box-sizing: border-box; - background: currentColor; - box-shadow: 0 10px 0 0 -} - -.gg-feed { - margin-left: -8px; - margin-top: -8px; - position: relative; - transform: scale(var(--ggs,1)); - width: 7px; - height: 7px; - border-radius: 1px -} - -.gg-feed::after, -.gg-feed::before { - content: ""; - position: absolute; - border-radius: 3px; - width: 12px; - height: 2px; - top: 1px; - left: 9px; - opacity: .8 -} - -.gg-feed::after { - width: 8px; - top: 4px; - opacity: .5 -} \ No newline at end of file diff --git a/icons/file-add.css b/icons/file-add.css deleted file mode 100644 index 0a94dbaa..00000000 --- a/icons/file-add.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-file-add { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 2px 9px/6px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden - } - - .gg-file-add::after, - .gg-file-add::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px - } - - .gg-file-add::before { - background: currentColor; - left: 4px; - width: 2px; - top: 7px - } - - .gg-file-add::after { - width: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px - } \ No newline at end of file diff --git a/icons/file-document.css b/icons/file-document.css deleted file mode 100644 index 9a4b88b1..00000000 --- a/icons/file-document.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-file-document { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden -} - -.gg-file-document::after, -.gg-file-document::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-file-document::before { - background: currentColor; - box-shadow: - 0 4px 0, - -6px -4px 0; - left: 0; - width: 10px; - height: 2px; - top: 8px -} - -.gg-file-document::after { - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/file-remove.css b/icons/file-remove.css deleted file mode 100644 index 53f461c6..00000000 --- a/icons/file-remove.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-file-remove { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden -} - -.gg-file-remove::after, -.gg-file-remove::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px -} - -.gg-file-remove::before { - background: currentColor; - left: 2px; - height: 2px; - top: 9px -} - -.gg-file-remove::after { - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/file.css b/icons/file.css deleted file mode 100644 index e489c04a..00000000 --- a/icons/file.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-file { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden -} - -.gg-file::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/film.css b/icons/film.css deleted file mode 100644 index 6392b710..00000000 --- a/icons/film.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-film, -.gg-film::after { - display: block; - box-sizing: border-box; - border-radius: 3px -} - -.gg-film { - border: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 22px; - height: 18px -} - -.gg-film::after { - content: ""; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - left: 2px; - top: 2px; - box-shadow: - 0 4px 0, - 0 8px 0, - 12px 0 0, - 12px 4px 0, - 12px 8px 0 -} \ No newline at end of file diff --git a/icons/flag.css b/icons/flag.css deleted file mode 100644 index 2d8209e4..00000000 --- a/icons/flag.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-flag { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 18px; - border-left: 2px solid -} - -.gg-flag::after, -.gg-flag::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px -} - -.gg-flag::before { - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-flag::after { - border: 2px solid; - border-left: 0; - top: 2px; - left: 7px -} \ No newline at end of file diff --git a/icons/folder-add.css b/icons/folder-add.css deleted file mode 100644 index 897d4af3..00000000 --- a/icons/folder-add.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-folder-add { - background: - linear-gradient( - currentColor 10px,transparent 0) - no-repeat center center/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px - } - - .gg-folder-add::after, - .gg-folder-add::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute - } - - .gg-folder-add::before { - background: currentColor; - left: 6px; - width: 6px; - height: 2px; - top: 5px - } - - .gg-folder-add::after { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px - } \ No newline at end of file diff --git a/icons/folder-remove.css b/icons/folder-remove.css deleted file mode 100644 index 9e8a0f2f..00000000 --- a/icons/folder-remove.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-folder-remove { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px -} - -.gg-folder-remove::after, -.gg-folder-remove::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px -} - -.gg-folder-remove::before { - background: currentColor; - left: 5px; - width: 8px; - height: 2px; - top: 5px -} - -.gg-folder-remove::after { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px -} \ No newline at end of file diff --git a/icons/folder.css b/icons/folder.css deleted file mode 100644 index b587e367..00000000 --- a/icons/folder.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-folder { - transform: scale(var(--ggs,1)) -} - -.gg-folder, -.gg-folder::after { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px -} - -.gg-folder::after { - content: ""; - position: absolute; - width: 10px; - height: 4px; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px -} \ No newline at end of file diff --git a/icons/format-bold.css b/icons/format-bold.css deleted file mode 100644 index 42ddb429..00000000 --- a/icons/format-bold.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-format-bold { - transform: scale(var(--ggs,1)) -} - -.gg-format-bold, -.gg-format-bold::after { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border: 2px solid; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px -} - -.gg-format-bold::after { - content: ""; - position: absolute; - width: 10px; - left: -2px; - top: 4px -} \ No newline at end of file diff --git a/icons/format-center.css b/icons/format-center.css deleted file mode 100644 index 6c749c83..00000000 --- a/icons/format-center.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-format-center, -.gg-format-center::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0 -} - -.gg-format-center { - margin-top: -12px; - position: relative; - transform: scale(var(--ggs,1)); - width: 16px -} - -.gg-format-center::before { - content: ""; - position: absolute; - width: 10px; - top: 4px; - left: 3px -} \ No newline at end of file diff --git a/icons/format-color.css b/icons/format-color.css deleted file mode 100644 index 89d541a8..00000000 --- a/icons/format-color.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-format-color { - box-sizing: border-box; - position: relative; - display: block; - width: 9px; - height: 2px; - background: currentColor; - transform: scale(var(--ggs,1)); - border-radius: 3px; - box-shadow: - -2px 8px 0 0, - 2px 8px 0 0 -} - -.gg-format-color::after, -.gg-format-color::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 14px; - background: currentColor; - top: -8px -} - -.gg-format-color::before { - transform: rotate(25deg); - left: 1px -} - -.gg-format-color::after { - transform: rotate(-25deg); - right: 1px -} \ No newline at end of file diff --git a/icons/format-heading.css b/icons/format-heading.css deleted file mode 100644 index 902ebd52..00000000 --- a/icons/format-heading.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-format-heading { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 14px; - border-left: 2px solid; - border-right: 2px solid -} - -.gg-format-heading::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - top: 6px; - left: -2px -} \ No newline at end of file diff --git a/icons/format-indent-decrease.css b/icons/format-indent-decrease.css deleted file mode 100644 index 714d51ba..00000000 --- a/icons/format-indent-decrease.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-format-indent-decrease { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 14px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-format-indent-decrease::after, -.gg-format-indent-decrease::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 2px -} - -.gg-format-indent-decrease::before { - border-right: 4px solid; - left: 1px; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} - -.gg-format-indent-decrease::after { - width: 8px; - height: 6px; - border-top: 2px solid; - border-bottom: 2px solid; - right: 0 -} \ No newline at end of file diff --git a/icons/format-indent-increase.css b/icons/format-indent-increase.css deleted file mode 100644 index e0462707..00000000 --- a/icons/format-indent-increase.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-format-indent-increase { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 14px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-format-indent-increase::after, -.gg-format-indent-increase::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 2px -} - -.gg-format-indent-increase::before { - border-left: 4px solid; - left: 1px; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} - -.gg-format-indent-increase::after { - width: 8px; - height: 6px; - border-top: 2px solid; - border-bottom: 2px solid; - right: 0 -} \ No newline at end of file diff --git a/icons/format-italic.css b/icons/format-italic.css deleted file mode 100644 index 82f1cb87..00000000 --- a/icons/format-italic.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-format-italic { - box-sizing: border-box; - position: relative; - display: block; - transform: skewX(-20deg) scale(var(--ggs,1)); - width: 6px; - height: 12px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-format-italic::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - width: 2px; - background: currentColor; - left: 2px; - top: -2px -} \ No newline at end of file diff --git a/icons/format-justify.css b/icons/format-justify.css deleted file mode 100644 index 205c5b63..00000000 --- a/icons/format-justify.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-format-justify, -.gg-format-justify::before { - display: block; - box-sizing: border-box; - width: 16px; - height: 2px; - border-radius: 3px; - background: currentColor; - box-shadow: 0 8px 0 -} - -.gg-format-justify { - margin-top: -11px; - transform: scale(var(--ggs,1)); - position: relative -} - -.gg-format-justify::before { - content: ""; - position: absolute; - top: 4px; - left: 0 -} \ No newline at end of file diff --git a/icons/format-left.css b/icons/format-left.css deleted file mode 100644 index a359a297..00000000 --- a/icons/format-left.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-format-left, -.gg-format-left::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0 -} - -.gg-format-left { - margin-top: -11px; - position: relative; - transform: scale(var(--ggs,1)); - width: 16px -} - -.gg-format-left::before { - content: ""; - position: absolute; - width: 10px; - top: 4px; - left: 0 -} \ No newline at end of file diff --git a/icons/format-line-height.css b/icons/format-line-height.css deleted file mode 100644 index 4b27764b..00000000 --- a/icons/format-line-height.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-format-line-height { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 10px; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: - -2px 0 0 0, - 2px -4px 0 -2px, - 2px 4px 0 -2px, - inset 0 2px 0 0, - inset 0 -2px 0 0 -} - -.gg-format-line-height::after, -.gg-format-line-height::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-right: 3px solid transparent; - border-left: 3px solid transparent; - left: -8px -} - -.gg-format-line-height::before { - border-top: 4px solid; - bottom: -5px -} - -.gg-format-line-height::after { - border-bottom: 4px solid; - top: -5px -} \ No newline at end of file diff --git a/icons/format-right.css b/icons/format-right.css deleted file mode 100644 index 6e9464c9..00000000 --- a/icons/format-right.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-format-right, -.gg-format-right::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0 -} - -.gg-format-right { - margin-top: -11px; - position: relative; - transform: scale(var(--ggs,1)); - width: 16px -} - -.gg-format-right::before { - content: ""; - position: absolute; - width: 10px; - top: 4px; - left: 6px -} \ No newline at end of file diff --git a/icons/format-separator.css b/icons/format-separator.css deleted file mode 100644 index cb26b2af..00000000 --- a/icons/format-separator.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-format-separator { - transform: scale(var(--ggs,1)) -} - -.gg-format-separator, -.gg-format-separator::after { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-format-separator::after { - content: ""; - position: absolute; - top: -12px; - left: 3px; - opacity: .5; - width: 12px; - box-shadow: - 0 4px 0 0, - 0 8px 0 0, - 0 16px 0 0 -} \ No newline at end of file diff --git a/icons/format-slash.css b/icons/format-slash.css deleted file mode 100644 index 92e095e9..00000000 --- a/icons/format-slash.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-format-slash { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(25deg) scale(var(--ggs,1)); - width: 2px; - height: 14px; - background: currentColor; - border-radius: 3px -} \ No newline at end of file diff --git a/icons/format-strike.css b/icons/format-strike.css deleted file mode 100644 index 5929f530..00000000 --- a/icons/format-strike.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-format-strike { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 3px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: - 0 -2px 0 0, - inset 0 0 0 2px -} - -.gg-format-strike::after, -.gg-format-strike::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - left: -6px; - top: 4px -} - -.gg-format-strike::after { - width: 2px; - height: 4px; - left: 0; - top: 7px -} \ No newline at end of file diff --git a/icons/format-text.css b/icons/format-text.css deleted file mode 100644 index 014e2ebd..00000000 --- a/icons/format-text.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-format-text { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 8px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: - 0 -2px 0 0, - inset 0 0 0 2px -} - -.gg-format-text::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 18px; - border: 1px dashed; - top: -6px; - left: -8px -} \ No newline at end of file diff --git a/icons/format-underline.css b/icons/format-underline.css deleted file mode 100644 index 42211562..00000000 --- a/icons/format-underline.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-format-underline { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 12px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px -} - -.gg-format-underline::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 12px; - height: 2px; - background: currentColor; - left: -2px; - bottom: -6px -} \ No newline at end of file diff --git a/icons/format-uppercase.css b/icons/format-uppercase.css deleted file mode 100644 index 9c352bba..00000000 --- a/icons/format-uppercase.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-format-uppercase { - transform: scale(var(--ggs,1)) -} - -.gg-format-uppercase, -.gg-format-uppercase::after { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - box-shadow: - 0 -2px 0 0, - inset 0 0 0 2px -} - -.gg-format-uppercase::after { - content: ""; - position: absolute; - width: 6px; - height: 4px; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - bottom: 0; - right: -8px -} \ No newline at end of file diff --git a/icons/games.css b/icons/games.css deleted file mode 100644 index d4bc5ecd..00000000 --- a/icons/games.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-games { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 12px; - border: 3px solid transparent; - border-left: 6px solid transparent; - box-shadow: - 0 0 0 2px, - inset 2px 0 0; - border-radius: 40px -} - -.gg-games::after, -.gg-games::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor -} - -.gg-games::before { - left: -2px; - width: 6px; - top: 2px -} - -.gg-games::after { - border-radius: 3px; - width: 2px; - box-shadow:0 4px 0,-2px 2px 0,2px 2px 0; - top: 0; - right: 2px -} \ No newline at end of file diff --git a/icons/gender-female.css b/icons/gender-female.css deleted file mode 100644 index a56191c5..00000000 --- a/icons/gender-female.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-gender-female { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100%; - margin-left: -4px; - margin-top: 4px -} - -.gg-gender-female::after, -.gg-gender-female::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: -6px -} - -.gg-gender-female::after { - border-right: 2px solid; - border-top: 2px solid; - width: 7px; - height: 7px; - left: 5px -} - -.gg-gender-female::before { - width: 2px; - background: currentColor; - left: 7px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/gender-male.css b/icons/gender-male.css deleted file mode 100644 index f0f392ad..00000000 --- a/icons/gender-male.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-gender-male { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100%; - margin-top: -4px -} - -.gg-gender-male::after, -.gg-gender-male::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - bottom: -6px; - left: -1px -} - -.gg-gender-male::before { - width: 2px; - height: 9px; - bottom: -9px; - left: 2px -} \ No newline at end of file diff --git a/icons/ghost.css b/icons/ghost.css deleted file mode 100644 index d26eb265..00000000 --- a/icons/ghost.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-ghost { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 16px; - background: - linear-gradient( - currentColor 40px,transparent 0) - no-repeat -6px center/40px 4px; - overflow: hidden -} - -.gg-ghost::after,.gg-ghost::before { - content: ""; - background: currentColor; - box-sizing: border-box; - position: absolute; - display: block; - height: 4px; - width: 12px; - box-shadow: 14px 0 0 -} - -.gg-ghost::after { - width: 20px; - left: -12px; - box-shadow: 22px 0 0; - bottom: 0 -} \ No newline at end of file diff --git a/icons/gift.css b/icons/gift.css deleted file mode 100644 index 1413cb3a..00000000 --- a/icons/gift.css +++ /dev/null @@ -1,48 +0,0 @@ -.gg-gift { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 14px; - margin-top: 8px; - border: 2px solid transparent; - box-shadow: - inset 2px 0 0, - inset -2px 0 0, - 0 -2px 0, - inset 0 2px 0, - inset 0 -2px 0; - background: linear-gradient( - currentColor 10px,transparent 0), - linear-gradient( - currentColor 10px,transparent 0), - linear-gradient( - currentColor 10px,transparent 0); - background-repeat: no-repeat; - background-size: 2px 10px,2px 10px,2px 10px; - background-position: 8px 0,18px -8px,-2px -8px -} - -.gg-gift::after, -.gg-gift::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 6px; - height: 8px; - border: 2px solid; - top: -10px -} - -.gg-gift::after { - left: 3px; - transform: rotate(-45deg) -} - -.gg-gift::before { - right: 3px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/girl.css b/icons/girl.css deleted file mode 100644 index e3599d7a..00000000 --- a/icons/girl.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-girl, -.gg-girl::after, -.gg-girl::before { - display: block; - box-sizing: border-box; - border-radius: 42px -} - -.gg-girl { - position: relative; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - overflow: hidden; - box-shadow: inset 0 0 0 2px -} - -.gg-girl::after, -.gg-girl::before { - content: ""; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 6px 0 0; - left: 6px; - top: 10px -} - -.gg-girl::after { - width: 20px; - height: 20px; - top: -11px; - left: -12px; - box-shadow: 17px -4px 0 3px -} \ No newline at end of file diff --git a/icons/git-branch.css b/icons/git-branch.css deleted file mode 100644 index 094ad976..00000000 --- a/icons/git-branch.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-git-branch { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 14px; - background: currentColor -} - -.gg-git-branch::after, -.gg-git-branch::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-git-branch::before { - border-right: 2px solid; - border-bottom: 2px solid; - border-bottom-right-radius: 4px; - bottom: 0; - width: 8px; - height: 6px; - left: 0 -} - -.gg-git-branch::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow: - 0 12px 0 0, - 6px 6px 0 0; - border-radius: 100%; - left: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/git-commit.css b/icons/git-commit.css deleted file mode 100644 index 680345f9..00000000 --- a/icons/git-commit.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-git-commit { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 16px; - border-radius: 3px; - border-top: 6px solid; - border-bottom: 6px solid -} - -.gg-git-commit::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - box-shadow: 0 0 0 2px; - border-radius: 100%; - left: 0; - top: 1px -} \ No newline at end of file diff --git a/icons/git-fork.css b/icons/git-fork.css deleted file mode 100644 index da055a7b..00000000 --- a/icons/git-fork.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-git-fork { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 14px; - background: currentColor -} - -.gg-git-fork::after, -.gg-git-fork::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-git-fork::before { - border-right: 2px solid; - border-bottom: 2px solid; - border-bottom-right-radius: 4px; - bottom: 4px; - width: 8px; - height: 6px; - left: 0 -} - -.gg-git-fork::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow:0 12px 0 0,6px 2px 0 0; - border-radius: 100%; - left: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/git-pull.css b/icons/git-pull.css deleted file mode 100644 index c474ccf4..00000000 --- a/icons/git-pull.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-git-pull { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 14px; - background: currentColor -} - -.gg-git-pull::after, -.gg-git-pull::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-git-pull::before { - border-right: 2px solid; - border-top: 2px solid; - border-top-right-radius: 4px; - width: 8px; - height: 6px; - left: 0; - top: 2px -} - -.gg-git-pull::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow:0 12px 0 0,6px 8px 0 0; - border-radius: 100%; - left: -1px; - top: -1px -} \ No newline at end of file diff --git a/icons/gitter.css b/icons/gitter.css deleted file mode 100644 index 0ed57b5b..00000000 --- a/icons/gitter.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-gitter { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 18px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 2px 0 0,inset -2px 0 0 -} - -.gg-gitter::after, -.gg-gitter::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - width: 2px; - background: currentColor -} - -.gg-gitter::before { - height: 13px; - top: -3px; - left: -4px -} - -.gg-gitter::after { - height: 10px; - left: 8px -} \ No newline at end of file diff --git a/icons/glass.css b/icons/glass.css deleted file mode 100644 index dc997f1f..00000000 --- a/icons/glass.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-glass { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 13px; - border-top: 8px solid transparent; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - box-shadow:inset 0 0 0 2px,0 2px 0 0 -} - -.gg-glass::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - left: -4px; - bottom: 3px -} \ No newline at end of file diff --git a/icons/globe.css b/icons/globe.css deleted file mode 100644 index 38af32a3..00000000 --- a/icons/globe.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-globe { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100px; - margin-left: -3px; - margin-top: -7px -} - -.gg-globe::after, -.gg-globe::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-globe::before { - top: 11px; - border-right: 2px solid transparent; - box-shadow:0 2px 0,inset -2px 0 0; - left: 1px; - width: 6px; - height: 2px -} - -.gg-globe::after { - width: 16px; - height: 10px; - border-radius: 50px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - right: -7px; - bottom: -5px; - transform: rotate(-35deg) -} \ No newline at end of file diff --git a/icons/google-tasks.css b/icons/google-tasks.css deleted file mode 100644 index e7da9e79..00000000 --- a/icons/google-tasks.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-google-tasks { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px -} - -.gg-google-tasks::after, -.gg-google-tasks::before { - content: ""; - position: absolute; - display: block; - background: currentColor -} - -.gg-google-tasks::before { - width: 6px; - height: 6px; - border-radius: 10px; - bottom: 6px; - left: 2px -} - -.gg-google-tasks::after { - height: 18px; - width: 4px; - border-radius: 20px; - transform: rotate(40deg); - right: 2px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/google.css b/icons/google.css deleted file mode 100644 index 4f770f56..00000000 --- a/icons/google.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-google, -.gg-google::before { - box-sizing: border-box; - display: block -} - -.gg-google { - position: relative; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 4px solid; - border-right-color: transparent; - border-radius: 22px -} - -.gg-google::before { - content: ""; - position: absolute; - border-top: 4px solid; - border-right: 4px solid; - border-bottom: 4px solid; - border-radius: 0 0 10px 0; - width: 10px; - height: 12px; - right: -4px; - bottom: -4px -} \ No newline at end of file diff --git a/icons/gym.css b/icons/gym.css deleted file mode 100644 index 28d591d4..00000000 --- a/icons/gym.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-gym { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-35deg) scale(var(--ggs,1)); - width: 8px; - height: 20px; - border-top: 9px solid transparent; - border-bottom: 9px solid transparent; - box-shadow: inset 0 0 0 2px -} - -.gg-gym::after, -.gg-gym::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-gym::before { - box-shadow: - -3px 0 0 -1px, - 3px 0 0 -1px, - inset 2px 0 0 0, - inset -2px 0 0 0; - width: 14px; - height: 8px; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - top: -3px; - left: -3px -} - -.gg-gym::after { - width: 22px; - height: 2px; - border-left: 2px solid; - border-right: 2px solid; - top: 0; - left: -7px -} \ No newline at end of file diff --git a/icons/hashtag.css b/icons/hashtag.css deleted file mode 100644 index 5fb35391..00000000 --- a/icons/hashtag.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-hashtag { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 16px; - border-left: 2px solid; - border-right: 2px solid -} - -.gg-hashtag::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 8px; - border-top: 2px solid; - border-bottom: 2px solid; - left: -6px; - top: 4px -} \ No newline at end of file diff --git a/icons/headset.css b/icons/headset.css deleted file mode 100644 index 1e050aa6..00000000 --- a/icons/headset.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-headset { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-top-left-radius: 120px; - border-top-right-radius: 120px; - border: 2px solid; - border-bottom: 0 -} - -.gg-headset::after, -.gg-headset::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - width: 6px; - height: 8px; - top: 8px -} - -.gg-headset::before { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - left: -2px -} - -.gg-headset::after { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - left: 10px -} \ No newline at end of file diff --git a/icons/heart.css b/icons/heart.css deleted file mode 100644 index 7dd27252..00000000 --- a/icons/heart.css +++ /dev/null @@ -1,45 +0,0 @@ -.gg-heart, -.gg-heart::after { - border: 2px solid; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - width: 10px; - height: 8px; - border-bottom: 0 -} - -.gg-heart { - box-sizing: border-box; - position: relative; - transform: - translate( - calc(-10px / 2 * var(--ggs,1)), - calc(-6px / 2 * var(--ggs,1)) - ) - rotate(-45deg) - scale(var(--ggs,1)); - display: block -} - -.gg-heart::after, -.gg-heart::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-heart::after { - right: -9px; - transform: rotate(90deg); - top: 5px -} - -.gg-heart::before { - width: 11px; - height: 11px; - border-left: 2px solid; - border-bottom: 2px solid; - left: -2px; - top: 3px -} \ No newline at end of file diff --git a/icons/hello.css b/icons/hello.css deleted file mode 100644 index 6fc1cbd7..00000000 --- a/icons/hello.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-hello { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - overflow: hidden; - width: 20px; - height: 20px; - border-radius: 6px; - border-bottom-left-radius: 0 -} - -.gg-hello::after, -.gg-hello::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box -} - -.gg-hello::before { - width: 30px; - height: 30px; - border: 8px solid; - left: -5px; - top: -5px; - border-radius: 30px -} - -.gg-hello::after { - width: 10px; - height: 5px; - background: currentColor; - border-bottom-left-radius: 30px; - border-bottom-right-radius: 30px; - bottom: 5px; - left: 5px -} \ No newline at end of file diff --git a/icons/home-screen.css b/icons/home-screen.css deleted file mode 100644 index c9d3ae1f..00000000 --- a/icons/home-screen.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-home-screen { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 22px; - border-radius: 3px; - border: 2px solid -} - -.gg-home-screen::after, -.gg-home-screen::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - border-radius: 2px; - width: 2px; - height: 2px; - left: 1px; - background: currentColor -} - -.gg-home-screen::after { - top: 1px; - box-shadow: - 3px 0,6px 0,0 3px, - 3px 3px,6px 3px,0 6px -} - -.gg-home-screen::before { - bottom: 1px; - box-shadow: 3px 0 0,6px 0 0 -} \ No newline at end of file diff --git a/icons/home.css b/icons/home.css deleted file mode 100644 index c1389718..00000000 --- a/icons/home.css +++ /dev/null @@ -1,55 +0,0 @@ -.gg-home { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 0 bottom/4px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat right bottom/4px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - border-bottom: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - margin-bottom: -2px - } - - .gg-home::after, - .gg-home::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute - } - - .gg-home::before { - border-top: 2px solid; - border-left: 2px solid; - border-top-left-radius: 4px; - transform: rotate(45deg); - top: -5px; - border-radius: 3px; - width: 14px; - height: 14px; - left: 0 - } - - .gg-home::after { - width: 8px; - height: 10px; - border: 2px solid; - border-radius: 100px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom: 0; - left: 3px; - bottom: 0 - } \ No newline at end of file diff --git a/icons/icecream.css b/icons/icecream.css deleted file mode 100644 index cf515338..00000000 --- a/icons/icecream.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-icecream { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 16px; - border: 2px solid; - border-top-left-radius: 12px; - border-top-right-radius: 12px; - margin-top: -8px; - border-bottom: 0 -} - -.gg-icecream::after, -.gg-icecream::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-icecream::before { - border-left: 4px solid; - border-right: 4px solid; - width: 12px; - height: 2px; - bottom: 0; - left: -2px -} - -.gg-icecream::after { - width: 6px; - height: 8px; - border: 2px solid; - bottom: -6px; - left: 2px; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - border-top: 0 -} \ No newline at end of file diff --git a/icons/if-design.css b/icons/if-design.css deleted file mode 100644 index 883420aa..00000000 --- a/icons/if-design.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-if-design { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - background: - linear-gradient( - currentColor 18px,transparent 0) - no-repeat center center/4px 18px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 10px top/4px 4px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 10px 5px/4px 4px, - linear-gradient( - currentColor 14px,transparent 0) - no-repeat 0 5px/4px 14px -} - -.gg-if-design::before { - content: ""; - display: block; - position: absolute; - width: 4px; - height: 4px; - border-radius: 10px; - background-color: currentColor -} \ No newline at end of file diff --git a/icons/image.css b/icons/image.css deleted file mode 100644 index 159285fc..00000000 --- a/icons/image.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-image { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 16px; - overflow: hidden; - box-shadow: 0 0 0 2px; - border-radius: 2px -} - -.gg-image::after, -.gg-image::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid -} - -.gg-image::after { - transform: rotate(45deg); - border-radius: 3px; - width: 16px; - height: 16px; - top: 9px; - left: 6px -} - -.gg-image::before { - width: 6px; - height: 6px; - border-radius: 100%; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/import.css b/icons/import.css deleted file mode 100644 index d0764e61..00000000 --- a/icons/import.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-import { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - box-shadow: - -6px -8px 0 -6px, - 6px -8px 0 -6px -} - -.gg-import::after, -.gg-import::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-import::before { - background: currentColor; - width: 2px; - height: 14px; - right: 6px; - bottom: 5px -} - -.gg-import::after { - width: 6px; - height: 6px; - border-right: 2px solid; - border-bottom: 2px solid; - right: 4px; - bottom: 4px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/inbox.css b/icons/inbox.css deleted file mode 100644 index f0e02528..00000000 --- a/icons/inbox.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-inbox { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - box-shadow: inset 0 -2px 0 0; - border-radius: 3px -} - -.gg-inbox::after, -.gg-inbox::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - height: 7px; - width: 7px; - border-radius: 2px; - bottom: -2px -} - -.gg-inbox::before { - left: -2px -} - -.gg-inbox::after { - right: -2px -} \ No newline at end of file diff --git a/icons/indie-hackers.css b/icons/indie-hackers.css deleted file mode 100644 index b2c3ba7e..00000000 --- a/icons/indie-hackers.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-indie-hackers { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 12px -} - -.gg-indie-hackers::after, -.gg-indie-hackers::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - height: 12px -} - -.gg-indie-hackers::before { - width: 3px; - background: currentColor -} - -.gg-indie-hackers::after { - width: 10px; - right: 0; - border-left: 3px solid; - border-right: 3px solid; - background:linear-gradient( - currentColor 14px, transparent 0) - no-repeat 0 center/14px 3px -} \ No newline at end of file diff --git a/icons/infinity.css b/icons/infinity.css deleted file mode 100644 index 1d6959d8..00000000 --- a/icons/infinity.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-infinity { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat -4px 4px/2px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 4px 4px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 10px; - height: 18px; - border: 4px solid transparent; - box-shadow: inset 0 0 0 2px - } - - .gg-infinity::after, - .gg-infinity::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 200px; - transform: rotate(45deg) - } - - .gg-infinity::after { - border-right-color: transparent; - left: -8px; - top: -4px - } - - .gg-infinity::before { - border-left-color: transparent; - right: -8px; - top: 4px - } \ No newline at end of file diff --git a/icons/info.css b/icons/info.css deleted file mode 100644 index 5981a048..00000000 --- a/icons/info.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-info { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 40px -} - -.gg-info::after, -.gg-info::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - background: currentColor; - left: 7px -} - -.gg-info::after { - bottom: 2px; - height: 8px -} - -.gg-info::before { - height: 2px; - top: 2px -} \ No newline at end of file diff --git a/icons/inpicture.css b/icons/inpicture.css deleted file mode 100644 index 95a35bb3..00000000 --- a/icons/inpicture.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-inpicture { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px -} - -.gg-inpicture::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 5px; - background: currentColor; - right: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/insert-after-o.css b/icons/insert-after-o.css deleted file mode 100644 index 2d3fcbbb..00000000 --- a/icons/insert-after-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-insert-after-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 20px - } - - .gg-insert-after-o::before { - box-shadow: -2px 12px 0, 2px 12px 0; - } - - .gg-insert-after-o::after, - .gg-insert-after-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px - } - - .gg-insert-after-o::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px - } \ No newline at end of file diff --git a/icons/insert-after-r.css b/icons/insert-after-r.css deleted file mode 100644 index 8c3cdd42..00000000 --- a/icons/insert-after-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-insert-after-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 4px - } - - .gg-insert-after-r::before { - box-shadow: -2px 12px 0, 2px 12px 0; - } - - .gg-insert-after-r::after, - .gg-insert-after-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px - } - - .gg-insert-after-r::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px - } \ No newline at end of file diff --git a/icons/insert-after.css b/icons/insert-after.css deleted file mode 100644 index 128dee2a..00000000 --- a/icons/insert-after.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-insert-after { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px - } - - .gg-insert-after::before { - box-shadow: -2px 10px 0, 2px 10px 0; - } - - .gg-insert-after::after, - .gg-insert-after::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px - } - - .gg-insert-after::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px - } \ No newline at end of file diff --git a/icons/insert-before-o.css b/icons/insert-before-o.css deleted file mode 100644 index 78b86f46..00000000 --- a/icons/insert-before-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-insert-before-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 20px - } - - .gg-insert-before-o::before { - box-shadow: -2px -12px 0, 2px -12px 0; - } - - .gg-insert-before-o::after, - .gg-insert-before-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px - } - - .gg-insert-before-o::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px - } \ No newline at end of file diff --git a/icons/insert-before-r.css b/icons/insert-before-r.css deleted file mode 100644 index 88316a18..00000000 --- a/icons/insert-before-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-insert-before-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 4px - } - - .gg-insert-before-r::before { - box-shadow: -2px -12px 0, 2px -12px 0; - } - - .gg-insert-before-r::after, - .gg-insert-before-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px - } - - .gg-insert-before-r::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px - } \ No newline at end of file diff --git a/icons/insert-before.css b/icons/insert-before.css deleted file mode 100644 index b626e8cc..00000000 --- a/icons/insert-before.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-insert-before { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px - } - - .gg-insert-before::before { - box-shadow: -2px -10px 0, 2px -10px 0; - } - - .gg-insert-before::after, - .gg-insert-before::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px - } - - .gg-insert-before::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px - } \ No newline at end of file diff --git a/icons/instagram.css b/icons/instagram.css deleted file mode 100644 index 21a0b47d..00000000 --- a/icons/instagram.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-instagram { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 4px; - width: 20px; - height: 20px -} - -.gg-instagram::after, -.gg-instagram::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-instagram::after { - border: 2px solid; - left: 3px; - width: 10px; - height: 10px; - border-radius: 100%; - top: 3px -} - -.gg-instagram::before { - border-radius: 3px; - width: 2px; - height: 2px; - background: currentColor; - right: 1px; - top: 1px -} \ No newline at end of file diff --git a/icons/internal.css b/icons/internal.css deleted file mode 100644 index 666ca6db..00000000 --- a/icons/internal.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-internal { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 12px; - box-shadow: - -2px 2px 0 0, - -4px -4px 0 -2px, - 4px 4px 0 -2px; - margin-left: -2px; - margin-top: 1px -} - -.gg-internal::after, -.gg-internal::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 2px -} - -.gg-internal::before { - background: currentColor; - transform: rotate(-45deg); - width: 14px; - height: 2px; - bottom: 8px -} - -.gg-internal::after { - width: 7px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 2px -} \ No newline at end of file diff --git a/icons/key.css b/icons/key.css deleted file mode 100644 index 313689a0..00000000 --- a/icons/key.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-key { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 8px; - border: 2px solid; - border-radius: 100px; - margin-left: -12px -} - -.gg-key::after, -.gg-key::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - right: -12px -} - -.gg-key::before { - background: currentColor; - width: 12px; - height: 2px; - top: 1px -} - -.gg-key::after { - width: 5px; - height: 3px; - top: 2px; - border-left: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/keyboard.css b/icons/keyboard.css deleted file mode 100644 index e0ebfad5..00000000 --- a/icons/keyboard.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-keyboard { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 26px; - height: 14px; - border: 2px solid; - border-radius: 2px -} - -.gg-keyboard::after, -.gg-keyboard::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor -} - -.gg-keyboard::before { - top: 2px; - box-shadow: - 4px 0 0, - 8px 0 0, - 12px 0 0, - 16px 0 0, - 16px 4px 0, - 0 4px 0; - width: 2px; - left: 2px -} - -.gg-keyboard::after { - width: 10px; - bottom: 2px; - left: 6px -} \ No newline at end of file diff --git a/icons/keyhole.css b/icons/keyhole.css deleted file mode 100644 index 64472029..00000000 --- a/icons/keyhole.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-keyhole, -.gg-keyhole::after, -.gg-keyhole::before { - display: block; - box-sizing: border-box; - border-radius: 20px -} - -.gg-keyhole { - position: relative; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid -} - -.gg-keyhole::after, -.gg-keyhole::before { - content: ""; - position: absolute -} - -.gg-keyhole::before { - width: 6px; - height: 6px; - border: 2px solid; - left: 5px; - top: 3px -} - -.gg-keyhole::after { - background: currentColor; - width: 2px; - height: 5px; - left: 7px; - bottom: 3px -} \ No newline at end of file diff --git a/icons/laptop.css b/icons/laptop.css deleted file mode 100644 index d61575d1..00000000 --- a/icons/laptop.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-laptop { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - border: 2px solid; - border-radius: 2px -} - -.gg-laptop::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 22px; - height: 2px; - background: currentColor; - left: -4px; - bottom: -5px; - border-radius: 100px -} \ No newline at end of file diff --git a/icons/layout-grid-small.css b/icons/layout-grid-small.css deleted file mode 100644 index a74252b1..00000000 --- a/icons/layout-grid-small.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-layout-grid-small { - transform: scale(var(--ggs,1)) -} - -.gg-layout-grid-small, -.gg-layout-grid-small::after, -.gg-layout-grid-small::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-left: 6px double; - border-right: 2px solid -} - -.gg-layout-grid-small::after, -.gg-layout-grid-small::before { - content: ""; - position: absolute; - left: -6px -} - -.gg-layout-grid-small::after { - bottom: 4px -} - -.gg-layout-grid-small::before { - top: 4px -} \ No newline at end of file diff --git a/icons/layout-grid.css b/icons/layout-grid.css deleted file mode 100644 index e0fffe6f..00000000 --- a/icons/layout-grid.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-layout-grid { - transform: scale(var(--ggs,1)) -} - -.gg-layout-grid, -.gg-layout-grid::after, -.gg-layout-grid::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 10px -} - -.gg-layout-grid::after, -.gg-layout-grid::before { - content: ""; - position: absolute; - height: 4px; - border-left: 4px solid; - border-right: 4px solid -} - -.gg-layout-grid::before { - top: 0 -} - -.gg-layout-grid::after { - bottom: 0 -} \ No newline at end of file diff --git a/icons/layout-list.css b/icons/layout-list.css deleted file mode 100644 index 56cb3c3d..00000000 --- a/icons/layout-list.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-layout-list { - transform: scale(var(--ggs,1)) -} - -.gg-layout-list, -.gg-layout-list::after, -.gg-layout-list::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-left: 6px double; - border-right: 4px solid -} - -.gg-layout-list::after, -.gg-layout-list::before { - content: ""; - position: absolute; - left: -6px -} - -.gg-layout-list::after { - bottom: 4px -} - -.gg-layout-list::before { - top: 4px -} \ No newline at end of file diff --git a/icons/linear.css b/icons/linear.css deleted file mode 100644 index 8e038290..00000000 --- a/icons/linear.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-linear { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - overflow: hidden; - border-radius: 100px -} - -.gg-linear::after, -.gg-linear::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 25px; - height: 25px; - transform: rotate(-45deg); - background: currentColor; - top: -14px; - left: 4px -} - -.gg-linear::after { - width: 2px; - box-shadow: - -3px 4px 0 0, - -6px -2px 0 0; - top: -3px; - left: 6px -} \ No newline at end of file diff --git a/icons/link.css b/icons/link.css deleted file mode 100644 index b73502f6..00000000 --- a/icons/link.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-link { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 8px; - height: 2px; - background: currentColor; - border-radius: 4px -} - -.gg-link::after, -.gg-link::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 10px; - border: 2px solid; - top: -4px -} - -.gg-link::before { - border-right: 0; - border-top-left-radius: 40px; - border-bottom-left-radius: 40px; - left: -6px -} - -.gg-link::after { - border-left: 0; - border-top-right-radius: 40px; - border-bottom-right-radius: 40px; - right: -6px -} \ No newline at end of file diff --git a/icons/list.css b/icons/list.css deleted file mode 100644 index 84544198..00000000 --- a/icons/list.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-list { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-list::after, -.gg-list::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - top: 3px; - left: 3px; - box-shadow: - 0 4px 0, - 0 8px 0 -} - -.gg-list::after { - border-radius: 3px; - width: 8px; - left: 7px -} \ No newline at end of file diff --git a/icons/live-photo.css b/icons/live-photo.css deleted file mode 100644 index 2ed3a7bd..00000000 --- a/icons/live-photo.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-live-photo { - transform: scale(var(--ggs,1)) -} - -.gg-live-photo, -.gg-live-photo::after { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - border-radius: 100px; - border: 2px dotted currentColor -} - -.gg-live-photo::after { - content: ""; - position: absolute; - width: 8px; - height: 8px; - border: 1px solid transparent; - top: 4px; - left: 4px; - box-shadow: - 0 0 0 2px, - inset 0 0 0 2px currentColor -} \ No newline at end of file diff --git a/icons/loadbar-alt.css b/icons/loadbar-alt.css deleted file mode 100644 index 2631b960..00000000 --- a/icons/loadbar-alt.css +++ /dev/null @@ -1,36 +0,0 @@ -@keyframes loadbaralt { - 0%,to { left: 0; right: 80% } - 25%,75% { left: 0; right: 0 } - 50% { left: 80%; right: 0 } -} - -.gg-loadbar-alt, -.gg-loadbar-alt::before, -.gg-loadbar-alt::after { - display: block; - box-sizing: border-box; - height: 4px; - border-radius: 4px -} - -.gg-loadbar-alt { - position: relative; - transform: scale(var(--ggs,1)); - width: 18px -} - -.gg-loadbar-alt::after, -.gg-loadbar-alt::before { - background: currentColor; - content: ""; - position: absolute -} - -.gg-loadbar-alt::before { - animation: loadbaralt 2s cubic-bezier(0,0,.58,1) infinite -} - -.gg-loadbar-alt::after { - width: 18px; - opacity: .3 -} \ No newline at end of file diff --git a/icons/loadbar-doc.css b/icons/loadbar-doc.css deleted file mode 100644 index 393bbbd9..00000000 --- a/icons/loadbar-doc.css +++ /dev/null @@ -1,38 +0,0 @@ -@keyframes gg-doc { - 0% { left: -16px } - 60%,to { left: 0 } -} - -.gg-loadbar-doc { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 1px; - width: 12px; - height: 14px; - overflow: hidden -} - -.gg-loadbar-doc::after, -.gg-loadbar-doc::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - height: 2px; - background: currentColor; - animation: gg-doc 1s linear infinite alternate -} - -.gg-loadbar-doc::before { - width: 14px; - box-shadow: -4px 4px 0 -} - -.gg-loadbar-doc::after { - width: 5px; - top: 8px -} \ No newline at end of file diff --git a/icons/loadbar-sound.css b/icons/loadbar-sound.css deleted file mode 100644 index efac2c3d..00000000 --- a/icons/loadbar-sound.css +++ /dev/null @@ -1,40 +0,0 @@ -@keyframes gg-bar { - 10% {box-shadow: inset 0 -4px 0} - 30% {box-shadow: inset 0 -10px 0} - 60% {box-shadow: inset 0 -6px 0} - 80% {box-shadow: inset 0 -8px 0} - to {box-shadow: inset 0 -2px 0} -} - -.gg-loadbar-sound, -.gg-loadbar-sound::after, -.gg-loadbar-sound::before { - display: block; - box-sizing: border-box; - width: 2px; - height: 12px; - box-shadow: inset 0 -12px 0; - animation: gg-bar 1.3s ease infinite alternate -} - -.gg-loadbar-sound { - position: relative; - transform: scale(var(--ggs,1)) -} - -.gg-loadbar-sound::after, -.gg-loadbar-sound::before { - content: ""; - position: absolute; - bottom: 0 -} - -.gg-loadbar-sound::before { - left: -4px; - animation-delay: -2.4s -} - -.gg-loadbar-sound::after { - right: -4px; - animation-delay: -3.7s -} \ No newline at end of file diff --git a/icons/loadbar.css b/icons/loadbar.css deleted file mode 100644 index 0ed158e7..00000000 --- a/icons/loadbar.css +++ /dev/null @@ -1,26 +0,0 @@ -@keyframes loadbar { - 0%,to { left: 0; right: 80% } - 25%,75% { left: 0; right: 0 } - 50% { left: 80%; right: 0 } -} - -.gg-loadbar, -.gg-loadbar::before { - display: block; - box-sizing: border-box; - height: 4px -} - -.gg-loadbar { - position: relative; - transform: scale(var(--ggs,1)); - width: 18px -} - -.gg-loadbar::before { - content: ""; - position: absolute; - border-radius: 4px; - background: currentColor; - animation: loadbar 2s cubic-bezier(0,0,.58,1) infinite -} \ No newline at end of file diff --git a/icons/lock-unlock.css b/icons/lock-unlock.css deleted file mode 100644 index 85a67a83..00000000 --- a/icons/lock-unlock.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-lock-unlock { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 6px; - border: 2px solid; - border-top-right-radius: 100px; - border-top-left-radius: 100px; - border-bottom: transparent; - margin-top: -18px; - margin-left: -2px -} - -.gg-lock-unlock::after, -.gg-lock-unlock::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-lock-unlock::after { - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - width: 16px; - height: 10px; - border-radius: 2px; - left: -4px; - top: 10px -} - -.gg-lock-unlock::before { - width: 2px; - height: 6px; - background: currentColor; - left: -2px; - top: 4px; -} \ No newline at end of file diff --git a/icons/lock.css b/icons/lock.css deleted file mode 100644 index 78cc8969..00000000 --- a/icons/lock.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-lock { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 11px; - border: 2px solid; - border-top-right-radius: 50%; - border-top-left-radius: 50%; - border-bottom: transparent; - margin-top: -12px -} - -.gg-lock::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 10px; - border-radius: 2px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - left: -4px; - top: 9px -} \ No newline at end of file diff --git a/icons/log-in.css b/icons/log-in.css deleted file mode 100644 index 22013a49..00000000 --- a/icons/log-in.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-log-in { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 16px; - border: 2px solid; - border-left: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - margin-right: -10px -} - -.gg-log-in::after, -.gg-log-in::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-log-in::after { - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - width: 8px; - height: 8px; - left: -8px; - bottom: 2px -} - -.gg-log-in::before { - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: -11px; - bottom: 5px -} \ No newline at end of file diff --git a/icons/log-off.css b/icons/log-off.css deleted file mode 100644 index 6a321f11..00000000 --- a/icons/log-off.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-log-off { - box-sizing: border-box; - position: relative; - display: block; - border-radius: 16px; - border: 2px solid; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border-top: 2px solid transparent -} - -.gg-log-off::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 8px; - width: 2px; - background: currentColor; - left: 5px; - bottom: 6px -} \ No newline at end of file diff --git a/icons/log-out.css b/icons/log-out.css deleted file mode 100644 index eda27f49..00000000 --- a/icons/log-out.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-log-out { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 16px; - border: 2px solid; - transform: scale(var(--ggs,1)); - border-right: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - margin-left: -10px -} - -.gg-log-out::after, -.gg-log-out::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-log-out::after { - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - width: 8px; - height: 8px; - left: 4px; - bottom: 2px -} - -.gg-log-out::before { - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: 5px; - bottom: 5px -} \ No newline at end of file diff --git a/icons/magnet.css b/icons/magnet.css deleted file mode 100644 index d6f7a258..00000000 --- a/icons/magnet.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-magnet, -.gg-magnet::before { - display: block; - box-sizing: border-box; - width: 14px -} - -.gg-magnet { - border: 4px solid; - transform: scale(var(--ggs,1)); - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - border-top: 0; - position: relative; - height: 12px -} - -.gg-magnet::before { - content: ""; - position: absolute; - height: 3px; - border-left: 4px solid; - border-right: 4px solid; - top: -5px; - left: -4px; - opacity: .5 -} \ No newline at end of file diff --git a/icons/mail-forward.css b/icons/mail-forward.css deleted file mode 100644 index 94371101..00000000 --- a/icons/mail-forward.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-mail-forward, -.gg-mail-forward::before { - display: block; - box-sizing: border-box; - height: 6px; - border-top: 2px solid -} - -.gg-mail-forward { - border-left: 2px solid; - transform: scale(var(--ggs,1)); - border-top-left-radius: 4px; - position: relative; - width: 14px -} - -.gg-mail-forward::before { - content: ""; - position: absolute; - width: 6px; - border-right: 2px solid; - top: -4px; - right: -1px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/mail-open.css b/icons/mail-open.css deleted file mode 100644 index 3963a630..00000000 --- a/icons/mail-open.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-mail-open, -.gg-mail-open::after { - display: block; - box-sizing: border-box; - height: 14px; - border: 2px solid -} - -.gg-mail-open { - border-top: 0; - transform: scale(var(--ggs,1)); - position: relative; - width: 18px; - border-radius: 2px -} - -.gg-mail-open::after { - content: ""; - position: absolute; - border-radius: 3px; - width: 14px; - transform: rotate(-45deg); - bottom: 3px; - left: 0 -} \ No newline at end of file diff --git a/icons/mail-reply.css b/icons/mail-reply.css deleted file mode 100644 index e71153a8..00000000 --- a/icons/mail-reply.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-mail-reply, -.gg-mail-reply::before { - display: block; - box-sizing: border-box; - height: 6px; - border-top: 2px solid -} - -.gg-mail-reply { - border-right: 2px solid; - transform: scale(var(--ggs,1)); - border-top-right-radius: 4px; - position: relative; - width: 14px -} - -.gg-mail-reply::before { - content: ""; - position: absolute; - width: 6px; - border-left: 2px solid; - top: -4px; - left: -1px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/mail.css b/icons/mail.css deleted file mode 100644 index db4cc6e6..00000000 --- a/icons/mail.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-mail, -.gg-mail::after { - display: block; - box-sizing: border-box; - height: 14px; - border: 2px solid -} - -.gg-mail { - overflow: hidden; - transform: scale(var(--ggs,1)); - position: relative; - width: 18px; - border-radius: 2px -} - -.gg-mail::after { - content: ""; - position: absolute; - border-radius: 3px; - width: 14px; - transform: rotate(-45deg); - bottom: 3px; - left: 0 -} \ No newline at end of file diff --git a/icons/math-divide.css b/icons/math-divide.css deleted file mode 100644 index e07c44d7..00000000 --- a/icons/math-divide.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-math-divide { - transform: scale(var(--ggs,1)) -} - -.gg-math-divide, -.gg-math-divide::after, -.gg-math-divide::before { - box-sizing: border-box; - position: relative; - display: block; - width: 16px; - height: 2px; - background: currentColor; - border-radius: 20px -} - -.gg-math-divide::after, -.gg-math-divide::before { - content: ""; - position: absolute; - width: 4px; - height: 4px; - top: -6px; - left: 6px -} - -.gg-math-divide::after { - top: 4px -} \ No newline at end of file diff --git a/icons/math-equal.css b/icons/math-equal.css deleted file mode 100644 index 2cf9604b..00000000 --- a/icons/math-equal.css +++ /dev/null @@ -1,12 +0,0 @@ -.gg-math-equal { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 10px; - margin-top: -6px; - box-shadow: 0 6px 0 -} \ No newline at end of file diff --git a/icons/math-minus.css b/icons/math-minus.css deleted file mode 100644 index 3d03b057..00000000 --- a/icons/math-minus.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-math-minus { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 10px -} \ No newline at end of file diff --git a/icons/math-percent.css b/icons/math-percent.css deleted file mode 100644 index ce9d777a..00000000 --- a/icons/math-percent.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-math-percent { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 20px; - transform: rotate(-45deg) -} - -.gg-math-percent::after, -.gg-math-percent::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 20px; - top: -7px; - left: 6px -} - -.gg-math-percent::after { - top: 5px -} \ No newline at end of file diff --git a/icons/math-plus.css b/icons/math-plus.css deleted file mode 100644 index a9b75f66..00000000 --- a/icons/math-plus.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-math-plus, -.gg-math-plus::after { - display: block; - box-sizing: border-box; - background: currentColor; - border-radius: 10px -} - -.gg-math-plus { - margin-top: -2px; - position: relative; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px -} - -.gg-math-plus::after { - content: ""; - position: absolute; - width: 2px; - height: 16px; - top: -7px; - left: 7px -} \ No newline at end of file diff --git a/icons/maximize-alt.css b/icons/maximize-alt.css deleted file mode 100644 index 33577d34..00000000 --- a/icons/maximize-alt.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-maximize-alt { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - box-shadow: - -6px -6px 0 -4px, - 6px 6px 0 -4px, - 6px -6px 0 -4px, - -6px 6px 0 -4px -} - -.gg-maximize-alt::after, -.gg-maximize-alt::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 22px; - height: 2px; - border-left: 8px solid; - border-right: 8px solid; - transform: rotate(-45deg); - bottom: 6px; - left: -4px -} - -.gg-maximize-alt::before { - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/maximize.css b/icons/maximize.css deleted file mode 100644 index 06bea2dc..00000000 --- a/icons/maximize.css +++ /dev/null @@ -1,13 +0,0 @@ -.gg-maximize { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - box-shadow: - -6px -6px 0 -4px, - 6px 6px 0 -4px, - 6px -6px 0 -4px, - -6px 6px 0 -4px -} \ No newline at end of file diff --git a/icons/media-live.css b/icons/media-live.css deleted file mode 100644 index fcd45290..00000000 --- a/icons/media-live.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-media-live { - transform: scale(var(--ggs,1)) -} - -.gg-media-live, -.gg-media-live::after { - border-top-color: transparent; - border-bottom-color: transparent -} - -.gg-media-live, -.gg-media-live::after, -.gg-media-live::before { - box-sizing: border-box; - position: relative; - display: block; - border: 2px solid; - border-radius: 50%; - width: 14px; - height: 14px -} - -.gg-media-live::after, -.gg-media-live::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px -} - -.gg-media-live::after { - width: 22px; - height: 22px; - top: -6px; - left: -6px -} \ No newline at end of file diff --git a/icons/media-podcast.css b/icons/media-podcast.css deleted file mode 100644 index a75bb6d5..00000000 --- a/icons/media-podcast.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-media-podcast { - transform: scale(var(--ggs,1)) -} - -.gg-media-podcast, -.gg-media-podcast::after, -.gg-media-podcast::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border: 2px solid; - border-bottom-color: transparent; - border-radius: 50% -} - -.gg-media-podcast::after, -.gg-media-podcast::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px -} - -.gg-media-podcast::after { - width: 22px; - height: 22px; - top: -6px; - left: -6px -} \ No newline at end of file diff --git a/icons/menu-boxed.css b/icons/menu-boxed.css deleted file mode 100644 index ab0c6f66..00000000 --- a/icons/menu-boxed.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-menu-boxed { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-radius: 3px; - border: 2px solid; -} - -.gg-menu-boxed::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top:2px; - left: 2px; - box-shadow: 0 4px 0, 0 8px 0 -} diff --git a/icons/menu-left.css b/icons/menu-left.css deleted file mode 100644 index 2fd435bf..00000000 --- a/icons/menu-left.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-menu-left { - transform: scale(var(--ggs,1)) -} - -.gg-menu-left, -.gg-menu-left::after, -.gg-menu-left::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-menu-left::after, -.gg-menu-left::before { - content: ""; - position: absolute; - top: -6px; - width: 10px -} - -.gg-menu-left::after { - top: 6px; - width: 14px -} \ No newline at end of file diff --git a/icons/menu-right.css b/icons/menu-right.css deleted file mode 100644 index b08f52e3..00000000 --- a/icons/menu-right.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-menu-right { - transform: scale(var(--ggs,1)) -} - -.gg-menu-right, -.gg-menu-right::after, -.gg-menu-right::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-menu-right::after, -.gg-menu-right::before { - content: ""; - position: absolute; - top: -6px; - right: 0; - width: 10px -} - -.gg-menu-right::after { - top: 6px; - width: 14px -} \ No newline at end of file diff --git a/icons/menu-round.css b/icons/menu-round.css deleted file mode 100644 index 9aa7a106..00000000 --- a/icons/menu-round.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-menu-round { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border-radius: 24px; - border: 2px solid; -} - -.gg-menu-round::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top: 4px; - left: 4px; - box-shadow: 0 4px 0, 0 8px 0 -} diff --git a/icons/menu.css b/icons/menu.css deleted file mode 100644 index c80cf874..00000000 --- a/icons/menu.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-menu { - transform: scale(var(--ggs,1)) -} - -.gg-menu, -.gg-menu::after, -.gg-menu::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-menu::after, -.gg-menu::before { - content: ""; - position: absolute; - top: -6px -} - -.gg-menu::after { - top: 6px -} \ No newline at end of file diff --git a/icons/merge-horizontal.css b/icons/merge-horizontal.css deleted file mode 100644 index ec4ad107..00000000 --- a/icons/merge-horizontal.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-merge-horizontal { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-merge-horizontal::after, -.gg-merge-horizontal::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(-45deg) -} - -.gg-merge-horizontal::after { - border-bottom: 2px solid; - border-left: 2px solid; - left: 4px; - bottom: 5px -} - -.gg-merge-horizontal::before { - border-top: 2px solid; - border-right: 2px solid; - right: 4px; - top: 5px -} \ No newline at end of file diff --git a/icons/merge-vertical.css b/icons/merge-vertical.css deleted file mode 100644 index e6235754..00000000 --- a/icons/merge-vertical.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-merge-vertical { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 14px; - border-radius: 3px; - background: currentColor -} - -.gg-merge-vertical::after, -.gg-merge-vertical::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - top: 4px -} - -.gg-merge-vertical::after { - border-left: 2px solid; - left: 5px; - transform: rotate(45deg) -} - -.gg-merge-vertical::before { - border-right: 2px solid; - transform: rotate(-45deg); - right: 5px -} \ No newline at end of file diff --git a/icons/mic.css b/icons/mic.css deleted file mode 100644 index 0193ff32..00000000 --- a/icons/mic.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-mic { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 12px; - border-bottom-left-radius: 120px; - border-bottom-right-radius: 120px; - border: 2px solid; - border-top: 0; - margin-top: 3px -} - -.gg-mic::after, -.gg-mic::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-mic::after { - border: 2px solid; - width: 8px; - height: 18px; - left: 2px; - top: -10px; - border-radius: 4px -} - -.gg-mic::before { - width: 10px; - height: 4px; - top: 12px; - left: 1px; - border-right: 4px solid transparent; - box-shadow: - 0 2px 0, - inset -2px 0 0 -} \ No newline at end of file diff --git a/icons/microbit.css b/icons/microbit.css deleted file mode 100644 index b218f1b5..00000000 --- a/icons/microbit.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-microbit, -.gg-microbit::before { - display: block; - box-sizing: border-box; - border-radius: 20px -} - -.gg-microbit { - position: relative; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px; - border: 3px solid -} - -.gg-microbit::before { - content: ""; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - top: 2px; - left: 2px; - box-shadow: 10px 0 0 0 -} \ No newline at end of file diff --git a/icons/microsoft.css b/icons/microsoft.css deleted file mode 100644 index 343dcedf..00000000 --- a/icons/microsoft.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-microsoft { - transform: scale(var(--ggs,1)) -} - -.gg-microsoft, -.gg-microsoft::after, -.gg-microsoft::before { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 18px -} - -.gg-microsoft::after, -.gg-microsoft::before { - content: ""; - position: absolute; - width: 8px; - border-top: 8px solid; - border-bottom: 8px solid -} - -.gg-microsoft::after { - right: 0 -} \ No newline at end of file diff --git a/icons/minimize-alt.css b/icons/minimize-alt.css deleted file mode 100644 index 9c115a56..00000000 --- a/icons/minimize-alt.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-minimize-alt { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 26px; - height: 2px; - border-left: 10px solid; - border-right: 10px solid -} - -.gg-minimize-alt::after, -.gg-minimize-alt::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - top: -2px -} - -.gg-minimize-alt::before { - border-right: 2px solid; - left: -5px; - transform: rotate(45deg) -} - -.gg-minimize-alt::after { - border-left: 2px solid; - right: -5px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/minimize.css b/icons/minimize.css deleted file mode 100644 index 81579906..00000000 --- a/icons/minimize.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-minimize { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 4px; - height: 4px; - box-shadow: - -8px -4px 0 -1px, - -6px -4px 0 -1px, - 8px 4px 0 -1px, - 6px 4px 0 -1px, - 8px -4px 0 -1px, - 6px -4px 0 -1px, - -8px 4px 0 -1px, - -6px 4px 0 -1px -} - -.gg-minimize::after, -.gg-minimize::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 18px; - border-top: 6px solid; - border-bottom: 6px solid; - box-shadow: 18px 0 0 -2px; - top: -7px -} - -.gg-minimize::after { - left: -3px -} - -.gg-minimize::before { - right: -3px -} \ No newline at end of file diff --git a/icons/monday.css b/icons/monday.css deleted file mode 100644 index 4b87bc66..00000000 --- a/icons/monday.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-monday { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs,1)); - width: 21px; - height: 16px -} - -.gg-monday::after, -.gg-monday::before { - background: currentColor; - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - border-radius: 22px -} - -.gg-monday::before { - height: 16px; - transform: rotate(35deg); - box-shadow: 7px -5px 0 0 -} - -.gg-monday::after { - height: 6px; - bottom: 1px; - right: 0 -} \ No newline at end of file diff --git a/icons/moon.css b/icons/moon.css deleted file mode 100644 index 316442ba..00000000 --- a/icons/moon.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-moon, -.gg-moon::after { - display: block; - box-sizing: border-box; - border-radius: 50% -} - -.gg-moon { - overflow: hidden; - position: relative; - transform: rotate(-135deg) scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-bottom-color: transparent -} - -.gg-moon::after { - content: ""; - position: absolute; - width: 12px; - height: 18px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - top: 8px; - left: 2px -} \ No newline at end of file diff --git a/icons/more-alt.css b/icons/more-alt.css deleted file mode 100644 index b69ec9eb..00000000 --- a/icons/more-alt.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-more-alt { - transform: scale(var(--ggs,1)) -} - -.gg-more-alt, -.gg-more-alt::after, -.gg-more-alt::before { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 100% -} - -.gg-more-alt::after, -.gg-more-alt::before { - content: ""; - position: absolute; - top: 0 -} - -.gg-more-alt::after { - left: -6px -} - -.gg-more-alt::before { - right: -6px -} \ No newline at end of file diff --git a/icons/more-vertical-alt.css b/icons/more-vertical-alt.css deleted file mode 100644 index 2aa01140..00000000 --- a/icons/more-vertical-alt.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-more-vertical-alt { - transform: scale(var(--ggs,1)) -} - -.gg-more-vertical-alt, -.gg-more-vertical-alt::after, -.gg-more-vertical-alt::before { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 100% -} - -.gg-more-vertical-alt::after, -.gg-more-vertical-alt::before { - content: ""; - position: absolute -} - -.gg-more-vertical-alt::after { - left: 0; - top: 6px -} - -.gg-more-vertical-alt::before { - top: -6px; - right: 0 -} \ No newline at end of file diff --git a/icons/more-vertical.css b/icons/more-vertical.css deleted file mode 100644 index 7acd7314..00000000 --- a/icons/more-vertical.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-more-vertical { - transform: scale(var(--ggs,1)) -} - -.gg-more-vertical, -.gg-more-vertical::after, -.gg-more-vertical::before { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 100% -} - -.gg-more-vertical::after, -.gg-more-vertical::before { - content: ""; - position: absolute; - top: 6px; - left: -2px -} - -.gg-more-vertical::before { - top: -10px -} \ No newline at end of file diff --git a/icons/more.css b/icons/more.css deleted file mode 100644 index 09cb5d87..00000000 --- a/icons/more.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-more { - transform: scale(var(--ggs,1)) -} - -.gg-more, -.gg-more::after, -.gg-more::before { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 100% -} - -.gg-more::after, -.gg-more::before { - content: ""; - position: absolute; - top: -2px -} - -.gg-more::after { - left: -9px -} - -.gg-more::before { - right: -9px -} \ No newline at end of file diff --git a/icons/mouse.css b/icons/mouse.css deleted file mode 100644 index b8716533..00000000 --- a/icons/mouse.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-mouse { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 24px; - border: 2px solid; - border-radius: 10px -} - -.gg-mouse::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 6px; - background: currentColor; - top: 3px; - left: 5px -} \ No newline at end of file diff --git a/icons/move-down.css b/icons/move-down.css deleted file mode 100644 index 4dcb953d..00000000 --- a/icons/move-down.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-move-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 8px; - border-left: 2px solid; - border-right: 2px solid -} - -.gg-move-down::after, -.gg-move-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-move-down::before { - background: currentColor; - left: 2px; - top: 0; - width: 2px; - height: 12px -} - -.gg-move-down::after { - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - border-top: 5px solid; - bottom: -7px -} \ No newline at end of file diff --git a/icons/move-left.css b/icons/move-left.css deleted file mode 100644 index 3885f338..00000000 --- a/icons/move-left.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-move-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-move-left::after, -.gg-move-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-move-left::before { - background: currentColor; - right: 0; - top: 2px; - width: 12px; - height: 2px -} - -.gg-move-left::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-right: 5px solid; - left: -7px -} \ No newline at end of file diff --git a/icons/move-right.css b/icons/move-right.css deleted file mode 100644 index fa53290a..00000000 --- a/icons/move-right.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-move-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-move-right::after, -.gg-move-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-move-right::before { - background: currentColor; - left: 0; - top: 2px; - width: 12px; - height: 2px -} - -.gg-move-right::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - right: -7px -} \ No newline at end of file diff --git a/icons/move-task.css b/icons/move-task.css deleted file mode 100644 index 7b65838c..00000000 --- a/icons/move-task.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-move-task { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-move-task::after, -.gg-move-task::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-move-task::before { - background: currentColor; - top: 2px; - width: 8px; - height: 2px; - left: 0 -} - -.gg-move-task::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - left: -6px -} \ No newline at end of file diff --git a/icons/move-up.css b/icons/move-up.css deleted file mode 100644 index 601b8f6d..00000000 --- a/icons/move-up.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-move-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 8px; - border-left: 2px solid; - border-right: 2px solid -} - -.gg-move-up::after, -.gg-move-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-move-up::before { - background: currentColor; - left: 2px; - bottom: 0; - width: 2px; - height: 12px -} - -.gg-move-up::after { - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - border-bottom: 5px solid; - top: -7px -} \ No newline at end of file diff --git a/icons/music-note.css b/icons/music-note.css deleted file mode 100644 index a159caea..00000000 --- a/icons/music-note.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-music-note { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 14px; - background: currentColor -} - -.gg-music-note::after, -.gg-music-note::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid -} - -.gg-music-note::before { - bottom: -4px; - width: 8px; - height: 8px; - left: -6px; - border-radius: 10px -} - -.gg-music-note::after { - width: 10px; - height: 6px; - top: -4px; - left: 0; - border-radius: 2px; - transform: skewY(-15deg) -} \ No newline at end of file diff --git a/icons/music-speaker.css b/icons/music-speaker.css deleted file mode 100644 index 925e869d..00000000 --- a/icons/music-speaker.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-music-speaker { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 22px; - border: 2px solid; - border-radius: 3px -} - -.gg-music-speaker::after, -.gg-music-speaker::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - border-radius: 100px -} - -.gg-music-speaker::before { - bottom: 2px; - width: 8px; - height: 8px; - left: 2px -} - -.gg-music-speaker::after { - width: 4px; - height: 4px; - left: 4px; - top: 2px -} \ No newline at end of file diff --git a/icons/music.css b/icons/music.css deleted file mode 100644 index 58ac81fa..00000000 --- a/icons/music.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-music, -.gg-music::after, -.gg-music::before { - display: block; - box-sizing: border-box; - border: 2px solid -} - -.gg-music { - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom: 0; - margin-top: -4px; - position: relative; - transform: skewY(-15deg) scale(var(--ggs,1)); - width: 14px; - height: 16px -} - -.gg-music::after, -.gg-music::before { - content: ""; - position: absolute; - width: 7px; - height: 7px; - top: 9px; - left: -7px; - transform: skewY(15deg); - border-radius: 10px -} - -.gg-music::after { - left: 5px -} \ No newline at end of file diff --git a/icons/notes.css b/icons/notes.css deleted file mode 100644 index 4b47be3e..00000000 --- a/icons/notes.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-notes { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 22px; - border: 2px solid; - border-radius: 3px -} - -.gg-notes::after, -.gg-notes::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor; - left: 2px -} - -.gg-notes::before { - box-shadow: - 0 4px 0, - 0 8px 0; - width: 12px; - top: 2px -} - -.gg-notes::after { - width: 6px; - top: 14px -} \ No newline at end of file diff --git a/icons/oculus.css b/icons/oculus.css deleted file mode 100644 index 84d3428a..00000000 --- a/icons/oculus.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-oculus { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 20px; - height: 12px; - border: 4px solid; - border-radius: 22px; -} \ No newline at end of file diff --git a/icons/options.css b/icons/options.css deleted file mode 100644 index ae782da1..00000000 --- a/icons/options.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-options { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 2px; - box-shadow: - -3px 4px 0 0, - 3px -4px 0 0 -} - -.gg-options::after, -.gg-options::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 2px solid; - border-radius: 100% -} - -.gg-options::before { - top: -7px; - left: -4px -} - -.gg-options::after { - bottom: -7px; - right: -4px -} \ No newline at end of file diff --git a/icons/organisation.css b/icons/organisation.css deleted file mode 100644 index 82e2ede7..00000000 --- a/icons/organisation.css +++ /dev/null @@ -1,49 +0,0 @@ -.gg-organisation { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat center 2px/12px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat center 6px/12px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat center 10px/12px 2px, - linear-gradient( - currentColor 18px,transparent 0) - no-repeat center/2px 18px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 18px; - border: 2px solid - } - - .gg-organisation::after, - .gg-organisation::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute - } - - .gg-organisation::before { - background: currentColor; - right: -8px; - top: 6px; - box-shadow: 0 4px 0, - -4px 4px 0, - -4px 0 0; - width: 2px; - height: 2px - } - - .gg-organisation::after { - width: 12px; - height: 14px; - border: 2px solid; - left: 8px; - bottom: -2px - } \ No newline at end of file diff --git a/icons/overflow.css b/icons/overflow.css deleted file mode 100644 index f4493d3f..00000000 --- a/icons/overflow.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-overflow { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border-radius: 20px; - border-bottom: 8px solid -} - -.gg-overflow::after, -.gg-overflow::before { - content: ""; - box-sizing: border-box; - position: absolute; - display: block; - border-radius: 20px -} - -.gg-overflow::before { - width: 20px; - height: 20px; - border-bottom: 10px solid; - opacity: .6; - left: -2px; - top: -2px -} - -.gg-overflow::after { - width: 16px; - height: 16px; - border-top: 8px solid; - opacity: .2; - left: 0; - top: 0 -} \ No newline at end of file diff --git a/icons/pacman.css b/icons/pacman.css deleted file mode 100644 index 227295b2..00000000 --- a/icons/pacman.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-pacman { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid -} - -.gg-pacman::after, -.gg-pacman::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box -} - -.gg-pacman::before { - background: currentColor; - top: 5px; - border-radius: 3px; - width: 2px; - height: 2px; - left: -5px -} - -.gg-pacman::after { - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px; - border-right-color: transparent; - left: -10px; - transform: rotate(-45deg) -} \ No newline at end of file diff --git a/icons/password.css b/icons/password.css deleted file mode 100644 index 6b8a7862..00000000 --- a/icons/password.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-password { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 30px; - height: 12px; - border: 2px solid; - border-radius: 3px -} - -.gg-password::after, -.gg-password::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - background: currentColor -} - -.gg-password::before { - left: 2px; - top: 2px; - box-shadow: - 6px 0 0, - 12px 0 0; - height: 4px; - border-radius: 100% -} - -.gg-password::after { - height: 2px; - right: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/path-back.css b/icons/path-back.css deleted file mode 100644 index 41a3be8e..00000000 --- a/icons/path-back.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-path-back { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-back::after, -.gg-path-back::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px -} - -.gg-path-back::after { - border: 2px solid -} - -.gg-path-back::before { - border-right: 5px solid; - border-bottom: 5px solid; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-crop.css b/icons/path-crop.css deleted file mode 100644 index dffe4d7a..00000000 --- a/icons/path-crop.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-path-crop { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-crop::after, -.gg-path-crop::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px -} - -.gg-path-crop::after { - opacity: .5 -} - -.gg-path-crop::before { - background: - linear-gradient( - currentColor 4px,transparent 0) - no-repeat top left/4px 4px; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-divide.css b/icons/path-divide.css deleted file mode 100644 index 35c08988..00000000 --- a/icons/path-divide.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-path-divide { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-divide::after, -.gg-path-divide::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px -} - -.gg-path-divide::after { - border-top: 4px solid; - border-left: 4px solid -} - -.gg-path-divide::before { - background: - linear-gradient( - currentColor 4px,transparent 0) - no-repeat 1px 1px/4px 4px; - border-right: 4px solid; - border-bottom: 4px solid; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-exclude.css b/icons/path-exclude.css deleted file mode 100644 index 88f8ae13..00000000 --- a/icons/path-exclude.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-path-exclude { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-exclude::after, -.gg-path-exclude::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px -} - -.gg-path-exclude::after { - border-top: 4px solid; - border-left: 4px solid -} - -.gg-path-exclude::before { - border-right: 4px solid; - border-bottom: 4px solid; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-front.css b/icons/path-front.css deleted file mode 100644 index bde240a7..00000000 --- a/icons/path-front.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-path-front { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-front::after, -.gg-path-front::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px -} - -.gg-path-front::after { - border-left: 5px solid; - border-top: 5px solid -} - -.gg-path-front::before { - border: 2px solid; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-intersect.css b/icons/path-intersect.css deleted file mode 100644 index f37e93e1..00000000 --- a/icons/path-intersect.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-path-intersect { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-intersect::after, -.gg-path-intersect::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px -} - -.gg-path-intersect::before { - background: - linear-gradient( - currentColor 4px,transparent 0) - no-repeat top left/4px 4px; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-outline.css b/icons/path-outline.css deleted file mode 100644 index 6a243364..00000000 --- a/icons/path-outline.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-path-outline { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-outline::after, -.gg-path-outline::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px -} - -.gg-path-outline::before { - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-trim.css b/icons/path-trim.css deleted file mode 100644 index 752135bb..00000000 --- a/icons/path-trim.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-path-trim { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-trim::after, -.gg-path-trim::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px -} - -.gg-path-trim::after { - border-left: 3px solid; - border-top: 3px solid -} - -.gg-path-trim::before { - background: currentColor; - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/path-unite.css b/icons/path-unite.css deleted file mode 100644 index 00f78a03..00000000 --- a/icons/path-unite.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-path-unite { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px -} - -.gg-path-unite::after, -.gg-path-unite::before { - content: ""; - position: absolute; - display: block; - box-sizing: border-box; - background: currentColor; - width: 10px; - height: 10px -} - -.gg-path-unite::before { - bottom: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/patreon.css b/icons/patreon.css deleted file mode 100644 index 6cde08b1..00000000 --- a/icons/patreon.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-patreon { - transform: scale(var(--ggs,1)) -} - -.gg-patreon, -.gg-patreon::after { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 16px; - background: currentColor; - left: -6px -} - -.gg-patreon::after { - content: ""; - position: absolute; - width: 12px; - height: 12px; - opacity: .5; - border-radius: 100px; - left: 6px -} \ No newline at end of file diff --git a/icons/pen.css b/icons/pen.css deleted file mode 100644 index 0a323a16..00000000 --- a/icons/pen.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-pen { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 14px; - height: 4px; - border-right: 2px solid transparent; - box-shadow: - 0 0 0 2px, - inset -2px 0 0; - border-top-right-radius: 1px; - border-bottom-right-radius: 1px; - margin-right: -2px -} - -.gg-pen::after, -.gg-pen::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-pen::before { - background: currentColor; - border-left: 0; - right: -6px; - width: 3px; - height: 4px; - border-radius: 1px; - top: 0 -} - -.gg-pen::after { - width: 8px; - height: 7px; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 7px solid; - left: -11px; - top: -2px -} \ No newline at end of file diff --git a/icons/pentagon-down.css b/icons/pentagon-down.css deleted file mode 100644 index 620f5bf5..00000000 --- a/icons/pentagon-down.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-pentagon-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px -} - -.gg-pentagon-down:before { - width: 51% -} - -.gg-pentagon-down:after, -.gg-pentagon-down:before { - content: ' '; - position: absolute; - top: 0; - height: 100% -} - -.gg-pentagon-down:before { - left: -2px; - border-top: 2px solid; - border-left: 2px solid; - border-bottom: 2px solid; - transform: skew(0deg,30deg) -} - -.gg-pentagon-down:after { - right: -2px; - width: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-top: 2px solid; - transform: skew(0deg,-30deg) -} \ No newline at end of file diff --git a/icons/pentagon-left.css b/icons/pentagon-left.css deleted file mode 100644 index 1a293585..00000000 --- a/icons/pentagon-left.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-pentagon-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 8px -} - -.gg-pentagon-left:before { - height: 51% -} - -.gg-pentagon-left:after,.gg-pentagon-left:before { - content: ' '; - position: absolute; - left: 0; - width: 100% -} - -.gg-pentagon-left:before { - top: -2px; - border-top: 2px solid; - border-right: 2px solid; - border-left: 2px solid; - transform: skewX(-30deg) -} - -.gg-pentagon-left:after { - bottom: -2px; - height: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-left: 2px solid; - transform: skewX(30deg) -} \ No newline at end of file diff --git a/icons/pentagon-right.css b/icons/pentagon-right.css deleted file mode 100644 index 57b80d22..00000000 --- a/icons/pentagon-right.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-pentagon-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 8px -} - -.gg-pentagon-right:before { - height: 51% -} - -.gg-pentagon-right:after, -.gg-pentagon-right:before { - content: ' '; - position: absolute; - left: 0; - width: 100% -} - -.gg-pentagon-right:before { - top: -2px; - border-top: 2px solid; - border-right: 2px solid; - border-left: 2px solid; - transform: skewX(30deg) -} - -.gg-pentagon-right:after { - bottom: -2px; - height: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-left: 2px solid; - transform: skewX(-30deg) -} \ No newline at end of file diff --git a/icons/pentagon-up.css b/icons/pentagon-up.css deleted file mode 100644 index 64bee581..00000000 --- a/icons/pentagon-up.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-pentagon-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px -} - -.gg-pentagon-up:before { - width: 51% -} - -.gg-pentagon-up:after, -.gg-pentagon-up:before { - content: ' '; - position: absolute; - top: 0; - height: 100% -} - -.gg-pentagon-up:before { - left: -2px; - border-top: 2px solid; - border-left: 2px solid; - border-bottom: 2px solid; - transform: skew(0deg,-30deg) -} - -.gg-pentagon-up:after { - right: -2px; - width: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-top: 2px solid; - transform: skew(0deg,30deg) -} \ No newline at end of file diff --git a/icons/performance.css b/icons/performance.css deleted file mode 100644 index 7d560957..00000000 --- a/icons/performance.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-performance { - background: - linear-gradient( - currentColor 8px,transparent 0) - no-repeat center/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px - } - - .gg-performance::after, - .gg-performance::before { - content: ""; - display: block; - position: absolute; - border: 2px solid - } - - .gg-performance::before { - bottom: 2px; - width: 2px; - height: 2px; - box-sizing: content-box; - border-radius: 100px; - left: 6px - } - - .gg-performance::after { - box-sizing: border-box; - border-radius: 3px; - width: 14px; - height: 8px; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - border-bottom: 0; - top: 2px; - left: 2px - } \ No newline at end of file diff --git a/icons/pexels.css b/icons/pexels.css deleted file mode 100644 index 87a0b474..00000000 --- a/icons/pexels.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-pexels { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 14px; - border: 2px solid; - border-right: 0 -} - -.gg-pexels::after, -.gg-pexels::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-pexels::before { - width: 5px; - height: 10px; - border: 2px solid; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - border-left: 0; - right: -5px; - top: -2px -} - -.gg-pexels::after { - background: currentColor; - width: 2px; - height: 6px; - bottom: -2px; - right: -1px -} \ No newline at end of file diff --git a/icons/photoscan.css b/icons/photoscan.css deleted file mode 100644 index b5e8f16c..00000000 --- a/icons/photoscan.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-photoscan { - box-sizing: border-box; - display: block; - position: relative; - transform: scale(var(--ggs,1)); - border-radius: 2px; - width: 14px; - height: 18px; - border: 2px solid; - border-bottom: 4px solid -} - -.gg-photoscan::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - width: 4px; - height: 4px; - border-radius: 20px; - box-shadow: 0 0 0 2px,inset 0 0 0 2px; - border: 1px solid transparent -} \ No newline at end of file diff --git a/icons/piano.css b/icons/piano.css deleted file mode 100644 index 480768a5..00000000 --- a/icons/piano.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-piano { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 23px; - height: 18px; - border: 2px solid; - border-radius: 2px -} - -.gg-piano::after, -.gg-piano::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - background: currentColor; - box-shadow: - 5px 0 0, - 10px 0 0 -} - -.gg-piano::before { - top: -2px; - width: 3px; - left: 3px -} - -.gg-piano::after { - width: 1px; - bottom: -2px; - left: 4px -} \ No newline at end of file diff --git a/icons/pill.css b/icons/pill.css deleted file mode 100644 index 6f11f7a3..00000000 --- a/icons/pill.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-pill, -.gg-pill::after { - display: block; - box-sizing: border-box; - width: 12px -} - -.gg-pill { - border-top-left-radius: 140px; - border-top-right-radius: 140px; - border: 2px solid; - transform: rotate(45deg) scale(var(--ggs,1)); - position: relative; - height: 14px -} - -.gg-pill::after { - content: ""; - position: absolute; - height: 12px; - background: currentColor; - left: -2px; - bottom: -12px; - border-bottom-left-radius: 140px; - border-bottom-right-radius: 140px -} \ No newline at end of file diff --git a/icons/pin-alt.css b/icons/pin-alt.css deleted file mode 100644 index 361975de..00000000 --- a/icons/pin-alt.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-pin-alt { - box-sizing: border-box; - position: relative; - display: block; - width: 2px; - height: 8px; - border-radius: 3px; - transform: scale(var(--ggs,1)); - background: currentColor -} - -.gg-pin-alt::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - border: 6px double; - border-radius: 100px; - top: -10px; - left: -5px -} \ No newline at end of file diff --git a/icons/pin-bottom.css b/icons/pin-bottom.css deleted file mode 100644 index e3922a1d..00000000 --- a/icons/pin-bottom.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-pin-bottom { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 8px; - background: currentColor -} - -.gg-pin-bottom::after, -.gg-pin-bottom::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-pin-bottom::after { - background: currentColor; - bottom: -2px; - border-radius: 3px; - width: 10px; - height: 2px; - left: -4px -} - -.gg-pin-bottom::before { - width: 8px; - height: 8px; - border: 6px double; - border-radius: 100px; - top: -10px; - left: -5px -} \ No newline at end of file diff --git a/icons/pin-top.css b/icons/pin-top.css deleted file mode 100644 index 89924ab8..00000000 --- a/icons/pin-top.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-pin-top { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 8px; - background: currentColor; - margin-top: -8px -} - -.gg-pin-top::after, -.gg-pin-top::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-pin-top::after { - background: currentColor; - top: -2px; - border-radius: 3px; - width: 10px; - height: 2px; - left: -4px -} - -.gg-pin-top::before { - width: 8px; - height: 8px; - border: 6px double; - border-radius: 100px; - bottom: -10px; - left: -5px -} \ No newline at end of file diff --git a/icons/pin.css b/icons/pin.css deleted file mode 100644 index 01ec191c..00000000 --- a/icons/pin.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-pin { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-radius: 100% 100% 0 100%; - box-shadow: inset 0 0 0 2px; - margin-top: -4px -} - -.gg-pin::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 2px solid; - top: 5px; - left: 5px; - border-radius: 40px -} \ No newline at end of file diff --git a/icons/play-backwards.css b/icons/play-backwards.css deleted file mode 100644 index d04a09cb..00000000 --- a/icons/play-backwards.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-play-backwards { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 3px; - height: 10px; - background: currentColor -} - -.gg-play-backwards::after, -.gg-play-backwards::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-right: 6px solid; - right: -7px -} - -.gg-play-backwards::before { - right: -14px -} \ No newline at end of file diff --git a/icons/play-forwards.css b/icons/play-forwards.css deleted file mode 100644 index 1b4d179e..00000000 --- a/icons/play-forwards.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-play-forwards { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 3px; - height: 10px; - background: currentColor -} - -.gg-play-forwards::after, -.gg-play-forwards::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 6px solid; - left: -7px -} - -.gg-play-forwards::before { - left: -14px -} \ No newline at end of file diff --git a/icons/play-list-add.css b/icons/play-list-add.css deleted file mode 100644 index 8be0eea3..00000000 --- a/icons/play-list-add.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-play-list-add { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: - inset 0 -2px 0, - -2px 4px 0 -2px, - 0 -2px 0 0 -} - -.gg-play-list-add::after, -.gg-play-list-add::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - top: 6px; - right: -8px -} - -.gg-play-list-add::before { - width: 2px; - height: 10px; - top: 2px; - right: -4px -} \ No newline at end of file diff --git a/icons/play-list-check.css b/icons/play-list-check.css deleted file mode 100644 index cd763012..00000000 --- a/icons/play-list-check.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-play-list-check { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: - inset 0 -2px 0, - -2px 4px 0 -2px, - 0 -2px 0 0 -} - -.gg-play-list-check::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - height: 8px; - border-right: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 2px; - right: -4px -} \ No newline at end of file diff --git a/icons/play-list-remove.css b/icons/play-list-remove.css deleted file mode 100644 index 484d9944..00000000 --- a/icons/play-list-remove.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-play-list-remove { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: - inset 0 -2px 0, - -2px 4px 0 -2px, - 0 -2px 0 0 -} - -.gg-play-list-remove::after, -.gg-play-list-remove::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - top: 8px; - right: -4px -} - -.gg-play-list-remove::before { - width: 2px; - height: 8px; - top: 5px; - right: -1px -} \ No newline at end of file diff --git a/icons/play-list.css b/icons/play-list.css deleted file mode 100644 index 218573af..00000000 --- a/icons/play-list.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-play-list { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: - inset 0 -2px 0, - -2px 4px 0 -2px, - 0 -2px 0 0 -} - -.gg-play-list::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - top: 6px; - right: -3px -} \ No newline at end of file diff --git a/icons/play-pause-o.css b/icons/play-pause-o.css deleted file mode 100644 index c8d4df7b..00000000 --- a/icons/play-pause-o.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-play-pause-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 22px -} - -.gg-play-pause-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - top: 6px; - border-left: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/play-pause-r.css b/icons/play-pause-r.css deleted file mode 100644 index d86b29a1..00000000 --- a/icons/play-pause-r.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-play-pause-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-play-pause-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - top: 6px; - border-left: 2px solid; - border-right: 2px solid -} \ No newline at end of file diff --git a/icons/play-pause.css b/icons/play-pause.css deleted file mode 100644 index a6bd9841..00000000 --- a/icons/play-pause.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-play-pause { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 10px; - border-left: 3px solid; - border-right: 3px solid -} \ No newline at end of file diff --git a/icons/play-stop-o.css b/icons/play-stop-o.css deleted file mode 100644 index 8ced9d29..00000000 --- a/icons/play-stop-o.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-play-stop-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px -} - -.gg-play-stop-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: currentColor -} \ No newline at end of file diff --git a/icons/play-stop-r.css b/icons/play-stop-r.css deleted file mode 100644 index 7cd0e2d2..00000000 --- a/icons/play-stop-r.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-play-stop-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-play-stop-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: currentColor -} \ No newline at end of file diff --git a/icons/play-stop.css b/icons/play-stop.css deleted file mode 100644 index 8aa69c66..00000000 --- a/icons/play-stop.css +++ /dev/null @@ -1,9 +0,0 @@ -.gg-play-stop { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - background: currentColor -} \ No newline at end of file diff --git a/icons/play-track-next-o.css b/icons/play-track-next-o.css deleted file mode 100644 index 66a717df..00000000 --- a/icons/play-track-next-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-play-track-next-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px -} - -.gg-play-track-next-o::after, -.gg-play-track-next-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px -} - -.gg-play-track-next-o::before { - width: 2px; - border-radius: 2px; - left: 11px; - background: currentColor -} - -.gg-play-track-next-o::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 5px solid; - left: 5px -} \ No newline at end of file diff --git a/icons/play-track-next-r.css b/icons/play-track-next-r.css deleted file mode 100644 index 968184f6..00000000 --- a/icons/play-track-next-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-play-track-next-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-play-track-next-r::after, -.gg-play-track-next-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px -} - -.gg-play-track-next-r::before { - width: 2px; - border-radius: 2px; - left: 11px; - background: currentColor -} - -.gg-play-track-next-r::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 5px solid; - left: 5px -} \ No newline at end of file diff --git a/icons/play-track-next.css b/icons/play-track-next.css deleted file mode 100644 index b0d26158..00000000 --- a/icons/play-track-next.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-play-track-next { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 3px; - height: 10px; - background: currentColor -} - -.gg-play-track-next::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 6px solid; - left: -7px -} \ No newline at end of file diff --git a/icons/play-track-prev-o.css b/icons/play-track-prev-o.css deleted file mode 100644 index c764311f..00000000 --- a/icons/play-track-prev-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-play-track-prev-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px -} - -.gg-play-track-prev-o::after, -.gg-play-track-prev-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px -} - -.gg-play-track-prev-o::before { - width: 2px; - border-radius: 2px; - right: 11px; - background: currentColor -} - -.gg-play-track-prev-o::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 5px solid; - right: 5px -} \ No newline at end of file diff --git a/icons/play-track-prev-r.css b/icons/play-track-prev-r.css deleted file mode 100644 index 3fcd2cae..00000000 --- a/icons/play-track-prev-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-play-track-prev-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-play-track-prev-r::after, -.gg-play-track-prev-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px -} - -.gg-play-track-prev-r::before { - width: 2px; - border-radius: 2px; - right: 11px; - background: currentColor -} - -.gg-play-track-prev-r::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 5px solid; - right: 5px -} \ No newline at end of file diff --git a/icons/play-track-prev.css b/icons/play-track-prev.css deleted file mode 100644 index 9e32e8e2..00000000 --- a/icons/play-track-prev.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-play-track-prev { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 3px; - height: 10px; - background: currentColor -} - -.gg-play-track-prev::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-right: 6px solid; - right: -7px -} \ No newline at end of file diff --git a/icons/pocket.css b/icons/pocket.css deleted file mode 100644 index 00288091..00000000 --- a/icons/pocket.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-pocket { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 6px; - border-bottom-left-radius: 22px; - border-bottom-right-radius: 22px -} - -.gg-pocket::after, -.gg-pocket::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 22px; - width: 8px; - height: 2px; - background: currentColor; - bottom: 7px -} - -.gg-pocket::before { - transform: rotate(-48deg); - right: 3px -} - -.gg-pocket::after { - transform: rotate(48deg); - left: 3px -} \ No newline at end of file diff --git a/icons/pokemon.css b/icons/pokemon.css deleted file mode 100644 index 0f6834cb..00000000 --- a/icons/pokemon.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-pokemon { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 5px solid transparent; - box-shadow: - 0 0 0 2px, - inset 0 0 0 2px; - border-radius: 100% -} - -.gg-pokemon::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 20px; - height: 2px; - border-left: 8px solid; - border-right: 8px solid; - left: -6px; - top: 3px -} \ No newline at end of file diff --git a/icons/polaroid.css b/icons/polaroid.css deleted file mode 100644 index 1c7858e7..00000000 --- a/icons/polaroid.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-polaroid { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 20px; - border: 2px solid; - border-radius: 2px; - box-shadow: inset 0 -5px 0 -} \ No newline at end of file diff --git a/icons/poll.css b/icons/poll.css deleted file mode 100644 index 86f5c9de..00000000 --- a/icons/poll.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-poll { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 3px solid transparent; - border-top: 6px solid transparent; - box-shadow: 0 0 0 2px,inset 2px 0 0; - border-radius: 1px -} - -.gg-poll::after,.gg-poll::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 10px; - background: currentColor; - top: -3px; - left: 4px -} - -.gg-poll::after { - height: 4px; - top: 3px; - left: 8px -} \ No newline at end of file diff --git a/icons/printer.css b/icons/printer.css deleted file mode 100644 index 0d909d19..00000000 --- a/icons/printer.css +++ /dev/null @@ -1,46 +0,0 @@ -.gg-printer { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 0 10px/6px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 14px 10px/6px 2px, - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 4px 4px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px; - border: 2px solid transparent; - border-bottom: 0; - box-shadow: - inset 0 2px 0, - inset 2px 2px 0, - inset -2px 2px 0, - inset -2px 2px 0 -} - -.gg-printer::after, -.gg-printer::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - border: 2px solid; - left: 4px -} - -.gg-printer::before { - height: 6px; - top: -4px -} - -.gg-printer::after { - height: 8px; - top: 8px -} \ No newline at end of file diff --git a/icons/product-hunt.css b/icons/product-hunt.css deleted file mode 100644 index 4bcdccea..00000000 --- a/icons/product-hunt.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-product-hunt { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px -} - -.gg-product-hunt::after, -.gg-product-hunt::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px -} - -.gg-product-hunt::before { - border: 2px solid; - border-left: 0; - border-top-right-radius: 40px; - border-bottom-right-radius: 40px; - width: 6px; - height: 6px; - left: 5px -} - -.gg-product-hunt::after { - width: 2px; - height: 8px; - background: currentColor; - left: 4px -} \ No newline at end of file diff --git a/icons/profile.css b/icons/profile.css deleted file mode 100644 index ce88385d..00000000 --- a/icons/profile.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-profile, -.gg-profile::after, -.gg-profile::before { - display: block; - box-sizing: border-box; - border: 2px solid; - border-radius: 100px -} - -.gg-profile { - overflow: hidden; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - position: relative -} - -.gg-profile::after, -.gg-profile::before { - content: ""; - position: absolute; - top: 2px; - left: 5px; - width: 8px; - height: 8px -} - -.gg-profile::after { - border-radius: 200px; - top: 12px; - left: -2px; - width: 22px; - height: 22px -} \ No newline at end of file diff --git a/icons/pull-clear.css b/icons/pull-clear.css deleted file mode 100644 index 8747e4fb..00000000 --- a/icons/pull-clear.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-pull-clear { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 12px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px -} - -.gg-pull-clear::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - bottom: 2px; - left: 2px; - background: currentColor; - box-shadow: 0 -4px 0 0 -} \ No newline at end of file diff --git a/icons/push-chevron-down-o.css b/icons/push-chevron-down-o.css deleted file mode 100644 index 5b3b40c9..00000000 --- a/icons/push-chevron-down-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-down-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-push-chevron-down-o::after, -.gg-push-chevron-down-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid -} - -.gg-push-chevron-down-o::before { - bottom: 5px; - width: 8px; - height: 2px; - left: 5px -} - -.gg-push-chevron-down-o::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px -} \ No newline at end of file diff --git a/icons/push-chevron-down-r.css b/icons/push-chevron-down-r.css deleted file mode 100644 index 8ecf7ac3..00000000 --- a/icons/push-chevron-down-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-down-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-push-chevron-down-r::after, -.gg-push-chevron-down-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid -} - -.gg-push-chevron-down-r::before { - bottom: 5px; - width: 8px; - height: 2px; - left: 5px -} - -.gg-push-chevron-down-r::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px -} \ No newline at end of file diff --git a/icons/push-chevron-down.css b/icons/push-chevron-down.css deleted file mode 100644 index 657db56d..00000000 --- a/icons/push-chevron-down.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-push-chevron-down::after, -.gg-push-chevron-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid -} - -.gg-push-chevron-down::before { - bottom: 0; - width: 14px; - height: 2px; - left: 2px -} - -.gg-push-chevron-down::after { - width: 10px; - height: 10px; - border-right: 2px solid; - transform: rotate(45deg); - left: 4px; - top: 2px -} \ No newline at end of file diff --git a/icons/push-chevron-left-o.css b/icons/push-chevron-left-o.css deleted file mode 100644 index 54f8f96d..00000000 --- a/icons/push-chevron-left-o.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-left-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-push-chevron-left-o::after, -.gg-push-chevron-left-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-left: 2px solid; - top: 5px; - left: 5px -} - -.gg-push-chevron-left-o::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 9px; - top: 6px -} \ No newline at end of file diff --git a/icons/push-chevron-left-r.css b/icons/push-chevron-left-r.css deleted file mode 100644 index 594cc704..00000000 --- a/icons/push-chevron-left-r.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-left-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-push-chevron-left-r::after, -.gg-push-chevron-left-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-left: 2px solid; - top: 5px; - left: 5px -} - -.gg-push-chevron-left-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 9px; - top: 6px -} \ No newline at end of file diff --git a/icons/push-chevron-left.css b/icons/push-chevron-left.css deleted file mode 100644 index 12fd4e14..00000000 --- a/icons/push-chevron-left.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-push-chevron-left::after, -.gg-push-chevron-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - border-left: 2px solid; - top: 2px; - left: 0 -} - -.gg-push-chevron-left::after { - width: 10px; - height: 10px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 4px -} \ No newline at end of file diff --git a/icons/push-chevron-right-o.css b/icons/push-chevron-right-o.css deleted file mode 100644 index 1e368c64..00000000 --- a/icons/push-chevron-right-o.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-right-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-push-chevron-right-o::after, -.gg-push-chevron-right-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-right: 2px solid; - top: 5px; - right: 5px -} - -.gg-push-chevron-right-o::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 9px; - top: 6px -} \ No newline at end of file diff --git a/icons/push-chevron-right-r.css b/icons/push-chevron-right-r.css deleted file mode 100644 index 4951f49f..00000000 --- a/icons/push-chevron-right-r.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-right-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-push-chevron-right-r::after, -.gg-push-chevron-right-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-right: 2px solid; - top: 5px; - right: 5px -} - -.gg-push-chevron-right-r::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 9px; - top: 6px -} \ No newline at end of file diff --git a/icons/push-chevron-right.css b/icons/push-chevron-right.css deleted file mode 100644 index 20f63e36..00000000 --- a/icons/push-chevron-right.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-push-chevron-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-push-chevron-right::after, -.gg-push-chevron-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - border-right: 2px solid; - top: 2px; - right: 0 -} - -.gg-push-chevron-right::after { - width: 10px; - height: 10px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 6px; - top: 4px -} \ No newline at end of file diff --git a/icons/push-chevron-up-o.css b/icons/push-chevron-up-o.css deleted file mode 100644 index 6e311fdd..00000000 --- a/icons/push-chevron-up-o.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-up-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px -} - -.gg-push-chevron-up-o::after, -.gg-push-chevron-up-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid -} - -.gg-push-chevron-up-o::before { - top: 5px; - width: 8px; - height: 2px; - left: 5px -} - -.gg-push-chevron-up-o::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 3px -} \ No newline at end of file diff --git a/icons/push-chevron-up-r.css b/icons/push-chevron-up-r.css deleted file mode 100644 index 23aba6c2..00000000 --- a/icons/push-chevron-up-r.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-up-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-push-chevron-up-r::after, -.gg-push-chevron-up-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid -} - -.gg-push-chevron-up-r::before { - top: 5px; - width: 8px; - height: 2px; - left: 5px -} - -.gg-push-chevron-up-r::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 3px -} \ No newline at end of file diff --git a/icons/push-chevron-up.css b/icons/push-chevron-up.css deleted file mode 100644 index a63da742..00000000 --- a/icons/push-chevron-up.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-push-chevron-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px -} - -.gg-push-chevron-up::after, -.gg-push-chevron-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid -} - -.gg-push-chevron-up::before { - top: 0; - width: 14px; - height: 2px; - left: 2px -} - -.gg-push-chevron-up::after { - width: 10px; - height: 10px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 4px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/push-down.css b/icons/push-down.css deleted file mode 100644 index c9108222..00000000 --- a/icons/push-down.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-push-down { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 16px; - background: currentColor; -} - -.gg-push-down::after, -.gg-push-down::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - border-bottom: 2px solid; - bottom: -5px; - left: -5px -} - -.gg-push-down::after { - width: 8px; - height: 8px; - border-right: 2px solid; - transform: rotate(45deg); - left: -3px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/push-left.css b/icons/push-left.css deleted file mode 100644 index 3b4ccd48..00000000 --- a/icons/push-left.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-push-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px; - background: currentColor; -} - -.gg-push-left::after, -.gg-push-left::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - border-left: 2px solid; - left: -5px; - top: -5px -} - -.gg-push-left::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: rotate(45deg); - top: -3px; - left: 0 -} \ No newline at end of file diff --git a/icons/push-right.css b/icons/push-right.css deleted file mode 100644 index e8d2202a..00000000 --- a/icons/push-right.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-push-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 2px; - background: currentColor; -} - -.gg-push-right::after, -.gg-push-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - border-right: 2px solid; - right: -5px; - top: -5px -} - -.gg-push-right::after { - width: 8px; - height: 8px; - border-top: 2px solid; - transform: rotate(45deg); - top: -3px; - right: 0 -} \ No newline at end of file diff --git a/icons/push-up.css b/icons/push-up.css deleted file mode 100644 index 6b657cec..00000000 --- a/icons/push-up.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-push-up { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 2px; - height: 16px; - background: currentColor; -} - -.gg-push-up::after, -.gg-push-up::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - border-top: 2px solid; - top: -5px; - left: -5px -} - -.gg-push-up::after { - width: 8px; - height: 8px; - border-left: 2px solid; - transform: rotate(45deg); - left: -3px; - top: 0 -} \ No newline at end of file diff --git a/icons/qr.css b/icons/qr.css deleted file mode 100644 index 12ceff9b..00000000 --- a/icons/qr.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-qr { - transform: scale(var(--ggs,1)) -} - -.gg-qr, -.gg-qr::after { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - box-shadow: - -6px -6px 0 -4px, - 6px 6px 0 -4px, - 6px -6px 0 -4px, - -6px 6px 0 -4px -} - -.gg-qr::after { - content: ""; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - box-shadow: - 0 6px 0, - 6px 6px 0, - 6px 0 0; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/quote-o.css b/icons/quote-o.css deleted file mode 100644 index d8e8003d..00000000 --- a/icons/quote-o.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-quote-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 18px; - border: 2px solid; - border-radius: 2px -} - -.gg-quote-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 6px; - border-left: 3px solid; - border-right: 3px solid; - left: 4px; - top: 4px; - transform: skewX(-20deg) -} \ No newline at end of file diff --git a/icons/quote.css b/icons/quote.css deleted file mode 100644 index adcdbbde..00000000 --- a/icons/quote.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-quote { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 18px; - border: 2px solid transparent; - border-radius: 2px -} - -.gg-quote::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 6px; - border-left: 3px solid; - border-right: 3px solid; - left: 4px; - top: 4px; - transform: skewX(-20deg) -} \ No newline at end of file diff --git a/icons/radio-check.css b/icons/radio-check.css deleted file mode 100644 index a8c2f61b..00000000 --- a/icons/radio-check.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-radio-check { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px -} \ No newline at end of file diff --git a/icons/radio-checked.css b/icons/radio-checked.css deleted file mode 100644 index 09308381..00000000 --- a/icons/radio-checked.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-radio-checked, -.gg-radio-checked::after { - display: block; - box-sizing: border-box; - border-radius: 100px -} - -.gg-radio-checked { - border: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px -} - -.gg-radio-checked::after { - content: ""; - position: absolute; - width: 8px; - height: 8px; - background: currentColor; - top: 4px; - left: 4px -} \ No newline at end of file diff --git a/icons/ratio.css b/icons/ratio.css deleted file mode 100644 index 031e0049..00000000 --- a/icons/ratio.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-ratio { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 20px; - border: 2px solid; - border-radius: 4px -} - -.gg-ratio::after, -.gg-ratio::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px -} - -.gg-ratio::before { - border-bottom: 2px solid; - border-right: 2px solid; - top: 8px; - left: 12px -} - -.gg-ratio::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/read.css b/icons/read.css deleted file mode 100644 index 806bef71..00000000 --- a/icons/read.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-read, -.gg-read::after, -.gg-read::before { - display: block; - box-sizing: border-box; - border: 2px solid -} - -.gg-read { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom-color: transparent; - margin-left: -1px; - position: relative; - transform: scale(var(--ggs,1)); - width: 6px; - height: 5px; - border-radius: 50px -} - -.gg-read::after, -.gg-read::before { - content: ""; - position: absolute; - width: 10px; - height: 10px; - border-radius: 10px; - left: -10px; - top: -5px; - box-shadow: - -6px 0 0 -4px currentColor -} - -.gg-read::after { - left: 2px; - box-shadow: - 6px 0 0 -4px currentColor -} \ No newline at end of file diff --git a/icons/readme.css b/icons/readme.css deleted file mode 100644 index 72dc2608..00000000 --- a/icons/readme.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-readme { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 2px; - height: 17px; - border-bottom: 4px solid; - border-radius: 4px -} - -.gg-readme::after, -.gg-readme::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - width: 8px; - height: 12px; - box-shadow: 0 0 0 2px; - border-radius: 1px; - bottom: -1px; - background: - linear-gradient(currentColor 4px,transparent 0) - no-repeat center 5px/4px 2px, - linear-gradient(currentColor 4px,transparent 0) - no-repeat center 2px/4px 2px, - linear-gradient(currentColor 4px,transparent 0) - no-repeat center 8px/4px 2px -} - -.gg-readme::before { - border-top-right-radius: 3px; - left: -8px -} - -.gg-readme::after { - border-top-left-radius: 3px; - right: -8px -} \ No newline at end of file diff --git a/icons/redo.css b/icons/redo.css deleted file mode 100644 index f094b961..00000000 --- a/icons/redo.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-redo { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - border: 2px solid; - border-right-color: transparent; - border-radius: 100px -} - -.gg-redo::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - top: -3px; - right: -1px; - transform: rotate(68deg) -} \ No newline at end of file diff --git a/icons/remote.css b/icons/remote.css deleted file mode 100644 index 1d197e2b..00000000 --- a/icons/remote.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-remote { - transform: scale(var(--ggs,1)) -} - -.gg-remote, -.gg-remote::after, -.gg-remote::before { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px -} - -.gg-remote::after, -.gg-remote::before { - content: ""; - position: absolute; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg) scaleY(1) -} - -.gg-remote::before { - left: 5px; - top: -2px -} - -.gg-remote::after { - transform: rotate(-45deg) scaleX(-1); - left: -5px; - top: 2px -} \ No newline at end of file diff --git a/icons/remove-r.css b/icons/remove-r.css deleted file mode 100644 index f906d82e..00000000 --- a/icons/remove-r.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-remove-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px -} - -.gg-remove-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px -} \ No newline at end of file diff --git a/icons/remove.css b/icons/remove.css deleted file mode 100644 index 3527fd39..00000000 --- a/icons/remove.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-remove { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 22px -} - -.gg-remove::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px -} \ No newline at end of file diff --git a/icons/reorder.css b/icons/reorder.css deleted file mode 100644 index 6ce20b3f..00000000 --- a/icons/reorder.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-reorder { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 2px; - border-radius: 3px; - background: currentColor -} - -.gg-reorder::after, -.gg-reorder::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px -} - -.gg-reorder::before { - border: 2px solid; - width: 6px; - height: 6px; - left: 12px; - top: -2px -} - -.gg-reorder::after { - top: -4px; - left: 0; - width: 10px; - height: 2px; - opacity: .5; - background: currentColor; - box-shadow: - 0 8px 0 0, - 0 12px 0 0, - 0 16px 0 0 -} \ No newline at end of file diff --git a/icons/repeat.css b/icons/repeat.css deleted file mode 100644 index c81e020a..00000000 --- a/icons/repeat.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-repeat { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - box-shadow: - -2px -2px 0 0, - 2px 2px 0 0; - width: 14px; - height: 6px -} - -.gg-repeat::after, -.gg-repeat::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} - -.gg-repeat::before { - border-left: 5px solid; - top: -4px; - right: 0 -} - -.gg-repeat::after { - border-right: 5px solid; - bottom: -4px; - left: 0 -} \ No newline at end of file diff --git a/icons/ring.css b/icons/ring.css deleted file mode 100644 index 13c0f8f4..00000000 --- a/icons/ring.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-ring { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px -} - -.gg-ring::after, -.gg-ring::before { - content: ""; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box -} - -.gg-ring::before { - border-top-right-radius: 100px; - transform: rotate(-45deg); - width: 8px; - height: 8px; - left: 6px; - top: -1px -} - -.gg-ring::after { - width: 18px; - height: 18px; - border-radius: 100px; - border-top-color: transparent; - left: 1px; - top: 2px -} \ No newline at end of file diff --git a/icons/row-first.css b/icons/row-first.css deleted file mode 100644 index 336d4ab8..00000000 --- a/icons/row-first.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-row-first { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 10px -} - -.gg-row-first::after, -.gg-row-first::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor -} - -.gg-row-first::before { - width: 10px; - top: 4px; - opacity: .5; - box-shadow: 0 4px 0 -} - -.gg-row-first::after { - width: 14px -} \ No newline at end of file diff --git a/icons/row-last.css b/icons/row-last.css deleted file mode 100644 index 7cb9808b..00000000 --- a/icons/row-last.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-row-last { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 10px -} - -.gg-row-last::after, -.gg-row-last::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor -} - -.gg-row-last::before { - width: 10px; - opacity: .5; - box-shadow: 0 4px 0 -} - -.gg-row-last::after { - width: 14px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/ruler.css b/icons/ruler.css deleted file mode 100644 index 394e3ab6..00000000 --- a/icons/ruler.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-ruler { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 13px; - border: 2px solid; - border-radius: 3px -} - -.gg-ruler::after, -.gg-ruler::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 5px; - background: currentColor; - left: 7px; - top: -1px; - box-shadow: 8px 0 0 -} - -.gg-ruler::before { - height: 7px; - left: 3px -} \ No newline at end of file diff --git a/icons/sand-clock.css b/icons/sand-clock.css deleted file mode 100644 index f907f0e5..00000000 --- a/icons/sand-clock.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-sand-clock { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 20px; - border-top: 2px solid; - border-bottom: 2px solid -} - -.gg-sand-clock::after, -.gg-sand-clock::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-sand-clock::before { - border-top-left-radius: 14px; - border-top-right-radius: 14px; - bottom: -2px; - width: 10px; - height: 10px; - border: 2px solid; - left: 1px -} - -.gg-sand-clock::after { - width: 6px; - height: 6px; - border: 2px solid transparent; - border-bottom-left-radius: 14px; - border-bottom-right-radius: 14px; - top: 0; - left: 3px; - box-shadow: - 0 0 0 2px, - inset 2px 0 0 -} \ No newline at end of file diff --git a/icons/screen-mirror.css b/icons/screen-mirror.css deleted file mode 100644 index 126afffe..00000000 --- a/icons/screen-mirror.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-screen-mirror { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 10px; - border: 2px solid; - border-bottom: 0 -} - -.gg-screen-mirror::after, -.gg-screen-mirror::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-screen-mirror::after { - border-bottom: 5px solid; - width: 0; - height: 0; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - bottom: -2px; - left: 3px -} - -.gg-screen-mirror::before { - width: 18px; - height: 2px; - left: -2px; - bottom: 0; - border-left: 5px solid; - border-right: 5px solid -} \ No newline at end of file diff --git a/icons/screen-shot.css b/icons/screen-shot.css deleted file mode 100644 index 29737ca4..00000000 --- a/icons/screen-shot.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-screen-shot { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 1px -} - -.gg-screen-shot::after, -.gg-screen-shot::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px -} - -.gg-screen-shot::before { - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 2px; - right: 2px -} - -.gg-screen-shot::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/screen-wide.css b/icons/screen-wide.css deleted file mode 100644 index 03d2afe9..00000000 --- a/icons/screen-wide.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-screen-wide { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 11px; - border: 2px solid; - border-radius: 3px; - margin-top: -4px -} - -.gg-screen-wide::after, -.gg-screen-wide::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 2px; - background: currentColor; - top: 10px; - left: 6px -} - -.gg-screen-wide::before { - width: 2px; - height: 4px; - top: 8px; - left: 9px -} \ No newline at end of file diff --git a/icons/screen.css b/icons/screen.css deleted file mode 100644 index 01845c38..00000000 --- a/icons/screen.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-screen { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 14px; - border: 2px solid; - border-radius: 3px; - margin-top: -4px -} - -.gg-screen::after, -.gg-screen::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - top: 14px; - left: 4px -} - -.gg-screen::before { - width: 2px; - height: 6px; - top: 10px; - left: 8px -} \ No newline at end of file diff --git a/icons/search.css b/icons/search.css deleted file mode 100644 index 47ffb8f1..00000000 --- a/icons/search.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-search { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - margin-left: -4px; - margin-top: -4px -} - -.gg-search::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 8px; - background: currentColor; - transform: rotate(-45deg); - top: 10px; - left: 12px -} \ No newline at end of file diff --git a/icons/select-o.css b/icons/select-o.css deleted file mode 100644 index 89d4a5d8..00000000 --- a/icons/select-o.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-select-o { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px; -} - -.gg-select-o::after, -.gg-select-o::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - transform: rotate(-45deg) -} - -.gg-select-o::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px -} - -.gg-select-o::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px -} \ No newline at end of file diff --git a/icons/select-r.css b/icons/select-r.css deleted file mode 100644 index f699a8ab..00000000 --- a/icons/select-r.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-select-r { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; -} - -.gg-select-r::after, -.gg-select-r::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - transform: rotate(-45deg) -} - -.gg-select-r::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px -} - -.gg-select-r::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px -} \ No newline at end of file diff --git a/icons/select.css b/icons/select.css deleted file mode 100644 index 1af7276e..00000000 --- a/icons/select.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-select { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 22px -} - -.gg-select::after,.gg-select::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - left: 7px; - transform: rotate(-45deg) -} - -.gg-select::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px -} - -.gg-select::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px -} \ No newline at end of file diff --git a/icons/server.css b/icons/server.css deleted file mode 100644 index 4a2730ae..00000000 --- a/icons/server.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-server { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-server::after, -.gg-server::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor -} - -.gg-server::before { - top: 2px; - box-shadow: 0 4px 0; - border-radius: 3px; - width: 8px; - left: 2px -} - -.gg-server::after { - width: 2px; - border-radius: 10px; - left: 5px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/serverless.css b/icons/serverless.css deleted file mode 100644 index bd40c58b..00000000 --- a/icons/serverless.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-serverless { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 15px; - height: 13px; - overflow: hidden -} - -.gg-serverless::after, -.gg-serverless::before { - background: currentColor; - content: ""; - box-sizing: border-box; - position: absolute; - display: block; - height: 3px; - box-shadow: 0 5px 0,0 10px 0; - transform: skew(-20deg) -} - -.gg-serverless::before { - width: 8px; - left: -2px -} - -.gg-serverless::after { - width: 12px; - right: -5px -} \ No newline at end of file diff --git a/icons/shape-circle.css b/icons/shape-circle.css deleted file mode 100644 index 693752c7..00000000 --- a/icons/shape-circle.css +++ /dev/null @@ -1,10 +0,0 @@ -.gg-shape-circle { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 3px solid; - border-radius: 100px -} \ No newline at end of file diff --git a/icons/shape-half-circle.css b/icons/shape-half-circle.css deleted file mode 100644 index f1ac715f..00000000 --- a/icons/shape-half-circle.css +++ /dev/null @@ -1,12 +0,0 @@ -.gg-shape-half-circle { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 16px; - border: 3px solid; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0 -} \ No newline at end of file diff --git a/icons/shape-rhombus.css b/icons/shape-rhombus.css deleted file mode 100644 index 585db7d0..00000000 --- a/icons/shape-rhombus.css +++ /dev/null @@ -1,9 +0,0 @@ -.gg-shape-rhombus { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 14px; - height: 14px; - border: 3px solid -} \ No newline at end of file diff --git a/icons/shape-square.css b/icons/shape-square.css deleted file mode 100644 index 684b2d90..00000000 --- a/icons/shape-square.css +++ /dev/null @@ -1,9 +0,0 @@ -.gg-shape-square { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 3px solid -} \ No newline at end of file diff --git a/icons/shape-zigzag.css b/icons/shape-zigzag.css deleted file mode 100644 index e17ee7cb..00000000 --- a/icons/shape-zigzag.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-shape-zigzag, -.gg-shape-zigzag::after, -.gg-shape-zigzag::before { - display: block; - box-sizing: border-box; - width: 5px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid -} - -.gg-shape-zigzag { - margin-left: -18px; - transform: rotate(-49deg) scale(var(--ggs,1)); - position: relative -} - -.gg-shape-zigzag::after, -.gg-shape-zigzag::before { - content: ""; - position: absolute; - left: 2px; - top: 5px -} - -.gg-shape-zigzag::before { - left: 7px; - top: 10px -} \ No newline at end of file diff --git a/icons/share.css b/icons/share.css deleted file mode 100644 index 4da10388..00000000 --- a/icons/share.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-share { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 6px; - height: 6px; - background: currentColor; - border-radius: 100px; - box-shadow: - 10px -6px 0, - 10px 6px 0 -} - -.gg-share::after, -.gg-share::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: 2px -} - -.gg-share::before { - top: 0; - transform: rotate(-35deg) -} - -.gg-share::after { - bottom: 0; - transform: rotate(35deg) -} \ No newline at end of file diff --git a/icons/shield.css b/icons/shield.css deleted file mode 100644 index 3e53460a..00000000 --- a/icons/shield.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-shield { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 4px; - background: currentColor; - border-radius: 100px; - margin-top: -6px -} - -.gg-shield::after, -.gg-shield::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 16px; - border: 2px solid -} - -.gg-shield::before { - border-bottom-left-radius: 40px; - border-right: 0; - left: 0 -} - -.gg-shield::after { - border-bottom-right-radius: 40px; - border-left: 0; - right: 0 -} \ No newline at end of file diff --git a/icons/shopping-bag.css b/icons/shopping-bag.css deleted file mode 100644 index 9a359c26..00000000 --- a/icons/shopping-bag.css +++ /dev/null @@ -1,26 +0,0 @@ -.gg-shopping-bag { - transform: scale(var(--ggs,1)) -} - -.gg-shopping-bag, -.gg-shopping-bag::after { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-shopping-bag::after { - content: ""; - position: absolute; - width: 10px; - height: 6px; - border-bottom-left-radius: 120px; - border-bottom-right-radius: 120px; - border-top: 0; - top: 2px; - left: 3px -} \ No newline at end of file diff --git a/icons/shortcut.css b/icons/shortcut.css deleted file mode 100644 index 09aa204d..00000000 --- a/icons/shortcut.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-shortcut, -.gg-shortcut::after { - display: block; - box-sizing: border-box; - border-radius: 3px -} - -.gg-shortcut { - border: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px -} - -.gg-shortcut::after { - content: ""; - position: absolute; - width: 2px; - height: 12px; - background: currentColor; - left: 6px; - top: 1px; - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/shutterstock.css b/icons/shutterstock.css deleted file mode 100644 index 6636719c..00000000 --- a/icons/shutterstock.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-shutterstock { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 3px -} - -.gg-shutterstock::after, -.gg-shutterstock::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-radius: 1px -} - -.gg-shutterstock::before { - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 2px; - right: 2px -} - -.gg-shutterstock::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/sidebar-open.css b/icons/sidebar-open.css deleted file mode 100644 index a14c6a1a..00000000 --- a/icons/sidebar-open.css +++ /dev/null @@ -1,21 +0,0 @@ -.gg-sidebar-open { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 16px; - border: 2px solid -} - -.gg-sidebar-open::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 12px; - background: currentColor; - top: 0; - left: 0 -} \ No newline at end of file diff --git a/icons/sidebar-right.css b/icons/sidebar-right.css deleted file mode 100644 index a256c18b..00000000 --- a/icons/sidebar-right.css +++ /dev/null @@ -1,21 +0,0 @@ -.gg-sidebar-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 16px; - border-right: 2px solid -} - -.gg-sidebar-right::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 16px; - border: 2px solid; - top: 0; - right: 2px -} \ No newline at end of file diff --git a/icons/sidebar.css b/icons/sidebar.css deleted file mode 100644 index a43bf857..00000000 --- a/icons/sidebar.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-sidebar, -.gg-sidebar::before { - display: block; - box-sizing: border-box; - height: 16px -} - -.gg-sidebar { - border-left: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 18px -} - -.gg-sidebar::before { - content: ""; - position: absolute; - width: 14px; - border: 2px solid; - top: 0; - left: 2px -} \ No newline at end of file diff --git a/icons/signal.css b/icons/signal.css deleted file mode 100644 index 7ced502c..00000000 --- a/icons/signal.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-signal, -.gg-signal::after, -.gg-signal::before { - display: block; - box-sizing: border-box; - width: 2px; - border-radius: 4px; - background: currentColor -} - -.gg-signal { - position: relative; - transform: scale(var(--ggs,1)); - height: 8px -} - -.gg-signal::after, -.gg-signal::before { - content: ""; - position: absolute -} - -.gg-signal::before { - height: 12px; - left: 4px; - bottom: 0 -} - -.gg-signal::after { - height: 4px; - left: -4px; - bottom: 0 -} \ No newline at end of file diff --git a/icons/smartphone-chip.css b/icons/smartphone-chip.css deleted file mode 100644 index dfb6283f..00000000 --- a/icons/smartphone-chip.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-smartphone-chip { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 6px double; - border-radius: 3px -} - -.gg-smartphone-chip::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 2px; - left: -3px; - top: -9px; - background: currentColor; - box-shadow: - 4px 0 0, - 8px 0 0, - 0 20px 0, - 4px 20px 0, - -6px 6px 0, - 14px 6px 0, - 14px 10px 0, - 14px 14px 0, - -6px 10px 0, - -6px 14px 0, - 8px 20px 0 -} \ No newline at end of file diff --git a/icons/smartphone-ram.css b/icons/smartphone-ram.css deleted file mode 100644 index 025c7d63..00000000 --- a/icons/smartphone-ram.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-smartphone-ram { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 26px; - height: 14px; - border: 2px solid; - border-radius: 3px -} - -.gg-smartphone-ram::after, -.gg-smartphone-ram::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 16px 4px 0; - top: 2px; - left: 2px -} - -.gg-smartphone-ram::after { - box-shadow: 4px 0 0, 8px 0 0, - 12px 0 0, 16px 0 0, - 0 18px 0, 4px 18px 0, - 8px 18px 0, 12px 18px 0, - 16px 18px 0; - top: -5px -} \ No newline at end of file diff --git a/icons/smartphone-shake.css b/icons/smartphone-shake.css deleted file mode 100644 index 9ccdc19e..00000000 --- a/icons/smartphone-shake.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-smartphone-shake { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 4px 12px/2px 2px; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs,1)); - display: block; - width: 14px; - height: 20px; - border: 2px solid; - border-radius: 2px - } - - .gg-smartphone-shake::after, - .gg-smartphone-shake::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - width: 6px; - border: 2px solid transparent; - overflow: hidden; - box-shadow: 2px 0 0, - inset -2px 0 0; - top: 3px; - left: -12px - } - - .gg-smartphone-shake::after { - transform: scaleX(-1); - left: 16px - } \ No newline at end of file diff --git a/icons/smartphone.css b/icons/smartphone.css deleted file mode 100644 index e687d8ca..00000000 --- a/icons/smartphone.css +++ /dev/null @@ -1,14 +0,0 @@ -.gg-smartphone { - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 4px 12px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 20px; - border: 2px solid; - border-radius: 2px; - } \ No newline at end of file diff --git a/icons/smile-neutral.css b/icons/smile-neutral.css deleted file mode 100644 index be96bf9a..00000000 --- a/icons/smile-neutral.css +++ /dev/null @@ -1,34 +0,0 @@ -.gg-smile-neutral { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px -} - -.gg-smile-neutral::after, -.gg-smile-neutral::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor; - left: 4px -} - -.gg-smile-neutral::before { - box-shadow: 6px 0 0; - width: 2px; - border-radius: 10px; - top: 5px -} - -.gg-smile-neutral::after { - border-radius: 3px; - width: 8px; - top: 10px -} \ No newline at end of file diff --git a/icons/smile-sad.css b/icons/smile-sad.css deleted file mode 100644 index cbe52038..00000000 --- a/icons/smile-sad.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-smile-sad { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px -} - -.gg-smile-sad::after, -.gg-smile-sad::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-smile-sad::before { - background: currentColor; - box-shadow: 6px 0 0; - width: 2px; - height: 2px; - border-radius: 50%; - top: 5px -} - -.gg-smile-sad::after { - width: 8px; - height: 4px; - border-radius: 150px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - top: 9px; - transform: scaleY(-1) -} \ No newline at end of file diff --git a/icons/smile.css b/icons/smile.css deleted file mode 100644 index b2504996..00000000 --- a/icons/smile.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-smile { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px -} - -.gg-smile::after, -.gg-smile::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px -} - -.gg-smile::before { - background: currentColor; - box-shadow: 6px 0 0; - width: 2px; - height: 2px; - border-radius: 50%; - top: 5px -} - -.gg-smile::after { - width: 8px; - height: 4px; - border-radius: 150px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - top: 9px -} \ No newline at end of file diff --git a/icons/software-download.css b/icons/software-download.css deleted file mode 100644 index 381ba39e..00000000 --- a/icons/software-download.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-software-download { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 6px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - margin-top: 8px -} - -.gg-software-download::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(-45deg); - left: 2px; - bottom: 4px -} - -.gg-software-download::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 10px; - background: currentColor; - left: 5px; - bottom: 5px -} \ No newline at end of file diff --git a/icons/software-upload.css b/icons/software-upload.css deleted file mode 100644 index a41a5140..00000000 --- a/icons/software-upload.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-software-upload { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 6px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - margin-top: 8px -} - -.gg-software-upload::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - left: 2px; - bottom: 4px -} - -.gg-software-upload::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 10px; - background: currentColor; - left: 5px; - bottom: 3px -} \ No newline at end of file diff --git a/icons/sort-az.css b/icons/sort-az.css deleted file mode 100644 index 36453404..00000000 --- a/icons/sort-az.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-sort-az, -.gg-sort-az::after, -.gg-sort-az::before { - display: block; - box-sizing: border-box; - height: 2px; - border-radius: 4px; - background: currentColor -} - -.gg-sort-az { - position: relative; - transform: scale(var(--ggs,1)); - width: 8px -} - -.gg-sort-az::after, -.gg-sort-az::before { - content: ""; - position: absolute -} - -.gg-sort-az::before { - width: 12px; - top: -4px; - left: -2px -} - -.gg-sort-az::after { - width: 4px; - top: 4px; - left: 2px -} \ No newline at end of file diff --git a/icons/sort-za.css b/icons/sort-za.css deleted file mode 100644 index 4eb41c9f..00000000 --- a/icons/sort-za.css +++ /dev/null @@ -1,33 +0,0 @@ -.gg-sort-za, -.gg-sort-za::after, -.gg-sort-za::before { - display: block; - box-sizing: border-box; - height: 2px; - border-radius: 4px; - background: currentColor -} - -.gg-sort-za { - position: relative; - transform: scale(var(--ggs,1)); - width: 8px -} - -.gg-sort-za::after, -.gg-sort-za::before { - content: ""; - position: absolute -} - -.gg-sort-za::before { - width: 12px; - top: 4px; - left: -2px -} - -.gg-sort-za::after { - width: 4px; - top: -4px; - left: 2px -} \ No newline at end of file diff --git a/icons/spectrum.css b/icons/spectrum.css deleted file mode 100644 index d0ffb2c3..00000000 --- a/icons/spectrum.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-spectrum { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - overflow: hidden -} - -.gg-spectrum::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 30px; - height: 30px; - left: -15px; - bottom: -15px; - border: 8px solid; - border-radius: 18px -} \ No newline at end of file diff --git a/icons/spinner-alt.css b/icons/spinner-alt.css deleted file mode 100644 index 6f6ad286..00000000 --- a/icons/spinner-alt.css +++ /dev/null @@ -1,26 +0,0 @@ -@keyframes spinneralt { - 0% { transform: rotate(0deg) } - to { transform: rotate(359deg) } -} - -.gg-spinner-alt { - transform: scale(var(--ggs,1)) -} - -.gg-spinner-alt, -.gg-spinner-alt::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px -} - -.gg-spinner-alt::before { - content: ""; - position: absolute; - border-radius: 100px; - animation: spinneralt 1s cubic-bezier(.6,0,.4,1) infinite; - border: 3px solid transparent; - border-top-color: currentColor -} \ No newline at end of file diff --git a/icons/spinner.css b/icons/spinner.css deleted file mode 100644 index c82abfc4..00000000 --- a/icons/spinner.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-spinner { - transform: scale(var(--ggs,1)) -} - -.gg-spinner, -.gg-spinner::after, -.gg-spinner::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px -} - -.gg-spinner::after, -.gg-spinner::before { - content: ""; - position: absolute; - border-radius: 100px -} - -.gg-spinner::before { - animation: spinner 1s - cubic-bezier(.6,0,.4,1) infinite; - border: 3px solid transparent; - border-top-color: currentColor -} - -.gg-spinner::after { - border: 3px solid; - opacity: .2 -} - -@keyframes spinner { - 0% { transform: rotate(0deg) } - to { transform: rotate(359deg) } -} \ No newline at end of file diff --git a/icons/square.css b/icons/square.css deleted file mode 100644 index e3f81b3b..00000000 --- a/icons/square.css +++ /dev/null @@ -1,12 +0,0 @@ -.gg-square { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 12px; - border-radius: 1px; - border: 3px solid transparent; - box-shadow: 0 0 0 3px, - inset 0 0 0 3px -} \ No newline at end of file diff --git a/icons/stack.css b/icons/stack.css deleted file mode 100644 index 5983daaf..00000000 --- a/icons/stack.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-stack, -.gg-stack::after, -.gg-stack::before { - display: block; - box-sizing: border-box; - width: 14px; - height: 14px; - border: 2px solid -} - -.gg-stack { - margin-right: 8px; - margin-top: 8px; - transform: scale(var(--ggs,1)); - position: relative -} - -.gg-stack::after, -.gg-stack::before { - content: ""; - position: absolute; - border-left: 0; - border-bottom: 0; - right: -5px; - top: -5px -} - -.gg-stack::before { - right: -8px; - top: -8px -} \ No newline at end of file diff --git a/icons/stark.css b/icons/stark.css deleted file mode 100644 index 5b3c2ed2..00000000 --- a/icons/stark.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-stark { - background: currentColor; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 3px; - height: 16px -} - -.gg-stark::after, -.gg-stark::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 16px; - border: 3px solid -} - -.gg-stark::before { - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - border-top-color: transparent; - left: -7px; - bottom: 0 -} - -.gg-stark::after { - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - border-left: 0; - border-bottom-color: transparent; - right: -7px; - top: 0 -} \ No newline at end of file diff --git a/icons/stopwatch.css b/icons/stopwatch.css deleted file mode 100644 index 39efa6d1..00000000 --- a/icons/stopwatch.css +++ /dev/null @@ -1,28 +0,0 @@ -.gg-stopwatch { - background: - linear-gradient( - currentColor 7px,transparent 0) - no-repeat 6px 2px/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-radius: 100%; - border: 2px solid transparent; - box-shadow: 0 0 0 2px - } - - .gg-stopwatch::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - right: -4px; - top: -3px - } \ No newline at end of file diff --git a/icons/studio.css b/icons/studio.css deleted file mode 100644 index d6af6195..00000000 --- a/icons/studio.css +++ /dev/null @@ -1,21 +0,0 @@ -.gg-studio { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid -} - -.gg-studio::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - right: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/sun.css b/icons/sun.css deleted file mode 100644 index 636a51e1..00000000 --- a/icons/sun.css +++ /dev/null @@ -1,46 +0,0 @@ -.gg-sun { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 24px; - background: - linear-gradient( - currentColor 4px,transparent 0) - no-repeat 5px -6px/2px 6px, - linear-gradient( - currentColor 4px,transparent 0) - no-repeat 5px 14px/2px 6px, - linear-gradient( - currentColor 4px,transparent 0) - no-repeat -8px 5px/6px 2px, - linear-gradient( - currentColor 4px,transparent 0) - no-repeat 14px 5px/6px 2px; - border-radius: 100px; - box-shadow: inset 0 0 0 2px; - border: 6px solid transparent -} - -.gg-sun::after, -.gg-sun::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 24px; - height: 2px; - border-right: 4px solid; - border-left: 4px solid; - left: -6px; - top: 5px -} - -.gg-sun::before { - transform: rotate(-45deg) -} - -.gg-sun::after { - transform: rotate(45deg) -} \ No newline at end of file diff --git a/icons/support.css b/icons/support.css deleted file mode 100644 index 11338645..00000000 --- a/icons/support.css +++ /dev/null @@ -1,39 +0,0 @@ -.gg-support { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - transform: rotate(45deg) scale(var(--ggs,1)); - border: 5px solid transparent; - box-shadow: - 0 0 0 2px, - inset 0 0 0 2px; - border-radius: 40px -} - -.gg-support::after, -.gg-support::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-support::before { - border-left: 9px solid; - border-right: 9px solid; - width: 24px; - height: 2px; - left: -7px; - top: 4px -} - -.gg-support::after { - width: 2px; - height: 24px; - border-top: 9px solid; - border-bottom: 9px solid; - left: 4px; - top: -7px -} \ No newline at end of file diff --git a/icons/swap-vertical.css b/icons/swap-vertical.css deleted file mode 100644 index 6eab6fff..00000000 --- a/icons/swap-vertical.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-swap-vertical { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(90deg) scale(var(--ggs,1)); - box-shadow: - -2px 2px 0, - 2px -2px 0; - width: 6px; - height: 2px -} - -.gg-swap-vertical::after, -.gg-swap-vertical::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} - -.gg-swap-vertical::before { - border-left: 3px solid; - top: -4px; - right: -4px -} - -.gg-swap-vertical::after { - border-right: 3px solid; - bottom: -4px; - left: -4px -} \ No newline at end of file diff --git a/icons/swap.css b/icons/swap.css deleted file mode 100644 index dc2901f3..00000000 --- a/icons/swap.css +++ /dev/null @@ -1,35 +0,0 @@ -.gg-swap { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - box-shadow: - -2px 2px 0, - 2px -2px 0; - width: 6px; - height: 2px -} - -.gg-swap::after, -.gg-swap::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} - -.gg-swap::before { - border-left: 3px solid; - top: -4px; - right: -4px -} - -.gg-swap::after { - border-right: 3px solid; - bottom: -4px; - left: -4px -} \ No newline at end of file diff --git a/icons/sweden.css b/icons/sweden.css deleted file mode 100644 index d48099a8..00000000 --- a/icons/sweden.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-sweden { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 21px; - height: 16px -} - -.gg-sweden::after, -.gg-sweden::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - background: currentColor; - box-shadow: 0 8px 0; - top: 0 -} - -.gg-sweden::before { - left: 0; - width: 7px -} - -.gg-sweden::after { - width: 12px; - right: 0 -} \ No newline at end of file diff --git a/icons/swiss.css b/icons/swiss.css deleted file mode 100644 index 74c8aef6..00000000 --- a/icons/swiss.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-swiss { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 4px solid -} - -.gg-swiss::after, -.gg-swiss::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - height: 5px; - background: currentColor; - box-shadow: 0 9px 0; - top: -2px -} - -.gg-swiss::after { - left: -2px -} - -.gg-swiss::before { - right: -2px -} \ No newline at end of file diff --git a/icons/sync.css b/icons/sync.css deleted file mode 100644 index 806a134f..00000000 --- a/icons/sync.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-sync { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - border-radius: 40px; - border: 2px solid; - margin: 1px; - border-left-color: transparent; - border-right-color: transparent; - width: 18px; - height: 18px -} - -.gg-sync::after, -.gg-sync::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - transform: rotate(-45deg) -} - -.gg-sync::before { - border-left: 6px solid; - bottom: -1px; - right: -3px -} - -.gg-sync::after { - border-right: 6px solid; - top: -1px; - left: -3px -} \ No newline at end of file diff --git a/icons/tag.css b/icons/tag.css deleted file mode 100644 index 13d8a489..00000000 --- a/icons/tag.css +++ /dev/null @@ -1,42 +0,0 @@ -.gg-tag, -.gg-tag::before { - display: block; - border: 2px solid -} - -.gg-tag { - border-right: 0; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - position: relative; - width: 19px; - height: 14px -} - -.gg-tag::before { - content: ""; - position: absolute; - width: 2px; - height: 2px; - box-sizing: content-box; - border-radius: 100px; - right: 0; - top: 2px -} - -.gg-tag::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - border-bottom-right-radius: 4px; - transform: rotate(-45deg); - top: 0; - right: -5px -} \ No newline at end of file diff --git a/icons/tally.css b/icons/tally.css deleted file mode 100644 index 1a35ec47..00000000 --- a/icons/tally.css +++ /dev/null @@ -1,30 +0,0 @@ -.gg-tally { - box-sizing: border-box; - position: relative; - display: block; - transform: skew(-10deg) scale(var(--ggs,1)); - width: 18px; - height: 20px -} - -.gg-tally::after, -.gg-tally::before { - content: ""; - position: absolute; - box-sizing: border-box; - display: block; - width: 3px; - background: currentColor; - border-radius: .5px -} - -.gg-tally::before { - height: 20px; - box-shadow: 5px 0 0; - left: 5px -} - -.gg-tally::after { - height: 8px; - box-shadow: 15px 0 0 -} \ No newline at end of file diff --git a/icons/template.css b/icons/template.css deleted file mode 100644 index 1891a757..00000000 --- a/icons/template.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-template { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 6px; - border: 2px solid; - margin-top: -14px -} - -.gg-template::after, -.gg-template::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 10px; - top: 6px -} - -.gg-template::after { - border: 2px solid; - left: -2px -} - -.gg-template::before { - border-top: 6px double; - border-bottom: 2px solid; - right: -2px -} \ No newline at end of file diff --git a/icons/tennis.css b/icons/tennis.css deleted file mode 100644 index fc5859e4..00000000 --- a/icons/tennis.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-tennis, -.gg-tennis::after, -.gg-tennis::before { - display: block; - box-sizing: border-box; - border: 2px solid; - width: 20px; - height: 20px; - border-radius: 20px -} - -.gg-tennis { - position: relative; - transform: scale(var(--ggs,1)); - overflow: hidden -} - -.gg-tennis::after, -.gg-tennis::before { - content: ""; - position: absolute -} - -.gg-tennis::before { - left: -11px; - top: -11px -} - -.gg-tennis::after { - right: -11px; - bottom: -11px -} \ No newline at end of file diff --git a/icons/terminal.css b/icons/terminal.css deleted file mode 100644 index 5912afba..00000000 --- a/icons/terminal.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-terminal { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 20px; - border: 2px solid; - border-radius: 2px -} - -.gg-terminal::after, -.gg-terminal::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-terminal::before { - border-right: 2px solid; - border-bottom: 2px solid; - transform: rotate(-45deg); - width: 6px; - height: 6px; - top: 5px; - left: 3px -} - -.gg-terminal::after { - width: 4px; - height: 2px; - background: currentColor; - top: 10px; - left: 11px -} \ No newline at end of file diff --git a/icons/thermostat.css b/icons/thermostat.css deleted file mode 100644 index 9b92f484..00000000 --- a/icons/thermostat.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-thermostat { - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid; - box-sizing: border-box; - border-radius: 100px; - border-top-color: transparent -} - -.gg-thermostat::after, -.gg-thermostat::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-thermostat::before { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - width: 6px; - height: 14px; - bottom: 5px -} - -.gg-thermostat::after { - width: 2px; - height: 2px; - border-radius: 100px; - background: currentColor; - left: 2px; - bottom: 2px -} \ No newline at end of file diff --git a/icons/time.css b/icons/time.css deleted file mode 100644 index f4a05d77..00000000 --- a/icons/time.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-time { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 18px; - border-radius: 100%; - border: 2px solid transparent; - box-shadow: 0 0 0 2px currentColor -} - -.gg-time::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 7px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid; - top: 1px; - left: 5px -} \ No newline at end of file diff --git a/icons/timer.css b/icons/timer.css deleted file mode 100644 index bb0afba9..00000000 --- a/icons/timer.css +++ /dev/null @@ -1,46 +0,0 @@ -.gg-timer, -.gg-timer::before { - border: 2px solid; - width: 18px; - height: 18px; - border-radius: 40px -} - -.gg-timer { - background: - linear-gradient( - currentColor 10px,transparent 0) - no-repeat 6px -2px/2px 6px; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - position: relative; - display: block; - border-top-color: transparent -} - -.gg-timer::after, -.gg-timer::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-timer::before { - border-right-color: transparent; - border-left-color: transparent; - border-bottom-color: transparent; - right: -2px; - top: -2px; - transform: rotate(45deg) -} - -.gg-timer::after { - width: 2px; - height: 6px; - background: currentColor; - transform: rotate(-50deg); - left: 4px; - bottom: 5px; - border-radius: 100px -} \ No newline at end of file diff --git a/icons/toggle-off.css b/icons/toggle-off.css deleted file mode 100644 index 2b170c74..00000000 --- a/icons/toggle-off.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-toggle-off, -.gg-toggle-off::before { - display: block; - box-sizing: border-box; - border-radius: 20px -} - -.gg-toggle-off { - border: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px -} - -.gg-toggle-off::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 12px -} \ No newline at end of file diff --git a/icons/toggle-on.css b/icons/toggle-on.css deleted file mode 100644 index 87fa0454..00000000 --- a/icons/toggle-on.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-toggle-on, -.gg-toggle-on::before { - display: block; - box-sizing: border-box; - border-radius: 20px -} - -.gg-toggle-on { - border: 2px solid; - position: relative; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px -} - -.gg-toggle-on::before { - content: ""; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 2px -} \ No newline at end of file diff --git a/icons/toggle-square-off.css b/icons/toggle-square-off.css deleted file mode 100644 index bdcb0100..00000000 --- a/icons/toggle-square-off.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-toggle-square-off { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px; - border: 2px solid; - border-radius: 2px -} - -.gg-toggle-square-off::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 12px; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toggle-square.css b/icons/toggle-square.css deleted file mode 100644 index 6b1c8a0f..00000000 --- a/icons/toggle-square.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-toggle-square { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 24px; - height: 14px; - border: 2px solid; - border-radius: 2px -} - -.gg-toggle-square::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 2px; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toolbar-bottom.css b/icons/toolbar-bottom.css deleted file mode 100644 index 54e1c520..00000000 --- a/icons/toolbar-bottom.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-toolbar-bottom { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 0 -2px 0; - border: 2px solid transparent; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toolbar-left.css b/icons/toolbar-left.css deleted file mode 100644 index b67e4fd1..00000000 --- a/icons/toolbar-left.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-toolbar-left { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 2px 0 0; - border: 2px solid transparent; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toolbar-right.css b/icons/toolbar-right.css deleted file mode 100644 index 33e3590d..00000000 --- a/icons/toolbar-right.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-toolbar-right { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset -2px 0 0; - border: 2px solid transparent; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toolbar-top.css b/icons/toolbar-top.css deleted file mode 100644 index 859f12ad..00000000 --- a/icons/toolbar-top.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-toolbar-top { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 0 2px 0; - border: 2px solid transparent; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/toolbox.css b/icons/toolbox.css deleted file mode 100644 index c4ebed1a..00000000 --- a/icons/toolbox.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-toolbox { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px -} - -.gg-toolbox::after, -.gg-toolbox::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-toolbox::before { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - left: 4px; - width: 10px; - height: 4px; - top: -5px -} - -.gg-toolbox::after { - width: 18px; - height: 2px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: - 0 -2px 0, - inset 4px 0 0, - inset -4px 0 0; - top: 4px -} \ No newline at end of file diff --git a/icons/track.css b/icons/track.css deleted file mode 100644 index 0d207ad2..00000000 --- a/icons/track.css +++ /dev/null @@ -1,40 +0,0 @@ -.gg-track { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 10px; - border: 2px solid transparent; - box-shadow: - 0 0 0 2px, - inset 0 0 0 10px; - border-radius: 100px -} - -.gg-track::after, -.gg-track::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px -} - -.gg-track::before { - border-left: 4px solid; - border-right: 4px solid; - width: 18px; - height: 2px; - left: -6px; - top: 2px -} - -.gg-track::after { - width: 2px; - height: 18px; - border-top: 4px solid; - border-bottom: 4px solid; - left: 2px; - top: -6px -} \ No newline at end of file diff --git a/icons/trash-empty.css b/icons/trash-empty.css deleted file mode 100644 index ada64cc5..00000000 --- a/icons/trash-empty.css +++ /dev/null @@ -1,41 +0,0 @@ -.gg-trash-empty { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 12px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-bottom-left-radius: 1px; - border-bottom-right-radius: 1px; - margin-top: 4px -} - -.gg-trash-empty::after, -.gg-trash-empty::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-trash-empty::after { - background: currentColor; - border-radius: 3px; - width: 16px; - height: 2px; - top: -4px; - left: -5px -} - -.gg-trash-empty::before { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: transparent; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - top: -7px; - left: -2px -} \ No newline at end of file diff --git a/icons/trash.css b/icons/trash.css deleted file mode 100644 index d0e37f25..00000000 --- a/icons/trash.css +++ /dev/null @@ -1,44 +0,0 @@ -.gg-trash { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 12px; - border: 2px solid transparent; - box-shadow: - 0 0 0 2px, - inset -2px 0 0, - inset 2px 0 0; - border-bottom-left-radius: 1px; - border-bottom-right-radius: 1px; - margin-top: 4px -} - -.gg-trash::after, -.gg-trash::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-trash::after { - background: currentColor; - border-radius: 3px; - width: 16px; - height: 2px; - top: -4px; - left: -5px -} - -.gg-trash::before { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: transparent; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - top: -7px; - left: -2px -} \ No newline at end of file diff --git a/icons/trello.css b/icons/trello.css deleted file mode 100644 index fbd094ff..00000000 --- a/icons/trello.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-trello { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 2px -} - -.gg-trello::after, -.gg-trello::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - background: currentColor; - border-radius: 1px; - top: 2px -} - -.gg-trello::before { - left: 2px; - height: 12px -} - -.gg-trello::after { - height: 8px; - right: 2px -} \ No newline at end of file diff --git a/icons/trending.css b/icons/trending.css deleted file mode 100644 index 1b5d3cfa..00000000 --- a/icons/trending.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-trending { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 10px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid -} - -.gg-trending::after, -.gg-trending::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-trending::before { - background: currentColor; - left: 8px; - width: 10px; - height: 2px; - bottom: 0 -} - -.gg-trending::after { - width: 0; - height: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 6px solid; - bottom: -3px; - right: -14px -} \ No newline at end of file diff --git a/icons/trophy.css b/icons/trophy.css deleted file mode 100644 index a6e6cfee..00000000 --- a/icons/trophy.css +++ /dev/null @@ -1,37 +0,0 @@ -.gg-trophy { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 10px; - height: 12px; - border: 2px solid; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px -} - -.gg-trophy::after,.gg-trophy::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-trophy::before { - box-shadow: inset 0 0 0 2px,0 2px 0 0; - bottom: -4px; - width: 6px; - height: 4px; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - left: 0 -} - -.gg-trophy::after { - width: 16px; - height: 6px; - border-left: 2px solid; - border-right: 2px solid; - left: -5px; - top: 0 -} \ No newline at end of file diff --git a/icons/tv.css b/icons/tv.css deleted file mode 100644 index 5b97cd02..00000000 --- a/icons/tv.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-tv { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 11px; - border: 2px solid; - border-radius: 2px -} - -.gg-tv::after, -.gg-tv::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-tv::before { - border-left: 2px solid; - border-bottom: 2px solid; - border-bottom-left-radius: 2px; - top: -6px; - left: 3px; - transform: rotate(-45deg); - width: 6px; - height: 5px -} - -.gg-tv::after { - width: 8px; - height: 1px; - background: currentColor; - border-radius: 10px; - bottom: -4px; - right: 2px -} \ No newline at end of file diff --git a/icons/twilio.css b/icons/twilio.css deleted file mode 100644 index 87cdd3fe..00000000 --- a/icons/twilio.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-twilio { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs,1)); - width: 24px; - height: 24px; - border-radius: 22px; - box-shadow: inset 0 0 0 3px -} - -.gg-twilio::after, -.gg-twilio::before { - content: ""; - display: block; - position: absolute; - box-sizing: border-box; - background: currentColor; - border-radius: 6px; - width: 4px; - height: 4px; - top: 7px; - box-shadow: 0 6px 0 -} - -.gg-twilio::before { - left: 7px -} - -.gg-twilio::after { - right: 7px -} \ No newline at end of file diff --git a/icons/unavailable.css b/icons/unavailable.css deleted file mode 100644 index 2d4e8430..00000000 --- a/icons/unavailable.css +++ /dev/null @@ -1,23 +0,0 @@ -.gg-unavailable { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px -} - -.gg-unavailable::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 18px; - background: currentColor; - top: -2px; - left: 6px -} \ No newline at end of file diff --git a/icons/unblock.css b/icons/unblock.css deleted file mode 100644 index 3f26da8c..00000000 --- a/icons/unblock.css +++ /dev/null @@ -1,31 +0,0 @@ -.gg-unblock { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs,1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100% -} - -.gg-unblock::after, -.gg-unblock::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 7px; - background: currentColor; - border-radius: 5px; - left: 6px -} - -.gg-unblock::before { - top: -2px -} - -.gg-unblock::after { - bottom: -2px -} \ No newline at end of file diff --git a/icons/undo.css b/icons/undo.css deleted file mode 100644 index a6615b66..00000000 --- a/icons/undo.css +++ /dev/null @@ -1,25 +0,0 @@ -.gg-undo { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 14px; - height: 14px; - border: 2px solid; - border-left-color: transparent; - border-radius: 100px -} - -.gg-undo::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - top: -3px; - left: -1px; - transform: rotate(-68deg) -} \ No newline at end of file diff --git a/icons/unsplash.css b/icons/unsplash.css deleted file mode 100644 index c4629d79..00000000 --- a/icons/unsplash.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-unsplash { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 15px -} - -.gg-unsplash::after, -.gg-unsplash::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-unsplash::before { - width: 16px; - height: 9px; - border: 5px solid; - border-top: 0; - bottom: 0 -} - -.gg-unsplash::after { - width: 6px; - height: 4px; - background: currentColor; - top: 0; - left: 5px -} \ No newline at end of file diff --git a/icons/usb-c.css b/icons/usb-c.css deleted file mode 100644 index 15ce3b5f..00000000 --- a/icons/usb-c.css +++ /dev/null @@ -1,12 +0,0 @@ -.gg-usb-c { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 6px; - border: 2px solid transparent; - border-radius: 100px; - box-shadow: 0 0 0 2px, - inset 0 0 0 10px -} \ No newline at end of file diff --git a/icons/usb.css b/icons/usb.css deleted file mode 100644 index f1b4332a..00000000 --- a/icons/usb.css +++ /dev/null @@ -1,32 +0,0 @@ -.gg-usb, -.gg-usb::before { - display: block; - box-sizing: border-box -} - -.gg-usb { - position: relative; - width: 14px; - height: 14px; - border: 2px solid; - transform: scale(var(--ggs,1)); - margin-bottom: -6px; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px -} - -.gg-usb::before { - content: ""; - position: absolute; - width: 6px; - height: 5px; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: 0 0 0 2px, - inset 5px 4px 0 -4px, - inset -5px 4px 0 -4px; - top: -7px; - left: 2px -} \ No newline at end of file diff --git a/icons/voice-mail.css b/icons/voice-mail.css deleted file mode 100644 index ec6a25ea..00000000 --- a/icons/voice-mail.css +++ /dev/null @@ -1,27 +0,0 @@ -.gg-voice-mail { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 12px; - height: 10px; - border-bottom: 2px solid -} - -.gg-voice-mail::after, -.gg-voice-mail::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 10px; - top: 0; - left: -5px -} - -.gg-voice-mail::after { - left: 7px -} \ No newline at end of file diff --git a/icons/volume.css b/icons/volume.css deleted file mode 100644 index 232c0cd2..00000000 --- a/icons/volume.css +++ /dev/null @@ -1,43 +0,0 @@ -.gg-volume { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 8px; - border: 2px solid; - border-right: 0; - -webkit-perspective: 12px; - perspective: 12px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px -} - -.gg-volume::after, -.gg-volume::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute -} - -.gg-volume::before { - left: 2px; - transform: rotateY(-90deg); - width: 10px; - height: 10px; - border: 2px solid; - border-left: 0; - top: -3px -} - -.gg-volume::after { - width: 8px; - height: 16px; - border: 6px double; - border-left: 0; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - right: -14px; - top: -6px -} \ No newline at end of file diff --git a/icons/webcam.css b/icons/webcam.css deleted file mode 100644 index 020bc9d7..00000000 --- a/icons/webcam.css +++ /dev/null @@ -1,29 +0,0 @@ -.gg-webcam { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 8px; - height: 8px; - border: 2px solid transparent; - box-shadow: - 0 0 0 2px, - inset 0 0 0 2px; - border-radius: 100px; - margin-top: -4px -} - -.gg-webcam::after { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 4px; - border-right: 4px solid transparent; - box-shadow: - 0 2px 0, - inset -2px 0 0; - bottom: -6px; - left: -3px -} \ No newline at end of file diff --git a/icons/website.css b/icons/website.css deleted file mode 100644 index be2b9b8a..00000000 --- a/icons/website.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-website { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 22px; - height: 18px; - border: 2px solid; - border-radius: 3px; - box-shadow: 0 -1px 0 -} - -.gg-website::after, -.gg-website::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - top: 2px -} - -.gg-website::before { - background: currentColor; - left: 2px; - box-shadow: 0 4px 0,0 8px 0; - border-radius: 3px; - height: 2px -} - -.gg-website::after { - height: 10px; - border: 2px solid; - right: 2px; - border-radius: 1px -} \ No newline at end of file diff --git a/icons/windows.css b/icons/windows.css deleted file mode 100644 index c3d60a44..00000000 --- a/icons/windows.css +++ /dev/null @@ -1,22 +0,0 @@ -.gg-windows { - transform: scale(var(--ggs,1)) -} - -.gg-windows, -.gg-windows::before { - display: block; - position: relative; - box-sizing: border-box; - width: 17px; - height: 15px -} - -.gg-windows::before { - content: ""; - position: absolute; - width: 7px; - height: 6px; - background: currentColor; - box-shadow: 8px 0 0,8px 7px 0,0 7px 0; - transform: perspective(30px) rotateY(-30deg) -} \ No newline at end of file diff --git a/icons/youtube.css b/icons/youtube.css deleted file mode 100644 index 95dd2146..00000000 --- a/icons/youtube.css +++ /dev/null @@ -1,24 +0,0 @@ -.gg-youtube { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 10px; - box-shadow: 0 0 0 2px; - border-radius: - 15px 15px 15px 15px / - 45px 45px 45px 45px -} - -.gg-youtube::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - left: 7px; - top: 2px; - border-left: 4px solid currentColor; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent -} \ No newline at end of file diff --git a/icons/zeit.css b/icons/zeit.css deleted file mode 100644 index 86d38302..00000000 --- a/icons/zeit.css +++ /dev/null @@ -1,11 +0,0 @@ -.gg-zeit { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 0px; - height: 0px; - border-left: 9px solid transparent; - border-right: 9px solid transparent; - border-bottom: 18px solid currentColor; -} \ No newline at end of file diff --git a/icons/zoom-in.css b/icons/zoom-in.css deleted file mode 100644 index e4156874..00000000 --- a/icons/zoom-in.css +++ /dev/null @@ -1,38 +0,0 @@ -.gg-zoom-in { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - background: - linear-gradient( - currentColor 5px,transparent 0) - no-repeat 2px 5px/8px 2px; - margin-top: -4px - } - - .gg-zoom-in::after, - .gg-zoom-in::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - background: currentColor - } - - .gg-zoom-in::after { - transform: rotate(-45deg); - border-radius: 3px; - top: 10px; - left: 12px - } - - .gg-zoom-in::before { - top: 2px; - left: 5px - } \ No newline at end of file diff --git a/icons/zoom-out.css b/icons/zoom-out.css deleted file mode 100644 index 85094529..00000000 --- a/icons/zoom-out.css +++ /dev/null @@ -1,36 +0,0 @@ -.gg-zoom-out { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs,1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - margin-top: -4px -} - -.gg-zoom-out::after, -.gg-zoom-out::before { - content: ""; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor -} - -.gg-zoom-out::after { - transform: rotate(-45deg); - border-radius: 3px; - width: 2px; - height: 8px; - top: 10px; - left: 12px -} - -.gg-zoom-out::before { - width: 8px; - height: 2px; - top: 5px; - left: 2px -} \ No newline at end of file