6 lines
177 B
TypeScript
Executable File
6 lines
177 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const HorizontalRuleIcon = createSvgIcon(
|
|
<path fillRule="evenodd" d="M4 11h16v2H4z" />
|
|
, 'HorizontalRuleOutlined');
|