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.4 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: 'CallPause24Filled', 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: 'M15.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5zm4 0a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0v-7.5zm-9.274 2.59l-.86-2.027c-.432-1.02-1.51-1.54-2.518-1.218L5.77 2.44c-1.067.341-1.885 1.256-2.149 2.404c-.627 2.73.125 6.052 2.258 9.968c2.13 3.91 4.464 6.262 7.003 7.053c1.076.336 2.238.04 3.052-.777l.818-.822c.763-.765.873-2.012.259-2.915l-1.233-1.81c-.529-.778-1.468-1.108-2.33-.82l-2.276.758a8.678 8.678 0 0 1-2.27-2.595c-.607-1.042-.968-2.101-1.085-3.177l1.894-1.798c.68-.646.889-1.685.514-2.568z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })