@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 1.44 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: "M13.102 12.923a1.25 1.25 0 0 1 1.044 1.233v.306c0 .69-.56 1.25-1.25 1.25h-.25v-2.865zM11.147 11.076l-.456-.075a1.25 1.25 0 0 1-1.045-1.233v-.306c0-.69.56-1.25 1.25-1.25h.25z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M11.897 2.212c1.387 0 2.705.292 3.9.814a4 4 0 0 0 5.291 5.682 9.7 9.7 0 0 1 .558 3.254c0 5.385-4.365 9.75-9.75 9.75s-9.75-4.365-9.75-9.75 4.366-9.75 9.75-9.75m0 3a.75.75 0 0 0-.75.75v.75h-.25a2.75 2.75 0 0 0-2.75 2.75v.306a2.75 2.75 0 0 0 2.297 2.713l.702.116v3.115h-.25c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5a2.75 2.75 0 0 0 2.75 2.75h.25v.75a.75.75 0 0 0 1.5 0v-.75h.25a2.75 2.75 0 0 0 2.75-2.75v-.306a2.75 2.75 0 0 0-2.297-2.713l-.703-.117V8.212h.25c.69 0 1.25.56 1.25 1.25v.5a.75.75 0 0 0 1.5 0v-.5a2.75 2.75 0 0 0-2.75-2.75h-.25v-.75a.75.75 0 0 0-.75-.75",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M19.926 6.962a.75.75 0 1 1-1.5 0v-2.19l-.72.72a.75.75 0 1 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72z" })
]))
}