UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.42 kB
'use strict' 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: 'RotateRight20Filled', 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: 'M7.613 12a.526.526 0 0 0 .532-.52a.526.526 0 0 0-.532-.519h-.355c-1.764 0-3.193-1.084-3.193-2.423c0-1.297 1.344-2.357 3.034-2.42l.16-.003h4.923l-1.22 1.19a.51.51 0 0 0 0 .735a.542.542 0 0 0 .693.05l.06-.05l2.13-2.077a.51.51 0 0 0 0-.734l-2.13-2.077l-.06-.05a.542.542 0 0 0-.693.05a.51.51 0 0 0 0 .734l1.22 1.19H7.258C4.906 5.077 3 6.627 3 8.539C3 10.45 4.906 12 7.258 12h.355zm8.99-3c.22 0 .397.168.397.376v6.872c0 .415-.355.752-.794.752H3.396a.401.401 0 0 1-.343-.188a.366.366 0 0 1 .145-.514l13.206-7.247a.414.414 0 0 1 .2-.051z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })