UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.95 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Rocket16Filled', 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: 'M8.364 5.346a1.621 1.621 0 0 1 2.293.004c.632.632.637 1.659.004 2.293a1.621 1.621 0 0 1-2.293-.004a1.621 1.621 0 0 1-.004-2.293zm1.585.71a.621.621 0 0 0-.878-.003a.621.621 0 0 0 .004.878a.621.621 0 0 0 .878.004a.621.621 0 0 0-.004-.878zm-2.448 4.948l.167.166c.39.391.943.521 1.442.39l.85.85a.5.5 0 0 0 .707 0l1.074-1.074a1.969 1.969 0 0 0 .293-2.41l.55-.55A4.84 4.84 0 0 0 13.778 3.5a1.947 1.947 0 0 0-1.272-1.272A4.84 4.84 0 0 0 7.63 3.422l-.55.55a1.97 1.97 0 0 0-2.412.294L3.596 5.339a.5.5 0 0 0 0 .708l.85.85a1.5 1.5 0 0 0 .39 1.441l.167.167l-.773.462a.5.5 0 0 0-.097.783l2.123 2.123a.5.5 0 0 0 .783-.097l.462-.772zM12.824 3.8a3.84 3.84 0 0 1-.947 3.867l-2.795 2.795a.5.5 0 0 1-.707 0l-.616-.616l-.004-.004l-1.592-1.591l-.004-.004l-.616-.617a.5.5 0 0 1 0-.707L8.338 4.13a3.84 3.84 0 0 1 3.868-.947a.946.946 0 0 1 .618.619zm-7.975 8.064a.5.5 0 1 0-.707-.708l-1.32 1.32a.5.5 0 1 0 .707.708l1.32-1.32zm-1.062-1.769a.5.5 0 0 1 0 .707l-.53.53a.5.5 0 1 1-.706-.708l.53-.529a.5.5 0 0 1 .706 0zm2.123 2.83a.5.5 0 1 0-.707-.707l-.53.53a.5.5 0 1 0 .708.707l.53-.53z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })