@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 1.26 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M19.569 14.19c.79-2.222.3-5.997.044-7.56a1.98 1.98 0 0 0-.66-1.198C16.766 3.58 14.894 3.005 12.03 3c-2.88-.005-4.7.65-6.962 2.432a1.96 1.96 0 0 0-.711 1.227c-.257 1.553-.717 5.203.134 7.53.704 1.923 1.341 3.012 2.827 4.379C8.855 19.98 9.973 21 12.03 21s3.175-1.02 4.712-2.432c1.486-1.367 2.14-2.45 2.827-4.379Z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M14.56 12c1.192-.392 1.916-1.704 1.078-2.975C15.101 8.21 14.04 8 13.064 8H8m6.56 4H9m5.56 0c1.086.544 1.918 1.864.95 3.147-.504.667-1.395.853-2.23.853H9.5a.5.5 0 0 1-.5-.5V12m0 0v-1"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M12.75 18v-.75h-1.5V18h1.5m-1.5 1a.75.75 0 0 0 1.5 0h-1.5m.75-1h-.75v1h1.5v-1zM12.75 5a.75.75 0 0 0-1.5 0h1.5m-1.5 1v.75h1.5V6h-1.5M12 5h-.75v1h1.5V5z"
})
]))
}