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

11 lines
292 B
TypeScript
Executable File

import React from "react";
import { createSvgIcon } from "../create-svg-icon";
export const SignalCellular3BarIcon = createSvgIcon(
<React.Fragment>
<path fillOpacity=".3" d="M2 22h20V2L2 22z" />
<path d="M17 7L2 22h15V7z" />
</React.Fragment>,
"SignalCellular3BarOutlined"
);