@elliemae/ds-icons 2.0.0-alpha.6 → 2.0.0-alpha.7
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.
- package/cjs/InfoCircleSmall.js +1 -1
- package/esm/InfoCircleSmall.js +1 -1
- package/package.json +2 -2
package/cjs/InfoCircleSmall.js
CHANGED
|
@@ -4,7 +4,7 @@ var createIcon = require('./utils/createIcon.js');
|
|
|
4
4
|
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
var InfoCircleSmall = createIcon({
|
|
7
|
-
paths: ['M10
|
|
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
|
});
|
package/esm/InfoCircleSmall.js
CHANGED
|
@@ -2,7 +2,7 @@ import createIcon from './utils/createIcon.js';
|
|
|
2
2
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
var InfoCircleSmall = createIcon({
|
|
5
|
-
paths: ['M10
|
|
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.
|
|
3
|
+
"version": "2.0.0-alpha.7",
|
|
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.
|
|
1556
|
+
"@elliemae/ds-classnames": "2.0.0-alpha.7",
|
|
1557
1557
|
"react-desc": "^4.1.3"
|
|
1558
1558
|
},
|
|
1559
1559
|
"peerDependencies": {
|