// use sgv omg to minify your svg before paste it here : https://jakearchibald.github.io/svgomg/
// add classes on the circle and the shape to make them customizable : "circle-color" for the circle and "shape-color" for the shape
const CIRCLE_COLOR = 'circle-color'
const SHAPE_COLOR = 'shape-color'
interface Icons {
[key: string]: string
}
export const icons: Icons = {
// icônes header
utilisateur: `
`,
structures: `
`,
applications: `
`,
notifications: `
`,
deconnexion: `
`,
home: `
`,
homeSquare: `
`,
menu: `
`,
menuSquare: `
`,
// icônes génériques
aide: `
`,
plus: `
`,
croix: `
`,
check: `
`,
information: `
`,
telechargement: `
`,
upload: `
`,
modifier: `
`,
pieceJointe: `
`,
poubelle: `
`,
chronometer: `
`,
rechercher: `
`,
informationPersonnage: `
`,
sensInterdit: `
`,
exclamation: `
`,
ampoule: `
`,
courrier: `
`,
message: `
`,
// icônes fichiers
pdf: `
`,
csv: `
`,
xls: `
`,
// icônes services
convention: `
`,
paiements: `
`,
commandes: `
`,
patientele: `
`,
horlogeFlecheDroite: `
`,
horlogeFlecheGauche: `
`,
releveHonoraires: `
`,
horairesCabinet: `
`,
releveActivite: `
`,
checkText: `
`,
checkDocument: `
`,
documentPill: `
`,
noPill: `
`,
declarationAstreinte: `
`,
declarationInserm: `
`,
ordonnanceNumerique: `
`,
optam: `
`,
optam2: `
`,
arrowShield: `
`,
echangeServiceMedical: `
`,
adac: `
`,
perteActiviteCovid: `
`,
stethoscope: `
`,
grossesse: `
`,
ambulance: `
`,
demandeTransport: `
`,
demandeMedicament: `
`,
checkEstomac: `
`,
contactCovid: `
`,
// Icônes fonctionnalités
oeil: `
`,
parapluie: `
`,
cible: `
`,
medecin: `
`,
infirmier: `
`,
brasCasse: `
`,
chute: `
`,
chuteCasque: `
`,
seringue: `
`,
vaccination: `
`,
stylo: `
`,
pillules: `
`,
pillules2: `
`,
cadenas: `
`,
prescription: `
`,
personneAgee: `
`,
nuageEchange: `
`,
mainCoeur: `
`,
localisation: `
`,
centPourcent: `
`,
link: `
`,
sidep: `
`,
qrCode: `
`,
qrCode2: `
`,
touch: `
`,
document: `
`,
phone: `
`,
photo: `
`,
video: `
`,
accessibility: `
`,
dmp: `
`,
hourglass: `
`,
homeChar: `
`,
h: `
`,
ma: `
`,
sa: `
`,
readOnly: `
`,
microphone: `
`,
bonus: `
`,
userFolder: `
`,
toothShield: `
`,
bell: `
`,
bubbleQuestion: `
`,
chevronLeft: `
`,
chevronRight: `
`,
chevronUp: `
`,
chevronDown: `
`,
triangleUp: `
`,
circle: `
`,
triangleDown: `
`,
calendar: `
`,
discussion: `
`,
chrono: `
`,
boite: `
`,
horlogeFlecheDroiteNoCircle: `
`,
ecrire: `
`,
bulleGauche: `
`,
bulleDroite: `
`,
closeNoCircle: `
`,
diamondNoCircle: `
`,
stats: `
`,
trashNoCircle: `
`,
pencilNoCircle: `
`,
folder: `
`,
copy: `
`,
bus: `
`,
carPerson: `
`,
planeBoat: `
`,
taxi: `
`,
ambulanceNoCircle: `
`,
arrowLeft: `
`,
arrowRight: `
`,
printNoCircle: `
`,
basketNoCircle: `
`,
link2: `
`,
notePencil: `
`,
signature: `
`,
signature2: `
`,
shieldPlus: `
`,
delegation: `
`,
attele: `
`,
cookie: `
`,
parametres: `
`,
}