@flodesk/grain 5.16.2 → 5.16.4

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,22 +7,15 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconCheck = function IconCheck(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 24",
10
+ viewBox: "0 0 22 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("g", {
14
- clipPath: "url(#Check_svg__a)"
15
- }, ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("path", {
16
14
  fillRule: "evenodd",
17
15
  clipRule: "evenodd",
18
- d: "m0 11 9 9L24 5l-1.414-1.414L9 17.172 1.414 9.586 0 11Z",
16
+ d: "M21.707 6.207L8.5 19.414.293 11.207l1.414-1.414L8.5 16.586 20.293 4.793l1.414 1.414z",
19
17
  fill: "currentColor"
20
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
- id: "Check_svg__a"
22
- }, ___EmotionJSX("path", {
23
- fill: "#fff",
24
- d: "M0 0h24v24H0z"
25
- }))));
18
+ }));
26
19
  };
27
20
 
28
21
  export default IconCheck;
@@ -7,21 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconType = function IconType(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 16 24",
10
+ viewBox: "0 0 12 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("g", {
14
- clipPath: "url(#Type_svg__a)"
14
+ clipPath: "url(#prefix__clip0_151_494)"
15
15
  }, ___EmotionJSX("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M0 0h16v2H9v20h7v2H0v-2h7V2H0V0Z",
18
+ d: "M0 0h12v2H7v20h5v2H0v-2h5V2H0V0z",
19
19
  fill: "currentColor"
20
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
- id: "Type_svg__a"
21
+ id: "prefix__clip0_151_494"
22
22
  }, ___EmotionJSX("path", {
23
23
  fill: "#fff",
24
- d: "M0 0h16v24H0z"
24
+ d: "M0 0h12v24H0z"
25
25
  }))));
26
26
  };
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "5.16.2",
3
+ "version": "5.16.4",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",