// Copyright (c) Meta Platforms, Inc. and affiliates. import React from 'react'; import type {IconRegistry} from '@astryxdesign/core/Icon'; import { X, ChevronDown, ChevronLeft, ChevronRight, Check, CheckCircle, XCircle, AlertTriangle, Info, Calendar, Clock, ExternalLink, Menu, MoreHorizontal, Search, ArrowUp, ArrowDown, ArrowUpDown, Filter, EyeOff, Columns, Copy, CheckCheck, Wrench, Square, Mic, } from 'lucide-react'; const iconProps = { size: '1em', 'aria-hidden': true as const, }; export const matchaIconRegistry: IconRegistry = { close: , chevronDown: , chevronLeft: , chevronRight: , check: , success: , error: , warning: , info: , calendar: , clock: , externalLink: , menu: , moreHorizontal: , search: , arrowUp: , arrowDown: , arrowsUpDown: , funnel: , eyeSlash: , viewColumns: , copy: , checkDouble: , wrench: , stop: , microphone: , };