Files
gitbook/packages/icons/src/style.css
T
2025-08-01 13:03:44 +02:00

12 lines
171 B
CSS

/* Normal */
svg.gb-icon {
background-color: currentColor;
}
/* Sprite */
svg.gb-icon-s path,
svg.gb-icon-s use {
fill: currentColor;
stroke: currentColor;
}