From ec765512055501df9acdd8ddbb260a80416a8661 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 10 Jul 2022 12:23:02 +0200 Subject: Release 1.74.0 --- icons-react/icons-js/arrow-merge-both.js | 12 ++++++++++++ icons-react/icons-js/arrow-merge-left.js | 12 ++++++++++++ icons-react/icons-js/arrow-merge-right.js | 12 ++++++++++++ icons-react/icons-js/garden-cart.js | 12 ++++++++++++ icons-react/icons-js/ground.js | 12 ++++++++++++ icons-react/icons-js/logic-and.js | 12 ++++++++++++ icons-react/icons-js/logic-buffer.js | 12 ++++++++++++ icons-react/icons-js/logic-nand.js | 12 ++++++++++++ icons-react/icons-js/logic-nor.js | 12 ++++++++++++ icons-react/icons-js/logic-not.js | 12 ++++++++++++ icons-react/icons-js/logic-or.js | 12 ++++++++++++ icons-react/icons-js/logic-xnor.js | 12 ++++++++++++ icons-react/icons-js/logic-xor.js | 12 ++++++++++++ icons-react/icons-js/microwave.js | 12 ++++++++++++ icons-react/icons-js/outbound.js | 12 ++++++++++++ icons-react/icons-js/sos.js | 12 ++++++++++++ icons-react/icons-js/steam.js | 12 ++++++++++++ icons-react/icons-js/storm.js | 12 ++++++++++++ icons-react/index.d.ts | 18 ++++++++++++++++++ icons-react/index.js | 18 ++++++++++++++++++ 20 files changed, 252 insertions(+) create mode 100644 icons-react/icons-js/arrow-merge-both.js create mode 100644 icons-react/icons-js/arrow-merge-left.js create mode 100644 icons-react/icons-js/arrow-merge-right.js create mode 100644 icons-react/icons-js/garden-cart.js create mode 100644 icons-react/icons-js/ground.js create mode 100644 icons-react/icons-js/logic-and.js create mode 100644 icons-react/icons-js/logic-buffer.js create mode 100644 icons-react/icons-js/logic-nand.js create mode 100644 icons-react/icons-js/logic-nor.js create mode 100644 icons-react/icons-js/logic-not.js create mode 100644 icons-react/icons-js/logic-or.js create mode 100644 icons-react/icons-js/logic-xnor.js create mode 100644 icons-react/icons-js/logic-xor.js create mode 100644 icons-react/icons-js/microwave.js create mode 100644 icons-react/icons-js/outbound.js create mode 100644 icons-react/icons-js/sos.js create mode 100644 icons-react/icons-js/steam.js create mode 100644 icons-react/icons-js/storm.js (limited to 'icons-react') diff --git a/icons-react/icons-js/arrow-merge-both.js b/icons-react/icons-js/arrow-merge-both.js new file mode 100644 index 00000000..c6a4dd25 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-both.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeBoth({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeBoth; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-merge-left.js b/icons-react/icons-js/arrow-merge-left.js new file mode 100644 index 00000000..08bf9514 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-left.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeLeft({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeLeft; \ No newline at end of file diff --git a/icons-react/icons-js/arrow-merge-right.js b/icons-react/icons-js/arrow-merge-right.js new file mode 100644 index 00000000..d8e23bf1 --- /dev/null +++ b/icons-react/icons-js/arrow-merge-right.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowMergeRight({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowMergeRight; \ No newline at end of file diff --git a/icons-react/icons-js/garden-cart.js b/icons-react/icons-js/garden-cart.js new file mode 100644 index 00000000..3a76c486 --- /dev/null +++ b/icons-react/icons-js/garden-cart.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGardenCart({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGardenCart; \ No newline at end of file diff --git a/icons-react/icons-js/ground.js b/icons-react/icons-js/ground.js new file mode 100644 index 00000000..65fbe1fc --- /dev/null +++ b/icons-react/icons-js/ground.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGround({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGround; \ No newline at end of file diff --git a/icons-react/icons-js/logic-and.js b/icons-react/icons-js/logic-and.js new file mode 100644 index 00000000..43b62296 --- /dev/null +++ b/icons-react/icons-js/logic-and.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicAnd({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicAnd; \ No newline at end of file diff --git a/icons-react/icons-js/logic-buffer.js b/icons-react/icons-js/logic-buffer.js new file mode 100644 index 00000000..a9e41bef --- /dev/null +++ b/icons-react/icons-js/logic-buffer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicBuffer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicBuffer; \ No newline at end of file diff --git a/icons-react/icons-js/logic-nand.js b/icons-react/icons-js/logic-nand.js new file mode 100644 index 00000000..ec2a0948 --- /dev/null +++ b/icons-react/icons-js/logic-nand.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNand({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNand; \ No newline at end of file diff --git a/icons-react/icons-js/logic-nor.js b/icons-react/icons-js/logic-nor.js new file mode 100644 index 00000000..cd7749c5 --- /dev/null +++ b/icons-react/icons-js/logic-nor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNor; \ No newline at end of file diff --git a/icons-react/icons-js/logic-not.js b/icons-react/icons-js/logic-not.js new file mode 100644 index 00000000..632de58c --- /dev/null +++ b/icons-react/icons-js/logic-not.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicNot({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicNot; \ No newline at end of file diff --git a/icons-react/icons-js/logic-or.js b/icons-react/icons-js/logic-or.js new file mode 100644 index 00000000..01d95bb2 --- /dev/null +++ b/icons-react/icons-js/logic-or.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicOr({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicOr; \ No newline at end of file diff --git a/icons-react/icons-js/logic-xnor.js b/icons-react/icons-js/logic-xnor.js new file mode 100644 index 00000000..d13a71b8 --- /dev/null +++ b/icons-react/icons-js/logic-xnor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicXnor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicXnor; \ No newline at end of file diff --git a/icons-react/icons-js/logic-xor.js b/icons-react/icons-js/logic-xor.js new file mode 100644 index 00000000..2c894317 --- /dev/null +++ b/icons-react/icons-js/logic-xor.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLogicXor({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLogicXor; \ No newline at end of file diff --git a/icons-react/icons-js/microwave.js b/icons-react/icons-js/microwave.js new file mode 100644 index 00000000..a595f14b --- /dev/null +++ b/icons-react/icons-js/microwave.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMicrowave({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMicrowave; \ No newline at end of file diff --git a/icons-react/icons-js/outbound.js b/icons-react/icons-js/outbound.js new file mode 100644 index 00000000..380ae9ce --- /dev/null +++ b/icons-react/icons-js/outbound.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconOutbound({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconOutbound; \ No newline at end of file diff --git a/icons-react/icons-js/sos.js b/icons-react/icons-js/sos.js new file mode 100644 index 00000000..728ccf0b --- /dev/null +++ b/icons-react/icons-js/sos.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSos({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSos; \ No newline at end of file diff --git a/icons-react/icons-js/steam.js b/icons-react/icons-js/steam.js new file mode 100644 index 00000000..57e8658e --- /dev/null +++ b/icons-react/icons-js/steam.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconSteam({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconSteam; \ No newline at end of file diff --git a/icons-react/icons-js/storm.js b/icons-react/icons-js/storm.js new file mode 100644 index 00000000..244bc6c9 --- /dev/null +++ b/icons-react/icons-js/storm.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconStorm({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconStorm; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 5f0a61bd..b8e94342 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -124,6 +124,9 @@ export const IconArrowLoopLeft2: TablerIcon; export const IconArrowLoopLeft: TablerIcon; export const IconArrowLoopRight2: TablerIcon; export const IconArrowLoopRight: TablerIcon; +export const IconArrowMergeBoth: TablerIcon; +export const IconArrowMergeLeft: TablerIcon; +export const IconArrowMergeRight: TablerIcon; export const IconArrowMerge: TablerIcon; export const IconArrowNarrowDown: TablerIcon; export const IconArrowNarrowLeft: TablerIcon; @@ -1072,6 +1075,7 @@ export const IconFridge: TablerIcon; export const IconFriendsOff: TablerIcon; export const IconFriends: TablerIcon; export const IconFunction: TablerIcon; +export const IconGardenCart: TablerIcon; export const IconGasStationOff: TablerIcon; export const IconGasStation: TablerIcon; export const IconGaugeOff: TablerIcon; @@ -1122,6 +1126,7 @@ export const IconGrillOff: TablerIcon; export const IconGrill: TablerIcon; export const IconGripHorizontal: TablerIcon; export const IconGripVertical: TablerIcon; +export const IconGround: TablerIcon; export const IconGrowth: TablerIcon; export const IconH1: TablerIcon; export const IconH2: TablerIcon; @@ -1324,6 +1329,14 @@ export const IconLockOpenOff: TablerIcon; export const IconLockOpen: TablerIcon; export const IconLockSquare: TablerIcon; export const IconLock: TablerIcon; +export const IconLogicAnd: TablerIcon; +export const IconLogicBuffer: TablerIcon; +export const IconLogicNand: TablerIcon; +export const IconLogicNor: TablerIcon; +export const IconLogicNot: TablerIcon; +export const IconLogicOr: TablerIcon; +export const IconLogicXnor: TablerIcon; +export const IconLogicXor: TablerIcon; export const IconLogin: TablerIcon; export const IconLogout: TablerIcon; export const IconLollipopOff: TablerIcon; @@ -1396,6 +1409,7 @@ export const IconMicrophone2: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMicroscope: TablerIcon; +export const IconMicrowave: TablerIcon; export const IconMilitaryAward: TablerIcon; export const IconMilitaryRank: TablerIcon; export const IconMilk: TablerIcon; @@ -1473,6 +1487,7 @@ export const IconOctagon: TablerIcon; export const IconOld: TablerIcon; export const IconOlympics: TablerIcon; export const IconOmega: TablerIcon; +export const IconOutbound: TablerIcon; export const IconOutlet: TablerIcon; export const IconOvalVertical: TablerIcon; export const IconOval: TablerIcon; @@ -1775,6 +1790,7 @@ export const IconSortDescending2: TablerIcon; export const IconSortDescendingLetters: TablerIcon; export const IconSortDescendingNumbers: TablerIcon; export const IconSortDescending: TablerIcon; +export const IconSos: TablerIcon; export const IconSoup: TablerIcon; export const IconSpaceOff: TablerIcon; export const IconSpace: TablerIcon; @@ -1828,11 +1844,13 @@ export const IconStarHalf: TablerIcon; export const IconStarOff: TablerIcon; export const IconStar: TablerIcon; export const IconStars: TablerIcon; +export const IconSteam: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; export const IconStethoscope: TablerIcon; export const IconSticker: TablerIcon; +export const IconStorm: TablerIcon; export const IconStrikethrough: TablerIcon; export const IconSubmarine: TablerIcon; export const IconSubscript: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 320db045..1a71fb83 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -118,6 +118,9 @@ export { default as IconArrowLoopLeft2 } from './icons-js/arrow-loop-left-2.js'; export { default as IconArrowLoopLeft } from './icons-js/arrow-loop-left.js'; export { default as IconArrowLoopRight2 } from './icons-js/arrow-loop-right-2.js'; export { default as IconArrowLoopRight } from './icons-js/arrow-loop-right.js'; +export { default as IconArrowMergeBoth } from './icons-js/arrow-merge-both.js'; +export { default as IconArrowMergeLeft } from './icons-js/arrow-merge-left.js'; +export { default as IconArrowMergeRight } from './icons-js/arrow-merge-right.js'; export { default as IconArrowMerge } from './icons-js/arrow-merge.js'; export { default as IconArrowNarrowDown } from './icons-js/arrow-narrow-down.js'; export { default as IconArrowNarrowLeft } from './icons-js/arrow-narrow-left.js'; @@ -1066,6 +1069,7 @@ export { default as IconFridge } from './icons-js/fridge.js'; export { default as IconFriendsOff } from './icons-js/friends-off.js'; export { default as IconFriends } from './icons-js/friends.js'; export { default as IconFunction } from './icons-js/function.js'; +export { default as IconGardenCart } from './icons-js/garden-cart.js'; export { default as IconGasStationOff } from './icons-js/gas-station-off.js'; export { default as IconGasStation } from './icons-js/gas-station.js'; export { default as IconGaugeOff } from './icons-js/gauge-off.js'; @@ -1116,6 +1120,7 @@ export { default as IconGrillOff } from './icons-js/grill-off.js'; export { default as IconGrill } from './icons-js/grill.js'; export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js'; export { default as IconGripVertical } from './icons-js/grip-vertical.js'; +export { default as IconGround } from './icons-js/ground.js'; export { default as IconGrowth } from './icons-js/growth.js'; export { default as IconH1 } from './icons-js/h-1.js'; export { default as IconH2 } from './icons-js/h-2.js'; @@ -1318,6 +1323,14 @@ export { default as IconLockOpenOff } from './icons-js/lock-open-off.js'; export { default as IconLockOpen } from './icons-js/lock-open.js'; export { default as IconLockSquare } from './icons-js/lock-square.js'; export { default as IconLock } from './icons-js/lock.js'; +export { default as IconLogicAnd } from './icons-js/logic-and.js'; +export { default as IconLogicBuffer } from './icons-js/logic-buffer.js'; +export { default as IconLogicNand } from './icons-js/logic-nand.js'; +export { default as IconLogicNor } from './icons-js/logic-nor.js'; +export { default as IconLogicNot } from './icons-js/logic-not.js'; +export { default as IconLogicOr } from './icons-js/logic-or.js'; +export { default as IconLogicXnor } from './icons-js/logic-xnor.js'; +export { default as IconLogicXor } from './icons-js/logic-xor.js'; export { default as IconLogin } from './icons-js/login.js'; export { default as IconLogout } from './icons-js/logout.js'; export { default as IconLollipopOff } from './icons-js/lollipop-off.js'; @@ -1390,6 +1403,7 @@ export { default as IconMicrophone2 } from './icons-js/microphone-2.js'; export { default as IconMicrophoneOff } from './icons-js/microphone-off.js'; export { default as IconMicrophone } from './icons-js/microphone.js'; export { default as IconMicroscope } from './icons-js/microscope.js'; +export { default as IconMicrowave } from './icons-js/microwave.js'; export { default as IconMilitaryAward } from './icons-js/military-award.js'; export { default as IconMilitaryRank } from './icons-js/military-rank.js'; export { default as IconMilk } from './icons-js/milk.js'; @@ -1467,6 +1481,7 @@ export { default as IconOctagon } from './icons-js/octagon.js'; export { default as IconOld } from './icons-js/old.js'; export { default as IconOlympics } from './icons-js/olympics.js'; export { default as IconOmega } from './icons-js/omega.js'; +export { default as IconOutbound } from './icons-js/outbound.js'; export { default as IconOutlet } from './icons-js/outlet.js'; export { default as IconOvalVertical } from './icons-js/oval-vertical.js'; export { default as IconOval } from './icons-js/oval.js'; @@ -1769,6 +1784,7 @@ export { default as IconSortDescending2 } from './icons-js/sort-descending-2.js' export { default as IconSortDescendingLetters } from './icons-js/sort-descending-letters.js'; export { default as IconSortDescendingNumbers } from './icons-js/sort-descending-numbers.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; +export { default as IconSos } from './icons-js/sos.js'; export { default as IconSoup } from './icons-js/soup.js'; export { default as IconSpaceOff } from './icons-js/space-off.js'; export { default as IconSpace } from './icons-js/space.js'; @@ -1822,11 +1838,13 @@ export { default as IconStarHalf } from './icons-js/star-half.js'; export { default as IconStarOff } from './icons-js/star-off.js'; export { default as IconStar } from './icons-js/star.js'; export { default as IconStars } from './icons-js/stars.js'; +export { default as IconSteam } from './icons-js/steam.js'; export { default as IconSteeringWheel } from './icons-js/steering-wheel.js'; export { default as IconStepInto } from './icons-js/step-into.js'; export { default as IconStepOut } from './icons-js/step-out.js'; export { default as IconStethoscope } from './icons-js/stethoscope.js'; export { default as IconSticker } from './icons-js/sticker.js'; +export { default as IconStorm } from './icons-js/storm.js'; export { default as IconStrikethrough } from './icons-js/strikethrough.js'; export { default as IconSubmarine } from './icons-js/submarine.js'; export { default as IconSubscript } from './icons-js/subscript.js'; -- cgit v1.2.1