@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.11 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: "M11.174 17.902v3.924h-1.073a4.33 4.33 0 0 1-2.784-1.014l-2.908-2.44a4 4 0 0 1-.357-.338l.838-.838.343-.306 1.708-1.528zm8.79.113a4 4 0 0 1-.376.358l-2.908 2.44a4.33 4.33 0 0 1-2.783 1.013h-1.074v-3.91l4.495-2.547zM5.78 6.108l2.11 2.257-1.766 5.513-2.352 2.105-.018.016-.605.604a4.3 4.3 0 0 1-.222-.796l-.66-3.738a4.33 4.33 0 0 1 .515-2.917l1.898-3.288q.156-.269.346-.51zm13.189-.753q.19.24.345.508l1.9 3.29c.508.88.69 1.914.513 2.916l-.66 3.738a4.3 4.3 0 0 1-.21.769l-2.689-2.688-2.047-5.54 2.076-2.22zm-2.53 8.616-4.429 2.51-4.183-2.51 1.599-4.99h5.17zM10.518 2.662a4.33 4.33 0 0 1 2.963 0l3.566 1.299q.352.128.674.311l-.698.7-.009.01-.35.372-1.847 1.977H9.183L6.986 4.98l-.708-.708q.32-.184.672-.312z" })
]))
}