@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) • 966 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: "M14.921 4.103a2.62 2.62 0 0 0-1.812-1.77c-.832-.223-1.782-.004-2.416.803L9.525 4.622c-.302.384-.675.555-1.016.555h-.964c-3.07 0-5.295 3.037-5.295 6.42v.649c0 3.375 2.22 6.407 5.284 6.407h.902c.386 0 .801.194 1.134.622l1.191 1.532c.664.854 1.632 1.126 2.511.825.842-.289 1.483-1.058 1.695-2.036.05-.23.076-.457.097-.652l.011-.106c.017-.16.031-.296.053-.432.797-4.955.857-8.018.012-12.982a7 7 0 0 1-.05-.375q-.009-.096-.024-.209a4.3 4.3 0 0 0-.145-.737M21 12.881a.75.75 0 0 0 .745-.755.75.75 0 0 0-.745-.754h-3.192a.75.75 0 0 0-.745.755.75.75 0 0 0 .745.754z" })
]))
}