From 56795ece3c93aaef7dd01640d9888b57745b4691 Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 29 Nov 2021 01:44:33 +0100 Subject: Release 1.46.0 --- icons-react/icons-js/brand-notion.js | 12 ++++++++++++ icons-react/icons-js/device-watch-stats-2.js | 12 ++++++++++++ icons-react/icons-js/device-watch-stats.js | 12 ++++++++++++ icons-react/icons-js/engine.js | 12 ++++++++++++ icons-react/icons-js/git-pull-request-closed.js | 12 ++++++++++++ icons-react/icons-js/hotel-service.js | 12 ++++++++++++ icons-react/icons-js/lemon-2.js | 12 ++++++++++++ icons-react/icons-js/map-search.js | 12 ++++++++++++ icons-react/icons-js/puzzle-2.js | 12 ++++++++++++ icons-react/icons-js/report-search.js | 12 ++++++++++++ icons-react/icons-js/rotate-360.js | 12 ++++++++++++ icons-react/icons-js/tag.js | 2 +- icons-react/icons-js/tags.js | 12 ++++++++++++ icons-react/icons-js/text-resize.js | 12 ++++++++++++ icons-react/icons-js/trash-x.js | 12 ++++++++++++ icons-react/icons-js/user-search.js | 12 ++++++++++++ icons-react/icons-js/world-download.js | 12 ++++++++++++ icons-react/icons-js/world-upload.js | 12 ++++++++++++ icons-react/index.d.ts | 17 +++++++++++++++++ icons-react/index.js | 17 +++++++++++++++++ 20 files changed, 239 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/brand-notion.js create mode 100644 icons-react/icons-js/device-watch-stats-2.js create mode 100644 icons-react/icons-js/device-watch-stats.js create mode 100644 icons-react/icons-js/engine.js create mode 100644 icons-react/icons-js/git-pull-request-closed.js create mode 100644 icons-react/icons-js/hotel-service.js create mode 100644 icons-react/icons-js/lemon-2.js create mode 100644 icons-react/icons-js/map-search.js create mode 100644 icons-react/icons-js/puzzle-2.js create mode 100644 icons-react/icons-js/report-search.js create mode 100644 icons-react/icons-js/rotate-360.js create mode 100644 icons-react/icons-js/tags.js create mode 100644 icons-react/icons-js/text-resize.js create mode 100644 icons-react/icons-js/trash-x.js create mode 100644 icons-react/icons-js/user-search.js create mode 100644 icons-react/icons-js/world-download.js create mode 100644 icons-react/icons-js/world-upload.js (limited to 'icons-react') diff --git a/icons-react/icons-js/brand-notion.js b/icons-react/icons-js/brand-notion.js new file mode 100644 index 00000000..92b2e4b0 --- /dev/null +++ b/icons-react/icons-js/brand-notion.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandNotion({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandNotion; \ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats-2.js b/icons-react/icons-js/device-watch-stats-2.js new file mode 100644 index 00000000..3512b48f --- /dev/null +++ b/icons-react/icons-js/device-watch-stats-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceWatchStats2; \ No newline at end of file diff --git a/icons-react/icons-js/device-watch-stats.js b/icons-react/icons-js/device-watch-stats.js new file mode 100644 index 00000000..434fbfd9 --- /dev/null +++ b/icons-react/icons-js/device-watch-stats.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceWatchStats({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconDeviceWatchStats; \ No newline at end of file diff --git a/icons-react/icons-js/engine.js b/icons-react/icons-js/engine.js new file mode 100644 index 00000000..93e12ca4 --- /dev/null +++ b/icons-react/icons-js/engine.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconEngine({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconEngine; \ No newline at end of file diff --git a/icons-react/icons-js/git-pull-request-closed.js b/icons-react/icons-js/git-pull-request-closed.js new file mode 100644 index 00000000..22072e13 --- /dev/null +++ b/icons-react/icons-js/git-pull-request-closed.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconGitPullRequestClosed({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconGitPullRequestClosed; \ No newline at end of file diff --git a/icons-react/icons-js/hotel-service.js b/icons-react/icons-js/hotel-service.js new file mode 100644 index 00000000..9a19daff --- /dev/null +++ b/icons-react/icons-js/hotel-service.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconHotelService({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconHotelService; \ No newline at end of file diff --git a/icons-react/icons-js/lemon-2.js b/icons-react/icons-js/lemon-2.js new file mode 100644 index 00000000..f65a0c95 --- /dev/null +++ b/icons-react/icons-js/lemon-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconLemon2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconLemon2; \ No newline at end of file diff --git a/icons-react/icons-js/map-search.js b/icons-react/icons-js/map-search.js new file mode 100644 index 00000000..eef88041 --- /dev/null +++ b/icons-react/icons-js/map-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconMapSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconMapSearch; \ No newline at end of file diff --git a/icons-react/icons-js/puzzle-2.js b/icons-react/icons-js/puzzle-2.js new file mode 100644 index 00000000..ad419fdd --- /dev/null +++ b/icons-react/icons-js/puzzle-2.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPuzzle2({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPuzzle2; \ No newline at end of file diff --git a/icons-react/icons-js/report-search.js b/icons-react/icons-js/report-search.js new file mode 100644 index 00000000..1d3c032b --- /dev/null +++ b/icons-react/icons-js/report-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconReportSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconReportSearch; \ No newline at end of file diff --git a/icons-react/icons-js/rotate-360.js b/icons-react/icons-js/rotate-360.js new file mode 100644 index 00000000..6bfffb12 --- /dev/null +++ b/icons-react/icons-js/rotate-360.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRotate360({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRotate360; \ No newline at end of file diff --git a/icons-react/icons-js/tag.js b/icons-react/icons-js/tag.js index 6a42a7ca..098d5d24 100644 --- a/icons-react/icons-js/tag.js +++ b/icons-react/icons-js/tag.js @@ -6,7 +6,7 @@ function IconTag({ stroke = 2, ...props }) { - return ; + return ; } export default IconTag; \ No newline at end of file diff --git a/icons-react/icons-js/tags.js b/icons-react/icons-js/tags.js new file mode 100644 index 00000000..0b76bf57 --- /dev/null +++ b/icons-react/icons-js/tags.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTags({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTags; \ No newline at end of file diff --git a/icons-react/icons-js/text-resize.js b/icons-react/icons-js/text-resize.js new file mode 100644 index 00000000..6dc4db70 --- /dev/null +++ b/icons-react/icons-js/text-resize.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTextResize({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTextResize; \ No newline at end of file diff --git a/icons-react/icons-js/trash-x.js b/icons-react/icons-js/trash-x.js new file mode 100644 index 00000000..fe0260ac --- /dev/null +++ b/icons-react/icons-js/trash-x.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconTrashX({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconTrashX; \ No newline at end of file diff --git a/icons-react/icons-js/user-search.js b/icons-react/icons-js/user-search.js new file mode 100644 index 00000000..21b56680 --- /dev/null +++ b/icons-react/icons-js/user-search.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconUserSearch({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconUserSearch; \ No newline at end of file diff --git a/icons-react/icons-js/world-download.js b/icons-react/icons-js/world-download.js new file mode 100644 index 00000000..b4330afa --- /dev/null +++ b/icons-react/icons-js/world-download.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldDownload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWorldDownload; \ No newline at end of file diff --git a/icons-react/icons-js/world-upload.js b/icons-react/icons-js/world-upload.js new file mode 100644 index 00000000..b373271f --- /dev/null +++ b/icons-react/icons-js/world-upload.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconWorldUpload({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconWorldUpload; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 7eb7b2ad..0d19b125 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -277,6 +277,7 @@ export const IconBrandMedium: TablerIcon; export const IconBrandMessenger: TablerIcon; export const IconBrandNetbeans: TablerIcon; export const IconBrandNetflix: TablerIcon; +export const IconBrandNotion: TablerIcon; export const IconBrandOpenSource: TablerIcon; export const IconBrandOpera: TablerIcon; export const IconBrandPagekit: TablerIcon; @@ -579,6 +580,8 @@ export const IconDeviceMobile: TablerIcon; export const IconDeviceSpeaker: TablerIcon; export const IconDeviceTablet: TablerIcon; export const IconDeviceTv: TablerIcon; +export const IconDeviceWatchStats2: TablerIcon; +export const IconDeviceWatchStats: TablerIcon; export const IconDeviceWatch: TablerIcon; export const IconDevices2: TablerIcon; export const IconDevicesPc: TablerIcon; @@ -624,6 +627,7 @@ export const IconEdit: TablerIcon; export const IconEgg: TablerIcon; export const IconEmergencyBed: TablerIcon; export const IconEmphasis: TablerIcon; +export const IconEngine: TablerIcon; export const IconEqualNot: TablerIcon; export const IconEqual: TablerIcon; export const IconEraser: TablerIcon; @@ -717,6 +721,7 @@ export const IconGitCommit: TablerIcon; export const IconGitCompare: TablerIcon; export const IconGitFork: TablerIcon; export const IconGitMerge: TablerIcon; +export const IconGitPullRequestClosed: TablerIcon; export const IconGitPullRequest: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlassOff: TablerIcon; @@ -766,6 +771,7 @@ export const IconHighlight: TablerIcon; export const IconHistory: TablerIcon; export const IconHome2: TablerIcon; export const IconHome: TablerIcon; +export const IconHotelService: TablerIcon; export const IconIceCream2: TablerIcon; export const IconIceCream: TablerIcon; export const IconId: TablerIcon; @@ -814,6 +820,7 @@ export const IconLayoutSidebar: TablerIcon; export const IconLayout: TablerIcon; export const IconLeaf: TablerIcon; export const IconLego: TablerIcon; +export const IconLemon2: TablerIcon; export const IconLemon: TablerIcon; export const IconLetterA: TablerIcon; export const IconLetterB: TablerIcon; @@ -884,6 +891,7 @@ export const IconMap2: TablerIcon; export const IconMapPinOff: TablerIcon; export const IconMapPin: TablerIcon; export const IconMapPins: TablerIcon; +export const IconMapSearch: TablerIcon; export const IconMap: TablerIcon; export const IconMarkdown: TablerIcon; export const IconMarquee2: TablerIcon; @@ -1043,6 +1051,7 @@ export const IconPrinter: TablerIcon; export const IconPrison: TablerIcon; export const IconPrompt: TablerIcon; export const IconPropeller: TablerIcon; +export const IconPuzzle2: TablerIcon; export const IconPuzzle: TablerIcon; export const IconPyramid: TablerIcon; export const IconQrcode: TablerIcon; @@ -1076,12 +1085,14 @@ export const IconReplace: TablerIcon; export const IconReportAnalytics: TablerIcon; export const IconReportMedical: TablerIcon; export const IconReportMoney: TablerIcon; +export const IconReportSearch: TablerIcon; export const IconReport: TablerIcon; export const IconResize: TablerIcon; export const IconRipple: TablerIcon; export const IconRoadSign: TablerIcon; export const IconRocket: TablerIcon; export const IconRotate2: TablerIcon; +export const IconRotate360: TablerIcon; export const IconRotateClockwise2: TablerIcon; export const IconRotateClockwise: TablerIcon; export const IconRotateRectangle: TablerIcon; @@ -1229,6 +1240,7 @@ export const IconTableImport: TablerIcon; export const IconTableOff: TablerIcon; export const IconTable: TablerIcon; export const IconTag: TablerIcon; +export const IconTags: TablerIcon; export const IconTallymark1: TablerIcon; export const IconTallymark2: TablerIcon; export const IconTallymark3: TablerIcon; @@ -1248,6 +1260,7 @@ export const IconTerminal: TablerIcon; export const IconTestPipe: TablerIcon; export const IconTextDirectionLtr: TablerIcon; export const IconTextDirectionRtl: TablerIcon; +export const IconTextResize: TablerIcon; export const IconTextWrapDisabled: TablerIcon; export const IconTextWrap: TablerIcon; export const IconThermometer: TablerIcon; @@ -1273,6 +1286,7 @@ export const IconTrain: TablerIcon; export const IconTransferIn: TablerIcon; export const IconTransferOut: TablerIcon; export const IconTrashOff: TablerIcon; +export const IconTrashX: TablerIcon; export const IconTrash: TablerIcon; export const IconTree: TablerIcon; export const IconTrees: TablerIcon; @@ -1303,6 +1317,7 @@ export const IconUserExclamation: TablerIcon; export const IconUserMinus: TablerIcon; export const IconUserOff: TablerIcon; export const IconUserPlus: TablerIcon; +export const IconUserSearch: TablerIcon; export const IconUserX: TablerIcon; export const IconUser: TablerIcon; export const IconUsers: TablerIcon; @@ -1349,8 +1364,10 @@ export const IconWindow: TablerIcon; export const IconWiperWash: TablerIcon; export const IconWiper: TablerIcon; export const IconWoman: TablerIcon; +export const IconWorldDownload: TablerIcon; export const IconWorldLatitude: TablerIcon; export const IconWorldLongitude: TablerIcon; +export const IconWorldUpload: TablerIcon; export const IconWorld: TablerIcon; export const IconWreckingBall: TablerIcon; export const IconWritingSign: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index dff911cf..b493a53e 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -271,6 +271,7 @@ export { default as IconBrandMedium } from './icons-js/brand-medium.js'; export { default as IconBrandMessenger } from './icons-js/brand-messenger.js'; export { default as IconBrandNetbeans } from './icons-js/brand-netbeans.js'; export { default as IconBrandNetflix } from './icons-js/brand-netflix.js'; +export { default as IconBrandNotion } from './icons-js/brand-notion.js'; export { default as IconBrandOpenSource } from './icons-js/brand-open-source.js'; export { default as IconBrandOpera } from './icons-js/brand-opera.js'; export { default as IconBrandPagekit } from './icons-js/brand-pagekit.js'; @@ -573,6 +574,8 @@ export { default as IconDeviceMobile } from './icons-js/device-mobile.js'; export { default as IconDeviceSpeaker } from './icons-js/device-speaker.js'; export { default as IconDeviceTablet } from './icons-js/device-tablet.js'; export { default as IconDeviceTv } from './icons-js/device-tv.js'; +export { default as IconDeviceWatchStats2 } from './icons-js/device-watch-stats-2.js'; +export { default as IconDeviceWatchStats } from './icons-js/device-watch-stats.js'; export { default as IconDeviceWatch } from './icons-js/device-watch.js'; export { default as IconDevices2 } from './icons-js/devices-2.js'; export { default as IconDevicesPc } from './icons-js/devices-pc.js'; @@ -618,6 +621,7 @@ export { default as IconEdit } from './icons-js/edit.js'; export { default as IconEgg } from './icons-js/egg.js'; export { default as IconEmergencyBed } from './icons-js/emergency-bed.js'; export { default as IconEmphasis } from './icons-js/emphasis.js'; +export { default as IconEngine } from './icons-js/engine.js'; export { default as IconEqualNot } from './icons-js/equal-not.js'; export { default as IconEqual } from './icons-js/equal.js'; export { default as IconEraser } from './icons-js/eraser.js'; @@ -711,6 +715,7 @@ export { default as IconGitCommit } from './icons-js/git-commit.js'; export { default as IconGitCompare } from './icons-js/git-compare.js'; export { default as IconGitFork } from './icons-js/git-fork.js'; export { default as IconGitMerge } from './icons-js/git-merge.js'; +export { default as IconGitPullRequestClosed } from './icons-js/git-pull-request-closed.js'; export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlassOff } from './icons-js/glass-off.js'; @@ -760,6 +765,7 @@ export { default as IconHighlight } from './icons-js/highlight.js'; export { default as IconHistory } from './icons-js/history.js'; export { default as IconHome2 } from './icons-js/home-2.js'; export { default as IconHome } from './icons-js/home.js'; +export { default as IconHotelService } from './icons-js/hotel-service.js'; export { default as IconIceCream2 } from './icons-js/ice-cream-2.js'; export { default as IconIceCream } from './icons-js/ice-cream.js'; export { default as IconId } from './icons-js/id.js'; @@ -808,6 +814,7 @@ export { default as IconLayoutSidebar } from './icons-js/layout-sidebar.js'; export { default as IconLayout } from './icons-js/layout.js'; export { default as IconLeaf } from './icons-js/leaf.js'; export { default as IconLego } from './icons-js/lego.js'; +export { default as IconLemon2 } from './icons-js/lemon-2.js'; export { default as IconLemon } from './icons-js/lemon.js'; export { default as IconLetterA } from './icons-js/letter-a.js'; export { default as IconLetterB } from './icons-js/letter-b.js'; @@ -878,6 +885,7 @@ export { default as IconMap2 } from './icons-js/map-2.js'; export { default as IconMapPinOff } from './icons-js/map-pin-off.js'; export { default as IconMapPin } from './icons-js/map-pin.js'; export { default as IconMapPins } from './icons-js/map-pins.js'; +export { default as IconMapSearch } from './icons-js/map-search.js'; export { default as IconMap } from './icons-js/map.js'; export { default as IconMarkdown } from './icons-js/markdown.js'; export { default as IconMarquee2 } from './icons-js/marquee-2.js'; @@ -1037,6 +1045,7 @@ export { default as IconPrinter } from './icons-js/printer.js'; export { default as IconPrison } from './icons-js/prison.js'; export { default as IconPrompt } from './icons-js/prompt.js'; export { default as IconPropeller } from './icons-js/propeller.js'; +export { default as IconPuzzle2 } from './icons-js/puzzle-2.js'; export { default as IconPuzzle } from './icons-js/puzzle.js'; export { default as IconPyramid } from './icons-js/pyramid.js'; export { default as IconQrcode } from './icons-js/qrcode.js'; @@ -1070,12 +1079,14 @@ export { default as IconReplace } from './icons-js/replace.js'; export { default as IconReportAnalytics } from './icons-js/report-analytics.js'; export { default as IconReportMedical } from './icons-js/report-medical.js'; export { default as IconReportMoney } from './icons-js/report-money.js'; +export { default as IconReportSearch } from './icons-js/report-search.js'; export { default as IconReport } from './icons-js/report.js'; export { default as IconResize } from './icons-js/resize.js'; export { default as IconRipple } from './icons-js/ripple.js'; export { default as IconRoadSign } from './icons-js/road-sign.js'; export { default as IconRocket } from './icons-js/rocket.js'; export { default as IconRotate2 } from './icons-js/rotate-2.js'; +export { default as IconRotate360 } from './icons-js/rotate-360.js'; export { default as IconRotateClockwise2 } from './icons-js/rotate-clockwise-2.js'; export { default as IconRotateClockwise } from './icons-js/rotate-clockwise.js'; export { default as IconRotateRectangle } from './icons-js/rotate-rectangle.js'; @@ -1223,6 +1234,7 @@ export { default as IconTableImport } from './icons-js/table-import.js'; export { default as IconTableOff } from './icons-js/table-off.js'; export { default as IconTable } from './icons-js/table.js'; export { default as IconTag } from './icons-js/tag.js'; +export { default as IconTags } from './icons-js/tags.js'; export { default as IconTallymark1 } from './icons-js/tallymark-1.js'; export { default as IconTallymark2 } from './icons-js/tallymark-2.js'; export { default as IconTallymark3 } from './icons-js/tallymark-3.js'; @@ -1242,6 +1254,7 @@ export { default as IconTerminal } from './icons-js/terminal.js'; export { default as IconTestPipe } from './icons-js/test-pipe.js'; export { default as IconTextDirectionLtr } from './icons-js/text-direction-ltr.js'; export { default as IconTextDirectionRtl } from './icons-js/text-direction-rtl.js'; +export { default as IconTextResize } from './icons-js/text-resize.js'; export { default as IconTextWrapDisabled } from './icons-js/text-wrap-disabled.js'; export { default as IconTextWrap } from './icons-js/text-wrap.js'; export { default as IconThermometer } from './icons-js/thermometer.js'; @@ -1267,6 +1280,7 @@ export { default as IconTrain } from './icons-js/train.js'; export { default as IconTransferIn } from './icons-js/transfer-in.js'; export { default as IconTransferOut } from './icons-js/transfer-out.js'; export { default as IconTrashOff } from './icons-js/trash-off.js'; +export { default as IconTrashX } from './icons-js/trash-x.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTree } from './icons-js/tree.js'; export { default as IconTrees } from './icons-js/trees.js'; @@ -1297,6 +1311,7 @@ export { default as IconUserExclamation } from './icons-js/user-exclamation.js'; export { default as IconUserMinus } from './icons-js/user-minus.js'; export { default as IconUserOff } from './icons-js/user-off.js'; export { default as IconUserPlus } from './icons-js/user-plus.js'; +export { default as IconUserSearch } from './icons-js/user-search.js'; export { default as IconUserX } from './icons-js/user-x.js'; export { default as IconUser } from './icons-js/user.js'; export { default as IconUsers } from './icons-js/users.js'; @@ -1343,8 +1358,10 @@ export { default as IconWindow } from './icons-js/window.js'; export { default as IconWiperWash } from './icons-js/wiper-wash.js'; export { default as IconWiper } from './icons-js/wiper.js'; export { default as IconWoman } from './icons-js/woman.js'; +export { default as IconWorldDownload } from './icons-js/world-download.js'; export { default as IconWorldLatitude } from './icons-js/world-latitude.js'; export { default as IconWorldLongitude } from './icons-js/world-longitude.js'; +export { default as IconWorldUpload } from './icons-js/world-upload.js'; export { default as IconWorld } from './icons-js/world.js'; export { default as IconWreckingBall } from './icons-js/wrecking-ball.js'; export { default as IconWritingSign } from './icons-js/writing-sign.js'; -- cgit v1.2.1