@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
15 lines (14 loc) • 759 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", { d: "M13.406 9.444c-1.875 1.136-1.875 3.976 0 5.112l3.375 2.044C18.656 17.736 21 16.316 21 14.044V9.955c0-2.271-2.344-3.691-4.219-2.555z" }),
_createElementVNode("path", { d: "M4.406 9.444c-1.875 1.136-1.875 3.976 0 5.112L7.781 16.6C9.656 17.736 12 16.316 12 14.044V9.955C12 7.684 9.656 6.264 7.781 7.4z" })
]))
}