@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 923 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: "m7.035 16.289-.515-.57-2.059-2.282C3.526 12.4 3 10.994 3 9.528s.526-2.872 1.461-3.909c1.949-2.159 5.108-2.159 7.056 0l.483.535.482-.535C13.418 4.582 14.687 4 16.011 4a4.6 4.6 0 0 1 2.489.737m1.814 1.994.073.144c.399.806.613 1.717.613 2.653 0 1.467-.526 2.873-1.461 3.91l-4.781 5.296C14.026 19.544 13.034 20 12 20s-2.026-.455-2.758-1.266l-.331-.367-.166-.183-.041-.046M20.547 3 3.455 19.966"
})
]))
}