How to use @material-ui/icons - 10 common examples

To help you get started, we’ve selected a few @material-ui/icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mirumee / saleor-dashboard / src / icons / Home.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const Home = createSvgIcon(
  <>
github mirumee / saleor / saleor / static / dashboard-next / icons / Sales.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import * as React from "react";

export const Sales = createSvgIcon(
  <>
github mirumee / saleor-dashboard / src / icons / Pages.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const Pages = createSvgIcon(
  <>
github mirumee / saleor-dashboard / src / icons / ArrowSort.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const ArrowSort = createSvgIcon(
  <>
github mirumee / saleor / saleor / static / dashboard-next / icons / ItalicIcon.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

export const ItalicIcon = createSvgIcon(
  <>
github mirumee / saleor-dashboard / src / icons / OrderedListIcon.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const OrderedListIcon = createSvgIcon(
  <>
github mirumee / saleor-dashboard / src / icons / Plugins.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const Plugins = createSvgIcon(
  <>
    
  
, "Plugins")

export default Plugins;
github mirumee / saleor / saleor / static / dashboard-next / icons / Monetization.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import * as React from "react";

export const Monetization = createSvgIcon(
  <>
github mirumee / saleor / saleor / static / dashboard-next / icons / AccountCircle.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import * as React from "react";

export const AccountCircle = createSvgIcon(
  <>
github mirumee / saleor-dashboard / src / icons / HeaderOne.tsx View on Github external
import createSvgIcon from "@material-ui/icons/utils/createSvgIcon";
import React from "react";

const HeaderOne = createSvgIcon(
  <>