@alfalab/icons-glyph 2.75.0 → 2.76.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.75.0",
3
+ "version": "2.76.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",