File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
src/app/components/MuiIcons Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1- /**
2- * Copyright 2024 https://github.com/google/material-design-icons
3- * SPDX-License-Identifier: Apache-2.0
4- */
5-
61import { FC } from 'react'
72import { 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
95const developerBoardNode : IconNode = [
106 [
117 'path' ,
Original file line number Diff line number Diff line change 1- /**
2- * Copyright 2024 https://github.com/google/material-design-icons
3- * SPDX-License-Identifier: Apache-2.0
4- */
5-
61import { FC } from 'react'
72import { 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
95const developerBoardOffNode : IconNode = [
106 [
117 'path' ,
Original file line number Diff line number Diff line change 1- /**
2- * Copyright 2024 https://github.com/google/material-design-icons
3- * SPDX-License-Identifier: Apache-2.0
4- */
5-
61import { FC } from 'react'
72import { 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
95const streamNode : IconNode = [
106 [
117 'circle' ,
You can’t perform that action at this time.
0 commit comments