@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.36 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 384 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ItunesNote',
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: 'M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48c-24.5 4.5-44.9 5.6-64.5-10.2c-23.9-20.1-24.2-53.4-2.7-74.4c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c6.4-7.2 4.4-4.1 4.4-163.2c0-11.2-5.5-14.3-17-12.3c-8.2 1.4-185.7 34.6-185.7 34.6c-10.2 2.2-13.4 5.2-13.4 16.7c0 234.7 1.1 223.9-2.5 239.5c-4.2 18.2-15.4 31.9-30.2 39.5c-16.8 9.3-47.2 13.4-63.4 10.4c-43.2-8.1-58.4-58-29.1-86.6c17-16.2 40.9-19.5 76.8-25.8c6-1.1 11.2-2.5 15.6-7.4c10.1-11.5 1.8-256.6 5.2-270.2c.8-5.2 3-9.6 7.1-12.9c4.2-3.5 11.8-5.5 13.4-5.5c204-38.2 228.9-43.1 232.4-43.1c11.5-.8 18.1 6 18.1 17.6c.2 344.5 1.1 326-1.8 338.5z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})