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.82 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CallProhibited16Regular', 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: 'M9.207 4.152l.216.969a2 2 0 0 0 1.623 1.539l.698.116a1.906 1.906 0 0 0 2.17-1.452c.316-1.366-.185-2.912-1.61-3.495A11.263 11.263 0 0 0 8.004 1a11.512 11.512 0 0 0-4.287.834C2.29 2.413 1.781 3.96 2.097 5.33a1.9 1.9 0 0 0 2.164 1.447l.703-.117a2 2 0 0 0 1.624-1.54l.215-.968A5.47 5.47 0 0 1 8.005 4a5.14 5.14 0 0 1 1.202.152zm2.719-1.397c.85.347 1.252 1.316 1.014 2.344a.906.906 0 0 1-1.032.69l-.697-.116a1 1 0 0 1-.812-.77l-.28-1.261a.501.501 0 0 0-.332-.367h-.004l-.009-.004l-.03-.01a6.185 6.185 0 0 0-.494-.126A6.138 6.138 0 0 0 8.004 3a6.138 6.138 0 0 0-1.738.261l-.03.01l-.01.003l-.003.001h-.002a.5.5 0 0 0-.33.367l-.28 1.262a1 1 0 0 1-.812.77l-.703.116a.9.9 0 0 1-1.026-.685c-.237-1.029.169-1.999 1.022-2.344c.957-.388 2.29-.756 3.914-.76a10.264 10.264 0 0 1 3.919.754zM8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8zm0-1a3 3 0 0 0 2.446-4.738l-4.184 4.183c.49.35 1.09.555 1.738.555zm-2.445-1.262l4.184-4.183a3 3 0 0 0-4.184 4.184z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })