Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/packages/material-ui-codemod/src/*/*.test.js
/packages/material-ui-icons/fixtures
/packages/material-ui-icons/src
/packages/material-ui-icons/legacy
/packages/material-ui-icons/templateSvgIcon.js
/tmp
build
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/docs/export
/examples/**/.cache
/packages/material-ui-codemod/lib
/packages/material-ui-icons/material-io-tools-icons
/packages/material-ui-icons/material-icons/*
/test/regressions/screenshots
/test/selenium-output
/tmp
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/material-icons/synonyms.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const synonyms = {
Markunread: 'envelope letter',
MarkunreadMailbox: 'deliver envelop letter postal postbox receive send',
Maximize: 'line shape',
MeetingRoom: 'door',
MeetingRoom: 'door logout signout',
Memory: 'chip',
Menu: 'hamburger',
MenuBook: 'page',
Expand Down
3 changes: 3 additions & 0 deletions packages/material-ui-icons/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ async function generateIndex(options) {
const noises = [
['<path fill="none" d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z" />', ''],
['<path fill="none" d="M0 0h24v24H0V0zm0 0h24v24H0V0z" />', ''],
['<path fill="none" d="M0 0h24v24H0V0z" />', ''],
['<path fill="none" d="M0 0h24v24H0z" />', ''],
['="M0 0h24v24H0V0zm0 0h24v24H0V0z', '="'],
['="M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z', '="'],
Expand Down Expand Up @@ -226,6 +227,8 @@ export async function main(options) {
queue.push(svgPaths);
await queue.wait({ empty: true });

await fse.copy(path.join(__dirname, '/legacy'), options.outputDir);

await generateIndex(options);

if (options.disableLog) {
Expand Down
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AddLocation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><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" /></React.Fragment>
, 'AddLocation');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AddLocationOutlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><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-7zM7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9zm6-3h-2v2H9v2h2v2h2v-2h2V8h-2z" /></React.Fragment>
, 'AddLocationOutlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AddLocationRounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M12 2C8.14 2 5 5.14 5 9c0 4.17 4.42 9.92 6.24 12.11.4.48 1.13.48 1.53 0C14.58 18.92 19 13.17 19 9c0-3.86-3.14-7-7-7zm3 8h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H9c-.55 0-1-.45-1-1s.45-1 1-1h2V6c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1z" /></React.Fragment>
, 'AddLocationRounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AddLocationSharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><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" /></React.Fragment>
, 'AddLocationSharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AddLocationTwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M17 9c0-2.76-2.24-5-5-5S7 6.24 7 9c0 2.85 2.92 7.21 5 9.88 2.12-2.69 5-7 5-9.88zm-8 1V8h2V6h2v2h2v2h-2v2h-2v-2H9z" opacity=".3" /><path d="M19 9c0-3.86-3.14-7-7-7S5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13zm-7-5c2.76 0 5 2.24 5 5 0 2.88-2.88 7.19-5 9.88C9.92 16.21 7 11.85 7 9c0-2.76 2.24-5 5-5zm1 8v-2h2V8h-2V6h-2v2H9v2h2v2z" /></React.Fragment>
, 'AddLocationTwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AlternateEmail.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<path fillOpacity=".9" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" />
, 'AlternateEmail');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AlternateEmailOutlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".9" d="M12 1.95c-5.52 0-10 4.48-10 10s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.43c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57v-1.43c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" /></React.Fragment>
, 'AlternateEmailOutlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AlternateEmailRounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".9" d="M12.72 2.03C6.63 1.6 1.6 6.63 2.03 12.72 2.39 18.01 7.01 22 12.31 22H16c.55 0 1-.45 1-1s-.45-1-1-1h-3.67c-3.73 0-7.15-2.42-8.08-6.03-1.49-5.8 3.91-11.21 9.71-9.71C17.58 5.18 20 8.6 20 12.33v1.1c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.25c0-2.51-1.78-4.77-4.26-5.12-3.4-.49-6.27 2.45-5.66 5.87.34 1.91 1.83 3.49 3.72 3.94 1.84.43 3.59-.16 4.74-1.33.89 1.22 2.67 1.86 4.3 1.21 1.34-.53 2.16-1.9 2.16-3.34v-1.09c0-5.31-3.99-9.93-9.28-10.29zM12 15c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" /></React.Fragment>
, 'AlternateEmailRounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AlternateEmailSharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".9" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57V12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57V12c0-5.52-4.48-10-10-10zm0 13c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" /></React.Fragment>
, 'AlternateEmailSharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/AlternateEmailTwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".9" d="M12 21.95h5v-2h-5c-4.34 0-8-3.66-8-8s3.66-8 8-8 8 3.66 8 8v1.43c0 .79-.71 1.57-1.5 1.57s-1.5-.78-1.5-1.57v-1.43c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5c1.38 0 2.64-.56 3.54-1.47.65.89 1.77 1.47 2.96 1.47 1.97 0 3.5-1.6 3.5-3.57v-1.43c0-5.52-4.48-10-10-10s-10 4.48-10 10 4.48 10 10 10zm0-7c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" /></React.Fragment>
, 'AlternateEmailTwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery20.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z" /><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z" /></React.Fragment>
, 'Battery20');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery20Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z" /><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z" /></React.Fragment>
, 'Battery20Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery20Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z" /><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z" /></React.Fragment>
, 'Battery20Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery20Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M7 17v5h10v-5H7z" /><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v13h10V4z" /></React.Fragment>
, 'Battery20Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery20TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M7 17v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17H7z" /><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h10V5.33z" /></React.Fragment>
, 'Battery20TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery30.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z" /><path d="M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z" /></React.Fragment>
, 'Battery30');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery30Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z" /><path d="M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z" /></React.Fragment>
, 'Battery30Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery30Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z" /><path d="M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z" /></React.Fragment>
, 'Battery30Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery30Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v11h10V4z" /><path d="M7 15v7h10v-7H7z" /></React.Fragment>
, 'Battery30Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery30TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V15h10V5.33z" /><path d="M7 15v5.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V15H7z" /></React.Fragment>
, 'Battery30TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery50.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z" /><path d="M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z" /></React.Fragment>
, 'Battery50');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery50Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z" /><path d="M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z" /></React.Fragment>
, 'Battery50Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery50Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z" /><path d="M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z" /></React.Fragment>
, 'Battery50Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery50Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v9h10V4z" /><path d="M7 13v9h10v-9H7z" /></React.Fragment>
, 'Battery50Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery50TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V13h10V5.33z" /><path d="M7 13v7.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V13H7z" /></React.Fragment>
, 'Battery50TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery60.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z" /><path d="M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z" /></React.Fragment>
, 'Battery60');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery60Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z" /><path d="M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z" /></React.Fragment>
, 'Battery60Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery60Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z" /><path d="M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z" /></React.Fragment>
, 'Battery60Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery60Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v7h10V4z" /><path d="M7 11v11h10V11H7z" /></React.Fragment>
, 'Battery60Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery60TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V11h10V5.33z" /><path d="M7 11v9.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V11H7z" /></React.Fragment>
, 'Battery60TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery80.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z" /><path d="M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z" /></React.Fragment>
, 'Battery80');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery80Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z" /><path d="M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z" /></React.Fragment>
, 'Battery80Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery80Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z" /><path d="M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z" /></React.Fragment>
, 'Battery80Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery80Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v5h10V4z" /><path d="M7 9v13h10V9H7z" /></React.Fragment>
, 'Battery80Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery80TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V9h10V5.33z" /><path d="M7 9v11.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V9H7z" /></React.Fragment>
, 'Battery80TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery90.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z" /><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z" /></React.Fragment>
, 'Battery90');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery90Outlined.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z" /><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z" /></React.Fragment>
, 'Battery90Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery90Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z" /><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z" /></React.Fragment>
, 'Battery90Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery90Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v4h10V4z" /><path d="M7 8v14h10V8H7z" /></React.Fragment>
, 'Battery90Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/Battery90TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z" /><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z" /></React.Fragment>
, 'Battery90TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/BatteryCharging20.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z" /><path fillOpacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z" /></React.Fragment>
, 'BatteryCharging20');
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z" /><path fillOpacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z" /></React.Fragment>
, 'BatteryCharging20Outlined');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/BatteryCharging20Rounded.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M11.94 18.24c-.24.45-.94.28-.94-.24v-1H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4l-.66 1.24z" /><path fillOpacity=".3" d="M15.67 4H14V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v1H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9.83c-.38 0-.62-.4-.44-.74l2.67-5c.24-.45.94-.28.94.24v3.5h1.17c.38 0 .62.4.44.74L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z" /></React.Fragment>
, 'BatteryCharging20Rounded');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/BatteryCharging20Sharp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M11 20v-3H7v5h10v-5h-4.4L11 20z" /><path fillOpacity=".3" d="M17 4h-3V2h-4v2H7v13h4v-2.5H9L13 7v5.5h2L12.6 17H17V4z" /></React.Fragment>
, 'BatteryCharging20Sharp');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/BatteryCharging20TwoTone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path d="M11 20v-3H7v3.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V17h-4.4L11 20z" /><path fillOpacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V17h4v-2.5H9L13 7v5.5h2L12.6 17H17V5.33C17 4.6 16.4 4 15.67 4z" /></React.Fragment>
, 'BatteryCharging20TwoTone');
6 changes: 6 additions & 0 deletions packages/material-ui-icons/legacy/BatteryCharging30.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z" /><path d="M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z" /></React.Fragment>
, 'BatteryCharging30');
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';

export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v9.17h2L13 7v5.5h2l-1.07 2H17V5.33C17 4.6 16.4 4 15.67 4z" /><path d="M11 20v-5.5H7v6.17C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V14.5h-3.07L11 20z" /></React.Fragment>
, 'BatteryCharging30Outlined');
Loading