@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.62 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: 'TopSpeed20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.25 3.542a6.496 6.496 0 0 0-3.292 1.355l.822.823a.75.75 0 0 1-1.06 1.06l-.826-.825A6.388 6.388 0 0 0 3.57 9H5.25a.75.75 0 0 1 0 1.5H3.525a6.65 6.65 0 0 0 2.064 4.203a.75.75 0 0 1-1.026 1.094C3.023 14.354 2 12.226 2 9.943C2 5.551 5.587 2 10 2s8 3.55 8 7.943a8.08 8.08 0 0 1-2.526 5.854a.75.75 0 0 1-1.026-1.094a6.582 6.582 0 0 0 2.028-4.203H14.75a.75.75 0 0 1 0-1.5h1.68c-.424-2.866-2.753-5.125-5.68-5.458V4.75a.75.75 0 0 1-1.5 0V3.542zm4.199 2.265a.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 */
)
])
)
)
}
})