# give/4.16.8.1/src/Views/Components/AdminUI/Icons/CompassIcon.tsx

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 12 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Views/Components/AdminUI/Icons/CompassIcon.tsx
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Views/Components/AdminUI/Icons/CompassIcon.tsx
- Modified: 2023-10-16T17:55:46+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.16.8.1/code/src/Views/Components/AdminUI/Icons/CompassIcon.tsx#L10-L20`.

```tsx
export default function CompassIcon({...rest}) {
    return (
        <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...rest}>
            <g id="compass-03">
                <path id="Solid" fillRule="evenodd" clipRule="evenodd"
                      d="M8.00033 0.667969C3.95024 0.667969 0.666992 3.95121 0.666992 8.0013C0.666992 12.0514 3.95024 15.3346 8.00033 15.3346C12.0504 15.3346 15.3337 12.0514 15.3337 8.0013C15.3337 3.95121 12.0504 0.667969 8.00033 0.667969ZM10.4119 5.38756C10.3036 5.34894 10.1408 5.40322 9.81506 5.51179L6.83997 6.50348C6.74721 6.5344 6.70083 6.54987 6.66231 6.57621C6.6282 6.59955 6.59872 6.62902 6.57539 6.66314C6.54904 6.70166 6.53358 6.74803 6.50266 6.8408L5.51096 9.81588C5.4024 10.1416 5.34812 10.3044 5.38673 10.4127C5.42034 10.507 5.4945 10.5811 5.58874 10.6147C5.69704 10.6534 5.85989 10.5991 6.18558 10.4905L9.16067 9.49881C9.25343 9.46789 9.29981 9.45243 9.33833 9.42608C9.37244 9.40274 9.40192 9.37327 9.42526 9.33915C9.4516 9.30064 9.46706 9.25426 9.49798 9.1615L10.4897 6.18641C10.5982 5.86071 10.6525 5.69786 10.6139 5.58957C10.5803 5.49532 10.5061 5.42116 10.4119 5.38756Z"
                />
            </g>
        </svg>
    )
}

```
