@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.46 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: "M11.453 3.65a.75.75 0 1 0-.751-1.3c-.354.205-.673.58-.9 1.007A3.5 3.5 0 0 0 9.392 5a.75.75 0 1 0 1.5 0c0-.364.1-.687.233-.937.143-.268.29-.392.328-.414M14.853 4.564a.75.75 0 0 0-.872-1.212 1.17 1.17 0 0 0-.409.427 2 2 0 0 0-.177.4A2.7 2.7 0 0 0 13.25 5a.75.75 0 0 0 1.5 0q-.001-.042.016-.146a1.5 1.5 0 0 1 .087-.29M7.895 4.55a.75.75 0 0 0-1-1.117l-.002.002-.002.002-.006.004-.012.012a1 1 0 0 0-.114.118c-.063.073-.14.174-.215.304A2.23 2.23 0 0 0 6.25 5a.75.75 0 1 0 1.5 0c0-.182.051-.304.092-.374a.5.5 0 0 1 .05-.072zM3.25 21a.75.75 0 0 1 .75-.75h13a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M2.25 8.565c0-1.306 1.093-2.315 2.378-2.315h11.744c1.183 0 2.202.854 2.357 2.007a3.75 3.75 0 0 1-.229 7.493h-.844a8 8 0 0 1-1.333 1.678 8.4 8.4 0 0 1-5.822 2.322c-1.08 0-2.15-.204-3.148-.602a8.3 8.3 0 0 1-2.676-1.72 7.95 7.95 0 0 1-1.795-2.583 7.7 7.7 0 0 1-.632-3.056zm16.5 3.224V9.764a2.25 2.25 0 0 1-.25 4.486h-.154a7.7 7.7 0 0 0 .404-2.46",
"clip-rule": "evenodd"
})
]))
}