@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SquareHint48Filled',
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: 'M21.5 6a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3h-5zM42 21.5a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0v-5zm-22 19a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1-1.5-1.5zm-11-19a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0v-5zm5-14A1.5 1.5 0 0 0 12.5 6A6.5 6.5 0 0 0 6 12.5a1.5 1.5 0 0 0 3 0A3.5 3.5 0 0 1 12.5 9A1.5 1.5 0 0 0 14 7.5zM12.5 42a1.5 1.5 0 0 0 0-3A3.5 3.5 0 0 1 9 35.5a1.5 1.5 0 0 0-3 0a6.5 6.5 0 0 0 6.5 6.5zM34 7.5A1.5 1.5 0 0 1 35.5 6a6.5 6.5 0 0 1 6.5 6.5a1.5 1.5 0 0 1-3 0A3.5 3.5 0 0 0 35.5 9A1.5 1.5 0 0 1 34 7.5zM35.5 42a1.5 1.5 0 0 1 0-3a3.5 3.5 0 0 0 3.5-3.5a1.5 1.5 0 0 1 3 0a6.5 6.5 0 0 1-6.5 6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})