Files
tkmind_go/ui/desktop/src/components/icons/index.tsx
T
Zane 77ea27f5f5 UI update with sidebar and settings tabs (#3288)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
Co-authored-by: Taylor Ho <taylorkmho@gmail.com>
Co-authored-by: Lily Delalande <119957291+lily-de@users.noreply.github.com>
Co-authored-by: Spence <spencrmartin@gmail.com>
Co-authored-by: spencrmartin <spencermartin@squareup.com>
Co-authored-by: Judson Stephenson <Jud@users.noreply.github.com>
Co-authored-by: Max Novich <mnovich@squareup.com>
Co-authored-by: Best Codes <106822363+The-Best-Codes@users.noreply.github.com>
Co-authored-by: caroline-a-mckenzie <cmckenzie@squareup.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>
2025-07-15 17:24:41 -07:00

58 lines
1.2 KiB
TypeScript

import ArrowDown from './ArrowDown';
import ArrowUp from './ArrowUp';
import Attach from './Attach';
import Back from './Back';
import ChatSmart from './ChatSmart';
import Check from './Check';
import ChevronDown from './ChevronDown';
import ChevronUp from './ChevronUp';
import { ChevronRight } from './ChevronRight';
import Close from './Close';
import CoinIcon from './CoinIcon';
import Copy from './Copy';
import Discord from './Discord';
import Document from './Document';
import Edit from './Edit';
import Idea from './Idea';
import LinkedIn from './LinkedIn';
import More from './More';
import Refresh from './Refresh';
import SensitiveHidden from './SensitiveHidden';
import SensitiveVisible from './SensitiveVisible';
import Send from './Send';
import Settings from './Settings';
import Time from './Time';
import { Gear } from './Gear';
import Youtube from './Youtube';
import { Microphone } from './Microphone';
export {
ArrowDown,
ArrowUp,
Attach,
Back,
ChatSmart,
Check,
ChevronDown,
ChevronRight,
ChevronUp,
Close,
CoinIcon,
Copy,
Discord,
Document,
Edit,
Idea,
Gear,
Microphone,
LinkedIn,
More,
Refresh,
SensitiveHidden,
SensitiveVisible,
Send,
Settings,
Time,
Youtube,
};