@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextSubscript20Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M13.54 4.12a.5.5 0 0 1 .053.705L9.158 10l4.085 4.766c-.187.294-.34.638-.424 1.041l-4.32-5.039l-4.334 5.057a.5.5 0 1 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65l4.334 5.057l4.335-5.057a.5.5 0 0 1 .705-.055zM15.584 12c-.466 0-.836.421-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a9.76 9.76 0 0 1-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5 0 1 1 0 1H14.3a.543.543 0 0 1-.05 0a.5.5 0 0 1-.5-.5c0-1.037.606-1.62 1.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})