@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 kB
JavaScript
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: 'CallProhibited20Regular',
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: 'M17.154 4.66C15.586 3.276 13.332 1.996 10 2c-3.327.004-5.899 1.288-7.324 2.672a2.255 2.255 0 0 0-.577 2.28l.248.83A1.735 1.735 0 0 0 4.169 8.99l1.628-.164C6.496 8.757 6.802 8.17 7 7.5c.296-1.004.5-1.75.5-1.75c.762-.285 1.486-.5 2.5-.5s1.752.194 2.5.5c0 0 .196.745.5 1.75c.224.74.753 1.261 1.467 1.33l1.637.158c.823.08 1.55-.442 1.698-1.219l.157-.829c.157-.822-.145-1.698-.805-2.28zm-3.653.962l-.026-.095l-.006-.024l-.002-.007a1.083 1.083 0 0 0-.588-.671A7.184 7.184 0 0 0 10 4.25c-1.18 0-2.031.257-2.85.563c-.165.083-.52.338-.623.705l-.027.097a90.962 90.962 0 0 1-.46 1.603c-.086.295-.169.463-.238.551a.194.194 0 0 1-.05.05c-.003.001-.016.01-.055.013l-1.628.164a.736.736 0 0 1-.764-.5l-.248-.83a1.255 1.255 0 0 1 .316-1.276C4.606 4.192 6.926 3.004 10.001 3c3.04-.004 5.066 1.152 6.491 2.41c.404.356.573.88.485 1.343l-.158.83c-.044.233-.273.443-.619.41l-1.637-.158c-.217-.021-.47-.174-.606-.625a59.02 59.02 0 0 1-.456-1.588zm-6.683 11.06a4.5 4.5 0 1 0 6.364-6.364a4.5 4.5 0 0 0-6.364 6.364zm5.657-.707a3.5 3.5 0 0 1-4.571.328l4.9-4.9a3.5 3.5 0 0 1-.33 4.572zm-.379-5.278l-4.9 4.9a3.5 3.5 0 0 1 4.9-4.9z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})