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.82 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Run20Filled', 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: 'M9.314 2.036a.5.5 0 0 1 .344-.01l6 2a.5.5 0 0 1 .068.92l-.005.002l-.02.01l-.078.043a9.676 9.676 0 0 0-1.207.785c-.34.26-.674.557-.937.876c-.22.267-.374.529-.45.777l1.859 3.719l1.999 1.332A2.5 2.5 0 0 1 18 14.57v1.93a.5.5 0 0 1-.477.5l-.023-.5l.023.5h-.038a12.791 12.791 0 0 1-.47.004a21.978 21.978 0 0 1-5.653-.837c-3.326-.958-7.23-3.025-9.314-7.454a.5.5 0 0 1 .005-.437c.643-1.285 1.825-2.587 3.139-3.685c1.318-1.1 2.813-2.032 4.122-2.555zM17 15.466c-7.413-.6-11.411-4.196-13.55-7.58c-.146.209-.276.417-.39.624c1.94 3.919 5.463 5.798 8.579 6.697a20.971 20.971 0 0 0 5.361.798v-.54zM5.96 5.253l1.894 1.893a.5.5 0 0 1 .141.425l-.485 3.394c.703.563 1.496 1.09 2.391 1.556l1.486-1.596l-2.324-4.182a.5.5 0 0 1 .595-.717l2.52.84a3.62 3.62 0 0 1 .53-.84a6.776 6.776 0 0 1 1.1-1.034c.172-.133.343-.254.503-.361L9.518 3.033C8.405 3.504 7.125 4.3 5.96 5.253zm7.799 8.695c.992.24 2.069.415 3.237.514a1.5 1.5 0 0 0-.664-1.14l-1.65-1.1l-.923 1.726z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })