// Copyright (c) 2016, Missive
// From https://github.com/missive/emoji-mart/blob/master/src/svgs/index.js
// Licensed under BSD-3-Clause: https://github.com/missive/emoji-mart/blob/master/LICENSE
import React from 'react'
const categories = {
activity: () => (
),
custom: () => (
),
flags: () => (
),
foods: () => (
),
nature: () => (
),
objects: () => (
),
people: () => (
),
places: () => (
),
recent: () => (
),
symbols: () => (
),
}
const search = {
search: () => (
),
delete: () => (
),
}
export { categories, search }