UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

17 lines (16 loc) 349 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); Object.defineProperty(exports, 'Svg', { enumerable: true, get: function () { return Svg; }, }); const _polymorphic = require('../functions/polymorphic.js'); const Svg = _polymorphic.polymorphic.svg('', { viewBox: '0 0 16 16', width: 16, height: 16, });