@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
21 lines (20 loc) • 925 B
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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M14.25 3.2c0-.52.427-.964.975-.946a6.75 6.75 0 0 1 6.521 6.521.945.945 0 0 1-.946.975h-5.6a.95.95 0 0 1-.95-.95z",
"clip-rule": "evenodd"
}),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M11.675 2.256A1.04 1.04 0 0 1 12.75 3.3v5.86c0 .599-.475 1.004-.961 1.062a1.793 1.793 0 0 0-1.545 2.128 1.79 1.79 0 0 0 3.534-.139c.058-.486.464-.96 1.063-.96H20.7c.573 0 1.065.469 1.045 1.074a9.75 9.75 0 1 1-10.07-10.07",
"clip-rule": "evenodd"
})
]))
}