xtreme-ui
Version:
Collection of reusable components that can be used in web projects
34 lines (33 loc) • 558 B
JavaScript
const e = ["jpg", "jpeg", "png", "gif", ".bmp", "webp", "heif", "heic"], p = {
file: "f15b",
multimedia: "f86d",
image: "f1c5",
jpg: "e646",
jpeg: "e646",
png: "e666",
gif: "e645",
svg: "e64b",
eps: "e644",
audio: "f1c7",
mp3: "e648",
wav: "f478",
video: "f1c8",
mp4: "e649",
mov: "e647",
pdf: "f1c1",
doc: "e5ed",
docx: "e5ed",
xls: "e64d",
xlsx: "e64d",
ppt: "e64a",
pptx: "e64a",
csv: "f6dd",
html: "f1c9",
zip: "e5ee",
rar: "f1c6",
"7z": "f1c6"
};
export {
p as FilePickerIcon,
e as imageExts
};