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.41 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CallCheckmark24Filled', 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: 'M21.78 3.28a.75.75 0 1 0-1.06-1.06L15 7.94l-1.87-1.87a.75.75 0 0 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0l6.25-6.25zM6.848 2.095l-1.076.344c-1.068.341-1.885 1.256-2.15 2.404c-.627 2.73.126 6.052 2.259 9.968c2.13 3.91 4.464 6.262 7.003 7.053c1.075.336 2.238.04 3.052-.777l.817-.822c.763-.765.874-2.012.26-2.915l-1.233-1.81c-.53-.778-1.468-1.108-2.33-.82l-2.276.758a8.678 8.678 0 0 1-2.271-2.595c-.606-1.042-.968-2.101-1.085-3.177l1.895-1.798c.68-.646.888-1.685.514-2.568l-.86-2.027c-.432-1.02-1.51-1.54-2.519-1.218z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })