@flodesk/grain 11.11.1 → 11.12.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 IconSquare = function IconSquare(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 20 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M0 4C0 2.89543 0.89543 2 2 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H2C0.895432 22 0 21.1046 0 20V4ZM18 4L2 4V20H18V4Z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconSquare;
package/es/icons/index.js CHANGED
@@ -90,4 +90,5 @@ export { default as IconContentAlignBottom } from './icon-content-align-bottom';
90
90
  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
- export { default as IconBolt } from './icon-bolt';
93
+ export { default as IconBolt } from './icon-bolt';
94
+ 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.11.1",
3
+ "version": "11.12.0",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",