Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 'live' icon svg #1435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion icons-rebrand/svg/live-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion icons-rebrand/svg/live-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion icons-rebrand/svg/live-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion icons-rebrand/svg/live-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 26 additions & 43 deletions icons/css/momentum-ui-icons.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@font-face {
font-family: "momentum-ui-icons";
src: url("../fonts/momentum-ui-icons.woff2?eef3095b2024925594d291d454872781") format("woff2"), url("../fonts/momentum-ui-icons.woff?a2ceb8f997d2b9c1d0d927df71c68e9f") format("woff");
src: url("../fonts/momentum-ui-icons.woff2?e4cfcc4584cc3df37737cd81370b1d74") format("woff2"), url("../fonts/momentum-ui-icons.woff?13720063fd7b322902efbbe28bbdf17e") format("woff");
font-weight: normal;
font-style: normal;
}

.icon {
position: relative;
font-family: momentum-ui-icons;
Expand Down Expand Up @@ -45,79 +44,79 @@
font-size: 5em;
}

[class*='icon'][class*='_8'] {
[class*=icon][class*=_8] {
font-size: 0.5rem;
}

[class*='icon'][class*='_10'] {
[class*=icon][class*=_10] {
font-size: 0.625rem;
}

[class*='icon'][class*='_12'] {
[class*=icon][class*=_12] {
font-size: 0.75rem;
}

[class*='icon'][class*='_14'] {
[class*=icon][class*=_14] {
font-size: 0.875rem;
}

[class*='icon'][class*='_16'] {
[class*=icon][class*=_16] {
font-size: 1rem;
}

[class*='icon'][class*='_18'] {
[class*=icon][class*=_18] {
font-size: 1.125rem;
}

[class*='icon'][class*='_20'] {
[class*=icon][class*=_20] {
font-size: 1.25rem;
}

[class*='icon'][class*='_24'] {
[class*=icon][class*=_24] {
font-size: 1.5rem;
}

[class*='icon'][class*='_28'] {
[class*=icon][class*=_28] {
font-size: 1.75rem;
}

[class*='icon'][class*='_32'] {
[class*=icon][class*=_32] {
font-size: 2rem;
}

[class*='icon'][class*='_36'] {
[class*=icon][class*=_36] {
font-size: 2.25rem;
}

[class*='icon'][class*='_40'] {
[class*=icon][class*=_40] {
font-size: 2.5rem;
}

[class*='icon'][class*='_44'] {
[class*=icon][class*=_44] {
font-size: 2.75rem;
}

[class*='icon'][class*='_48'] {
[class*=icon][class*=_48] {
font-size: 3rem;
}

[class*='icon'][class*='_56'] {
[class*=icon][class*=_56] {
font-size: 3.5rem;
}

[class*='icon'][class*='_64'] {
[class*=icon][class*=_64] {
font-size: 4rem;
}

[class*='icon'][class*='_72'] {
[class*=icon][class*=_72] {
font-size: 4.5rem;
}

[class*='icon'][class*='_80'] {
[class*=icon][class*=_80] {
font-size: 5rem;
}

[class*='icon'][class*='_100'] {
[class*=icon][class*=_100] {
font-size: 6.25rem;
}

Expand All @@ -128,24 +127,21 @@

.icon-ul {
padding-left: 0;
margin-left: 2.14286em;
margin-left: 2.14285714em;
list-style-type: none;
}

.icon-ul > li {
position: relative;
}

.icon-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: .125em;
left: -2.14285714em;
width: 2.14285714em;
top: 0.125em;
text-align: center;
}

.icon-li.icon-lg {
left: -1.89286em;
left: -1.89285714em;
}

.icon-border {
Expand All @@ -165,7 +161,6 @@
.icon.icon-pull-left {
margin-right: 0.3em;
}

.icon.icon-pull-right {
margin-left: 0.3em;
}
Expand All @@ -181,7 +176,6 @@
.icon.pull-left {
margin-right: 0.3em;
}

.icon.pull-right {
margin-left: 0.3em;
}
Expand All @@ -190,7 +184,6 @@
-webkit-animation: icon-spin 2s infinite linear;
animation: icon-spin 2s infinite linear;
}

.icon-pulse {
-webkit-animation: icon-spin 1s infinite steps(8);
animation: icon-spin 1s infinite steps(8);
Expand All @@ -206,7 +199,6 @@
transform: rotate(359deg);
}
}

@keyframes icon-spin {
0% {
-webkit-transform: rotate(0deg);
Expand All @@ -217,23 +209,18 @@
transform: rotate(359deg);
}
}

.icon-rotate-90 {
transform: rotate(90deg);
}

.icon-rotate-180 {
transform: rotate(180deg);
}

.icon-rotate-270 {
transform: rotate(270deg);
}

.icon-flip-horizontal {
transform: scale(-1, 1);
}

.icon-flip-vertical {
transform: scale(1, -1);
}
Expand All @@ -250,22 +237,18 @@
line-height: 2em;
vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}

.icon-stack-1x {
line-height: inherit;
}

.icon-stack-2x {
font-size: 2em;
}

.icon-inverse {
color: #FFFFFF;
}
Expand Down Expand Up @@ -12648,4 +12631,4 @@

.icon-zoom-out_20::before {
content: "\fd17";
}
}
2 changes: 1 addition & 1 deletion icons/css/momentum-ui-icons.min.css

Large diffs are not rendered by default.

Binary file modified icons/fonts/momentum-ui-icons.ttf
Binary file not shown.
Binary file modified icons/fonts/momentum-ui-icons.woff
Binary file not shown.
Binary file modified icons/fonts/momentum-ui-icons.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions icons/scss/path.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

@font-face {
font-family: $icon-font-name;
src: url("#{$icon-font-path}/momentum-ui-icons.woff2?eef3095b2024925594d291d454872781") format("woff2"),
url("#{$icon-font-path}/momentum-ui-icons.woff?a2ceb8f997d2b9c1d0d927df71c68e9f") format("woff");
src: url("#{$icon-font-path}/momentum-ui-icons.woff2?e4cfcc4584cc3df37737cd81370b1d74") format("woff2"),
url("#{$icon-font-path}/momentum-ui-icons.woff?13720063fd7b322902efbbe28bbdf17e") format("woff");
font-weight: normal;
font-style: normal;
}
Expand Down