UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.07 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: 'Run24Filled', 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: 'M11.03 2.585a.748.748 0 0 0-.39-.037c-.986.168-1.995.656-2.905 1.23a18.846 18.846 0 0 0-2.5 1.918a19.238 19.238 0 0 0-1.37 1.359c-.095.114-.26.288-.462.5l-.186.195c-.255.27-.562.6-.736.845c-.381.54-.746 1.12-1.087 1.745c-.1.183-.119.4-.052.597c.9 2.664 3.704 5.107 6.99 6.864c3.32 1.774 7.317 2.95 10.84 2.95h.837a.748.748 0 0 0 .748-.748v-2.796c0-1.041-.588-1.993-1.519-2.458l-2.382-1.192a11.4 11.4 0 0 1-1.249-1.928c-.372-.72-.634-1.418-.72-1.97l.542-.892a4.252 4.252 0 0 1 2-1.718l.859-.358a.748.748 0 0 0-.025-1.391l-7.234-2.715zm8.231 14.634c-1.584-.21-2.25-.398-3.512-.762l.89-1.335l1.93.965c.424.212.692.646.692 1.12v.012zm-4 .654c1.392.402 2.13.615 4 .855v.527h-.09c-3.226 0-6.982-1.089-10.133-2.773c-3.032-1.62-5.336-3.701-6.165-5.721c.086-.151.174-.3.264-.444c.851 1.013 2.158 2.269 3.916 3.554c1.444 1.056 2.606 1.786 4.683 2.775c.02.01.041.019.062.026l2.5.924a.745.745 0 0 0 .056.018c.336.095.634.181.906.26zM8.786 8.935L6.763 6.35c.546-.459 1.15-.917 1.77-1.307c.762-.48 1.507-.833 2.17-.983l5.359 2.012A5.748 5.748 0 0 0 14.15 7.99l-.326.538l-2.743-1.27a.748.748 0 0 0-1.01.954l2.152 5.424l-.55 1.314a23.145 23.145 0 0 1-3.358-2.014l.62-3.407a.748.748 0 0 0-.148-.595z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })