@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.17 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: "M12 19.25c1.888 0 3.817.346 5.326 1.074a.75.75 0 0 1-.652 1.35c-1.252-.603-2.943-.924-4.674-.924s-3.422.32-4.674.925a.75.75 0 1 1-.652-1.35c1.51-.73 3.438-1.075 5.326-1.075" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M17 2.25A4.75 4.75 0 0 1 21.75 7v6A4.75 4.75 0 0 1 17 17.75H7A4.75 4.75 0 0 1 2.25 13V7A4.75 4.75 0 0 1 7 2.25zM6.752 6.5q-.252 0-.252.252v.816q0 .252.252.252H8.12q.132 0 .132.132v6.012q0 .252.264.252h1.008q.252 0 .252-.252V7.952q0-.132.144-.132h1.368q.252 0 .252-.252v-.816q0-.252-.252-.252zm5.356 0q-.324 0-.24.276l1.86 7.188q.049.252.3.252h1.573q.227 0 .288-.252l1.859-7.188q.06-.275-.24-.276H16.38q-.24 0-.287.252l-1.261 5.904h-.048l-1.26-5.904q-.048-.252-.288-.252z",
"clip-rule": "evenodd"
})
]))
}