@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 1 kB
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M12 1.975c5.385 0 9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75-9.75-4.366-9.75-9.75 4.365-9.75 9.75-9.75M8.316 13.54a.75.75 0 0 0-.652 1.121l.002.002.001.003.006.009.016.028.058.094a7.073 7.073 0 0 0 1.028 1.25c.702.674 1.8 1.427 3.226 1.427s2.524-.752 3.226-1.426a7 7 0 0 0 1.028-1.251l.058-.094.016-.028.006-.009v-.003l.002-.002a.75.75 0 0 0-.652-1.121zm.95-4.35a1.154 1.154 0 1 0 .167.167l-.08-.087zm6.588 0a1.154 1.154 0 1 0 .088 1.71c.42-.421.447-1.09.078-1.543l-.079-.087zM8 6.02A.706.706 0 0 0 8 7.43h1.412a.706.706 0 0 0 0-1.412zm6.588 0a.706.706 0 0 0 0 1.412H16a.706.706 0 0 0 0-1.412z" })
]))
}