import { IconProps, IconTemplate } from "solid-icons/lib" export function VscodeIconsFileTypePhotoshop2(props: IconProps) { return IconTemplate( { a: { viewBox: "0 0 32 32", }, c: ` `, }, props, ) } export function VscodeIconsFileTypeAi2(props: IconProps) { return IconTemplate( { a: { viewBox: "0 0 32 32", }, c: ` F`, }, props, ) } export function ArtPlayerIconsSubtitle(props: IconProps) { return IconTemplate( { a: { viewBox: "0 0 48 48", }, c: ` `, }, props, ) }