@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.92 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: 'Rocket24Filled',
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: 'M13.057 7.43a2.5 2.5 0 1 1 3.536 3.536a2.5 2.5 0 0 1-3.536-3.535zm2.475 1.061a1 1 0 1 0-1.414 1.415a1 1 0 0 0 1.414-1.415zm4.166-5.98a2.75 2.75 0 0 1 1.81 1.811l.207.664a6.75 6.75 0 0 1-1.673 6.777l-.998.998a3.497 3.497 0 0 1-.328 4.567l-1.242 1.243a.75.75 0 0 1-1.06 0l-1.59-1.59l-.177.177a1.75 1.75 0 0 1-2.475 0l-.487-.487l-.811 1.39a.75.75 0 0 1-1.178.153l-3.89-3.89a.75.75 0 0 1 .146-1.173l1.384-.829l-.47-.47a1.75 1.75 0 0 1 0-2.476l.18-.18l-1.592-1.59a.75.75 0 0 1 0-1.06l1.243-1.243a3.498 3.498 0 0 1 4.569-.327l.996-.996a6.75 6.75 0 0 1 6.773-1.674l.663.206zm.378 2.256a1.25 1.25 0 0 0-.823-.823l-.662-.205a5.25 5.25 0 0 0-5.269 1.302l-5.396 5.396a.25.25 0 0 0 0 .354l5.307 5.306a.25.25 0 0 0 .353 0l5.396-5.395a5.25 5.25 0 0 0 1.3-5.27l-.206-.665zM6.69 18.394a.75.75 0 0 0-1.06-1.06l-2.476 2.474a.75.75 0 0 0 1.061 1.061l2.475-2.475zM4.745 15.39a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 0 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0zm3.887 4.952a.75.75 0 1 0-1.06-1.06l-1.059 1.058a.75.75 0 0 0 1.06 1.06l1.06-1.058z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})