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.45 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'RotateRight24Regular', 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: 'M8.985 5c-.084 0-.167.002-.25.005h-.017a6.79 6.79 0 0 0-3.132.883C4.024 6.79 3 8.295 3 10c0 1.708 1.028 3.216 2.595 4.118c.968.556 2.14.882 3.405.882h.5a.75.75 0 0 0 0-1.5H9a5.401 5.401 0 0 1-2.588-.636C5.256 12.23 4.5 11.184 4.5 10s.756-2.23 1.912-2.864a5.357 5.357 0 0 1 2.363-.632L9 6.5h6.939l-1.72 1.72a.75.75 0 0 0 .977 1.133l.084-.073h.001l3-3a.75.75 0 0 0 0-1.06l-3-3l-.085-.073a.75.75 0 0 0-.977 1.132v.001L15.939 5H8.985zM3.61 20.067a.5.5 0 0 0 .25.933H20a1 1 0 0 0 1-1v-9.133a.5.5 0 0 0-.75-.433L3.61 20.067zm3.974-.567L19.5 12.602V19.5H7.585z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })