import React from 'preact/compat'; /** * Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license. */ export const ChevronDownIcon = props => { return ( IcoFont Icons simple-down ) } /** * Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license. */ export const CloseIcon = props => { return ( IcoFont Icons close ) } /** * Icon from IcoFont https://icofont.com/, licensed under the CC BY 4.0 license. */ export const CheckIcon = props => { return ( IcoFont Icons verification-check ) } /** * 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 ( ) }