@alfalab/icons-glyph 2.218.0 → 2.220.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.
- package/CinemaCameraMIcon.d.ts +3 -0
- package/CinemaCameraMIcon.js +1 -0
- package/PipEnterMIcon.d.ts +3 -0
- package/PipEnterMIcon.js +1 -0
- package/PipExitMIcon.d.ts +3 -0
- package/PipExitMIcon.js +1 -0
- package/StarPointerMIcon.d.ts +3 -0
- package/StarPointerMIcon.js +1 -0
- package/package.json +1 -1
|
@@ -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;
|
package/PipEnterMIcon.js
ADDED
|
@@ -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,l=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:"M20 6H4v12h16V6zM3.818 4C2.814 4 2 4.796 2 5.778v12.444C2 19.204 2.814 20 3.818 20h16.364C21.186 20 22 19.204 22 18.222V5.778C22 4.796 21.186 4 20.182 4H3.818z",fillRule:"evenodd",clipRule:"evenodd"}),r.createElement("path",{d:"M11 8h7v5h-7V8z"}))};exports.PipEnterMIcon=l,exports.default=l;
|
package/PipExitMIcon.js
ADDED
|
@@ -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:"M22 2h-7.5v2H20v5.5h2V2zM2 2h7.5v2H4v5.5H2V2zm7.5 18v2H2v-7.5h2V20h5.5zm5 0v2H22v-7.5h-2V20h-5.5z"}))};exports.PipExitMIcon=i,exports.default=i;
|
|
@@ -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;
|