@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 12 12'
}
export default defineComponent({
name: 'Sticker12Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 1h6a2 2 0 0 1 2 2v3H8c-.725 0-1.36.385-1.71.962a.918.918 0 0 1-.294.048c-.318 0-.572-.157-.768-.353a1.785 1.785 0 0 1-.281-.37a.5.5 0 0 0-.894.447v.002l.002.001l.002.005l.008.015a1.776 1.776 0 0 0 .113.187c.075.114.19.266.343.42c.303.304.797.646 1.475.646H6V11H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zm1.5 4a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zm3 0a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM11 7H8a1 1 0 0 0-1 1v3h.5a.5.5 0 0 0 .354-.146l3-3A.5.5 0 0 0 11 7.5V7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})