@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.29 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", { d: "m10.608 7.58 2.953-2.895c.167-.166.354-.35.548-.54.983-.966 2.464-1.327 4.051-.996l1.257.263c.6.126 1.13.664 1.245 1.266l.24 1.26c.302 1.591-.1 3.05-1.1 3.998-.19.181-.374.357-.539.517l-2.937 2.944M10.608 7.58l-5.802-.914c-.57-.089-1.11.071-1.48.438-.464.461-.437 1.15.107 1.689l2.9 2.978zm5.718 5.817.808 5.81c.078.57-.093 1.108-.467 1.47-.47.454-1.229.373-1.758-.18l-2.859-2.909z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8 19.683 8.73 19M4 15.683 4.73 15M4.732 18.97l1.46-1.366"
}),
_createElementVNode("ellipse", {
cx: "9.513",
cy: "14.498",
"stroke-width": "1.586",
rx: "3.55",
ry: "1.287",
transform: "rotate(48.348 9.513 14.498)"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m14 5 1.25 1.25L16.5 7.5"
})
]))
}