From 47e4379d1a65f0495e4cf015ed175efd117c7e9c Mon Sep 17 00:00:00 2001
From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com>
Date: Thu, 26 Oct 2023 15:36:38 -0400
Subject: [PATCH] feat: add outlined videoCam icon (#2750)
---
icons/es5/VideocamOutlined.js | 13 +++++++++++++
icons/es5/index.js | 1 +
icons/jsx/VideocamOutlined.jsx | 17 +++++++++++++++++
icons/jsx/index.jsx | 1 +
icons/svg/videocam_outlined.svg | 3 +++
5 files changed, 35 insertions(+)
create mode 100644 icons/es5/VideocamOutlined.js
create mode 100644 icons/jsx/VideocamOutlined.jsx
create mode 100644 icons/svg/videocam_outlined.svg
diff --git a/icons/es5/VideocamOutlined.js b/icons/es5/VideocamOutlined.js
new file mode 100644
index 0000000000..71e48f30ad
--- /dev/null
+++ b/icons/es5/VideocamOutlined.js
@@ -0,0 +1,13 @@
+function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
+import * as React from "react";
+const SvgVideocamOutlined = props => /*#__PURE__*/React.createElement("svg", _extends({
+ width: 24,
+ height: 24,
+ viewBox: "0 0 24 24",
+ fill: "none",
+ xmlns: "http://www.w3.org/2000/svg"
+}, props), /*#__PURE__*/React.createElement("path", {
+ d: "M15 8v8H5V8h10Zm1-2H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4V7c0-.55-.45-1-1-1Z",
+ fill: "currentColor"
+}));
+export default SvgVideocamOutlined;
\ No newline at end of file
diff --git a/icons/es5/index.js b/icons/es5/index.js
index 1ea8dda060..27d42f68ec 100644
--- a/icons/es5/index.js
+++ b/icons/es5/index.js
@@ -2183,6 +2183,7 @@ export { default as VideoStable } from "./VideoStable";
export { default as VideoTranscript } from "./VideoTranscript";
export { default as Videocam } from "./Videocam";
export { default as VideocamOff } from "./VideocamOff";
+export { default as VideocamOutlined } from "./VideocamOutlined";
export { default as VideogameAsset } from "./VideogameAsset";
export { default as VideogameAssetOff } from "./VideogameAssetOff";
export { default as ViewAgenda } from "./ViewAgenda";
diff --git a/icons/jsx/VideocamOutlined.jsx b/icons/jsx/VideocamOutlined.jsx
new file mode 100644
index 0000000000..bb02a5c3e0
--- /dev/null
+++ b/icons/jsx/VideocamOutlined.jsx
@@ -0,0 +1,17 @@
+import * as React from "react";
+const SvgVideocamOutlined = (props) => (
+
+);
+export default SvgVideocamOutlined;
diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx
index bd57a1e1c7..db1665123c 100644
--- a/icons/jsx/index.jsx
+++ b/icons/jsx/index.jsx
@@ -2183,6 +2183,7 @@ export { default as VideoStable } from "./VideoStable";
export { default as VideoTranscript } from "./VideoTranscript";
export { default as Videocam } from "./Videocam";
export { default as VideocamOff } from "./VideocamOff";
+export { default as VideocamOutlined } from "./VideocamOutlined";
export { default as VideogameAsset } from "./VideogameAsset";
export { default as VideogameAssetOff } from "./VideogameAssetOff";
export { default as ViewAgenda } from "./ViewAgenda";
diff --git a/icons/svg/videocam_outlined.svg b/icons/svg/videocam_outlined.svg
new file mode 100644
index 0000000000..c85f7b20a9
--- /dev/null
+++ b/icons/svg/videocam_outlined.svg
@@ -0,0 +1,3 @@
+