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.73 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Signature28Filled', 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: 'M16.48 21.002l.27-.002c1.22 0 1.86.506 2.652 1.704l.393.608c.307.455.499.645.74.745c.433.178.792.09 2.109-.544l.403-.196c.824-.404 1.386-.636 2.02-.795a.75.75 0 1 1 .364 1.456c-.394.098-.773.24-1.267.468l-1.159.557c-1.568.74-2.1.829-3.041.44c-.625-.257-.98-.63-1.5-1.425l-.195-.304c-.602-.948-.905-1.214-1.52-1.214l-.158.004c-.433.026-.714.224-2.582 1.61c-1.742 1.294-3.071 1.911-4.76 1.911c-2.06 0-4.002-.378-5.818-1.135l2.882-.666c.944.2 1.922.301 2.935.301c1.29 0 2.36-.497 3.867-1.615l1.16-.856c1.271-.924 1.554-1.038 2.205-1.052zm6.297-17.78a4.286 4.286 0 0 1 0 6.06l-1.036 1.036c1.152 1.402 1.11 2.887.04 3.961l-3.001 3.002a.75.75 0 0 1-1.06-1.062l2.998-2.999c.486-.486.542-1.09-.04-1.838L10.085 21.976A2.25 2.25 0 0 1 9 22.577l-6.08 1.404a.75.75 0 0 1-.9-.9l1.403-6.08a2.25 2.25 0 0 1 .601-1.086L16.716 3.222a4.285 4.285 0 0 1 6.06 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })