@flodesk/grain 11.12.2 → 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;
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.2",
3
+ "version": "11.13.0",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",