@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 1.01 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", {
"fill-rule": "evenodd",
d: "M7.545 3.84a4.24 4.24 0 0 1 5.96-.659l6.656 5.336a4.24 4.24 0 0 1 .661 5.958l-3.42 4.385L4.111 8.126zm8.601 8.666c.471-.085.859-.571.837-1.05a.75.75 0 1 1 1.499-.068c.055 1.23-.858 2.375-2.07 2.594a.75.75 0 0 1-.266-1.476m-1.143-1.62a.2.2 0 0 0 .105-.073.2.2 0 0 0 .047-.119.75.75 0 1 1 1.498-.067 1.71 1.71 0 0 1-1.383 1.735.75.75 0 0 1-.267-1.477",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "m3.174 9.297 13.298 10.74a4 4 0 0 1-.202.213H19a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1 0-1.5h5.237l-1.388-.985-5.01-4.015a4.24 4.24 0 0 1-.665-5.953" })
]))
}