@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) • 931 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: "M18.645 13.64c-.876 2.723-4.198 5.546-5.592 6.639-.371.29-.88.3-1.261.024-1.47-1.066-5.052-3.875-6.13-6.662-.776-2.007-.692-5.135-.612-6.47.024-.399.268-.744.628-.916l5.82-2.767c.317-.15.685-.146.999.01l5.561 2.788c.31.155.531.44.59.78.22 1.265.67 4.483-.003 6.575Z" }),
_createElementVNode("path", {
fill: "#4e5964",
d: "M11.523 5.798 7.22 7.95a18 18 0 0 0-.072 2.167c.032 1.066.177 2.194.552 2.98.463.971 1.342 2.039 2.265 2.992a30 30 0 0 0 1.938 1.82z"
})
]))
}