@alfalab/icons-glyph 2.255.0 → 2.256.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 CheckmarkDoubleMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default CheckmarkDoubleMIcon;
@@ -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:"M16.5 7.519L6.403 17 1.5 12.327l1.448-1.503 3.47 3.308L15.069 6 16.5 7.519zm6 .001L12.403 17l-1.488-1.417L21.068 6 22.5 7.52z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.CheckmarkDoubleMIcon=r,exports.default=r;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-glyph",
3
- "version": "2.255.0",
3
+ "version": "2.256.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0 || ^19.1.1",