@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 945 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", { d: "M10.885 2.294a2.75 2.75 0 0 1 2.234.013l4.85 2.194a2.65 2.65 0 0 1 1.556 2.094c.097.821.21 2.023.224 3.267.014 1.229-.07 2.566-.398 3.625-.414 1.335-1.394 2.787-2.434 4.073-1.053 1.304-2.228 2.51-3.103 3.36a2.58 2.58 0 0 1-3.685-.08 43 43 0 0 1-2.851-3.319c-.974-1.273-1.903-2.69-2.39-3.994-.38-1.021-.542-2.322-.605-3.53a31 31 0 0 1 .02-3.253A2.65 2.65 0 0 1 5.907 4.47zm2.081 5.21c-.5-.5-1.29-.531-1.827-.094l-.104.094L9.01 9.529a.751.751 0 0 0 1.06 1.062L11.25 9.41v6.19a.75.75 0 0 0 1.5 0V9.408l1.182 1.182a.75.75 0 0 0 1.06-1.062z" })
]))
}