
package._icon-park.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of last-icon Show documentation
Show all versions of last-icon Show documentation
One custom icon element to rule them all
The newest version!
l-i[theme="multi-color"] {
// outer fill color
path[fill="#2F88FF"] {
fill: var(--color);
}
// inner fill color
path[fill="#43CCF8"] {
fill: var(--color-secondary);
stroke: var(--color-bg);
}
path[stroke="white"] {
stroke: white;
}
path[stroke="black"] {
stroke: #333;
}
}
l-i[theme="two-tone"] {
path[fill="#2F88FF"] {
fill: var(--color);
}
path[fill="#43CCF8"] {
fill: var(--color);
}
path[stroke="white"],
path[stroke="black"] {
stroke: #333;
}
}
l-i[theme="filled"] {
path[fill] {
fill: currentColor;
}
path[stroke="black"] {
stroke: white;
}
}
l-i[theme="outline"] {
path[fill] {
fill: none;
}
path[stroke="black"] {
stroke: currentColor;
}
path[fill="#43CCF8"] {
fill: currentColor;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy