From 17c42854d98062a90b3454ffd54aa7c888cd6210 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 1 Oct 2020 14:19:26 +0200 Subject: Release 1.31.0 --- icons-react/icons-js/divide.js | 5 +++++ icons-react/icons-js/file-search.js | 5 +++++ icons-react/icons-js/map-pins.js | 5 +++++ icons-react/icons-js/pin.js | 2 +- icons-react/icons-js/pinned-off.js | 5 +++++ icons-react/icons-js/pinned.js | 5 +++++ icons-react/icons-js/speakerphone.js | 5 +++++ icons-react/icons-js/star-off.js | 5 +++++ icons-react/icons-js/sun-off.js | 5 +++++ icons-react/icons-js/tools-kitchen.js | 5 +++++ icons-react/icons-js/trash-off.js | 5 +++++ icons-react/icons-js/virus-off.js | 5 +++++ icons-react/icons-js/virus-search.js | 5 +++++ icons-react/index.d.ts | 12 ++++++++++++ icons-react/index.js | 12 ++++++++++++ 15 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/divide.js create mode 100644 icons-react/icons-js/file-search.js create mode 100644 icons-react/icons-js/map-pins.js create mode 100644 icons-react/icons-js/pinned-off.js create mode 100644 icons-react/icons-js/pinned.js create mode 100644 icons-react/icons-js/speakerphone.js create mode 100644 icons-react/icons-js/star-off.js create mode 100644 icons-react/icons-js/sun-off.js create mode 100644 icons-react/icons-js/tools-kitchen.js create mode 100644 icons-react/icons-js/trash-off.js create mode 100644 icons-react/icons-js/virus-off.js create mode 100644 icons-react/icons-js/virus-search.js (limited to 'icons-react') diff --git a/icons-react/icons-js/divide.js b/icons-react/icons-js/divide.js new file mode 100644 index 00000000..f5302cd2 --- /dev/null +++ b/icons-react/icons-js/divide.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDivide = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDivide; \ No newline at end of file diff --git a/icons-react/icons-js/file-search.js b/icons-react/icons-js/file-search.js new file mode 100644 index 00000000..944da541 --- /dev/null +++ b/icons-react/icons-js/file-search.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconFileSearch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconFileSearch; \ No newline at end of file diff --git a/icons-react/icons-js/map-pins.js b/icons-react/icons-js/map-pins.js new file mode 100644 index 00000000..b98875ef --- /dev/null +++ b/icons-react/icons-js/map-pins.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconMapPins = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconMapPins; \ No newline at end of file diff --git a/icons-react/icons-js/pin.js b/icons-react/icons-js/pin.js index 3924a8b0..0d1cabf5 100644 --- a/icons-react/icons-js/pin.js +++ b/icons-react/icons-js/pin.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconPin = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconPin; \ No newline at end of file diff --git a/icons-react/icons-js/pinned-off.js b/icons-react/icons-js/pinned-off.js new file mode 100644 index 00000000..266d76e3 --- /dev/null +++ b/icons-react/icons-js/pinned-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPinnedOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPinnedOff; \ No newline at end of file diff --git a/icons-react/icons-js/pinned.js b/icons-react/icons-js/pinned.js new file mode 100644 index 00000000..4e164f39 --- /dev/null +++ b/icons-react/icons-js/pinned.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPinned = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPinned; \ No newline at end of file diff --git a/icons-react/icons-js/speakerphone.js b/icons-react/icons-js/speakerphone.js new file mode 100644 index 00000000..ecdc596f --- /dev/null +++ b/icons-react/icons-js/speakerphone.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSpeakerphone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSpeakerphone; \ No newline at end of file diff --git a/icons-react/icons-js/star-off.js b/icons-react/icons-js/star-off.js new file mode 100644 index 00000000..629bed8b --- /dev/null +++ b/icons-react/icons-js/star-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconStarOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconStarOff; \ No newline at end of file diff --git a/icons-react/icons-js/sun-off.js b/icons-react/icons-js/sun-off.js new file mode 100644 index 00000000..6e6a24cb --- /dev/null +++ b/icons-react/icons-js/sun-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSunOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSunOff; \ No newline at end of file diff --git a/icons-react/icons-js/tools-kitchen.js b/icons-react/icons-js/tools-kitchen.js new file mode 100644 index 00000000..b0444e1b --- /dev/null +++ b/icons-react/icons-js/tools-kitchen.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconToolsKitchen = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconToolsKitchen; \ No newline at end of file diff --git a/icons-react/icons-js/trash-off.js b/icons-react/icons-js/trash-off.js new file mode 100644 index 00000000..dd52be86 --- /dev/null +++ b/icons-react/icons-js/trash-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconTrashOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconTrashOff; \ No newline at end of file diff --git a/icons-react/icons-js/virus-off.js b/icons-react/icons-js/virus-off.js new file mode 100644 index 00000000..cf63f670 --- /dev/null +++ b/icons-react/icons-js/virus-off.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVirusOff = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVirusOff; \ No newline at end of file diff --git a/icons-react/icons-js/virus-search.js b/icons-react/icons-js/virus-search.js new file mode 100644 index 00000000..6b549581 --- /dev/null +++ b/icons-react/icons-js/virus-search.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconVirusSearch = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconVirusSearch; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 84b8c437..99dd0b31 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -326,6 +326,7 @@ export const IconDisabled2: TablerIcon; export const IconDisabled: TablerIcon; export const IconDisc: TablerIcon; export const IconDiscount: TablerIcon; +export const IconDivide: TablerIcon; export const IconDotsCircleHorizontal: TablerIcon; export const IconDotsDiagonal2: TablerIcon; export const IconDotsDiagonal: TablerIcon; @@ -361,6 +362,7 @@ export const IconFileMusic: TablerIcon; export const IconFileOff: TablerIcon; export const IconFilePhone: TablerIcon; export const IconFilePlus: TablerIcon; +export const IconFileSearch: TablerIcon; export const IconFileShredder: TablerIcon; export const IconFileSymlink: TablerIcon; export const IconFileText: TablerIcon; @@ -525,6 +527,7 @@ export const IconMan: TablerIcon; export const IconMap2: TablerIcon; export const IconMapPinOff: TablerIcon; export const IconMapPin: TablerIcon; +export const IconMapPins: TablerIcon; export const IconMap: TablerIcon; export const IconMarkdown: TablerIcon; export const IconMarquee: TablerIcon; @@ -607,6 +610,8 @@ export const IconPictureInPictureOn: TablerIcon; export const IconPictureInPicture: TablerIcon; export const IconPill: TablerIcon; export const IconPin: TablerIcon; +export const IconPinnedOff: TablerIcon; +export const IconPinned: TablerIcon; export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; @@ -696,6 +701,7 @@ export const IconSocial: TablerIcon; export const IconSortAscending: TablerIcon; export const IconSortDescending: TablerIcon; export const IconSpace: TablerIcon; +export const IconSpeakerphone: TablerIcon; export const IconSquareCheck: TablerIcon; export const IconSquareDot: TablerIcon; export const IconSquareForbid2: TablerIcon; @@ -710,6 +716,7 @@ export const IconStairsDown: TablerIcon; export const IconStairsUp: TablerIcon; export const IconStairs: TablerIcon; export const IconStarHalf: TablerIcon; +export const IconStarOff: TablerIcon; export const IconStar: TablerIcon; export const IconStars: TablerIcon; export const IconSteeringWheel: TablerIcon; @@ -720,6 +727,7 @@ export const IconStrikethrough: TablerIcon; export const IconSubscript: TablerIcon; export const IconSubtask: TablerIcon; export const IconSum: TablerIcon; +export const IconSunOff: TablerIcon; export const IconSun: TablerIcon; export const IconSunset: TablerIcon; export const IconSunshine: TablerIcon; @@ -755,6 +763,7 @@ export const IconTir: TablerIcon; export const IconToggleLeft: TablerIcon; export const IconToggleRight: TablerIcon; export const IconTool: TablerIcon; +export const IconToolsKitchen: TablerIcon; export const IconTools: TablerIcon; export const IconTornado: TablerIcon; export const IconTournament: TablerIcon; @@ -762,6 +771,7 @@ export const IconTractor: TablerIcon; export const IconTrademark: TablerIcon; export const IconTrafficCone: TablerIcon; export const IconTrafficLights: TablerIcon; +export const IconTrashOff: TablerIcon; export const IconTrash: TablerIcon; export const IconTrees: TablerIcon; export const IconTrendingDown: TablerIcon; @@ -800,6 +810,8 @@ export const IconVideo: TablerIcon; export const IconViewfinder: TablerIcon; export const IconViewportNarrow: TablerIcon; export const IconViewportWide: TablerIcon; +export const IconVirusOff: TablerIcon; +export const IconVirusSearch: TablerIcon; export const IconVirus: TablerIcon; export const IconVolume2: TablerIcon; export const IconVolume3: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index e68b3a4d..dec7d48c 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -320,6 +320,7 @@ export { default as IconDisabled2 } from './icons-js/disabled-2.js'; export { default as IconDisabled } from './icons-js/disabled.js'; export { default as IconDisc } from './icons-js/disc.js'; export { default as IconDiscount } from './icons-js/discount.js'; +export { default as IconDivide } from './icons-js/divide.js'; export { default as IconDotsCircleHorizontal } from './icons-js/dots-circle-horizontal.js'; export { default as IconDotsDiagonal2 } from './icons-js/dots-diagonal-2.js'; export { default as IconDotsDiagonal } from './icons-js/dots-diagonal.js'; @@ -355,6 +356,7 @@ export { default as IconFileMusic } from './icons-js/file-music.js'; export { default as IconFileOff } from './icons-js/file-off.js'; export { default as IconFilePhone } from './icons-js/file-phone.js'; export { default as IconFilePlus } from './icons-js/file-plus.js'; +export { default as IconFileSearch } from './icons-js/file-search.js'; export { default as IconFileShredder } from './icons-js/file-shredder.js'; export { default as IconFileSymlink } from './icons-js/file-symlink.js'; export { default as IconFileText } from './icons-js/file-text.js'; @@ -519,6 +521,7 @@ export { default as IconMan } from './icons-js/man.js'; 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 IconMap } from './icons-js/map.js'; export { default as IconMarkdown } from './icons-js/markdown.js'; export { default as IconMarquee } from './icons-js/marquee.js'; @@ -601,6 +604,8 @@ export { default as IconPictureInPictureOn } from './icons-js/picture-in-picture export { default as IconPictureInPicture } from './icons-js/picture-in-picture.js'; export { default as IconPill } from './icons-js/pill.js'; export { default as IconPin } from './icons-js/pin.js'; +export { default as IconPinnedOff } from './icons-js/pinned-off.js'; +export { default as IconPinned } from './icons-js/pinned.js'; export { default as IconPlaneArrival } from './icons-js/plane-arrival.js'; export { default as IconPlaneDeparture } from './icons-js/plane-departure.js'; export { default as IconPlane } from './icons-js/plane.js'; @@ -690,6 +695,7 @@ export { default as IconSocial } from './icons-js/social.js'; export { default as IconSortAscending } from './icons-js/sort-ascending.js'; export { default as IconSortDescending } from './icons-js/sort-descending.js'; export { default as IconSpace } from './icons-js/space.js'; +export { default as IconSpeakerphone } from './icons-js/speakerphone.js'; export { default as IconSquareCheck } from './icons-js/square-check.js'; export { default as IconSquareDot } from './icons-js/square-dot.js'; export { default as IconSquareForbid2 } from './icons-js/square-forbid-2.js'; @@ -704,6 +710,7 @@ export { default as IconStairsDown } from './icons-js/stairs-down.js'; export { default as IconStairsUp } from './icons-js/stairs-up.js'; export { default as IconStairs } from './icons-js/stairs.js'; 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 IconSteeringWheel } from './icons-js/steering-wheel.js'; @@ -714,6 +721,7 @@ export { default as IconStrikethrough } from './icons-js/strikethrough.js'; export { default as IconSubscript } from './icons-js/subscript.js'; export { default as IconSubtask } from './icons-js/subtask.js'; export { default as IconSum } from './icons-js/sum.js'; +export { default as IconSunOff } from './icons-js/sun-off.js'; export { default as IconSun } from './icons-js/sun.js'; export { default as IconSunset } from './icons-js/sunset.js'; export { default as IconSunshine } from './icons-js/sunshine.js'; @@ -749,6 +757,7 @@ export { default as IconTir } from './icons-js/tir.js'; export { default as IconToggleLeft } from './icons-js/toggle-left.js'; export { default as IconToggleRight } from './icons-js/toggle-right.js'; export { default as IconTool } from './icons-js/tool.js'; +export { default as IconToolsKitchen } from './icons-js/tools-kitchen.js'; export { default as IconTools } from './icons-js/tools.js'; export { default as IconTornado } from './icons-js/tornado.js'; export { default as IconTournament } from './icons-js/tournament.js'; @@ -756,6 +765,7 @@ export { default as IconTractor } from './icons-js/tractor.js'; export { default as IconTrademark } from './icons-js/trademark.js'; export { default as IconTrafficCone } from './icons-js/traffic-cone.js'; export { default as IconTrafficLights } from './icons-js/traffic-lights.js'; +export { default as IconTrashOff } from './icons-js/trash-off.js'; export { default as IconTrash } from './icons-js/trash.js'; export { default as IconTrees } from './icons-js/trees.js'; export { default as IconTrendingDown } from './icons-js/trending-down.js'; @@ -794,6 +804,8 @@ export { default as IconVideo } from './icons-js/video.js'; export { default as IconViewfinder } from './icons-js/viewfinder.js'; export { default as IconViewportNarrow } from './icons-js/viewport-narrow.js'; export { default as IconViewportWide } from './icons-js/viewport-wide.js'; +export { default as IconVirusOff } from './icons-js/virus-off.js'; +export { default as IconVirusSearch } from './icons-js/virus-search.js'; export { default as IconVirus } from './icons-js/virus.js'; export { default as IconVolume2 } from './icons-js/volume-2.js'; export { default as IconVolume3 } from './icons-js/volume-3.js'; -- cgit v1.2.1