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.91 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: 'ArrowClockwiseDashes24Filled', 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: 'M12 2.75c-.658 0-1.302.069-1.923.2a1 1 0 1 0 .414 1.957a7.284 7.284 0 0 1 3.018 0a1 1 0 1 0 .414-1.957A9.283 9.283 0 0 0 12 2.75zm5.75 2.004V4.25a1 1 0 1 1 2 0v3a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h.667a7.276 7.276 0 0 0-.469-.332a1 1 0 1 1 1.091-1.676c.245.16.483.33.711.512zm-9.406-.22a1 1 0 0 0-1.383-.292a9.295 9.295 0 0 0-2.719 2.719a1 1 0 0 0 1.676 1.09a7.294 7.294 0 0 1 2.134-2.133a1 1 0 0 0 .292-1.383zM4.136 9.307a1 1 0 0 0-1.186.771a9.283 9.283 0 0 0 0 3.846a1 1 0 1 0 1.957-.414a7.284 7.284 0 0 1 0-3.018a1 1 0 0 0-.771-1.185zm16.114.944a1 1 0 0 0-1 1V12a7.29 7.29 0 0 1-.157 1.509a1 1 0 1 0 1.957.414c.131-.621.2-1.265.2-1.923v-.75a1 1 0 0 0-1-1zm-.785 5.406a1 1 0 0 0-1.383.292a7.293 7.293 0 0 1-2.134 2.134a1 1 0 0 0 1.091 1.676a9.292 9.292 0 0 0 2.719-2.719a1 1 0 0 0-.293-1.383zm-13.547.292a1 1 0 0 0-1.676 1.091a9.293 9.293 0 0 0 2.719 2.719a1 1 0 1 0 1.09-1.676a7.294 7.294 0 0 1-2.133-2.134zm4.573 3.145a1 1 0 1 0-.414 1.957a9.283 9.283 0 0 0 3.846 0a1 1 0 1 0-.414-1.957a7.29 7.29 0 0 1-3.018 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })