@flodesk/grain 10.14.0 → 10.15.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 IconAt = function IconAt(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10c0 1.689-.34 2.762-.868 3.384-.494.582-1.33 1.125-3.126 1.126-.78-.028-.89-.348-.89-1.126l.072-5.88c-.096-2.904-1.872-4.296-4.968-4.296-3.144 0-5.28 1.584-5.304 4.128l2.064.072c.144-1.512 1.128-2.472 3.168-2.472 1.92 0 3.072.888 3.072 2.832v.432l-2.52.36c-3.6.624-6.216 1.104-6.216 4.032 0 2.16 1.824 3.576 4.32 3.576 2.016 0 3.552-.864 4.2-1.92h.216c.096 1.272 1.274 1.9 2.786 1.9 1.853 0 3.527-.445 4.655-1.773C23.664 15.193 24 13.81 24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12c2.413 0 4.663-.713 6.546-1.941l-1.092-1.676A9.948 9.948 0 0112 22C6.477 22 2 17.523 2 12zm13.196.936v.336c-.12 2.16-1.8 3.216-3.96 3.216-1.488 0-2.52-.72-2.52-1.992 0-1.608 1.68-1.968 3.84-2.304l1.392-.216a13.38 13.38 0 001.416-.312l.024.024c-.096.264-.192.744-.192 1.248z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconAt;
package/es/icons/index.js CHANGED
@@ -72,4 +72,5 @@ export { default as IconStrike } from './icon-strike';
72
72
  export { default as IconBold } from './icon-bold';
73
73
  export { default as IconUnderline } from './icon-underline';
74
74
  export { default as IconBulletList } from './icon-bullet-list';
75
- export { default as IconNumberList } from './icon-number-list';
75
+ export { default as IconNumberList } from './icon-number-list';
76
+ export { default as IconAt } from './icon-at';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "10.14.0",
3
+ "version": "10.15.0",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",