@skedulo/sked-ui 19.9.1 → 19.10.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.
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  globe: any;
47
47
  grid: any;
48
48
  grip: any;
49
+ hash: any;
49
50
  help: any;
50
51
  hide: any;
51
52
  info: any;
package/dist/index.js CHANGED
@@ -9444,6 +9444,20 @@ bellAlert.defaultProps = {
9444
9444
  viewBox: "0 0 16 18"
9445
9445
  };
9446
9446
 
9447
+ var hash = function hash(props) {
9448
+ return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
9449
+ fillRule: "evenodd",
9450
+ clipRule: "evenodd",
9451
+ d: "M8.124 1.008a1 1 0 0 1 .868 1.116L8.508 6h3.984l.516-4.124a1 1 0 1 1 1.984.248L14.508 6H17a1 1 0 1 1 0 2h-2.742l-.5 4H17a1 1 0 1 1 0 2h-3.492l-.516 4.124a1 1 0 0 1-1.984-.248L11.492 14H7.508l-.516 4.124a1 1 0 1 1-1.984-.248L5.492 14H3a1 1 0 1 1 0-2h2.742l.5-4H3a1 1 0 0 1 0-2h3.492l.516-4.124a1 1 0 0 1 1.116-.868zM11.742 12l.5-4H8.258l-.5 4h3.984z"
9452
+ }));
9453
+ };
9454
+
9455
+ hash.defaultProps = {
9456
+ width: "20",
9457
+ height: "20",
9458
+ viewBox: "0 0 20 20"
9459
+ };
9460
+
9447
9461
  var help = function help(props) {
9448
9462
  return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("svg", props, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("path", {
9449
9463
  d: "M9 11.1c-.5 0-.9-.4-.9-.9v-.5c0-.5.2-1.4 1.6-1.4.5 0 .8-.2.8-.8 0-.2 0-.7-.3-1-.1-.4-.6-.5-1.2-.5-1.3 0-1.3.7-1.3.8 0 .5-.4.9-.9.9s-.9-.4-.9-.9c0-.7.6-2.6 3.1-2.6 1.4 0 2.3.6 2.7 1.1.6.6.8 1.5.7 2.4C12.2 9.3 11 10 9.9 10v.2c0 .5-.4.9-.9.9z",
@@ -10308,6 +10322,7 @@ filterFunnel.defaultProps = {
10308
10322
  globe: globe,
10309
10323
  grid: grid,
10310
10324
  grip: grip,
10325
+ hash: hash,
10311
10326
  help: help,
10312
10327
  hide: hide,
10313
10328
  info: info,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skedulo/sked-ui",
3
- "version": "19.9.1",
3
+ "version": "19.10.0",
4
4
  "license": "UNLICENSED",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",