From 31bfe402573785fc3e32df4763dd49ebc22cecda Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 17 Nov 2021 12:26:51 +0100 Subject: Release 1.44.0 --- icons-react/icons-js/box-multiple-2.js | 2 +- icons-react/icons-js/brand-debian.js | 12 ++++++++++++ icons-react/icons-js/brand-docker.js | 2 +- icons-react/icons-js/brand-mastercard.js | 2 +- icons-react/icons-js/brand-stackoverflow.js | 12 ++++++++++++ icons-react/icons-js/brand-steam.js | 2 +- icons-react/icons-js/brand-ubuntu.js | 12 ++++++++++++ icons-react/icons-js/checkup-list.js | 12 ++++++++++++ icons-react/icons-js/circle-2.js | 2 +- icons-react/icons-js/crutches.js | 12 ++++++++++++ icons-react/icons-js/device-computer-camera-off.js | 2 +- icons-react/icons-js/dna-2.js | 12 ++++++++++++ icons-react/icons-js/emergency-bed.js | 12 ++++++++++++ icons-react/icons-js/eye-table.js | 12 ++++++++++++ icons-react/icons-js/first-aid-kit.js | 12 ++++++++++++ icons-react/icons-js/flask-2.js | 12 ++++++++++++ icons-react/icons-js/glass-full.js | 2 +- icons-react/icons-js/h-2.js | 2 +- icons-react/icons-js/hand-move.js | 2 +- icons-react/icons-js/heart-rate-monitor.js | 12 ++++++++++++ icons-react/icons-js/ice-cream-2.js | 2 +- icons-react/icons-js/lungs.js | 12 ++++++++++++ icons-react/icons-js/medicine-syrup.js | 12 ++++++++++++ icons-react/icons-js/microscope.js | 12 ++++++++++++ icons-react/icons-js/multiplier-2x.js | 2 +- icons-react/icons-js/nurse.js | 12 ++++++++++++ icons-react/icons-js/pig.js | 2 +- icons-react/icons-js/pills.js | 12 ++++++++++++ icons-react/icons-js/square-2.js | 2 +- icons-react/icons-js/thermometer.js | 12 ++++++++++++ icons-react/icons-js/tree.js | 2 +- icons-react/icons-js/trees.js | 2 +- icons-react/icons-js/user-circle.js | 12 ++++++++++++ icons-react/icons-js/vaccine-bottle.js | 12 ++++++++++++ 34 files changed, 243 insertions(+), 15 deletions(-) create mode 100644 icons-react/icons-js/brand-debian.js create mode 100644 icons-react/icons-js/brand-stackoverflow.js create mode 100644 icons-react/icons-js/brand-ubuntu.js create mode 100644 icons-react/icons-js/checkup-list.js create mode 100644 icons-react/icons-js/crutches.js create mode 100644 icons-react/icons-js/dna-2.js create mode 100644 icons-react/icons-js/emergency-bed.js create mode 100644 icons-react/icons-js/eye-table.js create mode 100644 icons-react/icons-js/first-aid-kit.js create mode 100644 icons-react/icons-js/flask-2.js create mode 100644 icons-react/icons-js/heart-rate-monitor.js create mode 100644 icons-react/icons-js/lungs.js create mode 100644 icons-react/icons-js/medicine-syrup.js create mode 100644 icons-react/icons-js/microscope.js create mode 100644 icons-react/icons-js/nurse.js create mode 100644 icons-react/icons-js/pills.js create mode 100644 icons-react/icons-js/thermometer.js create mode 100644 icons-react/icons-js/user-circle.js create mode 100644 icons-react/icons-js/vaccine-bottle.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/box-multiple-2.js b/icons-react/icons-js/box-multiple-2.js index 34cfb89e..9a9c292d 100644 --- a/icons-react/icons-js/box-multiple-2.js +++ b/icons-react/icons-js/box-multiple-2.js @@ -6,7 +6,7 @@ function IconBoxMultiple2({ stroke = 2, ...props }) { - return ; + return ; } export default IconBoxMultiple2; \ No newline at end of file diff --git a/icons-react/icons-js/brand-debian.js b/icons-react/icons-js/brand-debian.js new file mode 100644 index 00000000..5b195340 --- /dev/null +++ b/icons-react/icons-js/brand-debian.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDebian({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDebian; \ No newline at end of file diff --git a/icons-react/icons-js/brand-docker.js b/icons-react/icons-js/brand-docker.js index fbe714aa..eeb7d90e 100644 --- a/icons-react/icons-js/brand-docker.js +++ b/icons-react/icons-js/brand-docker.js @@ -6,7 +6,7 @@ function IconBrandDocker({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandDocker; \ No newline at end of file diff --git a/icons-react/icons-js/brand-mastercard.js b/icons-react/icons-js/brand-mastercard.js index 29b4e172..c9a58348 100644 --- a/icons-react/icons-js/brand-mastercard.js +++ b/icons-react/icons-js/brand-mastercard.js @@ -6,7 +6,7 @@ function IconBrandMastercard({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandMastercard; \ No newline at end of file diff --git a/icons-react/icons-js/brand-stackoverflow.js b/icons-react/icons-js/brand-stackoverflow.js new file mode 100644 index 00000000..d7ad84ef --- /dev/null +++ b/icons-react/icons-js/brand-stackoverflow.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandStackoverflow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandStackoverflow; \ No newline at end of file diff --git a/icons-react/icons-js/brand-steam.js b/icons-react/icons-js/brand-steam.js index cbaa924b..e8dd4aab 100644 --- a/icons-react/icons-js/brand-steam.js +++ b/icons-react/icons-js/brand-steam.js @@ -6,7 +6,7 @@ function IconBrandSteam({ stroke = 2, ...props }) { - return ; + return ; } export default IconBrandSteam; \ No newline at end of file diff --git a/icons-react/icons-js/brand-ubuntu.js b/icons-react/icons-js/brand-ubuntu.js new file mode 100644 index 00000000..29553ee8 --- /dev/null +++ b/icons-react/icons-js/brand-ubuntu.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandUbuntu({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandUbuntu; \ No newline at end of file diff --git a/icons-react/icons-js/checkup-list.js b/icons-react/icons-js/checkup-list.js new file mode 100644 index 00000000..63049163 --- /dev/null +++ b/icons-react/icons-js/checkup-list.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCheckupList({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCheckupList; \ No newline at end of file diff --git a/icons-react/icons-js/circle-2.js b/icons-react/icons-js/circle-2.js index 77a1526d..fd8b66e4 100644 --- a/icons-react/icons-js/circle-2.js +++ b/icons-react/icons-js/circle-2.js @@ -6,7 +6,7 @@ function IconCircle2({ stroke = 2, ...props }) { - return ; + return ; } export default IconCircle2; \ No newline at end of file diff --git a/icons-react/icons-js/crutches.js b/icons-react/icons-js/crutches.js new file mode 100644 index 00000000..7f848e7e --- /dev/null +++ b/icons-react/icons-js/crutches.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCrutches({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCrutches; \ No newline at end of file diff --git a/icons-react/icons-js/device-computer-camera-off.js b/icons-react/icons-js/device-computer-camera-off.js index c9f21e33..888f3a11 100644 --- a/icons-react/icons-js/device-computer-camera-off.js +++ b/icons-react/icons-js/device-computer-camera-off.js @@ -6,7 +6,7 @@ function IconDeviceComputerCameraOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconDeviceComputerCameraOff; \ No newline at end of file diff --git a/icons-react/icons-js/dna-2.js b/icons-react/icons-js/dna-2.js new file mode 100644 index 00000000..7bce91c6 --- /dev/null +++ b/icons-react/icons-js/dna-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDna2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDna2; \ No newline at end of file diff --git a/icons-react/icons-js/emergency-bed.js b/icons-react/icons-js/emergency-bed.js new file mode 100644 index 00000000..06b48728 --- /dev/null +++ b/icons-react/icons-js/emergency-bed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEmergencyBed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEmergencyBed; \ No newline at end of file diff --git a/icons-react/icons-js/eye-table.js b/icons-react/icons-js/eye-table.js new file mode 100644 index 00000000..f9d8b4e2 --- /dev/null +++ b/icons-react/icons-js/eye-table.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEyeTable({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEyeTable; \ No newline at end of file diff --git a/icons-react/icons-js/first-aid-kit.js b/icons-react/icons-js/first-aid-kit.js new file mode 100644 index 00000000..4ecfae37 --- /dev/null +++ b/icons-react/icons-js/first-aid-kit.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFirstAidKit({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFirstAidKit; \ No newline at end of file diff --git a/icons-react/icons-js/flask-2.js b/icons-react/icons-js/flask-2.js new file mode 100644 index 00000000..de5d1fd5 --- /dev/null +++ b/icons-react/icons-js/flask-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFlask2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFlask2; \ No newline at end of file diff --git a/icons-react/icons-js/glass-full.js b/icons-react/icons-js/glass-full.js index 8512d40a..56459813 100644 --- a/icons-react/icons-js/glass-full.js +++ b/icons-react/icons-js/glass-full.js @@ -6,7 +6,7 @@ function IconGlassFull({ stroke = 2, ...props }) { - return ; + return ; } export default IconGlassFull; \ No newline at end of file diff --git a/icons-react/icons-js/h-2.js b/icons-react/icons-js/h-2.js index 9b0fb63e..0698ff07 100644 --- a/icons-react/icons-js/h-2.js +++ b/icons-react/icons-js/h-2.js @@ -6,7 +6,7 @@ function IconH2({ stroke = 2, ...props }) { - return ; + return ; } export default IconH2; \ No newline at end of file diff --git a/icons-react/icons-js/hand-move.js b/icons-react/icons-js/hand-move.js index 29d35f1c..e7ad6881 100644 --- a/icons-react/icons-js/hand-move.js +++ b/icons-react/icons-js/hand-move.js @@ -6,7 +6,7 @@ function IconHandMove({ stroke = 2, ...props }) { - return ; + return ; } export default IconHandMove; \ No newline at end of file diff --git a/icons-react/icons-js/heart-rate-monitor.js b/icons-react/icons-js/heart-rate-monitor.js new file mode 100644 index 00000000..2ada16f4 --- /dev/null +++ b/icons-react/icons-js/heart-rate-monitor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHeartRateMonitor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHeartRateMonitor; \ No newline at end of file diff --git a/icons-react/icons-js/ice-cream-2.js b/icons-react/icons-js/ice-cream-2.js index 183e6323..0b7e2cb6 100644 --- a/icons-react/icons-js/ice-cream-2.js +++ b/icons-react/icons-js/ice-cream-2.js @@ -6,7 +6,7 @@ function IconIceCream2({ stroke = 2, ...props }) { - return ; + return ; } export default IconIceCream2; \ No newline at end of file diff --git a/icons-react/icons-js/lungs.js b/icons-react/icons-js/lungs.js new file mode 100644 index 00000000..fc0ca5df --- /dev/null +++ b/icons-react/icons-js/lungs.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLungs({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLungs; \ No newline at end of file diff --git a/icons-react/icons-js/medicine-syrup.js b/icons-react/icons-js/medicine-syrup.js new file mode 100644 index 00000000..9a3b949d --- /dev/null +++ b/icons-react/icons-js/medicine-syrup.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMedicineSyrup({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMedicineSyrup; \ No newline at end of file diff --git a/icons-react/icons-js/microscope.js b/icons-react/icons-js/microscope.js new file mode 100644 index 00000000..61d1c964 --- /dev/null +++ b/icons-react/icons-js/microscope.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicroscope({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMicroscope; \ No newline at end of file diff --git a/icons-react/icons-js/multiplier-2x.js b/icons-react/icons-js/multiplier-2x.js index 0c0b870b..6211d120 100644 --- a/icons-react/icons-js/multiplier-2x.js +++ b/icons-react/icons-js/multiplier-2x.js @@ -6,7 +6,7 @@ function IconMultiplier2x({ stroke = 2, ...props }) { - return ; + return ; } export default IconMultiplier2x; \ No newline at end of file diff --git a/icons-react/icons-js/nurse.js b/icons-react/icons-js/nurse.js new file mode 100644 index 00000000..45c9a658 --- /dev/null +++ b/icons-react/icons-js/nurse.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNurse({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNurse; \ No newline at end of file diff --git a/icons-react/icons-js/pig.js b/icons-react/icons-js/pig.js index b8075250..0fc9fee6 100644 --- a/icons-react/icons-js/pig.js +++ b/icons-react/icons-js/pig.js @@ -6,7 +6,7 @@ function IconPig({ stroke = 2, ...props }) { - return ; + return ; } export default IconPig; \ No newline at end of file diff --git a/icons-react/icons-js/pills.js b/icons-react/icons-js/pills.js new file mode 100644 index 00000000..df8f9ddd --- /dev/null +++ b/icons-react/icons-js/pills.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPills({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPills; \ No newline at end of file diff --git a/icons-react/icons-js/square-2.js b/icons-react/icons-js/square-2.js index 2faf36c5..ca4f5419 100644 --- a/icons-react/icons-js/square-2.js +++ b/icons-react/icons-js/square-2.js @@ -6,7 +6,7 @@ function IconSquare2({ stroke = 2, ...props }) { - return ; + return ; } export default IconSquare2; \ No newline at end of file diff --git a/icons-react/icons-js/thermometer.js b/icons-react/icons-js/thermometer.js new file mode 100644 index 00000000..7286ca0d --- /dev/null +++ b/icons-react/icons-js/thermometer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconThermometer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconThermometer; \ No newline at end of file diff --git a/icons-react/icons-js/tree.js b/icons-react/icons-js/tree.js index d784ffd5..17288cf9 100644 --- a/icons-react/icons-js/tree.js +++ b/icons-react/icons-js/tree.js @@ -6,7 +6,7 @@ function IconTree({ stroke = 2, ...props }) { - return ; + return ; } export default IconTree; \ No newline at end of file diff --git a/icons-react/icons-js/trees.js b/icons-react/icons-js/trees.js index 495019ab..4d7f90a4 100644 --- a/icons-react/icons-js/trees.js +++ b/icons-react/icons-js/trees.js @@ -6,7 +6,7 @@ function IconTrees({ stroke = 2, ...props }) { - return ; + return ; } export default IconTrees; \ No newline at end of file diff --git a/icons-react/icons-js/user-circle.js b/icons-react/icons-js/user-circle.js new file mode 100644 index 00000000..a634c8f1 --- /dev/null +++ b/icons-react/icons-js/user-circle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconUserCircle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconUserCircle; \ No newline at end of file diff --git a/icons-react/icons-js/vaccine-bottle.js b/icons-react/icons-js/vaccine-bottle.js new file mode 100644 index 00000000..8d26a4b4 --- /dev/null +++ b/icons-react/icons-js/vaccine-bottle.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconVaccineBottle({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconVaccineBottle; \ No newline at end of file -- cgit v1.2.1