@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) • 865 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", { d: "M14.773 2.25a3.977 3.977 0 0 1 2.13 7.334l-3.55 2.253 3.673 2.567a4.037 4.037 0 0 1-2.313 7.346H9.287a4.037 4.037 0 0 1-2.51-7.2l.198-.146 3.673-2.567-3.551-2.253-.21-.143a3.978 3.978 0 0 1 2.34-7.191zm.972 14.663c-1.785-2.476-5.412-2.553-7.312-.231l-.18.231-.127.178-.188.324a1.705 1.705 0 0 0 1.584 2.335h5.028a1.658 1.658 0 0 0 1.538-2.277l-.046-.105a2 2 0 0 0-.068-.126l-.08-.12zM12 7.25a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0V8a.75.75 0 0 0-.75-.75" })
]))
}