@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
20 lines (19 loc) • 1.21 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("circle", {
cx: "12",
cy: "12",
r: "4",
opacity: ".4"
}),
_createElementVNode("path", { d: "M10.496 4.202c.362-1.603 2.646-1.603 3.008 0l.128.566a1.542 1.542 0 0 0 2.328.964l.49-.31c1.39-.877 3.005.738 2.127 2.128l-.31.49c-.568.901-.074 2.093.965 2.328l.566.128c1.603.362 1.603 2.646 0 3.008l-.566.128a1.542 1.542 0 0 0-.965 2.328l.31.49c.878 1.39-.737 3.005-2.127 2.127l-.49-.31a1.542 1.542 0 0 0-2.328.965l-.128.566c-.362 1.603-2.646 1.603-3.008 0l-.128-.566a1.542 1.542 0 0 0-2.328-.965l-.49.31c-1.39.878-3.005-.737-2.127-2.127l.31-.49c.568-.901.074-2.093-.965-2.328l-.566-.128c-1.603-.362-1.603-2.646 0-3.008l.566-.128a1.542 1.542 0 0 0 .964-2.328l-.31-.49c-.877-1.39.738-3.005 2.128-2.127l.49.31c.901.568 2.093.074 2.328-.965z" })
]))
}