@alfalab/icons-glyph 2.219.0 → 2.221.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 CinemaCameraMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CinemaCameraMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M6.5 2c.98 0 1.865.402 2.5 1.05A3.5 3.5 0 1113.95 8H15a3 3 0 012.982 2.673l3.702-1.234a1 1 0 011.316.948v7.226a1 1 0 01-1.316.948l-3.702-1.234A3 3 0 0115 20H5a3 3 0 01-3-3v-6c0-1.37.919-2.526 2.174-2.885A3.5 3.5 0 016.5 2zm0 5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zm2.45 1h.1A3.436 3.436 0 019 7.95a3.436 3.436 0 01-.05.05zm2.55-1a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM10 13a1 1 0 011-1h3a1 1 0 011 1v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CinemaCameraMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SplitUnitMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SplitUnitMIcon;
@@ -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,i=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:"M6.41 15.5H11V3H6.41A1.71 1.71 0 004.7 4.714v9.072A1.71 1.71 0 006.41 15.5zm11.175-7H13V21h4.585c.947 0 1.715-.767 1.715-1.714v-9.072c0-.946-.768-1.714-1.715-1.714z"}))};exports.SplitUnitMIcon=i,exports.default=i;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const StarPointerMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default StarPointerMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M14.127 7.636L11 0 7.873 7.636 0 8.402l5.94 5.487L4.202 22l6.625-4.137-2.073-3.34a3.044 3.044 0 011.018-4.213 3.03 3.03 0 013.963.748l2.087 2.709.155.194.415-.377L22 8.404l-7.873-.768z"}),l.createElement("path",{d:"M10.803 12.024a1.03 1.03 0 011.348.254l2.945 3.822 2.489-.8a3.835 3.835 0 014.433 1.628l.388.598c.372.605.594 1.311.594 1.974a4.5 4.5 0 01-4.5 4.5H17c-1.097-.015-2.085-.39-3.017-.936-.6-.35-1.265-.59-1.96-.59h-1.127L10 22.5l.06-.773c.108-.68.545-1.273 1.19-1.508 1.043-.38 2.07-.584 3.096-.479l-3.892-6.273a1.043 1.043 0 01.348-1.443z"}))};exports.StarPointerMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.219.0",
3
+ "version": "2.221.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0",