@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 kB
JavaScript
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: 'Run20Regular',
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 16.005v-.54c-7.413-.598-11.411-4.195-13.55-7.58c-.146.21-.276.418-.39.625c1.94 3.919 5.463 5.798 8.579 6.697a20.971 20.971 0 0 0 5.361.798zm-.668-2.683l-1.65-1.1l-.923 1.726c.992.24 2.069.415 3.237.514a1.5 1.5 0 0 0-.664-1.14zM12.145 7.91l-1.584-.528l1.876 3.376a.5.5 0 0 1-.071.584l-1.52 1.633c.599.263 1.239.5 1.922.706l1.17-2.188l-1.793-3.583zm.032-1.044a3.62 3.62 0 0 1 .531-.84a6.776 6.776 0 0 1 1.1-1.033c.172-.133.343-.254.503-.361L9.518 3.033C8.405 3.504 7.125 4.3 5.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.84zm-6.973-.954c-.398.368-.769.749-1.1 1.132a14.816 14.816 0 0 0 2.508 3.139l.358-2.505L5.204 5.91z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})