@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'TopSpeed20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.416 4.71A6.97 6.97 0 0 1 9.5 3.017V4.5a.5.5 0 0 0 1 0V3.018A7.003 7.003 0 0 1 16.93 9H15a.5.5 0 0 0 0 1h2a7.171 7.171 0 0 1-2.211 5.17a.5.5 0 0 0 .686.727A8.17 8.17 0 0 0 18 10a8 8 0 1 0-16 0c0 2.295 1.02 4.44 2.563 5.897a.5.5 0 0 0 .686-.728C3.895 13.89 3 12.003 3 10h2a.5.5 0 1 0 0-1H3.07a6.972 6.972 0 0 1 1.64-3.583l1.436 1.437a.5.5 0 0 0 .708-.708L5.416 4.71zm8.033 1.097a.5.5 0 0 1 .746.638l-.11.196a343.946 343.946 0 0 1-1.214 2.126a123.6 123.6 0 0 1-.99 1.69c-.145.243-.277.459-.384.628c-.1.157-.198.306-.27.39a1.5 1.5 0 0 1-2.282-1.948c.072-.084.203-.205.343-.328c.15-.133.343-.296.56-.479c.436-.364.982-.81 1.514-1.24a295.19 295.19 0 0 1 1.91-1.532l.177-.14z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})