import { createSvgIcon } from "../svg-icon.type"; export const PlaylistIcon = createSvgIcon((props, ref) => { return ( ) })