@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 924 B
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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M17.4 16.975s3.6.479 3.6-2.75-3.375-3.31-3.375-3.77C17.625 9.993 17.189 5 12 5c-5.19 0-5.625 4.993-5.625 5.454 0 .462-3.375.542-3.375 3.771s3.6 2.75 3.6 2.75M10.599 12.891l1.786-1.66M10.598 12.89l1.66 1.787"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M11 13.149c.301-.09.633-.149 1-.149a3 3 0 1 1 0 6 3 3 0 0 1-3-3"
})
]))
}