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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'CallAdd20Regular', 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: 'M3.551 2.442c.854-.478 1.943-.59 2.984-.326c.507.128.94.457 1.2.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.515-.342.77c.183.813.587 1.566 1.152 2.122c.169.165.465.222.788.099l.666-.255a2.5 2.5 0 0 1 3.074 1.114l.954 1.702c.263.47.306 1.031.12 1.536c-.371 1.003-1.086 1.812-1.965 2.217c-.893.411-1.938.394-2.884-.237c-1.498-.998-3.303-2.678-4.938-5.48c-1.656-2.84-2.073-5.257-2.026-7.059c.03-1.153.64-2.015 1.509-2.501zm.488.873c-.586.328-.978.881-.998 1.655c-.042 1.613.328 3.847 1.89 6.527c1.56 2.671 3.259 4.24 4.63 5.154c.64.426 1.314.434 1.91.16c.611-.282 1.156-.871 1.446-1.656a.838.838 0 0 0-.055-.7l-.954-1.703a1.5 1.5 0 0 0-1.844-.668l-.666.255c-.58.222-1.324.192-1.846-.32c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.397.716-1.79l.6-.453A1.5 1.5 0 0 0 7.84 5.22l-.971-1.695a.929.929 0 0 0-.578-.439c-.827-.21-1.649-.107-2.25.23zM15 2.499a.5.5 0 0 0-1 0V5h-2.5a.5.5 0 0 0 0 1H14v2.5a.5.5 0 0 0 1 0V6h2.5a.5.5 0 0 0 0-1H15V2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })