UNPKG

stone-kit

Version:
28 lines (27 loc) 847 B
import { jsx as o } from "react/jsx-runtime"; const r = (e) => /* @__PURE__ */ o( "svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", style: { transform: e.deg ? `rotate(${e.deg}deg)` : void 0 }, ...e, children: /* @__PURE__ */ o( "path", { fill: "currentColor", fillRule: "evenodd", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M11.995 7.437c-1.4-1.573-3.733-1.996-5.487-.556-1.753 1.44-2 3.849-.623 5.552 1.145 1.416 4.61 4.403 5.745 5.37.127.108.191.162.265.183a.368.368 0 0 0 .2 0c.074-.021.138-.075.265-.183 1.136-.967 4.6-3.954 5.745-5.37 1.378-1.703 1.16-4.127-.623-5.552-1.784-1.425-4.087-1.017-5.487.556Z", clipRule: "evenodd" } ) } ); export { r as default };