6 lines
271 B
TypeScript
Executable File
6 lines
271 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const TimesOneMobiledataIcon = createSvgIcon(
|
|
<path d="M4 7h4v10H6V9H4V7zm11.83 4.72L18.66 7h-2.33l-1.66 2.77L13 7h-2.33l2.83 4.72L10.33 17h2.33l2-3.34 2 3.34H19l-3.17-5.28z" />
|
|
, 'TimesOneMobiledataOutlined');
|