@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Rocket20Filled',
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.756 6.425a1.998 1.998 0 1 1 2.825 2.827a1.998 1.998 0 0 1-2.825-2.827zm2.119.708a.998.998 0 1 0-1.413 1.41a.998.998 0 0 0 1.413-1.41zm-3.437 6.465l.61.61a1.5 1.5 0 0 0 1.703.295l1.12 1.12a.5.5 0 0 0 .707 0l1.426-1.427c.852-.852.955-2.169.31-3.134l.848-.848a6.294 6.294 0 0 0 1.556-6.33a2.431 2.431 0 0 0-1.594-1.595a6.294 6.294 0 0 0-6.33 1.557l-.85.85a2.497 2.497 0 0 0-3.142.318L4.385 6.43a.5.5 0 0 0 0 .707l1.12 1.12A1.5 1.5 0 0 0 5.8 9.96l.61.61l-1.22.731a.5.5 0 0 0-.097.783l2.83 2.83a.5.5 0 0 0 .783-.096l.732-1.22zm7.326-9.416a5.294 5.294 0 0 1-1.309 5.325l-3.993 3.994a.5.5 0 0 1-.707 0l-1.06-1.06l-.003-.003l-2.122-2.122l-.003-.003l-1.06-1.06a.5.5 0 0 1 0-.707l3.994-3.993a5.294 5.294 0 0 1 5.325-1.31c.447.14.798.492.938.94zM5.805 14.91a.5.5 0 1 0-.707-.707L3.331 15.97a.5.5 0 1 0 .707.707l1.767-1.768zM4.39 12.787a.5.5 0 0 1 0 .707l-.709.709a.5.5 0 1 1-.707-.707l.709-.71a.5.5 0 0 1 .707 0zm2.83 3.538a.5.5 0 1 0-.706-.707l-.71.709a.5.5 0 1 0 .708.707l.709-.71z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})