@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.46 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PulseSquare24Regular',
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: 'M18.749 3a2.25 2.25 0 0 1 2.25 2.25v13.502a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18.752V5.25A2.25 2.25 0 0 1 5.25 3h13.499zm0 1.5H5.25a.75.75 0 0 0-.75.75v13.502c0 .415.336.75.75.75h13.499a.75.75 0 0 0 .75-.75V5.25a.75.75 0 0 0-.75-.75zm-10.494 7l1.557-3.55a.75.75 0 0 1 1.333-.081l.05.103l2.381 5.946l1.003-2.003a.75.75 0 0 1 .566-.407l.105-.008h2a.75.75 0 0 1 .102 1.494L17.25 13h-1.537l-1.542 3.081a.75.75 0 0 1-1.319.044l-.048-.1l-2.337-5.835l-1.035 2.362a.75.75 0 0 1-.577.44l-.11.008H6.75a.75.75 0 0 1-.102-1.493l.102-.007h1.505l1.557-3.55l-1.557 3.55z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})