.icon {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    fill: currentColor;
}

/* Rules for sizing the icon. */
.brave-search-icons.md-18 { font-size: 18px; }
.brave-search-icons.md-19 { font-size: 19px; }
.brave-search-icons.md-24 { font-size: 24px; }
.brave-search-icons.md-36 { font-size: 36px; }
.brave-search-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.brave-search-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.brave-search-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.brave-search-icons.md-light { color: rgba(255, 255, 255, 1); }
.brave-search-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.brave-search-icons.md-col-gray { color: #7c8086; }
.brave-search-icons.md-col-primary { color: var(--link-primary); }
