From febba823e93fe89154b50e3e48051dcca50c1a95 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 6 Oct 2020 02:32:05 +0200 Subject: Release 1.33.0 --- icons-react/icons-js/brand-twitter.js | 2 +- icons-react/icons-js/cardboards.js | 5 +++++ icons-react/icons-js/ce.js | 5 +++++ icons-react/icons-js/certificate.js | 5 +++++ icons-react/icons-js/chart-radar.js | 5 +++++ icons-react/icons-js/christmas-tree.js | 5 +++++ icons-react/icons-js/drone.js | 5 +++++ icons-react/icons-js/gps.js | 5 +++++ icons-react/icons-js/manual-gearbox.js | 5 +++++ icons-react/icons-js/parachute.js | 5 +++++ icons-react/icons-js/pennant.js | 5 +++++ icons-react/icons-js/plant-2.js | 5 +++++ icons-react/icons-js/relation-many-to-many.js | 5 +++++ icons-react/icons-js/relation-one-to-many.js | 5 +++++ icons-react/icons-js/relation-one-to-one.js | 5 +++++ icons-react/icons-js/ripple.js | 5 +++++ icons-react/icons-js/sthetoscope.js | 5 +++++ icons-react/icons-js/view-360.js | 5 +++++ icons-react/icons-js/windmill.js | 5 +++++ icons-react/index.d.ts | 18 ++++++++++++++++++ icons-react/index.js | 18 ++++++++++++++++++ 21 files changed, 127 insertions(+), 1 deletion(-) create mode 100644 icons-react/icons-js/cardboards.js create mode 100644 icons-react/icons-js/ce.js create mode 100644 icons-react/icons-js/certificate.js create mode 100644 icons-react/icons-js/chart-radar.js create mode 100644 icons-react/icons-js/christmas-tree.js create mode 100644 icons-react/icons-js/drone.js create mode 100644 icons-react/icons-js/gps.js create mode 100644 icons-react/icons-js/manual-gearbox.js create mode 100644 icons-react/icons-js/parachute.js create mode 100644 icons-react/icons-js/pennant.js create mode 100644 icons-react/icons-js/plant-2.js create mode 100644 icons-react/icons-js/relation-many-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-many.js create mode 100644 icons-react/icons-js/relation-one-to-one.js create mode 100644 icons-react/icons-js/ripple.js create mode 100644 icons-react/icons-js/sthetoscope.js create mode 100644 icons-react/icons-js/view-360.js create mode 100644 icons-react/icons-js/windmill.js (limited to 'icons-react') diff --git a/icons-react/icons-js/brand-twitter.js b/icons-react/icons-js/brand-twitter.js index 7e3a0dd8..41d7df0e 100644 --- a/icons-react/icons-js/brand-twitter.js +++ b/icons-react/icons-js/brand-twitter.js @@ -1,5 +1,5 @@ import * as React from "react"; -const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; +const IconBrandTwitter = (size = 24, color = "currentColor", stroke = 2, ...props) => ; export default IconBrandTwitter; \ No newline at end of file diff --git a/icons-react/icons-js/cardboards.js b/icons-react/icons-js/cardboards.js new file mode 100644 index 00000000..251173b8 --- /dev/null +++ b/icons-react/icons-js/cardboards.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCardboards = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCardboards; \ No newline at end of file diff --git a/icons-react/icons-js/ce.js b/icons-react/icons-js/ce.js new file mode 100644 index 00000000..eefa2b6e --- /dev/null +++ b/icons-react/icons-js/ce.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCe = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCe; \ No newline at end of file diff --git a/icons-react/icons-js/certificate.js b/icons-react/icons-js/certificate.js new file mode 100644 index 00000000..e0f870f6 --- /dev/null +++ b/icons-react/icons-js/certificate.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconCertificate = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconCertificate; \ No newline at end of file diff --git a/icons-react/icons-js/chart-radar.js b/icons-react/icons-js/chart-radar.js new file mode 100644 index 00000000..31b4af0a --- /dev/null +++ b/icons-react/icons-js/chart-radar.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChartRadar = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChartRadar; \ No newline at end of file diff --git a/icons-react/icons-js/christmas-tree.js b/icons-react/icons-js/christmas-tree.js new file mode 100644 index 00000000..e9bf5cfe --- /dev/null +++ b/icons-react/icons-js/christmas-tree.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconChristmasTree = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconChristmasTree; \ No newline at end of file diff --git a/icons-react/icons-js/drone.js b/icons-react/icons-js/drone.js new file mode 100644 index 00000000..05dd2d79 --- /dev/null +++ b/icons-react/icons-js/drone.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconDrone = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconDrone; \ No newline at end of file diff --git a/icons-react/icons-js/gps.js b/icons-react/icons-js/gps.js new file mode 100644 index 00000000..611e8624 --- /dev/null +++ b/icons-react/icons-js/gps.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconGps = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconGps; \ No newline at end of file diff --git a/icons-react/icons-js/manual-gearbox.js b/icons-react/icons-js/manual-gearbox.js new file mode 100644 index 00000000..a6efff23 --- /dev/null +++ b/icons-react/icons-js/manual-gearbox.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconManualGearbox = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconManualGearbox; \ No newline at end of file diff --git a/icons-react/icons-js/parachute.js b/icons-react/icons-js/parachute.js new file mode 100644 index 00000000..6fe0498c --- /dev/null +++ b/icons-react/icons-js/parachute.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconParachute = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconParachute; \ No newline at end of file diff --git a/icons-react/icons-js/pennant.js b/icons-react/icons-js/pennant.js new file mode 100644 index 00000000..e9e3d13c --- /dev/null +++ b/icons-react/icons-js/pennant.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPennant = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPennant; \ No newline at end of file diff --git a/icons-react/icons-js/plant-2.js b/icons-react/icons-js/plant-2.js new file mode 100644 index 00000000..17f22198 --- /dev/null +++ b/icons-react/icons-js/plant-2.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconPlant2 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconPlant2; \ No newline at end of file diff --git a/icons-react/icons-js/relation-many-to-many.js b/icons-react/icons-js/relation-many-to-many.js new file mode 100644 index 00000000..fe24f635 --- /dev/null +++ b/icons-react/icons-js/relation-many-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationManyToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationManyToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-many.js b/icons-react/icons-js/relation-one-to-many.js new file mode 100644 index 00000000..5dba76cf --- /dev/null +++ b/icons-react/icons-js/relation-one-to-many.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToMany = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToMany; \ No newline at end of file diff --git a/icons-react/icons-js/relation-one-to-one.js b/icons-react/icons-js/relation-one-to-one.js new file mode 100644 index 00000000..d57e1836 --- /dev/null +++ b/icons-react/icons-js/relation-one-to-one.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRelationOneToOne = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRelationOneToOne; \ No newline at end of file diff --git a/icons-react/icons-js/ripple.js b/icons-react/icons-js/ripple.js new file mode 100644 index 00000000..4bfa3f39 --- /dev/null +++ b/icons-react/icons-js/ripple.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconRipple = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconRipple; \ No newline at end of file diff --git a/icons-react/icons-js/sthetoscope.js b/icons-react/icons-js/sthetoscope.js new file mode 100644 index 00000000..2f4ef80d --- /dev/null +++ b/icons-react/icons-js/sthetoscope.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconSthetoscope = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconSthetoscope; \ No newline at end of file diff --git a/icons-react/icons-js/view-360.js b/icons-react/icons-js/view-360.js new file mode 100644 index 00000000..ce314b5d --- /dev/null +++ b/icons-react/icons-js/view-360.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconView360 = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconView360; \ No newline at end of file diff --git a/icons-react/icons-js/windmill.js b/icons-react/icons-js/windmill.js new file mode 100644 index 00000000..73f91264 --- /dev/null +++ b/icons-react/icons-js/windmill.js @@ -0,0 +1,5 @@ +import * as React from "react"; + +const IconWindmill = (size = 24, color = "currentColor", stroke = 2, ...props) => ; + +export default IconWindmill; \ No newline at end of file diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 45494416..21589b9c 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -223,12 +223,15 @@ export const IconCamera: TablerIcon; export const IconCapture: TablerIcon; export const IconCar: TablerIcon; export const IconCaravan: TablerIcon; +export const IconCardboards: TablerIcon; export const IconCaretDown: TablerIcon; export const IconCaretLeft: TablerIcon; export const IconCaretRight: TablerIcon; export const IconCaretUp: TablerIcon; export const IconCash: TablerIcon; export const IconCast: TablerIcon; +export const IconCe: TablerIcon; +export const IconCertificate: TablerIcon; export const IconChartAreaLine: TablerIcon; export const IconChartArea: TablerIcon; export const IconChartBar: TablerIcon; @@ -237,6 +240,7 @@ export const IconChartCandle: TablerIcon; export const IconChartDonut: TablerIcon; export const IconChartLine: TablerIcon; export const IconChartPie: TablerIcon; +export const IconChartRadar: TablerIcon; export const IconCheck: TablerIcon; export const IconCheckbox: TablerIcon; export const IconChecks: TablerIcon; @@ -256,6 +260,7 @@ export const IconChevronsRight: TablerIcon; export const IconChevronsUpLeft: TablerIcon; export const IconChevronsUpRight: TablerIcon; export const IconChevronsUp: TablerIcon; +export const IconChristmasTree: TablerIcon; export const IconCircleCheck: TablerIcon; export const IconCircleDashed: TablerIcon; export const IconCircleDotted: TablerIcon; @@ -347,6 +352,7 @@ export const IconDots: TablerIcon; export const IconDownload: TablerIcon; export const IconDragDrop2: TablerIcon; export const IconDragDrop: TablerIcon; +export const IconDrone: TablerIcon; export const IconDroplet: TablerIcon; export const IconEar: TablerIcon; export const IconEdit: TablerIcon; @@ -424,6 +430,7 @@ export const IconGitPullRequest: TablerIcon; export const IconGlassFull: TablerIcon; export const IconGlass: TablerIcon; export const IconGlobe: TablerIcon; +export const IconGps: TablerIcon; export const IconGridDots: TablerIcon; export const IconGrid: TablerIcon; export const IconGripHorizontal: TablerIcon; @@ -536,6 +543,7 @@ export const IconMagnet: TablerIcon; export const IconMailOpened: TablerIcon; export const IconMail: TablerIcon; export const IconMan: TablerIcon; +export const IconManualGearbox: TablerIcon; export const IconMap2: TablerIcon; export const IconMapPinOff: TablerIcon; export const IconMapPin: TablerIcon; @@ -600,10 +608,12 @@ export const IconPalette: TablerIcon; export const IconPanoramaHorizontal: TablerIcon; export const IconPanoramaVertical: TablerIcon; export const IconPaperclip: TablerIcon; +export const IconParachute: TablerIcon; export const IconParentheses: TablerIcon; export const IconParking: TablerIcon; export const IconPeace: TablerIcon; export const IconPencil: TablerIcon; +export const IconPennant: TablerIcon; export const IconPercentage: TablerIcon; export const IconPhoneCall: TablerIcon; export const IconPhoneCalling: TablerIcon; @@ -628,6 +638,7 @@ export const IconPlaneArrival: TablerIcon; export const IconPlaneDeparture: TablerIcon; export const IconPlane: TablerIcon; export const IconPlanet: TablerIcon; +export const IconPlant2: TablerIcon; export const IconPlant: TablerIcon; export const IconPlayerPause: TablerIcon; export const IconPlayerPlay: TablerIcon; @@ -656,9 +667,13 @@ export const IconRecycle: TablerIcon; export const IconRefreshAlert: TablerIcon; export const IconRefresh: TablerIcon; export const IconRegistered: TablerIcon; +export const IconRelationManyToMany: TablerIcon; +export const IconRelationOneToMany: TablerIcon; +export const IconRelationOneToOne: TablerIcon; export const IconRepeatOnce: TablerIcon; export const IconRepeat: TablerIcon; export const IconReplace: TablerIcon; +export const IconRipple: TablerIcon; export const IconRoadSign: TablerIcon; export const IconRocket: TablerIcon; export const IconRotate2: TablerIcon; @@ -734,6 +749,7 @@ export const IconStars: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; +export const IconSthetoscope: TablerIcon; export const IconSticker: TablerIcon; export const IconStrikethrough: TablerIcon; export const IconSubscript: TablerIcon; @@ -819,6 +835,7 @@ export const IconVideoMinus: TablerIcon; export const IconVideoOff: TablerIcon; export const IconVideoPlus: TablerIcon; export const IconVideo: TablerIcon; +export const IconView360: TablerIcon; export const IconViewfinder: TablerIcon; export const IconViewportNarrow: TablerIcon; export const IconViewportWide: TablerIcon; @@ -840,6 +857,7 @@ export const IconWifi2: TablerIcon; export const IconWifiOff: TablerIcon; export const IconWifi: TablerIcon; export const IconWind: TablerIcon; +export const IconWindmill: TablerIcon; export const IconWiperWash: TablerIcon; export const IconWiper: TablerIcon; export const IconWoman: TablerIcon; diff --git a/icons-react/index.js b/icons-react/index.js index 2cd5c98a..f89b4143 100644 --- a/icons-react/index.js +++ b/icons-react/index.js @@ -217,12 +217,15 @@ export { default as IconCamera } from './icons-js/camera.js'; export { default as IconCapture } from './icons-js/capture.js'; export { default as IconCar } from './icons-js/car.js'; export { default as IconCaravan } from './icons-js/caravan.js'; +export { default as IconCardboards } from './icons-js/cardboards.js'; export { default as IconCaretDown } from './icons-js/caret-down.js'; export { default as IconCaretLeft } from './icons-js/caret-left.js'; export { default as IconCaretRight } from './icons-js/caret-right.js'; export { default as IconCaretUp } from './icons-js/caret-up.js'; export { default as IconCash } from './icons-js/cash.js'; export { default as IconCast } from './icons-js/cast.js'; +export { default as IconCe } from './icons-js/ce.js'; +export { default as IconCertificate } from './icons-js/certificate.js'; export { default as IconChartAreaLine } from './icons-js/chart-area-line.js'; export { default as IconChartArea } from './icons-js/chart-area.js'; export { default as IconChartBar } from './icons-js/chart-bar.js'; @@ -231,6 +234,7 @@ export { default as IconChartCandle } from './icons-js/chart-candle.js'; export { default as IconChartDonut } from './icons-js/chart-donut.js'; export { default as IconChartLine } from './icons-js/chart-line.js'; export { default as IconChartPie } from './icons-js/chart-pie.js'; +export { default as IconChartRadar } from './icons-js/chart-radar.js'; export { default as IconCheck } from './icons-js/check.js'; export { default as IconCheckbox } from './icons-js/checkbox.js'; export { default as IconChecks } from './icons-js/checks.js'; @@ -250,6 +254,7 @@ export { default as IconChevronsRight } from './icons-js/chevrons-right.js'; export { default as IconChevronsUpLeft } from './icons-js/chevrons-up-left.js'; export { default as IconChevronsUpRight } from './icons-js/chevrons-up-right.js'; export { default as IconChevronsUp } from './icons-js/chevrons-up.js'; +export { default as IconChristmasTree } from './icons-js/christmas-tree.js'; export { default as IconCircleCheck } from './icons-js/circle-check.js'; export { default as IconCircleDashed } from './icons-js/circle-dashed.js'; export { default as IconCircleDotted } from './icons-js/circle-dotted.js'; @@ -341,6 +346,7 @@ export { default as IconDots } from './icons-js/dots.js'; export { default as IconDownload } from './icons-js/download.js'; export { default as IconDragDrop2 } from './icons-js/drag-drop-2.js'; export { default as IconDragDrop } from './icons-js/drag-drop.js'; +export { default as IconDrone } from './icons-js/drone.js'; export { default as IconDroplet } from './icons-js/droplet.js'; export { default as IconEar } from './icons-js/ear.js'; export { default as IconEdit } from './icons-js/edit.js'; @@ -418,6 +424,7 @@ export { default as IconGitPullRequest } from './icons-js/git-pull-request.js'; export { default as IconGlassFull } from './icons-js/glass-full.js'; export { default as IconGlass } from './icons-js/glass.js'; export { default as IconGlobe } from './icons-js/globe.js'; +export { default as IconGps } from './icons-js/gps.js'; export { default as IconGridDots } from './icons-js/grid-dots.js'; export { default as IconGrid } from './icons-js/grid.js'; export { default as IconGripHorizontal } from './icons-js/grip-horizontal.js'; @@ -530,6 +537,7 @@ export { default as IconMagnet } from './icons-js/magnet.js'; export { default as IconMailOpened } from './icons-js/mail-opened.js'; export { default as IconMail } from './icons-js/mail.js'; export { default as IconMan } from './icons-js/man.js'; +export { default as IconManualGearbox } from './icons-js/manual-gearbox.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'; @@ -594,10 +602,12 @@ export { default as IconPalette } from './icons-js/palette.js'; export { default as IconPanoramaHorizontal } from './icons-js/panorama-horizontal.js'; export { default as IconPanoramaVertical } from './icons-js/panorama-vertical.js'; export { default as IconPaperclip } from './icons-js/paperclip.js'; +export { default as IconParachute } from './icons-js/parachute.js'; export { default as IconParentheses } from './icons-js/parentheses.js'; export { default as IconParking } from './icons-js/parking.js'; export { default as IconPeace } from './icons-js/peace.js'; export { default as IconPencil } from './icons-js/pencil.js'; +export { default as IconPennant } from './icons-js/pennant.js'; export { default as IconPercentage } from './icons-js/percentage.js'; export { default as IconPhoneCall } from './icons-js/phone-call.js'; export { default as IconPhoneCalling } from './icons-js/phone-calling.js'; @@ -622,6 +632,7 @@ 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'; export { default as IconPlanet } from './icons-js/planet.js'; +export { default as IconPlant2 } from './icons-js/plant-2.js'; export { default as IconPlant } from './icons-js/plant.js'; export { default as IconPlayerPause } from './icons-js/player-pause.js'; export { default as IconPlayerPlay } from './icons-js/player-play.js'; @@ -650,9 +661,13 @@ export { default as IconRecycle } from './icons-js/recycle.js'; export { default as IconRefreshAlert } from './icons-js/refresh-alert.js'; export { default as IconRefresh } from './icons-js/refresh.js'; export { default as IconRegistered } from './icons-js/registered.js'; +export { default as IconRelationManyToMany } from './icons-js/relation-many-to-many.js'; +export { default as IconRelationOneToMany } from './icons-js/relation-one-to-many.js'; +export { default as IconRelationOneToOne } from './icons-js/relation-one-to-one.js'; export { default as IconRepeatOnce } from './icons-js/repeat-once.js'; export { default as IconRepeat } from './icons-js/repeat.js'; export { default as IconReplace } from './icons-js/replace.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'; @@ -728,6 +743,7 @@ export { default as IconStars } from './icons-js/stars.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 IconSthetoscope } from './icons-js/sthetoscope.js'; export { default as IconSticker } from './icons-js/sticker.js'; export { default as IconStrikethrough } from './icons-js/strikethrough.js'; export { default as IconSubscript } from './icons-js/subscript.js'; @@ -813,6 +829,7 @@ export { default as IconVideoMinus } from './icons-js/video-minus.js'; export { default as IconVideoOff } from './icons-js/video-off.js'; export { default as IconVideoPlus } from './icons-js/video-plus.js'; export { default as IconVideo } from './icons-js/video.js'; +export { default as IconView360 } from './icons-js/view-360.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'; @@ -834,6 +851,7 @@ export { default as IconWifi2 } from './icons-js/wifi-2.js'; export { default as IconWifiOff } from './icons-js/wifi-off.js'; export { default as IconWifi } from './icons-js/wifi.js'; export { default as IconWind } from './icons-js/wind.js'; +export { default as IconWindmill } from './icons-js/windmill.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'; -- cgit v1.2.1