@vicons/fa
Version:
Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)
33 lines (32 loc) • 1.66 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 512 512'
}
exports.default = (0, vue_1.defineComponent)({
name: 'At',
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: 'M256 8C118.941 8 8 118.919 8 256c0 137.059 110.919 248 248 248c48.154 0 95.342-14.14 135.408-40.223c12.005-7.815 14.625-24.288 5.552-35.372l-10.177-12.433c-7.671-9.371-21.179-11.667-31.373-5.129C325.92 429.757 291.314 440 256 440c-101.458 0-184-82.542-184-184S154.542 72 256 72c100.139 0 184 57.619 184 160c0 38.786-21.093 79.742-58.17 83.693c-17.349-.454-16.91-12.857-13.476-30.024l23.433-121.11C394.653 149.75 383.308 136 368.225 136h-44.981a13.518 13.518 0 0 0-13.432 11.993l-.01.092c-14.697-17.901-40.448-21.775-59.971-21.775c-74.58 0-137.831 62.234-137.831 151.46c0 65.303 36.785 105.87 96 105.87c26.984 0 57.369-15.637 74.991-38.333c9.522 34.104 40.613 34.103 70.71 34.103C462.609 379.41 504 307.798 504 232C504 95.653 394.023 8 256 8zm-21.68 304.43c-22.249 0-36.07-15.623-36.07-40.771c0-44.993 30.779-72.729 58.63-72.729c22.292 0 35.601 15.241 35.601 40.77c0 45.061-33.875 72.73-58.161 72.73z',
fill: 'currentColor'
},
null,
-1 /* HOISTED */
)
])
)
)
}
})