@solar-icons/react
Version:
Solar Icons for React
45 lines (44 loc) • 1.58 kB
JavaScript
import { default as o } 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 p } from "./CallDroppedRounded.mjs";
import { default as s } from "./CallDropped.mjs";
import { default as C } from "./CallMedicineRounded.mjs";
import { default as R } from "./CallMedicine.mjs";
import { default as g } from "./EndCallRounded.mjs";
import { default as P } 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 "./RecordSquare.mjs";
export {
r as CallCancel,
o as CallCancelRounded,
u as CallChat,
t as CallChatRounded,
s as CallDropped,
p as CallDroppedRounded,
R as CallMedicine,
C as CallMedicineRounded,
P 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 RecordSquare
};