@alfalab/icons-glyph 2.42.0 → 2.43.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/PlayBigMIcon.d.ts +3 -0
- package/PlayBigMIcon.js +1 -0
- package/SoundMIcon.d.ts +3 -0
- package/SoundMIcon.js +1 -0
- package/SoundOffMIcon.d.ts +3 -0
- package/SoundOffMIcon.js +1 -0
- package/package.json +1 -1
package/PlayBigMIcon.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:"M6.849 2.36C5.149 1.353 3 2.58 3 4.559v14.884c0 1.98 2.15 3.206 3.849 2.197l13.901-7.442c1.666-.989 1.666-3.405 0-4.394L6.85 2.36z"}))};exports.PlayBigMIcon=l,exports.default=l;
|
package/SoundMIcon.d.ts
ADDED
package/SoundMIcon.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:"M3 8h3.008l4.332-2.803A1.05 1.05 0 0112 6.05v11.9a1.05 1.05 0 01-1.66.853L6.008 16H3a1 1 0 01-1-1V9a1 1 0 011-1zm14.489 8.68l1.699 1.063A9.954 9.954 0 0021 12c0-2.137-.67-4.117-1.812-5.742l-1.7 1.062A7.964 7.964 0 0119 12a7.96 7.96 0 01-1.511 4.68zm-3.408-7.23c.574.692.919 1.58.919 2.55 0 .97-.345 1.858-.919 2.55l1.706 1.067A5.974 5.974 0 0017 12a5.974 5.974 0 00-1.213-3.617l-1.706 1.066z"}))};exports.SoundMIcon=l,exports.default=l;
|
package/SoundOffMIcon.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:"M3 8h3.008l4.332-2.803A1.05 1.05 0 0112 6.05v11.9a1.05 1.05 0 01-1.66.853L6.008 16H3a1 1 0 01-1-1V9a1 1 0 011-1zm17.583 8L18 13.416 15.417 16 14 14.583 16.583 12 14 9.417 15.417 8 18 10.583l2.583-2.582L22 9.417 19.417 12 22 14.582 20.583 16z"}))};exports.SoundOffMIcon=l,exports.default=l;
|