decentraland-ui
Version:
Decentraland's UI components and styles
12 lines (11 loc) • 810 B
CSS
.dcl.smart-icon {
position: relative;
display: inline-block;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.17684 7.94806C9.12161 7.94806 9.07684 7.90329 9.07684 7.84806V2.6359C9.07684 2.53961 8.95409 2.49895 8.89661 2.57621L3.63031 9.65401C3.50759 9.81893 3.62531 10.0532 3.83088 10.0532H6.823C6.87823 10.0532 6.923 10.098 6.923 10.1532V15.3654C6.923 15.4617 7.04575 15.5024 7.10323 15.4251L12.3695 8.3473C12.4922 8.18237 12.3745 7.94806 12.169 7.94806H9.17684Z' fill='white' stroke='white' stroke-width='0.75'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 16px;
height: 16px;
filter: var(--brightness);
}