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.39 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'Sticker12Regular', 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: 'M5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm2.5.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4.5a.5.5 0 0 1-.146.354l-3 3A.5.5 0 0 1 7.5 11H3a2 2 0 0 1-2-2V3zm2-1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3V8.01h-.004c-.678 0-1.172-.342-1.475-.647a2.785 2.785 0 0 1-.456-.606l-.008-.015l-.002-.005l-.001-.002l-.001-.001a.5.5 0 1 1 .905-.429a1.785 1.785 0 0 0 .27.352c.196.196.45.353.768.353a.917.917 0 0 0 .294-.048C6.64 6.385 7.275 6 8 6h2V3a1 1 0 0 0-1-1H3zm7 5H8a1 1 0 0 0-1 1v2h.293L10 7.293V7z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })