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.9 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BoardGames20Regular', 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.5 3a2 2 0 0 0-1.96 2.4a.5.5 0 0 1-.54.6c-.33 0-.642.08-.916.222a4.006 4.006 0 0 0-.557-.836a2.98 2.98 0 0 1 .974-.345V5a3 3 0 1 1 6 0l-.001.041a3 3 0 1 1-1.138 5.89l.22.907A1.75 1.75 0 0 1 13.88 14h-.762a1.75 1.75 0 0 1-1.7-2.164l.45-1.852a.5.5 0 1 1 .972.236l-.45 1.853a.75.75 0 0 0 .728.927h.762a.75.75 0 0 0 .73-.927l-.45-1.854a.5.5 0 0 1 .757-.537A2 2 0 1 0 15.96 6a.5.5 0 0 1-.5-.6A2 2 0 0 0 13.5 3zm-9 5a2 2 0 1 1 3.6 1.2a.5.5 0 0 0 .4.8H9a.5.5 0 0 1 0 1H7.893a.5.5 0 0 0-.496.56c.302 2.47 1.609 3.888 2.34 4.5c.175.146.263.33.263.489c0 .249-.202.451-.451.451H3.45A.451.451 0 0 1 3 16.549c0-.16.088-.343.262-.489c.732-.612 2.04-2.03 2.341-4.5a.5.5 0 0 0-.496-.56H4a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .4-.8A1.989 1.989 0 0 1 4.5 8zm2-3a3 3 0 0 0-2.817 4.034A1.5 1.5 0 0 0 4 12h.52c-.372 1.798-1.353 2.836-1.9 3.293c-.346.29-.62.736-.62 1.256C2 17.35 2.65 18 3.451 18H9.55C10.35 18 11 17.35 11 16.549c0-.52-.274-.966-.62-1.256c-.547-.457-1.528-1.495-1.9-3.293H9a1.5 1.5 0 0 0 .317-2.966A3 3 0 0 0 6.5 5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })