Skip to content

Commit

Permalink
Move all dependencies to devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lock committed Feb 26, 2020
1 parent 0be3294 commit 1c3c043
Show file tree
Hide file tree
Showing 2,933 changed files with 16,673 additions and 7,273 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ svg
ICONS.md
test.js
examples
token-icons
source
demo
2 changes: 1 addition & 1 deletion es/md/AcUnit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AccessAlarm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AccessAlarms.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AccessTime.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
5 changes: 4 additions & 1 deletion es/md/Accessibility.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAccessibility = function SvgAccessibility(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), React.createElement("path", {
d: "M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z"
}));
Expand Down
5 changes: 4 additions & 1 deletion es/md/Accessible.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAccessible = function SvgAccessible(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), React.createElement("circle", {
cx: 12,
cy: 4,
Expand Down
5 changes: 4 additions & 1 deletion es/md/AccountBalance.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAccountBalance = function SvgAccountBalance(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), React.createElement("path", {
d: "M4 10v7h3v-7H4zm6 0v7h3v-7h-3zM2 22h19v-3H2v3zm14-12v7h3v-7h-3zm-4.5-9L2 6v2h19V6l-9.5-5z"
}));
Expand Down
5 changes: 4 additions & 1 deletion es/md/AccountBalanceWallet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAccountBalanceWallet = function SvgAccountBalanceWallet(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), React.createElement("path", {
d: "M21 18v1c0 1.1-.9 2-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h14c1.1 0 2 .9 2 2v1h-9a2 2 0 00-2 2v8a2 2 0 002 2h9zm-9-2h10V8H12v8zm4-2.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"
}));
Expand Down
5 changes: 4 additions & 1 deletion es/md/AccountBox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -15,6 +15,9 @@ var SvgAccountBox = function SvgAccountBox(props) {
fill: "currentcolor"
}), React.createElement("path", {
d: "M3 5v14a2 2 0 002 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5a2 2 0 00-2 2zm12 4c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zm-9 8c0-2 4-3.1 6-3.1s6 1.1 6 3.1v1H6v-1z"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}));
};

Expand Down
5 changes: 4 additions & 1 deletion es/md/AccountCircle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -15,6 +15,9 @@ var SvgAccountCircle = function SvgAccountCircle(props) {
fill: "currentcolor"
}), React.createElement("path", {
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2a7.2 7.2 0 01-6-3.22c.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 01-6 3.22z"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}));
};

Expand Down
2 changes: 1 addition & 1 deletion es/md/Adb.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/Add.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
13 changes: 2 additions & 11 deletions es/md/AddAPhoto.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,16 +13,7 @@ var SvgAddAPhoto = function SvgAddAPhoto(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("defs", null, React.createElement("path", {
id: "addAPhoto_svg__a",
d: "M24 24H0V0h24v24z"
})), React.createElement("clipPath", {
id: "addAPhoto_svg__b"
}, React.createElement("use", {
xlinkHref: "#addAPhoto_svg__a",
overflow: "visible"
})), React.createElement("path", {
clipPath: "url(#addAPhoto_svg__b)",
}), React.createElement("path", {
d: "M3 4V1h2v3h3v2H5v3H3V6H0V4h3zm3 6V7h3V4h7l1.83 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V10h3zm7 9c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-3.2-5c0 1.77 1.43 3.2 3.2 3.2s3.2-1.43 3.2-3.2-1.43-3.2-3.2-3.2-3.2 1.43-3.2 3.2z"
}));
};
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddAlarm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddAlert.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddBox.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddCircle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddCircleOutline.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
5 changes: 4 additions & 1 deletion es/md/AddLocation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAddLocation = function SvgAddLocation(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0V0z"
}), React.createElement("path", {
d: "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z"
}));
Expand Down
5 changes: 4 additions & 1 deletion es/md/AddShoppingCart.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,6 +13,9 @@ var SvgAddShoppingCart = function SvgAddShoppingCart(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
d: "M0 0h24v24H0zm18.31 6l-2.76 5z",
fill: "none"
}), React.createElement("path", {
d: "M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z"
}));
Expand Down
5 changes: 1 addition & 4 deletions es/md/AddToPhotos.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -13,9 +13,6 @@ var SvgAddToPhotos = function SvgAddToPhotos(props) {
height: props.size,
width: props.size,
fill: "currentcolor"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), React.createElement("path", {
d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"
}));
Expand Down
2 changes: 1 addition & 1 deletion es/md/AddToQueue.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
5 changes: 1 addition & 4 deletions es/md/Adjust.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand All @@ -15,9 +15,6 @@ var SvgAdjust = function SvgAdjust(props) {
fill: "currentcolor"
}), React.createElement("path", {
d: "M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"
}), React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}));
};

Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatFlat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatFlatAngled.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatIndividualSuite.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatLegroomExtra.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatLegroomNormal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
2 changes: 1 addition & 1 deletion es/md/AirlineSeatLegroomReduced.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _extends() { _extends = Object.assign || 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); }

import React from "react";
import * as React from "react";
import styled from "styled-components";
import { space, color } from "styled-system";
var Svg = styled("svg")({
Expand Down
Loading

0 comments on commit 1c3c043

Please sign in to comment.