UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 311 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgMoreVertical = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm8 4a2 2 0 1 1 2-2 2 2 0 0 1 -2 2zm2 4a2 2 0 1 0 -2 2 2 2 0 0 0 2-2zm0 6a2 2 0 1 0 -2 2 2 2 0 0 0 2-2z', }), );