UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

33 lines (32 loc) 1.3 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 640 512' } exports.default = (0, vue_1.defineComponent)({ name: 'HeadSideCough', 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)( 'path', { d: 'M616 304a24 24 0 1 0-24-24a24 24 0 0 0 24 24zm-64 112a24 24 0 1 0 24 24a24 24 0 0 0-24-24zm-64-56a24 24 0 1 0 24 24a24 24 0 0 0-24-24zm128 104a24 24 0 1 0 24 24a24 24 0 0 0-24-24zm0-104a24 24 0 1 0 24 24a24 24 0 0 0-24-24zm-64-40a24 24 0 1 0 24 24a24 24 0 0 0-24-24zm-74.78-45c-21-47.12-48.5-151.75-73.12-186.75A208.13 208.13 0 0 0 234.1 0H192C86 0 0 86 0 192c0 56.75 24.75 107.62 64 142.88V512h224v-32h64a64 64 0 0 0 64-64h-96a32 32 0 0 1 0-64h96v-32h32a32 32 0 0 0 29.22-45zM288 224a32 32 0 1 1 32-32a32.07 32.07 0 0 1-32 32z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })