@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.36 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Run24Regular',
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: 'M10.64 2.548a.748.748 0 0 1 .39.037L18.262 5.3a.748.748 0 0 1 .025 1.391l-.86.358a4.252 4.252 0 0 0-1.999 1.718l-.541.892c.085.552.347 1.25.719 1.97a11.4 11.4 0 0 0 1.25 1.928l2.381 1.192a2.748 2.748 0 0 1 1.52 2.458v2.796a.748.748 0 0 1-.749.748h-.837c-3.523 0-7.52-1.176-10.84-2.95c-3.286-1.756-6.09-4.2-6.99-6.864a.748.748 0 0 1 .052-.597c.34-.624.706-1.205 1.087-1.745c.174-.246.48-.575.736-.845l.186-.195a12.996 12.996 0 0 0 .481-.522c.334-.37.8-.84 1.352-1.337c.712-.642 1.58-1.34 2.5-1.919c.91-.573 1.918-1.06 2.904-1.23zm4.817 11.65a13.38 13.38 0 0 1-1.18-1.882c-.378-.734-.714-1.557-.85-2.322l-1.274-.59l1.573 3.965a.748.748 0 0 1-.005.564l-.672 1.607l1.214.448l1.194-1.79zm.292 2.26c1.262.363 1.928.55 3.512.76v-.011c0-.474-.268-.908-.692-1.12l-1.93-.965l-.89 1.335zm3.512 2.27c-1.87-.24-2.608-.453-4-.855a142.758 142.758 0 0 0-.963-.277l-2.5-.924a.742.742 0 0 1-.062-.026c-2.077-.99-3.24-1.719-4.683-2.775c-1.758-1.285-3.065-2.541-3.916-3.554c-.09.145-.178.293-.264.444c.829 2.02 3.133 4.1 6.165 5.72c3.15 1.685 6.907 2.774 10.134 2.774h.089v-.527zM4.042 9.058c.596.761 1.57 1.774 2.935 2.871l.425-2.336l-1.75-2.236c-.256.249-.475.477-.65.67c-.13.154-.339.374-.542.587l-.156.164c-.094.1-.183.194-.262.28zM6.763 6.35l2.024 2.585a.748.748 0 0 1 .147.595l-.62 3.407a23.145 23.145 0 0 0 3.36 2.014l.549-1.314l-2.152-5.424a.748.748 0 0 1 1.01-.954l2.743 1.27l.326-.538a5.748 5.748 0 0 1 1.912-1.92l-5.36-2.01c-.662.15-1.407.502-2.17.982c-.619.39-1.223.848-1.769 1.307z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})