import React from 'preact/compat';
/**
* Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license.
*/
export const ChevronDownIcon = props => {
return (
)
}
/**
* Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license.
*/
export const CloseIcon = props => {
return (
)
}
/**
* Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license.
*/
export const CheckIcon = props => {
return (
)
}
/**
* Icon from FontAwesome https://fontawesome.com/icons/trash-alt,
* licensed under the CC BY 4.0 license https://fontawesome.com/license
*/
export const TrashIcon = props => {
return (
)
}