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.85 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: 'CallPause24Regular', 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.072 2.879l-.902-2.006a2.75 2.75 0 0 0-3.302-1.506l-1.167.352l-.206.069a3.75 3.75 0 0 0-2.342 2.583c-.717 2.772.06 6.076 2.275 9.913c2.212 3.83 4.681 6.155 7.436 6.924a3.75 3.75 0 0 0 3.586-.89l.887-.839a2.75 2.75 0 0 0 .339-3.606l-1.281-1.775a2.75 2.75 0 0 0-3.034-1.02l-2.01.614c-.057.017-.19-.03-.433-.244c-.347-.308-.755-.856-1.206-1.637c-.62-1.075-.89-1.848-.845-2.245a.25.25 0 0 1 .077-.155l1.495-1.394a2.75 2.75 0 0 0 .633-3.138zM5.49 3.905l1.167-.351a1.25 1.25 0 0 1 1.5.684l.902 2.006a1.25 1.25 0 0 1-.287 1.426L7.277 9.064c-.305.285-.499.67-.545 1.085c-.09.802.268 1.831 1.037 3.162c1.14 1.975 2.201 2.916 3.371 2.567l2.015-.616a1.25 1.25 0 0 1 1.38.464l1.28 1.775a1.25 1.25 0 0 1-.154 1.64l-.886.839a2.25 2.25 0 0 1-2.152.533c-2.317-.647-4.506-2.707-6.54-6.23c-2.036-3.526-2.725-6.455-2.122-8.786A2.25 2.25 0 0 1 5.33 3.96l.159-.055z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })