From a3e21c1343ff6a3f5ca5ab6f2973761f350ffe25 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 11 Dec 2020 13:42:20 +0100 Subject: Release 1.38.0 --- icons-react/icons-js/credit-card-off.js | 2 +- icons-react/icons-js/file-info.js | 12 ++++++++++++ icons-react/icons-js/file-report.js | 12 ++++++++++++ icons-react/icons-js/files-off.js | 12 ++++++++++++ icons-react/icons-js/files.js | 12 ++++++++++++ icons-react/icons-js/layout-grid-add.js | 2 +- icons-react/icons-js/number-0.js | 12 ++++++++++++ icons-react/icons-js/number-1.js | 12 ++++++++++++ icons-react/icons-js/number-2.js | 12 ++++++++++++ icons-react/icons-js/number-3.js | 12 ++++++++++++ icons-react/icons-js/number-4.js | 12 ++++++++++++ icons-react/icons-js/number-5.js | 12 ++++++++++++ icons-react/icons-js/number-6.js | 12 ++++++++++++ icons-react/icons-js/number-7.js | 12 ++++++++++++ icons-react/icons-js/number-8.js | 12 ++++++++++++ icons-react/icons-js/number-9.js | 12 ++++++++++++ icons-react/icons-js/receipt-2.js | 12 ++++++++++++ icons-react/icons-js/receipt-off.js | 12 ++++++++++++ icons-react/icons-js/receipt-refund.js | 12 ++++++++++++ icons-react/icons-js/receipt.js | 12 ++++++++++++ 20 files changed, 218 insertions(+), 2 deletions(-) create mode 100644 icons-react/icons-js/file-info.js create mode 100644 icons-react/icons-js/file-report.js create mode 100644 icons-react/icons-js/files-off.js create mode 100644 icons-react/icons-js/files.js create mode 100644 icons-react/icons-js/number-0.js create mode 100644 icons-react/icons-js/number-1.js create mode 100644 icons-react/icons-js/number-2.js create mode 100644 icons-react/icons-js/number-3.js create mode 100644 icons-react/icons-js/number-4.js create mode 100644 icons-react/icons-js/number-5.js create mode 100644 icons-react/icons-js/number-6.js create mode 100644 icons-react/icons-js/number-7.js create mode 100644 icons-react/icons-js/number-8.js create mode 100644 icons-react/icons-js/number-9.js create mode 100644 icons-react/icons-js/receipt-2.js create mode 100644 icons-react/icons-js/receipt-off.js create mode 100644 icons-react/icons-js/receipt-refund.js create mode 100644 icons-react/icons-js/receipt.js (limited to 'icons-react/icons-js') diff --git a/icons-react/icons-js/credit-card-off.js b/icons-react/icons-js/credit-card-off.js index 8981d618..a51f8d7c 100644 --- a/icons-react/icons-js/credit-card-off.js +++ b/icons-react/icons-js/credit-card-off.js @@ -6,7 +6,7 @@ function IconCreditCardOff({ stroke = 2, ...props }) { - return ; + return ; } export default IconCreditCardOff; \ No newline at end of file diff --git a/icons-react/icons-js/file-info.js b/icons-react/icons-js/file-info.js new file mode 100644 index 00000000..2225b52c --- /dev/null +++ b/icons-react/icons-js/file-info.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileInfo({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileInfo; \ No newline at end of file diff --git a/icons-react/icons-js/file-report.js b/icons-react/icons-js/file-report.js new file mode 100644 index 00000000..f60041a3 --- /dev/null +++ b/icons-react/icons-js/file-report.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFileReport({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFileReport; \ No newline at end of file diff --git a/icons-react/icons-js/files-off.js b/icons-react/icons-js/files-off.js new file mode 100644 index 00000000..103cadb5 --- /dev/null +++ b/icons-react/icons-js/files-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFilesOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFilesOff; \ No newline at end of file diff --git a/icons-react/icons-js/files.js b/icons-react/icons-js/files.js new file mode 100644 index 00000000..9fd440bb --- /dev/null +++ b/icons-react/icons-js/files.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconFiles({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconFiles; \ No newline at end of file diff --git a/icons-react/icons-js/layout-grid-add.js b/icons-react/icons-js/layout-grid-add.js index a17f363f..ba0cadb3 100644 --- a/icons-react/icons-js/layout-grid-add.js +++ b/icons-react/icons-js/layout-grid-add.js @@ -6,7 +6,7 @@ function IconLayoutGridAdd({ stroke = 2, ...props }) { - return ; + return ; } export default IconLayoutGridAdd; \ No newline at end of file diff --git a/icons-react/icons-js/number-0.js b/icons-react/icons-js/number-0.js new file mode 100644 index 00000000..6c15ba0f --- /dev/null +++ b/icons-react/icons-js/number-0.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber0({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber0; \ No newline at end of file diff --git a/icons-react/icons-js/number-1.js b/icons-react/icons-js/number-1.js new file mode 100644 index 00000000..20dec997 --- /dev/null +++ b/icons-react/icons-js/number-1.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber1({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber1; \ No newline at end of file diff --git a/icons-react/icons-js/number-2.js b/icons-react/icons-js/number-2.js new file mode 100644 index 00000000..08b3523d --- /dev/null +++ b/icons-react/icons-js/number-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber2; \ No newline at end of file diff --git a/icons-react/icons-js/number-3.js b/icons-react/icons-js/number-3.js new file mode 100644 index 00000000..4ca4f476 --- /dev/null +++ b/icons-react/icons-js/number-3.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber3({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber3; \ No newline at end of file diff --git a/icons-react/icons-js/number-4.js b/icons-react/icons-js/number-4.js new file mode 100644 index 00000000..f8ecf16a --- /dev/null +++ b/icons-react/icons-js/number-4.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber4({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber4; \ No newline at end of file diff --git a/icons-react/icons-js/number-5.js b/icons-react/icons-js/number-5.js new file mode 100644 index 00000000..805e2b9a --- /dev/null +++ b/icons-react/icons-js/number-5.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber5({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber5; \ No newline at end of file diff --git a/icons-react/icons-js/number-6.js b/icons-react/icons-js/number-6.js new file mode 100644 index 00000000..13e22d59 --- /dev/null +++ b/icons-react/icons-js/number-6.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber6({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber6; \ No newline at end of file diff --git a/icons-react/icons-js/number-7.js b/icons-react/icons-js/number-7.js new file mode 100644 index 00000000..5a2b9f11 --- /dev/null +++ b/icons-react/icons-js/number-7.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber7({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber7; \ No newline at end of file diff --git a/icons-react/icons-js/number-8.js b/icons-react/icons-js/number-8.js new file mode 100644 index 00000000..4c66dd05 --- /dev/null +++ b/icons-react/icons-js/number-8.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber8({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber8; \ No newline at end of file diff --git a/icons-react/icons-js/number-9.js b/icons-react/icons-js/number-9.js new file mode 100644 index 00000000..7684cf0f --- /dev/null +++ b/icons-react/icons-js/number-9.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNumber9({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNumber9; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-2.js b/icons-react/icons-js/receipt-2.js new file mode 100644 index 00000000..26c5d75b --- /dev/null +++ b/icons-react/icons-js/receipt-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceipt2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceipt2; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-off.js b/icons-react/icons-js/receipt-off.js new file mode 100644 index 00000000..abd91cf2 --- /dev/null +++ b/icons-react/icons-js/receipt-off.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptOff({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceiptOff; \ No newline at end of file diff --git a/icons-react/icons-js/receipt-refund.js b/icons-react/icons-js/receipt-refund.js new file mode 100644 index 00000000..7e7d0656 --- /dev/null +++ b/icons-react/icons-js/receipt-refund.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceiptRefund({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceiptRefund; \ No newline at end of file diff --git a/icons-react/icons-js/receipt.js b/icons-react/icons-js/receipt.js new file mode 100644 index 00000000..58a5d235 --- /dev/null +++ b/icons-react/icons-js/receipt.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReceipt({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReceipt; \ No newline at end of file -- cgit v1.2.1