6 lines
223 B
TypeScript
Executable File
6 lines
223 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const FormatAlignLeftIcon = createSvgIcon(
|
|
<path d="M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z" />
|
|
, 'FormatAlignLeftOutlined');
|