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.45 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: 'CallProhibited16Filled', 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.757 5.432l-.303-1.514a10.3 10.3 0 0 0-.269-.05a7.226 7.226 0 0 0-1.18-.118c-.396 0-.833.057-1.18.118c-.1.017-.19.034-.269.05l-.302 1.514A1.5 1.5 0 0 1 5.05 6.613l-.673.123A2 2 0 0 1 2.07 5.218l-.068-.294c-.26-1.128.157-2.394 1.312-2.918c1.068-.484 2.676-1 4.688-1.006a11.22 11.22 0 0 1 4.708 1.006c1.147.526 1.557 1.787 1.298 2.906l-.07.306a2 2 0 0 1-2.307 1.518l-.673-.123a1.5 1.5 0 0 1-1.202-1.181zM8 15a4 4 0 1 1 0-8a4 4 0 0 1 0 8zm0-1a3 3 0 0 0 2.445-4.738l-4.183 4.183c.49.35 1.09.555 1.738.555zm-2.445-1.262l4.183-4.183a3 3 0 0 0-4.184 4.184z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })