@mezzanine-ui/icons 0.14.8 → 0.14.10

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/drag.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from './typings';
2
+ export declare const DragIcon: IconDefinition;
package/drag.js ADDED
@@ -0,0 +1,16 @@
1
+ const DragIcon = {
2
+ name: 'drag',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 20 20',
6
+ },
7
+ path: {
8
+ fill: 'currentColor',
9
+ stroke: 'currentColor',
10
+ strokeWidth: 0.5,
11
+ d: 'M8.36089 6.19653C8.36089 6.73705 7.95824 7.14306 7.49978 7.14306C7.04133 7.14306 6.63867 6.73705 6.63867 6.19653C6.63867 5.65602 7.04133 5.25 7.49978 5.25C7.95824 5.25 8.36089 5.65602 8.36089 6.19653ZM8.36089 10.0854C8.36089 10.6259 7.95824 11.0319 7.49978 11.0319C7.04133 11.0319 6.63867 10.6259 6.63867 10.0854C6.63867 9.5449 7.04133 9.13889 7.49978 9.13889C7.95824 9.13889 8.36089 9.5449 8.36089 10.0854ZM8.36089 13.9743C8.36089 14.5148 7.95824 14.9208 7.49978 14.9208C7.04133 14.9208 6.63867 14.5148 6.63867 13.9743C6.63867 13.4338 7.04133 13.0278 7.49978 13.0278C7.95824 13.0278 8.36089 13.4338 8.36089 13.9743Z M13.3609 6.19653C13.3609 6.73705 12.9582 7.14306 12.4998 7.14306C12.0413 7.14306 11.6387 6.73705 11.6387 6.19653C11.6387 5.65602 12.0413 5.25 12.4998 5.25C12.9582 5.25 13.3609 5.65602 13.3609 6.19653ZM13.3609 10.0854C13.3609 10.6259 12.9582 11.0319 12.4998 11.0319C12.0413 11.0319 11.6387 10.6259 11.6387 10.0854C11.6387 9.5449 12.0413 9.13889 12.4998 9.13889C12.9582 9.13889 13.3609 9.5449 13.3609 10.0854ZM13.3609 13.9743C13.3609 14.5148 12.9582 14.9208 12.4998 14.9208C12.0413 14.9208 11.6387 14.5148 11.6387 13.9743C11.6387 13.4338 12.0413 13.0278 12.4998 13.0278C12.9582 13.0278 13.3609 13.4338 13.3609 13.9743Z',
12
+ },
13
+ },
14
+ };
15
+
16
+ export { DragIcon };
package/index.d.ts CHANGED
@@ -22,6 +22,7 @@ export { ClockIcon } from './clock';
22
22
  export { DocIcon } from './doc';
23
23
  export { DollarIcon } from './dollar';
24
24
  export { DownloadIcon } from './download';
25
+ export { DragIcon } from './drag';
25
26
  export { EditIcon } from './edit';
26
27
  export { ExclamationCircleFilledIcon } from './exclamation-circle-filled';
27
28
  export { EyeCloseIcon } from './eye-close';
package/index.js CHANGED
@@ -18,6 +18,7 @@ export { ClockIcon } from './clock.js';
18
18
  export { DocIcon } from './doc.js';
19
19
  export { DollarIcon } from './dollar.js';
20
20
  export { DownloadIcon } from './download.js';
21
+ export { DragIcon } from './drag.js';
21
22
  export { EditIcon } from './edit.js';
22
23
  export { ExclamationCircleFilledIcon } from './exclamation-circle-filled.js';
23
24
  export { EyeCloseIcon } from './eye-close.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mezzanine-ui/icons",
3
- "version": "0.14.8",
3
+ "version": "0.14.10",
4
4
  "description": "Icons for mezzanine-ui",
5
5
  "author": "Mezzanine",
6
6
  "repository": {