@alfalab/icons-glyph 2.75.0 → 2.77.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 JudgeHammerCircleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default JudgeHammerCircleMIcon;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,l=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,r=function(e){return t.createElement("svg",l.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm.872-16.904a.012.012 0 00-.017 0 .012.012 0 01-.015.002.726.726 0 00-1.046.38l-.354.955a.735.735 0 01-.167.262l-3.596 3.633a.725.725 0 01-.259.169l-.946.358a.74.74 0 00-.375 1.057.013.013 0 01-.002.015.012.012 0 000 .018l.116.116.002.003L9.94 15.83l.003.002.017.017a.724.724 0 001.176-.281l.484-1.303a.735.735 0 01.166-.262l1.078-1.089 4.168 4.212.968-.978-4.168-4.212 1.077-1.089a.727.727 0 01.26-.168l1.289-.49a.74.74 0 00.278-1.188l-3.864-3.905zM8 19v-1.47h4.859V19H8z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.JudgeHammerCircleMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SoundCrossMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SoundCrossMIcon;
@@ -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.SoundCrossMIcon=l,exports.default=l;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const SoundCrossSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default SoundCrossSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M2.6 5.714h1.805l2.599-1.601c.417-.284.996 0 .996.487v6.8c0 .487-.58.77-.996.487l-2.6-1.601H2.6a.587.587 0 01-.6-.572V6.286c0-.316.269-.572.6-.572zm10.55 4.571L11.6 8.81l-1.55 1.476-.85-.81L10.75 8 9.2 6.524l.85-.81L11.6 7.19l1.55-1.475.85.81L12.45 8 14 9.476l-.85.81z"}))};exports.SoundCrossSIcon=l,exports.default=l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.75.0",
3
+ "version": "2.77.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",