@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 593 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M3.25 7.5a3.25 3.25 0 1 1 6.5 0v9a3.25 3.25 0 0 1-6.5 0zM14.25 7.5a3.25 3.25 0 0 1 6.5 0v9a3.25 3.25 0 0 1-6.5 0z",
"clip-rule": "evenodd"
})
]))
}