estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 1.08 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M22.855 4.944a1.148 1.148 0 0 1-.402 1.536L8.665 14.965c-.111.068-.144.215-.06.315 1.214 1.458 4.915 2.467 8.469 2.65.633.033 1.148.545 1.148 1.179v2.296c0 .634-.512 1.15-1.146 1.126-3.134-.123-8.663-.819-12.018-3.942-.38-.353-.938-.467-1.402-.235l-.133.067c-.472.235-1.053.125-1.33-.323C1.131 16.377 1.013 14.224 1 12.34a1.14 1.14 0 0 1 .614-1.017l10.972-5.748c.298-.155.648-.173.96-.048l1.9.76c.305.122.647.107.94-.04l2.35-1.174c.388-.194.634-.592.634-1.027V1.815a.815.815 0 0 1 1.527-.396l1.958 3.525Zm-9.21 4.816a1.148 1.148 0 1 0-1.18-1.97L9.593 9.513a1.148 1.148 0 0 0 1.181 1.969l2.87-1.722Z",
"clip-rule": "evenodd"
})
]))
}