@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.82 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'CallMissed16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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-.367l-.157.475l.157-.475h-.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.003 9.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5h1.492a.5.5 0 0 0 0-1h-.992V9.5zM4 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0zm4-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})