Files
react-test/packages/mui-icons-material/legacy/SignalCellular3Bar.js

7 lines
243 B
JavaScript
Raw Normal View History

2025-12-12 14:26:25 +09:00
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fillOpacity=".3" d="M2 22h20V2z" /><path d="M17 7L2 22h15z" /></React.Fragment>
, 'SignalCellular3Bar');