# give/4.17.0/src/Views/Components/AdminUI/Icons/index.tsx

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 28 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/src/Views/Components/AdminUI/Icons/index.tsx
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/src/Views/Components/AdminUI/Icons/index.tsx
- Modified: 2023-12-06T20:03:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.17.0/code/src/Views/Components/AdminUI/Icons/index.tsx#L10-L20`.

```tsx
import QuestionMarkIcon from './QuestionMarkIcon';
import StarsIcon from './StarsIcon';
import MinusIcon from './MinusIcon';
import ExitIcon from './ExitIcon';
import CompassIcon from './CompassIcon';
import AlertTriangle from './AlertTriangle';
import CheckCircle from './CheckCircle';
import CheckVerified from './CheckVerified';
import CubeIcon from './Cube';
import Award from './Award';
import ArrowUpLeft from './ArrowUpLeft';
import CopyIcon from './CopyIcon';

export {
    QuestionMarkIcon,
    StarsIcon,
    MinusIcon,
    ExitIcon,
    CompassIcon,
    AlertTriangle,
    CheckCircle,
    CheckVerified,
    CubeIcon,
    Award,
    ArrowUpLeft,
    CopyIcon
}

```
