UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 248 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgColumnManager = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm1 0h2v16h-2m6-16h2v16h-2m6-16h2v16h-2', }), );