// Outline icons — 24x24, 1.75 stroke. Нейтральный медицинский стиль.
import React from 'react';
const Icon = ({ d, size = 22, stroke = 'currentColor', fill = 'none', sw = 1.75, children, style }) => (
);
export const I = {
home: (p) => ,
calendar: (p) => ,
chat: (p) => ,
profile: (p) => ,
phone: (p) => ,
pin: (p) => ,
clock: (p) => ,
search: (p) => ,
chev: (p) => ,
chevL: (p) => ,
chevD: (p) => ,
close: (p) => ,
check: (p) => ,
bell: (p) => ,
video: (p) => ,
doc: (p) => ,
plus: (p) => ,
heart: (p) => ,
star: (p) => ,
ear: (p) => ,
hearing: (p) => ,
stetho: (p) => ,
pill: (p) => ,
qr: (p) => ,
card: (p) => ,
file: (p) => ,
filter: (p) => ,
mic: (p) => ,
user: (p) => ,
shield: (p) => ,
gift: (p) => ,
volume: (p) => ,
arrow: (p) => ,
menu: (p) => ,
mail: (p) => ,
globe: (p) => ,
};