Refactor createSvgIcon import for icons (#1694)

It fixes ts declarations resolution
This commit is contained in:
Bartłomiej Wiaduch 2022-02-18 10:27:55 +01:00 committed by GitHub
parent 190d2660c5
commit 80e8cb9221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 51 additions and 51 deletions

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const AccountCircle = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ArrowDropdown = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ArrowSort = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Attributes = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Ballot = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const BoldIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Bot = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
export const Calendar = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Channels = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Checkbox = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const CheckboxChecked = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const CheckboxIndeterminate = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const CheckboxSemiChecked = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ChevronUp = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Draggable = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ErrorExclamationCircle = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Folder = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const HeaderOne = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const HeaderThree = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const HeaderTwo = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Home = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Image = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ItalicIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const LinkIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const LocalShipping = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Monetization = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Moon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Navigation = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const NoPhoto = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const OrderedListIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Orders = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const PageTypes = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Pages = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const PermissionGroups = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Plugins = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ProductTypes = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const QuotationIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Sales = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const ShippingMethods = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Shop = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const SiteSettings = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const StaffMembers = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const StoreMall = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Sun = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Taxes = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import { useTheme } from "@saleor/macaw-ui";
import React from "react";

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Truck = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const UnorderedListIcon = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Unstyled = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Warehouses = createSvgIcon(

View file

@ -1,4 +1,4 @@
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";
const Webhooks = createSvgIcon(