@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 887 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", {
"fill-rule": "evenodd",
d: "M19 10.25a.75.75 0 0 1 .75.75v.081a7.67 7.67 0 0 1-7 7.64v1.529h2.85a.75.75 0 0 1 0 1.5H8.4a.75.75 0 0 1 0-1.5h2.85v-1.525a7.62 7.62 0 0 1-7-7.594v-.05a.75.75 0 0 1 1.5 0v.05a6.12 6.12 0 0 0 6.12 6.119h.211a6.17 6.17 0 0 0 6.169-6.169V11a.75.75 0 0 1 .75-.75m-12.244-3a5.25 5.25 0 0 1 9.989-2H15a.75.75 0 0 0 0 1.5h2a.8.8 0 0 0 .193-.025q.057.38.057.775V11a5.25 5.25 0 1 1-10.5 0V8.75H10a.75.75 0 0 0 0-1.5z",
"clip-rule": "evenodd"
})
]))
}