@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) • 1.09 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M9.004 3.417C8.431 2.607 7.64 2.242 6.8 2.25c-.797.009-1.574.349-2.221.803A6.2 6.2 0 0 0 2.92 4.791c-.41.65-.707 1.416-.666 2.165.193 3.603 2.22 7.453 5.067 10.302 2.845 2.847 6.644 4.825 10.48 4.446.751-.074 1.462-.456 2.044-.945a5.8 5.8 0 0 0 1.443-1.84c.34-.692.543-1.49.431-2.267-.117-.81-.569-1.534-1.403-2.014l-.062-.035c-.61-.352-1.483-.855-2.39-1.08-.974-.243-2.116-.192-3.033.773-.336.354-.838.466-1.556.25-.728-.218-1.549-.75-2.264-1.464-.713-.713-1.257-1.543-1.492-2.292-.233-.745-.134-1.284.212-1.648.975-1.026.993-2.207.668-3.225-.308-.963-.942-1.86-1.388-2.491zM18.53 6.53a.75.75 0 0 0-1.06-1.06L16 6.94l-1.47-1.47a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z" })
]))
}