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.84 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: 'CallCheckmark24Regular', 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: 'M6.223 2.067l-1.167.351A3.75 3.75 0 0 0 2.508 5.07c-.716 2.772.06 6.077 2.276 9.913c2.212 3.831 4.68 6.155 7.435 6.924a3.75 3.75 0 0 0 3.587-.89l.886-.839a2.75 2.75 0 0 0 .34-3.605l-1.281-1.775a2.75 2.75 0 0 0-3.035-1.021l-2.01.615c-.057.016-.19-.03-.432-.245c-.348-.308-.756-.856-1.207-1.637c-.62-1.074-.89-1.848-.845-2.245a.25.25 0 0 1 .078-.155l1.494-1.393a2.75 2.75 0 0 0 .633-3.14l-.902-2.005a2.75 2.75 0 0 0-3.302-1.505zM3.96 5.446a2.25 2.25 0 0 1 1.53-1.591l1.166-.352a1.25 1.25 0 0 1 1.501.684l.902 2.006A1.25 1.25 0 0 1 8.77 7.62L7.277 9.013c-.306.285-.5.67-.546 1.086c-.09.802.269 1.83 1.037 3.161c1.14 1.975 2.202 2.916 3.372 2.568l2.015-.617a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.887.839a2.25 2.25 0 0 1-2.152.533c-2.317-.646-4.506-2.707-6.54-6.229c-2.035-3.527-2.724-6.456-2.122-8.787zM21.78 3.28a.75.75 0 0 0-1.06-1.06L15 7.94l-1.87-1.87a.75.75 0 1 0-1.06 1.06l2.4 2.4a.75.75 0 0 0 1.06 0l6.25-6.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })