Files
mtdb_movie/common/resources/client/icons/material/SignalCellular1Bar.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

11 lines
294 B
TypeScript
Executable File

import React from "react";
import { createSvgIcon } from "../create-svg-icon";
export const SignalCellular1BarIcon = createSvgIcon(
<React.Fragment>
<path fillOpacity=".3" d="M2 22h20V2L2 22z" />
<path d="M12 12L2 22h10V12z" />
</React.Fragment>,
"SignalCellular1BarOutlined"
);