@solar-icons/react
Version:
Solar Icons for React
47 lines (46 loc) • 1.67 kB
JavaScript
import { default as a } from "./CallCancelRounded.mjs";
import { default as r } from "./CallCancel.mjs";
import { default as t } from "./CallChatRounded.mjs";
import { default as u } from "./CallChat.mjs";
import { default as m } from "./CallDroppedRounded.mjs";
import { default as s } from "./CallDropped.mjs";
import { default as C } from "./CallMedicineRounded.mjs";
import { default as c } from "./CallMedicine.mjs";
import { default as g } from "./EndCallRounded.mjs";
import { default as M } from "./EndCall.mjs";
import { default as D } from "./IncomingCallRounded.mjs";
import { default as I } from "./IncomingCall.mjs";
import { default as q } from "./OutgoingCallRounded.mjs";
import { default as b } from "./OutgoingCall.mjs";
import { default as k } from "./PhoneCallingRounded.mjs";
import { default as w } from "./PhoneCalling.mjs";
import { default as z } from "./PhoneRounded.mjs";
import { default as B } from "./Phone.mjs";
import { default as G } from "./RecordCircle.mjs";
import { default as J } from "./RecordMinimalistic.mjs";
import { default as L } from "./RecordMinimlistic.mjs";
import { default as Q } from "./RecordSquare.mjs";
export {
r as CallCancel,
a as CallCancelRounded,
u as CallChat,
t as CallChatRounded,
s as CallDropped,
m as CallDroppedRounded,
c as CallMedicine,
C as CallMedicineRounded,
M as EndCall,
g as EndCallRounded,
I as IncomingCall,
D as IncomingCallRounded,
b as OutgoingCall,
q as OutgoingCallRounded,
B as Phone,
w as PhoneCalling,
k as PhoneCallingRounded,
z as PhoneRounded,
G as RecordCircle,
J as RecordMinimalistic,
L as RecordMinimlistic,
Q as RecordSquare
};