@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
27 lines (26 loc) • 1.08 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m3.004 11 18 .005"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M18.856 17.022a1.374 1.374 0 0 0-.977-1.68",
opacity: ".4"
}),
_createElementVNode("path", {
d: "m10.003 15.002 4 .001m6.999 1.752a3.75 3.75 0 1 1-7.5-.002 3.75 3.75 0 0 1 7.5.002Zm-10.5-.003a3.75 3.75 0 1 1-7.5-.001 3.75 3.75 0 0 1 7.5.001Z",
opacity: ".4"
}),
_createElementVNode("path", { d: "m19.002 11.004-.754-5.55c-.264-1.938-1.927-3.013-3.326-2.148l-1.892 1.17c-.648.4-1.405.4-2.053 0L9.085 3.304C7.687 2.44 6.023 3.513 5.76 5.45L5.002 11" })
]))
}