Skip to content

Commit d0a870f

Browse files
committed
Fix custom SVGs source comments
1 parent ec1c19c commit d0a870f

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

src/app/components/MuiIcons/DeveloperBoard.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
/**
2-
* Copyright 2024 https://github.com/google/material-design-icons
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
import { FC } from 'react'
72
import { Icon, IconNode } from 'lucide-react'
83

4+
// From https://github.com/mui/material-ui/blob/4c336b8bd492749117a34947db44b0157a44c18b/packages/mui-icons-material/lib/esm/DeveloperBoard.js#L6
95
const developerBoardNode: IconNode = [
106
[
117
'path',

src/app/components/MuiIcons/DeveloperBoardOff.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
/**
2-
* Copyright 2024 https://github.com/google/material-design-icons
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
import { FC } from 'react'
72
import { Icon, IconNode } from 'lucide-react'
83

4+
// From https://github.com/mui/material-ui/blob/4c336b8bd492749117a34947db44b0157a44c18b/packages/mui-icons-material/lib/esm/DeveloperBoardOff.js#L6
95
const developerBoardOffNode: IconNode = [
106
[
117
'path',

src/app/components/MuiIcons/Stream.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
/**
2-
* Copyright 2024 https://github.com/google/material-design-icons
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
import { FC } from 'react'
72
import { Icon, IconNode } from 'lucide-react'
83

4+
// From https://github.com/mui/material-ui/blob/4c336b8bd492749117a34947db44b0157a44c18b/packages/mui-icons-material/lib/esm/Stream.js#L5
95
const streamNode: IconNode = [
106
[
117
'circle',

0 commit comments

Comments
 (0)