@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.67 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: 'TopSpeed24Filled',
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: 'M11 3.558V5a1 1 0 1 0 2 0V3.558A8.504 8.504 0 0 1 20.442 11H19a1 1 0 1 0 0 2h1.44c-.224 1.817-1.044 3.448-2.24 4.74a.75.75 0 1 0 1.1 1.02C20.943 16.985 22 14.633 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 2.633 1.057 4.985 2.7 6.76a.75.75 0 1 0 1.1-1.02C4.604 16.448 3.784 14.818 3.56 13H5a1 1 0 1 0 0-2H3.558a8.459 8.459 0 0 1 1.766-4.262l.969.97a1 1 0 0 0 1.414-1.415l-.969-.969A8.459 8.459 0 0 1 11 3.558zm5.759 3.076a.646.646 0 0 0-.807.015l-.218.183a396.093 396.093 0 0 0-2.351 1.99c-.656.56-1.327 1.14-1.863 1.613c-.268.236-.504.449-.689.62a5 5 0 0 0-.42.424a1.837 1.837 0 0 0 .312 2.619a1.934 1.934 0 0 0 2.677-.306c.088-.108.205-.296.325-.497c.128-.215.285-.49.459-.798c.347-.62.768-1.392 1.175-2.145a371.614 371.614 0 0 0 1.439-2.697l.131-.249a.613.613 0 0 0-.17-.772z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})