@flodesk/grain 11.12.1 → 11.13.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.
@@ -0,0 +1,21 @@
1
+ import "core-js/modules/es.object.assign.js";
2
+
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+
5
+ import * as React from 'react';
6
+ import { jsx as ___EmotionJSX } from "@emotion/react";
7
+
8
+ var IconBoltFilled = function IconBoltFilled(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 18 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M11.2375 0.57719L0.397435 13.353C-0.153788 14.0026 0.307947 14.9999 1.15995 14.9999H5V22.9009C5 23.8165 6.12838 24.2507 6.7421 23.5712L17.4914 11.6702C18.0722 11.0271 17.6159 9.99995 16.7493 9.99995H13V1.22417C13 0.293278 11.8398 -0.132622 11.2375 0.57719Z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconBoltFilled;
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconColumnTwo = function IconColumnTwo(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 22 24",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895431 22 2 22H8C9.10457 22 10 21.1046 10 20V4C10 2.89543 9.10457 2 8 2H2ZM2 4L8 4V20H2V4ZM14 2C12.8954 2 12 2.89543 12 4V20C12 21.1046 12.8954 22 14 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H14ZM14 4L20 4V20H14V4Z",
16
+ d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H7C8.10457 22 9 21.1046 9 20V4C9 2.89543 8.10457 2 7 2H2ZM2 4L7 4V20H2V4ZM13 2C11.8954 2 11 2.89543 11 4V20C11 21.1046 11.8954 22 13 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H13ZM13 4L18 4V20H13V4Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
package/es/icons/index.js CHANGED
@@ -91,4 +91,5 @@ export { default as IconColumnOne } from './icon-column-one';
91
91
  export { default as IconColumnTwo } from './icon-column-two';
92
92
  export { default as IconBrush } from './icon-brush';
93
93
  export { default as IconBolt } from './icon-bolt';
94
+ export { default as IconBoltFilled } from './icon-bolt-filled';
94
95
  export { default as IconSquare } from './icon-square';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "11.12.1",
3
+ "version": "11.13.0",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",