UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

29 lines (28 loc) 1.62 kB
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", { "stroke-linecap": "round", d: "m6.24 10.376 7.368 7.397M8.082 12.225l2.306-2.307" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m10.856 5.769 7.358 7.388" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m11.776 6.686 1.923-1.924a2.494 2.494 0 0 1 3.532.004l1.997 2.005a2.506 2.506 0 0 1-.003 3.54L17.3 12.233M18.229 5.769l2.177-2.178M6.699 11.76l-1.923 1.924a2.506 2.506 0 0 0-.004 3.54l1.997 2.005c.975.978 2.556.98 3.532.003l1.924-1.923M3.592 20.405l2.178-2.178M4.409 18.397l1.156 1.043M18.411 4.398l1.156 1.043M11.766 15.923l2.306-2.306" }), _createElementVNode("path", { fill: "#4e5964", d: "m6.23 4.162 2.668 3.046a.108.108 0 0 1-.132.166L6.742 6.287a.554.554 0 0 0-.798.345.554.554 0 0 1-.89.281L3.667 5.756a.71.71 0 0 1-.235-.716l.062-.252a.569.569 0 0 1 .96-.26l.121.124a.481.481 0 0 0 .82-.254.481.481 0 0 1 .836-.236M17.022 19.691l-1.22-3.86a.108.108 0 0 1 .189-.1l1.417 1.809c.22.28.645.283.868.005a.554.554 0 0 1 .929.1l.805 1.616a.71.71 0 0 1-.073.75l-.157.206a.569.569 0 0 1-.985-.148l-.06-.162a.481.481 0 0 0-.852-.096.481.481 0 0 1-.861-.12" }) ])) }