@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
13 lines (12 loc) • 2.08 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: "M12 2.25c-3.942 0-7.178 3.105-7.178 6.983v3.122a.31.31 0 0 1-.185.278l-.645.312-.002.001a3.06 3.06 0 0 0-1.74 2.743c0 1.712 1.425 3.061 3.134 3.061h13.233c1.709 0 3.133-1.349 3.133-3.061 0-1.172-.683-2.23-1.74-2.742l-.644-.312h-.002a.32.32 0 0 1-.185-.28V9.233c0-3.878-3.236-6.983-7.179-6.983M9.763 19.289a.75.75 0 0 1 .94.448l.016.028a.7.7 0 0 0 .145.166c.143.123.466.319 1.136.319.671 0 .993-.196 1.137-.32a.7.7 0 0 0 .161-.193.75.75 0 0 1 1.414.5v.002l-.002.002-.001.005-.004.011a1 1 0 0 1-.039.095q-.035.081-.104.195c-.092.152-.235.34-.448.522-.44.377-1.118.681-2.114.681s-1.673-.304-2.113-.68a2.2 2.2 0 0 1-.448-.523 2 2 0 0 1-.143-.29l-.004-.01-.002-.006v-.002s.006.018-.001.002v-.004a.75.75 0 0 1 .474-.948" }),
_createElementVNode("path", { d: "M20.532 9.325a.745.745 0 0 0-.36.978.755.755 0 0 0 .992.385l.019-.008-.018.008.003-.002.005-.002.01-.004a1 1 0 0 0 .095-.05 2 2 0 0 0 .198-.13c.154-.113.343-.285.52-.533.365-.51.629-1.277.51-2.367-.117-1.089-.54-1.786-1.006-2.213a2.4 2.4 0 0 0-.623-.417 2 2 0 0 0-.326-.116l-.01-.003-.006-.001h-.003s.02.004.003 0l-.004-.001a.745.745 0 0 0-.887.576.755.755 0 0 0 .56.885l.052.02c.054.025.14.073.234.16.175.16.443.51.524 1.262s-.105 1.148-.242 1.34a.9.9 0 0 1-.24.233M3.852 10.194a.75.75 0 0 0-.42-.956l-.048-.027a1 1 0 0 1-.207-.191c-.148-.183-.36-.568-.325-1.323.034-.756.28-1.12.444-1.291a.9.9 0 0 1 .273-.196.75.75 0 0 0 .505-.916.75.75 0 0 0-.92-.523h-.005.003-.003l-.005.002-.011.003a1 1 0 0 0-.102.036 2 2 0 0 0-.216.1c-.169.09-.382.233-.595.453-.439.453-.817 1.174-.867 2.268s.262 1.844.658 2.333c.192.237.392.398.552.502a2 2 0 0 0 .304.161l.01.005.005.001.002.001h.001l-.007-.002.008.003a.75.75 0 0 0 .966-.443" })
]))
}