UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.56 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'CallPark24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M9.367 3.313l.86 2.027c.375.883.167 1.922-.514 2.568L7.82 9.706c.117 1.076.478 2.135 1.084 3.177a8.678 8.678 0 0 0 2.271 2.595l2.276-.759c.862-.287 1.801.043 2.33.82l1.232 1.81c.616.904.505 2.15-.258 2.916l-.818.822c-.814.817-1.976 1.113-3.052.777c-2.539-.791-4.873-3.143-7.003-7.053c-2.133-3.916-2.885-7.239-2.258-9.968c.264-1.148 1.082-2.063 2.15-2.404l1.076-.344c1.008-.322 2.086.199 2.518 1.218zM14.75 2h2.496C19.636 2 21 3.136 21 5.25c0 2.044-1.275 3.173-3.518 3.243l-.236.004H15.5v2.76a.75.75 0 0 1-1.493.1l-.007-.1V2.75a.75.75 0 0 1 .649-.743L14.75 2h2.496h-2.496zm2.496 1.5H15.5v3.497h1.747c1.616.001 2.253-.529 2.253-1.747c0-1.168-.586-1.705-2.057-1.747l-.197-.003z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })