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.92 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: 'ArrowCounterclockwiseDashes24Filled', 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 1-.414 1.957a7.284 7.284 0 0 0-3.018 0a1 1 0 1 1-.414-1.957A9.283 9.283 0 0 1 12 2.75zM6.25 4.754V4.25a1 1 0 0 0-2 0v3a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2h-.667c.152-.117.308-.227.469-.332A1 1 0 0 0 6.96 4.242c-.245.16-.483.33-.711.512zm9.406-.22a1 1 0 0 1 1.383-.292a9.293 9.293 0 0 1 2.719 2.719a1 1 0 1 1-1.676 1.09a7.294 7.294 0 0 0-2.134-2.133a1 1 0 0 1-.292-1.383zm4.208 4.772a1 1 0 0 1 1.186.771a9.283 9.283 0 0 1 0 3.846a1 1 0 1 1-1.957-.414a7.29 7.29 0 0 0 0-3.018a1 1 0 0 1 .771-1.185zM3.75 10.25a1 1 0 0 1 1 1V12c0 .518.054 1.023.157 1.509a1 1 0 1 1-1.957.414A9.283 9.283 0 0 1 2.75 12v-.75a1 1 0 0 1 1-1zm.785 5.406a1 1 0 0 1 1.383.292a7.294 7.294 0 0 0 2.134 2.134a1 1 0 0 1-1.091 1.676a9.293 9.293 0 0 1-2.719-2.719a1 1 0 0 1 .293-1.383zm13.547.292a1 1 0 0 1 1.676 1.091a9.292 9.292 0 0 1-2.719 2.719a1 1 0 1 1-1.09-1.676a7.293 7.293 0 0 0 2.133-2.134zm-4.573 3.145a1 1 0 1 1 .414 1.957a9.283 9.283 0 0 1-3.846 0a1 1 0 1 1 .414-1.957a7.29 7.29 0 0 0 3.018 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })