Skip to content

Commit

Permalink
feat(material-icons): updated to latest icons
Browse files Browse the repository at this point in the history
Note: I'm probably going to have to implement this another way
since I'm now unable to build or typecheck since it makes my
laptop run out of memory before it completes...
  • Loading branch information
mlaursen committed Jan 3, 2021
1 parent 00b178d commit d17017b
Show file tree
Hide file tree
Showing 21,621 changed files with 278,512 additions and 2,797 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccessibilityFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccessibilityFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
accessibility
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccessibilityFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccessibilityFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<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" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccessibilityNewFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccessibilityNewFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
accessibility_new
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccessibilityNewFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccessibilityNewFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<path d="M20.5 6c-2.61.7-5.67 1-8.5 1s-5.89-.3-8.5-1L3 8c1.86.5 4 .83 6 1v13h2v-6h2v6h2V9c2-.17 4.14-.5 6-1l-.5-2zM12 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccessibleFilledFontIcon = forwardRef<HTMLElement, FontIconProps>(
function AccessibleFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
accessible
</FontIcon>
);
}
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccessibleFilledSVGIcon = forwardRef<SVGSVGElement, SVGIconProps>(
function AccessibleFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<circle cx="12" cy="4" r="2" />
<path d="M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.35-.2-.75-.3-1.19-.26C10.76 7.11 10 8.04 10 9.09V15c0 1.1.9 2 2 2h5v5h2v-5.5c0-1.1-.9-2-2-2h-3v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1c-2.28.46-4 2.48-4 4.9 0 2.76 2.24 5 5 5 2.42 0 4.44-1.72 4.9-4h-2.07z" />
</SVGIcon>
);
}
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccessibleForwardFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccessibleForwardFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
accessible_forward
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccessibleForwardFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccessibleForwardFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<circle cx="17" cy="4.54" r="2" />
<path d="M14 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm3-3.5h-1.86l1.67-3.67C17.42 8.5 16.44 7 14.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L7.22 10l1.92.53L9.79 9H12l-1.83 4.1c-.6 1.33.39 2.9 1.85 2.9H17v5h2v-5.5c0-1.1-.9-2-2-2z" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccountBalanceFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccountBalanceFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
account_balance
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccountBalanceFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccountBalanceFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<g>
<rect fill="none" height="24" width="24" />
</g>
<g>
<g>
<rect height="7" width="3" x="4" y="10" />
<rect height="7" width="3" x="10.5" y="10" />
<rect height="3" width="20" x="2" y="19" />
<rect height="7" width="3" x="17" y="10" />
<polygon points="12,1 2,6 2,8 22,8 22,6" />
</g>
</g>
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccountBalanceWalletFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccountBalanceWalletFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
account_balance_wallet
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccountBalanceWalletFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccountBalanceWalletFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<path d="M21 18v1c0 1.1-.9 2-2 2H5c-1.11 0-2-.9-2-2V5c0-1.1.89-2 2-2h14c1.1 0 2 .9 2 2v1h-9c-1.11 0-2 .9-2 2v8c0 1.1.89 2 2 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" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccountBoxFilledFontIcon = forwardRef<HTMLElement, FontIconProps>(
function AccountBoxFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
account_box
</FontIcon>
);
}
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccountBoxFilledSVGIcon = forwardRef<SVGSVGElement, SVGIconProps>(
function AccountBoxFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<path d="M3 5v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.11 0-2 .9-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" />
</SVGIcon>
);
}
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AccountCircleFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AccountCircleFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
account_circle
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AccountCircleFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AccountCircleFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0z" fill="none" />
<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.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AddShoppingCartFilledFontIcon = forwardRef<
HTMLElement,
FontIconProps
>(function AddShoppingCartFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
add_shopping_cart
</FontIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AddShoppingCartFilledSVGIcon = forwardRef<
SVGSVGElement,
SVGIconProps
>(function AddShoppingCartFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<path d="M0 0h24v24H0zm18.31 6l-2.76 5z" fill="none" />
<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" />
</SVGIcon>
);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { FontIcon, FontIconProps } from "@react-md/icon";

export const AddTaskFilledFontIcon = forwardRef<HTMLElement, FontIconProps>(
function AddTaskFilledFontIcon(props, ref) {
return (
<FontIcon {...props} ref={ref}>
add_task
</FontIcon>
);
}
);
18 changes: 18 additions & 0 deletions packages/material-icons/src/action/filled/AddTaskFilledSVGIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file was generated from @react-md/dev-utils and should not be updated
* manually.
*/

import React, { forwardRef } from "react";
import { SVGIcon, SVGIconProps } from "@react-md/icon";

export const AddTaskFilledSVGIcon = forwardRef<SVGSVGElement, SVGIconProps>(
function AddTaskFilledSVGIcon(props, ref) {
return (
<SVGIcon {...props} ref={ref}>
<rect fill="none" height="24" width="24" />
<path d="M22,5.18L10.59,16.6l-4.24-4.24l1.41-1.41l2.83,2.83l10-10L22,5.18z M12,20c-4.41,0-8-3.59-8-8s3.59-8,8-8 c1.57,0,3.04,0.46,4.28,1.25l1.45-1.45C16.1,2.67,14.13,2,12,2C6.48,2,2,6.48,2,12s4.48,10,10,10c1.73,0,3.36-0.44,4.78-1.22 l-1.5-1.5C14.28,19.74,13.17,20,12,20z M19,15h-3v2h3v3h2v-3h3v-2h-3v-3h-2V15z" />
</SVGIcon>
);
}
);
Loading

0 comments on commit d17017b

Please sign in to comment.