medical-device-symbols
Version:
Easy and light-weight international medical device symbols based on ISO 15223-1 for regulatory compliance
97 lines (96 loc) • 9.49 kB
TypeScript
import React from "react";
export interface IconProps extends React.SVGProps<SVGSVGElement> {
size?: number | string;
}
export declare const AtmosphericPressureLimitationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const AuthorizedRepresentativeInTheEuropeanCommunityIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const BatchCodeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const CatalogueNumberIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const CautionIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const CeBsiIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const CeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const ConsultInstructionsForUseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const DoNotReUseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const DoNotUseIfPackageIsDamagedIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const FluidPathIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const HumidityLimitationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const InVitroDiagnosticMedicalDeviceIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const LatexIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const LiquidFilterWithPoreSizeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const LowerLimitOfTemperatureIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const ManufactureDateIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const ManufacturerIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const MdIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const NonPyrogenicIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SerialNumberIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SterileIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SterilizedUsingAsepticProcessingTechniquesIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SterilizedUsingEthyleneOxideIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SterilizedUsingIrradiationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const SterilizedUsingSteamOrDryHeatIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const TemperatureLimitIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const UdiIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const UpperLimitOfTemperatureIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export declare const icons: {
AtmosphericPressureLimitationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
AuthorizedRepresentativeInTheEuropeanCommunityIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
BatchCodeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
CatalogueNumberIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
CautionIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
CeBsiIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
CeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
ConsultInstructionsForUseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
DoNotReUseIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
DoNotUseIfPackageIsDamagedIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
FluidPathIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
HumidityLimitationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
InVitroDiagnosticMedicalDeviceIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
LatexIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
LiquidFilterWithPoreSizeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
LowerLimitOfTemperatureIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
ManufactureDateIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
ManufacturerIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
MdIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
NonPyrogenicIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SerialNumberIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SterileIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SterilizedUsingAsepticProcessingTechniquesIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SterilizedUsingEthyleneOxideIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SterilizedUsingIrradiationIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
SterilizedUsingSteamOrDryHeatIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
TemperatureLimitIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
UdiIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
UpperLimitOfTemperatureIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
};
export declare const ICON_NAMES: {
readonly ATMOSPHERIC_PRESSURE_LIMITATION: "atmospheric-pressure-limitation";
readonly AUTHORIZED_REPRESENTATIVE_IN_THE_EUROPEAN_COMMUNITY: "authorized-representative-in-the-european-community";
readonly BATCH_CODE: "batch-code";
readonly CATALOGUE_NUMBER: "catalogue-number";
readonly CAUTION: "caution";
readonly CE_BSI: "ce-bsi";
readonly CE: "ce";
readonly CONSULT_INSTRUCTIONS_FOR_USE: "consult-instructions-for-use";
readonly DO_NOT_RE_USE: "do-not-re-use";
readonly DO_NOT_USE_IF_PACKAGE_IS_DAMAGED: "do-not-use-if-package-is-damaged";
readonly FLUID_PATH: "fluid-path";
readonly HUMIDITY_LIMITATION: "humidity-limitation";
readonly IN_VITRO_DIAGNOSTIC_MEDICAL_DEVICE: "in-vitro-diagnostic-medical-device";
readonly LATEX: "latex";
readonly LIQUID_FILTER_WITH_PORE_SIZE: "liquid-filter-with-pore-size";
readonly LOWER_LIMIT_OF_TEMPERATURE: "lower-limit-of-temperature";
readonly MANUFACTURE_DATE: "manufacture-date";
readonly MANUFACTURER: "manufacturer";
readonly MD: "md";
readonly NON_PYROGENIC: "non-pyrogenic";
readonly SERIAL_NUMBER: "serial-number";
readonly STERILE: "sterile";
readonly STERILIZED_USING_ASEPTIC_PROCESSING_TECHNIQUES: "sterilized-using-aseptic-processing-techniques";
readonly STERILIZED_USING_ETHYLENE_OXIDE: "sterilized-using-ethylene-oxide";
readonly STERILIZED_USING_IRRADIATION: "sterilized-using-irradiation";
readonly STERILIZED_USING_STEAM_OR_DRY_HEAT: "sterilized-using-steam-or-dry-heat";
readonly TEMPERATURE_LIMIT: "temperature-limit";
readonly UDI: "udi";
readonly UPPER_LIMIT_OF_TEMPERATURE: "upper-limit-of-temperature";
};
export type IconName = typeof ICON_NAMES[keyof typeof ICON_NAMES];