UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 301 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgStatusSuccess = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm8 0a8 8 0 1 0 8 8 8 8 0 0 0 -8-8zm-1.35 12-3.65-3.41 1.4-1.3 2.36 2.2 4.83-4.49 1.41 1.29z', }), );