@itwin/itwinui-react
Version:
A react component library for iTwinUI
22 lines (21 loc) • 656 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true,
});
Object.defineProperty(exports, 'SvgChevronRightDouble', {
enumerable: true,
get: function () {
return SvgChevronRightDouble;
},
});
const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
const _react = /*#__PURE__*/ _interop_require_wildcard._(require('react'));
const _Svg = require('./Svg.js');
const SvgChevronRightDouble = (props) =>
_react.createElement(
_Svg.Svg,
props,
_react.createElement('path', {
d: 'm1.4 0-1.4 1.4 6.6 6.6-6.6 6.6 1.4 1.4 8-8zm6.6 0-1.4 1.4 6.6 6.6-6.6 6.6 1.4 1.4 8-8z',
}),
);