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.96 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: 'ArrowClockwiseDashes24Regular', 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: 'M10.129 3.195a9.033 9.033 0 0 1 3.742 0a.75.75 0 1 1-.31 1.467a7.534 7.534 0 0 0-3.122 0a.75.75 0 0 1-.31-1.467zm5.736 1.476a.75.75 0 0 1 1.038-.22a9.03 9.03 0 0 1 1.097.84V4.25a.75.75 0 0 1 1.5 0v3a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h1.35a7.537 7.537 0 0 0-1.015-.791a.75.75 0 0 1-.22-1.038zM19.5 12v-.75a.75.75 0 0 1 1.5 0V12c0 .64-.067 1.267-.195 1.871a.75.75 0 0 1-1.467-.31A7.538 7.538 0 0 0 19.5 12zM8.135 4.671a.75.75 0 0 1-.22 1.038A7.545 7.545 0 0 0 5.71 7.915a.75.75 0 1 1-1.257-.818a9.044 9.044 0 0 1 2.645-2.646a.75.75 0 0 1 1.038.22zM4.662 10.44a.75.75 0 0 0-1.467-.31a9.033 9.033 0 0 0 0 3.742a.75.75 0 1 0 1.467-.31a7.534 7.534 0 0 1 0-3.122zm14.667 5.426a.75.75 0 0 1 .22 1.038a9.043 9.043 0 0 1-2.646 2.646a.75.75 0 0 1-.818-1.258a7.548 7.548 0 0 0 2.206-2.206a.75.75 0 0 1 1.038-.22zm-13.62.22a.75.75 0 1 0-1.257.818a9.043 9.043 0 0 0 2.645 2.646a.75.75 0 0 0 .818-1.258a7.546 7.546 0 0 1-2.206-2.206zm3.841 3.831a.75.75 0 0 1 .89-.578a7.538 7.538 0 0 0 3.12 0a.75.75 0 1 1 .311 1.467a9.035 9.035 0 0 1-3.742 0a.75.75 0 0 1-.579-.889z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })