@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 1.39 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default 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: "M8.983 6.45a.945.945 0 0 1 1.335-.047l1.378 1.285a.945.945 0 0 1 .043 1.34l-4.256 4.51a.38.38 0 0 1-.533.018l-.082-.076-1.781-1.661-.318-.296a.38.38 0 0 1-.018-.534zM14.684 11.766a.945.945 0 0 1 1.335-.047l1.378 1.285a.945.945 0 0 1 .043 1.34l-4.256 4.511a.38.38 0 0 1-.533.017l-.081-.076-1.782-1.66-.318-.297a.38.38 0 0 1-.018-.534z" }),
_createElementVNode("path", {
"stroke-linecap": "square",
d: "M12.297 7.681 13.585 6.3c.59-.632.88-1.92.992-2.544a.258.258 0 0 0-.3-.302c-.651.112-2.019.415-2.614 1.053l-1.29 1.383M17.998 12.997l1.288-1.382c.59-.632.88-1.92.992-2.544a.258.258 0 0 0-.3-.302c-.651.112-2.019.415-2.614 1.053l-1.289 1.383",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m6.632 13.259-1.994 2.138m-1.425-1.33 1.993-2.137M2.5 13.403l2.764 2.578M12.333 18.575l-1.994 2.138m-1.425-1.33 1.993-2.137m-2.706 1.473 2.765 2.578",
opacity: ".4"
})
]))
}