@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.2 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: 'FStop20Regular',
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.884 5.35a2.833 2.833 0 0 1 3.673-2.216l.788.258a.5.5 0 1 0 .31-.95l-.787-.258a3.833 3.833 0 0 0-4.97 2.997L9.244 9H5.5a.5.5 0 1 0 0 1h3.573l-.622 3.633c-.335 1.96-2.531 2.974-4.24 1.958l-.455-.27a.5.5 0 1 0-.511.859l.455.27c2.312 1.375 5.283.003 5.737-2.648l.65-3.802H13.5a.5.5 0 0 0 0-1h-3.241l.625-3.65z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})