@alfalab/icons 3.323.0 → 3.324.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 LineDateRangeMIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LineDateRangeMIcon;
@@ -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:"M11.64 1.586l4.307 4.307-1.414 1.414-1.893-1.893v5.946h5.946l-1.893-1.893 1.414-1.414 4.307 4.307-4.307 4.307-1.414-1.414 1.893-1.893H12.64V20H19v2H2V5h2v6.36h6.64V5.414L8.747 7.307 7.333 5.893l4.307-4.307zm-1 11.774H4V20h6.64v-6.64z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LineDateRangeMIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const LineDateRangeSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default LineDateRangeSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("path",{d:"M7.76.94l2.93 2.93-1.06 1.06-1.12-1.12v3.68h3.68l-1.12-1.12 1.06-1.06 2.93 2.93-2.93 2.93-1.06-1.06 1.12-1.12H8.51v4.304h4.157v1.5H1.199V3.334h1.5V7.49H7.01V3.81L5.89 4.93 4.83 3.87 7.76.94zm-.75 8.05H2.699v4.304H7.01V8.99z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.LineDateRangeSIcon=r,exports.default=r;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from 'react';
2
+ export declare const RulerSIcon: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default RulerSIcon;
@@ -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:"16",height:"16",viewBox:"0 0 16 16"},e),l.createElement("g",{clipPath:"url(#prefix__clip0_133864_10622)"},l.createElement("path",{d:"M2.107 11.067L.927 12.24l2.833 2.833L15.073 3.76 12.24.927l-1.173 1.18 1.646 1.653-.713.707-1.64-1.654-.947.947.947.94-.713.707-.94-.94-.94.94L9.413 7.06l-.706.707L7.06 6.113l-.947.947.947.94-.707.707-.946-.94-.94.94 1.646 1.653-.706.707L3.76 9.413l-.947.947.947.94-.707.7-.946-.933z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_133864_10622"},l.createElement("path",{d:"M0 0h16v16H0z"}))))};exports.RulerSIcon=r,exports.default=r;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons-invest",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": "^16.13.0 || ^17.0.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.323.0",
3
+ "version": "3.324.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^25.4.0",
55
+ "ui-primitives": "^25.5.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {