From 0e7809ea505afd6f6aee83cb2642d437cbca4714 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 30 Mar 2022 01:30:45 +0200 Subject: Release 1.60.0 --- icons-react/icons-js/bluetooth-x.js | 12 ++++++++++++ icons-react/icons-js/building-factory-2.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-1.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-2.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-3.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-4.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-5.js | 12 ++++++++++++ icons-react/icons-js/cell-signal-off.js | 12 ++++++++++++ icons-react/icons-js/clipboard-text.js | 12 ++++++++++++ icons-react/icons-js/currency-baht.js | 12 ++++++++++++ icons-react/icons-js/dice-1.js | 12 ++++++++++++ icons-react/icons-js/dice-2.js | 12 ++++++++++++ icons-react/icons-js/dice-3.js | 12 ++++++++++++ icons-react/icons-js/dice-4.js | 12 ++++++++++++ icons-react/icons-js/dice-5.js | 12 ++++++++++++ icons-react/icons-js/dice-6.js | 12 ++++++++++++ icons-react/icons-js/hand-grab.js | 12 ++++++++++++ icons-react/icons-js/hourglass-high.js | 12 ++++++++++++ icons-react/icons-js/hourglass-low.js | 12 ++++++++++++ 19 files changed, 228 insertions(+) create mode 100644 icons-react/icons-js/bluetooth-x.js create mode 100644 icons-react/icons-js/building-factory-2.js create mode 100644 icons-react/icons-js/cell-signal-1.js create mode 100644 icons-react/icons-js/cell-signal-2.js create mode 100644 icons-react/icons-js/cell-signal-3.js create mode 100644 icons-react/icons-js/cell-signal-4.js create mode 100644 icons-react/icons-js/cell-signal-5.js create mode 100644 icons-react/icons-js/cell-signal-off.js create mode 100644 icons-react/icons-js/clipboard-text.js create mode 100644 icons-react/icons-js/currency-baht.js create mode 100644 icons-react/icons-js/dice-1.js create mode 100644 icons-react/icons-js/dice-2.js create mode 100644 icons-react/icons-js/dice-3.js create mode 100644 icons-react/icons-js/dice-4.js create mode 100644 icons-react/icons-js/dice-5.js create mode 100644 icons-react/icons-js/dice-6.js create mode 100644 icons-react/icons-js/hand-grab.js create mode 100644 icons-react/icons-js/hourglass-high.js create mode 100644 icons-react/icons-js/hourglass-low.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/bluetooth-x.js b/icons-react/icons-js/bluetooth-x.js new file mode 100644 index 00000000..6df843d1 --- /dev/null +++ b/icons-react/icons-js/bluetooth-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBluetoothX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBluetoothX; \ No newline at end of file diff --git a/icons-react/icons-js/building-factory-2.js b/icons-react/icons-js/building-factory-2.js new file mode 100644 index 00000000..437ac787 --- /dev/null +++ b/icons-react/icons-js/building-factory-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBuildingFactory2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBuildingFactory2; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-1.js b/icons-react/icons-js/cell-signal-1.js new file mode 100644 index 00000000..a78c019b --- /dev/null +++ b/icons-react/icons-js/cell-signal-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignal1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignal1; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-2.js b/icons-react/icons-js/cell-signal-2.js new file mode 100644 index 00000000..e6291fe7 --- /dev/null +++ b/icons-react/icons-js/cell-signal-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignal2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignal2; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-3.js b/icons-react/icons-js/cell-signal-3.js new file mode 100644 index 00000000..764d5340 --- /dev/null +++ b/icons-react/icons-js/cell-signal-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignal3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignal3; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-4.js b/icons-react/icons-js/cell-signal-4.js new file mode 100644 index 00000000..6b27cb8a --- /dev/null +++ b/icons-react/icons-js/cell-signal-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignal4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignal4; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-5.js b/icons-react/icons-js/cell-signal-5.js new file mode 100644 index 00000000..336a2c6f --- /dev/null +++ b/icons-react/icons-js/cell-signal-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignal5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignal5; \ No newline at end of file diff --git a/icons-react/icons-js/cell-signal-off.js b/icons-react/icons-js/cell-signal-off.js new file mode 100644 index 00000000..9651211e --- /dev/null +++ b/icons-react/icons-js/cell-signal-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCellSignalOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCellSignalOff; \ No newline at end of file diff --git a/icons-react/icons-js/clipboard-text.js b/icons-react/icons-js/clipboard-text.js new file mode 100644 index 00000000..67acb398 --- /dev/null +++ b/icons-react/icons-js/clipboard-text.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconClipboardText({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconClipboardText; \ No newline at end of file diff --git a/icons-react/icons-js/currency-baht.js b/icons-react/icons-js/currency-baht.js new file mode 100644 index 00000000..d93696de --- /dev/null +++ b/icons-react/icons-js/currency-baht.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconCurrencyBaht({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconCurrencyBaht; \ No newline at end of file diff --git a/icons-react/icons-js/dice-1.js b/icons-react/icons-js/dice-1.js new file mode 100644 index 00000000..1faa1807 --- /dev/null +++ b/icons-react/icons-js/dice-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice1; \ No newline at end of file diff --git a/icons-react/icons-js/dice-2.js b/icons-react/icons-js/dice-2.js new file mode 100644 index 00000000..7c30b51a --- /dev/null +++ b/icons-react/icons-js/dice-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice2; \ No newline at end of file diff --git a/icons-react/icons-js/dice-3.js b/icons-react/icons-js/dice-3.js new file mode 100644 index 00000000..93f5e116 --- /dev/null +++ b/icons-react/icons-js/dice-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice3; \ No newline at end of file diff --git a/icons-react/icons-js/dice-4.js b/icons-react/icons-js/dice-4.js new file mode 100644 index 00000000..07dbb977 --- /dev/null +++ b/icons-react/icons-js/dice-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice4; \ No newline at end of file diff --git a/icons-react/icons-js/dice-5.js b/icons-react/icons-js/dice-5.js new file mode 100644 index 00000000..00a9b4de --- /dev/null +++ b/icons-react/icons-js/dice-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice5; \ No newline at end of file diff --git a/icons-react/icons-js/dice-6.js b/icons-react/icons-js/dice-6.js new file mode 100644 index 00000000..53183bb7 --- /dev/null +++ b/icons-react/icons-js/dice-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDice6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDice6; \ No newline at end of file diff --git a/icons-react/icons-js/hand-grab.js b/icons-react/icons-js/hand-grab.js new file mode 100644 index 00000000..2651823f --- /dev/null +++ b/icons-react/icons-js/hand-grab.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHandGrab({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHandGrab; \ No newline at end of file diff --git a/icons-react/icons-js/hourglass-high.js b/icons-react/icons-js/hourglass-high.js new file mode 100644 index 00000000..da48037e --- /dev/null +++ b/icons-react/icons-js/hourglass-high.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHourglassHigh({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHourglassHigh; \ No newline at end of file diff --git a/icons-react/icons-js/hourglass-low.js b/icons-react/icons-js/hourglass-low.js new file mode 100644 index 00000000..d95d9a49 --- /dev/null +++ b/icons-react/icons-js/hourglass-low.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHourglassLow({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHourglassLow; \ No newline at end of file -- cgit v1.2.1