@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
25 lines (24 loc) • 1.34 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("rect", {
width: "16.975",
height: "4.238",
x: "2.336",
y: "18.104",
rx: "2.119",
transform: "rotate(-45.483 2.336 18.104)"
}),
_createElementVNode("path", {
d: "M8.707 3.222a.305.305 0 0 1 .586 0l.261.837a.31.31 0 0 0 .293.223h.844c.299 0 .423.398.181.582l-.682.517a.33.33 0 0 0-.112.36l.26.836c.093.297-.232.543-.474.36L9.18 6.42a.3.3 0 0 0-.362 0l-.683.517c-.241.183-.567-.063-.474-.36l.26-.836a.33.33 0 0 0-.112-.36l-.682-.517c-.242-.184-.118-.582.181-.582h.844a.31.31 0 0 0 .293-.223zM18.707 11.222a.305.305 0 0 1 .586 0l.261.837a.31.31 0 0 0 .293.223h.844c.299 0 .423.398.181.582l-.682.517a.33.33 0 0 0-.112.36l.26.836c.093.297-.233.543-.474.36l-.683-.517a.3.3 0 0 0-.362 0l-.683.517c-.241.183-.567-.063-.474-.36l.26-.836a.33.33 0 0 0-.112-.36l-.682-.517c-.242-.184-.118-.583.181-.583h.844a.31.31 0 0 0 .293-.222z",
opacity: ".4"
})
]))
}