@itwin/itwinui-react
Version:
A react component library for iTwinUI
22 lines (21 loc) • 622 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true,
});
Object.defineProperty(exports, 'SvgChevronRightSmall', {
enumerable: true,
get: function () {
return SvgChevronRightSmall;
},
});
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
const _react = /*#__PURE__*/ _interop_require_wildcard._(require('react'));
const _Svg = require('./Svg.js');
const SvgChevronRightSmall = (props) =>
_react.createElement(
_Svg.Svg,
props,
_react.createElement('path', {
d: 'm5.525 2-1.05 1.05L9.425 8l-4.95 4.95L5.525 14l6-6-6-6Z',
}),
);