@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.43 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", {
"fill-rule": "evenodd",
d: "M4.25 10.5c0-4.507 3.422-8.25 7.75-8.25 2.116 0 4.026.903 5.417 2.35l2.147-2.132a.75.75 0 0 1 1.057 1.064L3.528 20.5a.75.75 0 1 1-1.056-1.065l3.453-3.428c-.958-1.654-1.675-3.57-1.675-5.506m6.141 1.073L9.326 12.63a3.75 3.75 0 0 1 5.323-5.284l-1.064 1.057C13 9 13.5 8.5 13 9s-.02 0-.5.5l-.5.5c-.512.512 0 0-.807.777-.34.337-.693.723-.802.796",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M18.215 6.964a.75.75 0 0 1 .968.433 8 8 0 0 1 .292.916 8.8 8.8 0 0 1 .275 2.187c0 2.819-1.52 5.608-3.138 7.645-.818 1.03-1.687 1.9-2.457 2.521-.383.31-.755.568-1.093.752-.312.17-.691.332-1.062.332-.353 0-.71-.146-1.005-.302a7 7 0 0 1-1.023-.68c-.718-.562-1.531-1.351-2.311-2.288l-.083-.1a.75.75 0 1 1 1.16-.952l.075.092c.722.867 1.46 1.579 2.083 2.066.312.244.583.422.798.535.185.098.28.121.304.127h.005a1.5 1.5 0 0 0 .34-.147 6 6 0 0 0 .87-.602c.675-.544 1.468-1.334 2.225-2.287 1.531-1.928 2.812-4.389 2.812-6.712a7.3 7.3 0 0 0-.468-2.568.75.75 0 0 1 .433-.968" })
]))
}