6 lines
222 B
TypeScript
Executable File
6 lines
222 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const TurnSlightRightIcon = createSvgIcon(
|
|
<path d="M12.34 6V4H18v5.66h-2V7.41l-5 5V20H9v-7.58c0-.53.21-1.04.59-1.41l5-5h-2.25z" />
|
|
, 'TurnSlightRightOutlined');
|