@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.66 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: 'Sticker20Regular',
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: 'M7.5 9a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm6-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM3 6v8a3 3 0 0 0 3 3h5.379c.027 0 .053 0 .08-.002a.496.496 0 0 0 .162-.013a2 2 0 0 0 1.172-.57l3.621-3.622a2 2 0 0 0 .571-1.172a.502.502 0 0 0 .013-.162c.002-.027.002-.053.002-.08V6a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3zm13 0v5h-2.25c-1.21 0-2.236.78-2.604 1.865a4.65 4.65 0 0 1-1.144.135c-.915 0-1.59-.228-2.028-.447a3.196 3.196 0 0 1-.487-.297a1.97 1.97 0 0 1-.133-.11l-.003-.002a.5.5 0 0 0-.705.71h.001l.001.001l.002.002l.005.005l.015.014a2.93 2.93 0 0 0 .218.18c.146.11.359.251.639.391c.561.28 1.388.553 2.475.553c.36 0 .693-.03.998-.083V16H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm-3.914 9.707a.998.998 0 0 1-.086.077V13.75c0-.966.784-1.75 1.75-1.75h2.034c-.024.03-.05.059-.077.086l-3.621 3.621z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})