UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 281 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgImportantSmall = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'M6.25 1h3.5v3.19l-.676 6.408H6.91L6.25 4.19zm.12 10.572h3.268V15H6.37z', }), );