Merged in feat/svg-instead-of-fonts (pull request #3411)
feat(SW-3695): use svg icons instead of font icons * feat(icons): use svg instead of font icons * feat(icons): use webpack/svgr for inlined svgs. Now support for isFilled again * Merge master * Remove old font icon Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -2,15 +2,15 @@ import type { VariantProps } from "class-variance-authority"
|
||||
import { Button as ButtonRAC } from "react-aria-components"
|
||||
|
||||
import { ComponentProps } from "react"
|
||||
import type { SymbolCodepoints } from "../../Icons/MaterialIcon/MaterialSymbol/types"
|
||||
import type { variants } from "./variants"
|
||||
import { MaterialIconName } from "../../Icons/MaterialIcon/generated"
|
||||
|
||||
export const videoPlayerButtonIconNames = [
|
||||
"play_arrow",
|
||||
"pause",
|
||||
"volume_up",
|
||||
"volume_off",
|
||||
] satisfies SymbolCodepoints[]
|
||||
] satisfies MaterialIconName[]
|
||||
|
||||
type VideoPlayerButtonIconName = (typeof videoPlayerButtonIconNames)[number]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user