@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.17 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: "M6.8 2.25c.84-.008 1.631.357 2.204 1.167l.007.009c.446.631 1.08 1.528 1.388 2.49.325 1.019.307 2.2-.668 3.226-.346.364-.445.903-.212 1.648.235.75.778 1.58 1.492 2.292.715.714 1.536 1.246 2.264 1.465.718.215 1.22.103 1.556-.25.917-.966 2.06-1.017 3.034-.774.906.225 1.779.728 2.39 1.08l.061.035c.834.48 1.286 1.204 1.403 2.014.112.777-.09 1.575-.431 2.267a5.8 5.8 0 0 1-1.443 1.84c-.582.489-1.293.87-2.044.945-3.836.378-7.635-1.6-10.48-4.446-2.848-2.85-4.874-6.7-5.067-10.302-.04-.749.256-1.516.666-2.165a6.2 6.2 0 0 1 1.658-1.738c.647-.454 1.424-.794 2.221-.803M14.907 5.907a.75.75 0 0 1 1.06 0l.53.528.527-.528a.75.75 0 1 1 1.061 1.06l-.528.529.528.528a.75.75 0 1 1-1.061 1.06l-.528-.527-.528.527a.75.75 0 0 1-1.06-1.06l.527-.528-.528-.528a.75.75 0 0 1 0-1.061" })
]))
}