@flodesk/grain 11.5.2 → 11.5.3

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.
@@ -7,21 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconChart = function IconChart(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 24",
10
+ viewBox: "0 0 16 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("g", {
14
- clipPath: "url(#Chart_svg__a)"
14
+ clipPath: "url(#clip0_206_840)"
15
15
  }, ___EmotionJSX("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M7 0h10v4h7v20H0V13h7V0Zm2 13v9h6V2H9v11Zm-2 2H2v7h5v-7Zm15 7h-5V6h5v16Z",
18
+ d: "M16 5L16 24L14 24L14 5L16 5ZM9 -3.0598e-07L9 24L7 24L7 -3.93402e-07L9 -3.0598e-07ZM2 24L2 13L3.85426e-07 13L-9.53989e-08 24L2 24Z",
19
19
  fill: "currentColor"
20
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
- id: "Chart_svg__a"
22
- }, ___EmotionJSX("path", {
23
- fill: "#fff",
24
- d: "M0 0h24v24H0z"
21
+ id: "clip0_206_840"
22
+ }, ___EmotionJSX("rect", {
23
+ width: "16",
24
+ height: "24",
25
+ fill: "white"
25
26
  }))));
26
27
  };
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "11.5.2",
3
+ "version": "11.5.3",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",