UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 283 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgFilterHollow = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'M15 1v.5L9.4 6.2l-.4.3v6L7 14V6.5l-.4-.3L1 1.5V1zm1-1H0v2l6 5v9l4-3V7l6-5z', }), );