@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Run16Filled',
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: 'M7.314 1.036a.5.5 0 0 1 .383.004l4.9 2.1a.5.5 0 0 1 .078.877l-.002.002l-.01.007l-.046.032a6.261 6.261 0 0 0-.728.61c-.394.386-.747.848-.87 1.304c.24.695.581 1.491.873 2.134a42.632 42.632 0 0 0 .491 1.04l1.597.96a2.1 2.1 0 0 1 1.02 1.8V13.5a.5.5 0 0 1-.485.5l-.015-.5l.015.5h-.034a7.944 7.944 0 0 1-.418 0a21.204 21.204 0 0 1-4.995-.717c-2.91-.792-6.33-2.477-8.02-6.07a.5.5 0 0 1 .005-.437c.52-1.039 1.57-2.263 2.72-3.315C4.92 2.41 6.232 1.468 7.313 1.036zM14 12.998v-.537C7.673 11.9 4.16 9.277 2.437 6.422c-.143.203-.27.4-.376.588c1.545 3.057 4.547 4.567 7.27 5.308a20.202 20.202 0 0 0 4.669.68zm-.534-2.035l-1.389-.833l-.89.89a21.72 21.72 0 0 0 2.713.428a1.1 1.1 0 0 0-.434-.485zm-3.321-5.529c.237-.604.674-1.117 1.043-1.48c.083-.08.164-.156.242-.226L7.499 2.044c-.823.37-1.843 1.083-2.81 1.938l1.165 1.164A.5.5 0 0 1 6 5.5v3.297c.543.39 1.154.755 1.84 1.084l1.048-1.398l-1.804-2.706a.5.5 0 0 1 .498-.77l2.563.427z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})