/**
 * CSS classes for Google Symbols.
 *
 * Usage:
 *
 * ```html
 * <span class="g-icon">pen_spark</span>
 * ```
 */
export declare const icons = "\n  .g-icon {\n    font-family: \"Material Symbols Outlined\", \"Google Symbols\";\n    font-weight: normal;\n    font-style: normal;\n    font-display: optional;\n    font-size: 20px;\n    width: 1em;\n    height: 1em;\n    user-select: none;\n    line-height: 1;\n    letter-spacing: normal;\n    text-transform: none;\n    display: inline-block;\n    white-space: nowrap;\n    word-wrap: normal;\n    direction: ltr;\n    -webkit-font-feature-settings: \"liga\";\n    -webkit-font-smoothing: antialiased;\n    overflow: hidden;\n\n    font-variation-settings: \"FILL\" 0, \"wght\" 300, \"GRAD\" 0, \"opsz\" 48,\n      \"ROND\" 100;\n\n    &.filled {\n      font-variation-settings: \"FILL\" 1, \"wght\" 300, \"GRAD\" 0, \"opsz\" 48,\n        \"ROND\" 100;\n    }\n\n    &.filled-heavy {\n      font-variation-settings: \"FILL\" 1, \"wght\" 700, \"GRAD\" 0, \"opsz\" 48,\n        \"ROND\" 100;\n    }\n  }\n";
//# sourceMappingURL=icons.d.ts.map