@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) • 2.02 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: "M12 2.25c2.537 0 4.863.307 6.58.82.852.256 1.597.574 2.146.962.528.374 1.024.924 1.024 1.66V18c0 .743-.452 1.33-.993 1.757-.55.433-1.298.79-2.155 1.076-1.724.575-4.059.917-6.602.917s-4.878-.342-6.602-.917c-.857-.286-1.606-.643-2.155-1.076-.54-.427-.993-1.014-.993-1.757V5.692c0-.736.496-1.286 1.024-1.66.549-.388 1.294-.706 2.147-.962 1.716-.513 4.042-.82 6.579-.82m6.266 15.757a.75.75 0 0 0-.945-.483l-.475.154a.75.75 0 0 0 .46 1.427l.476-.154a.75.75 0 0 0 .484-.944M20.25 14c0 .086-.052.288-.422.58-.361.284-.93.573-1.701.83-1.533.511-3.7.84-6.127.84s-4.593-.329-6.127-.84c-.77-.257-1.34-.546-1.701-.83-.37-.292-.422-.494-.422-.58v2.1c.47.282 1.03.527 1.648.733 1.724.575 4.059.917 6.602.917s4.878-.342 6.602-.917a8.4 8.4 0 0 0 1.648-.733zm-1.984.007a.75.75 0 0 0-.945-.483l-.475.154a.75.75 0 0 0 .46 1.427l.476-.154a.75.75 0 0 0 .484-.944M20.25 10c0 .086-.052.288-.422.58-.361.284-.93.573-1.701.83-1.533.511-3.7.84-6.127.84s-4.593-.329-6.127-.84c-.77-.257-1.34-.546-1.701-.83-.37-.292-.422-.494-.422-.58v2.1c.47.282 1.03.527 1.648.733 1.724.575 4.059.917 6.602.917s4.878-.342 6.602-.917a8.4 8.4 0 0 0 1.648-.732zm-1.959.032a.75.75 0 0 0-.944-.482l-.476.153a.75.75 0 0 0 .461 1.428l.476-.154a.75.75 0 0 0 .483-.945M12 3.75c-2.434 0-4.608.296-6.15.757-.775.232-1.347.494-1.71.75-.381.27-.39.428-.39.435V6c0 .086.052.288.422.58.361.284.93.573 1.701.83 1.534.511 3.7.84 6.127.84s4.593-.329 6.127-.84c.77-.257 1.34-.546 1.701-.83.37-.292.422-.494.422-.58v-.308c0-.007-.009-.165-.39-.435-.363-.256-.935-.518-1.71-.75-1.542-.461-3.716-.757-6.15-.757",
"clip-rule": "evenodd"
})
]))
}