From c89f08df19897b545e4fd7ecc507b1cd5ffcf2c4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 30 Apr 2022 01:34:08 +0200 Subject: Release 1.68.0 --- icons-react/icons-js/device-tv-old.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/device-tv-old.js (limited to 'icons-react/icons-js/device-tv-old.js') diff --git a/icons-react/icons-js/device-tv-old.js b/icons-react/icons-js/device-tv-old.js new file mode 100644 index 00000000..fe8dc516 --- /dev/null +++ b/icons-react/icons-js/device-tv-old.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconDeviceTvOld({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return {"Download more icon variants from https://tabler-icons.io/i/device-tv-old"}; +} + +export default IconDeviceTvOld; \ No newline at end of file -- cgit v1.2.1