UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.45 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'RotateRight20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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.355zM16 10.413V16H5.82L16 10.413zM16.206 17c.439 0 .794-.337.794-.752V9.376A.387.387 0 0 0 16.603 9a.414.414 0 0 0-.199.05L3.198 16.299a.366.366 0 0 0-.145.514a.401.401 0 0 0 .344.188h12.81z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })