@loja-integrada/admin-components 0.9.9 → 0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loja-integrada/admin-components",
3
- "version": "0.9.9",
3
+ "version": "0.10.0",
4
4
  "author": "Loja Integrada Front-End Team",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -0,0 +1,9 @@
1
+ import React from 'react'
2
+
3
+ export const Download = () => (
4
+ <path
5
+ fillRule="evenodd"
6
+ d="M14.667 11.556v2.666c0 .246-.2.445-.445.445H1.778a.445.445 0 0 1-.445-.445v-2.666H0v2.666C0 15.204.796 16 1.778 16h12.444c.982 0 1.778-.796 1.778-1.778v-2.666h-1.333ZM3.109 7.607a.668.668 0 0 1 .893-.992l3.331 3V0h1.334v9.614l3.331-2.999a.668.668 0 0 1 .893.992l-4.445 4a.667.667 0 0 1-.892 0l-4.445-4Z"
7
+ clipRule="evenodd"
8
+ />
9
+ )
@@ -16,6 +16,7 @@ import { Close } from './Close'
16
16
  import { Check } from './Check'
17
17
  import { CheckCircle } from './CheckCircle'
18
18
  import { CreditCard } from './CreditCard'
19
+ import { Download } from './Download'
19
20
  import { Product } from './Product'
20
21
  import { Edit } from './Edit'
21
22
  import { Exchange } from './Exchange'
@@ -70,6 +71,7 @@ export const icons = {
70
71
  close: Close,
71
72
  checkCircle: CheckCircle,
72
73
  creditcard: CreditCard,
74
+ download: Download,
73
75
  product: Product,
74
76
  edit: Edit,
75
77
  exchange: Exchange,