@alfalab/icons-glyph 2.8.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const VideoCameraMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default VideoCameraMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M4 5a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2v-1.3l3.459 2.134c.847.523 1.541.094 1.541-.95V7.23c0-1.046-.694-1.473-1.541-.95L18 8.414V7a2 2 0 00-2-2H4z"}))};exports.VideoCameraMIcon=a,exports.default=a;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const VideoCameraOffMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default VideoCameraOffMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M16.733 18.861l3.14 3.14 1.414-1.414-3.306-3.306v-.003L5.703 5H5.7L2.707 2.007 1.293 3.422 3.09 5.219A2 2 0 002 7v10a2 2 0 002 2h12c.259 0 .506-.05.733-.139zm4.726-1.027c-.163-.1-.314-.22-.45-.355L8.532 5H16a2 2 0 012 2v1.414l3.459-2.134c.847-.523 1.541-.096 1.541.95v9.653c0 1.045-.694 1.474-1.541.95z"}))};exports.VideoCameraOffMIcon=a,exports.default=a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",