@elliemae/ds-icons 2.0.0-alpha.6 → 2.0.0-next.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.
@@ -15,7 +15,7 @@ var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_obje
15
15
 
16
16
  var _path;
17
17
 
18
- const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef"];
18
+ const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef", "title"];
19
19
 
20
20
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
21
21
 
@@ -28,7 +28,8 @@ function SvgIcon(props) {
28
28
  color,
29
29
  className = '',
30
30
  style = {},
31
- innerRef
31
+ innerRef,
32
+ title
32
33
  } = props,
33
34
  rest = _objectWithoutProperties__default["default"](props, _excluded);
34
35
 
@@ -57,8 +58,9 @@ function SvgIcon(props) {
57
58
  height
58
59
  },
59
60
  fill: fill,
60
- viewBox: "0 0 24 24"
61
- }, void 0, /*#__PURE__*/_jsx__default["default"]("g", {
61
+ viewBox: "0 0 24 24",
62
+ role: "img"
63
+ }, void 0, title && /*#__PURE__*/_jsx__default["default"]("title", {}, void 0, title), /*#__PURE__*/_jsx__default["default"]("g", {
62
64
  fillRule: "evenodd",
63
65
  stroke: "none",
64
66
  strokeWidth: "1"
@@ -4,7 +4,7 @@ var createIcon = require('./utils/createIcon.js');
4
4
 
5
5
  /* eslint-disable */
6
6
  var InfoCircleSmall = createIcon({
7
- paths: ['M10 8H8v1h1v4H8v1h3v-1h-1zM9 6h1v1H9V6z', 'M9.5 3C5.358 3 2 6.358 2 10.5S5.358 18 9.5 18s7.5-3.358 7.5-7.5S13.642 3 9.5 3zm0 14C5.916 17 3 14.084 3 10.5S5.916 4 9.5 4 16 6.916 16 10.5 13.084 17 9.5 17z'],
7
+ paths: ['M10.3 7.5h-2v1h1v4h-1v1h3v-1h-1zm-1-2h1v1h-1v-1zm.5-3a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 14c-3.584 0-6.5-2.916-6.5-6.5s2.916-6.5 6.5-6.5 6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z'],
8
8
  height: 20,
9
9
  width: 20
10
10
  });
@@ -7,7 +7,7 @@ import { jsx } from 'react/jsx-runtime';
7
7
 
8
8
  var _path;
9
9
 
10
- const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef"];
10
+ const _excluded = ["containerProps", "size", "color", "className", "style", "innerRef", "title"];
11
11
 
12
12
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
13
13
 
@@ -20,7 +20,8 @@ function SvgIcon(props) {
20
20
  color,
21
21
  className = '',
22
22
  style = {},
23
- innerRef
23
+ innerRef,
24
+ title
24
25
  } = props,
25
26
  rest = _objectWithoutProperties(props, _excluded);
26
27
 
@@ -49,8 +50,9 @@ function SvgIcon(props) {
49
50
  height
50
51
  },
51
52
  fill: fill,
52
- viewBox: "0 0 24 24"
53
- }, void 0, /*#__PURE__*/_jsx("g", {
53
+ viewBox: "0 0 24 24",
54
+ role: "img"
55
+ }, void 0, title && /*#__PURE__*/_jsx("title", {}, void 0, title), /*#__PURE__*/_jsx("g", {
54
56
  fillRule: "evenodd",
55
57
  stroke: "none",
56
58
  strokeWidth: "1"
@@ -2,7 +2,7 @@ import createIcon from './utils/createIcon.js';
2
2
 
3
3
  /* eslint-disable */
4
4
  var InfoCircleSmall = createIcon({
5
- paths: ['M10 8H8v1h1v4H8v1h3v-1h-1zM9 6h1v1H9V6z', 'M9.5 3C5.358 3 2 6.358 2 10.5S5.358 18 9.5 18s7.5-3.358 7.5-7.5S13.642 3 9.5 3zm0 14C5.916 17 3 14.084 3 10.5S5.916 4 9.5 4 16 6.916 16 10.5 13.084 17 9.5 17z'],
5
+ paths: ['M10.3 7.5h-2v1h1v4h-1v1h3v-1h-1zm-1-2h1v1h-1v-1zm.5-3a7.5 7.5 0 1 0 0 15 7.5 7.5 0 0 0 0-15zm0 14c-3.584 0-6.5-2.916-6.5-6.5s2.916-6.5 6.5-6.5 6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z'],
6
6
  height: 20,
7
7
  width: 20
8
8
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-icons",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Icons",
6
6
  "module": "./esm/index.js",
@@ -1553,7 +1553,7 @@
1553
1553
  "dev": "cross-env NODE_ENV=development && node ../../scripts/build/build.js -w"
1554
1554
  },
1555
1555
  "dependencies": {
1556
- "@elliemae/ds-classnames": "2.0.0-alpha.6",
1556
+ "@elliemae/ds-classnames": "2.0.0-next.0",
1557
1557
  "react-desc": "^4.1.3"
1558
1558
  },
1559
1559
  "peerDependencies": {