@spark-ui/icons
Version:
spark-ui icons
23 lines (22 loc) • 2.74 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../chunk-8l464Juk.js");
require("react");
let react_jsx_runtime = require("react/jsx-runtime");
//#region src/icons/RotateImage.tsx
var RotateImage = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "RotateImage",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path d=\"m3,12.99c.26,0,.51-.11.7-.29.18-.19.29-.44.29-.71,0-1.63.5-3.22,1.43-4.57.93-1.34,2.25-2.36,3.78-2.93,1.53-.57,3.19-.65,4.77-.25,1.58.41,2.99,1.29,4.06,2.53l-1.27-.26c-.13-.03-.27-.04-.4-.02-.13.02-.26.07-.37.14-.11.07-.21.17-.29.28-.08.11-.13.24-.15.37-.03.13-.03.27,0,.4.03.13.08.26.16.37.08.11.18.2.29.27.11.07.24.12.38.14l3.67.75c.14.03.29.02.44-.01.14-.04.28-.1.39-.2.18-.15.3-.35.35-.57l.75-3.67c.03-.13.04-.27.02-.4s-.07-.26-.14-.37c-.07-.11-.17-.21-.28-.29-.11-.08-.24-.13-.37-.15-.13-.03-.27-.03-.4,0-.13.03-.26.08-.37.16-.11.07-.2.17-.27.28-.07.11-.12.24-.14.37l-.27,1.32c-.96-1.19-2.19-2.14-3.58-2.78-1.39-.64-2.91-.95-4.44-.91-1.53.04-3.03.43-4.38,1.15-1.35.71-2.53,1.73-3.43,2.96-1.24,1.71-1.91,3.77-1.91,5.88,0,.26.11.52.29.71.18.18.43.29.69.29Zm18.67-1.7c-.19-.18-.44-.29-.7-.29s-.52.1-.7.29c-.09.09-.17.2-.22.32-.05.12-.07.25-.07.38,0,1.63-.49,3.23-1.42,4.57-.93,1.34-2.25,2.37-3.78,2.93-1.53.57-3.2.65-4.78.24-1.58-.41-2.99-1.3-4.05-2.54l1.26.26c.13.03.27.04.4.02.13-.02.26-.07.37-.14.11-.07.21-.17.29-.28.08-.11.13-.24.16-.37.03-.13.03-.27,0-.4-.03-.13-.08-.26-.16-.37-.07-.11-.17-.2-.28-.27-.11-.07-.24-.12-.37-.14l-3.67-.75c-.13-.03-.26-.03-.39,0-.13.02-.25.07-.36.15-.11.07-.2.16-.28.27s-.13.23-.15.36l-.75,3.68c-.03.13-.03.26,0,.39s.07.25.15.36c.15.22.38.37.64.42.14.03.29.03.44,0,.14-.04.28-.1.39-.2.18-.14.31-.35.35-.57l.27-1.31c.94,1.15,2.12,2.08,3.46,2.72,1.34.64,2.81.97,4.29.98,1.58,0,3.13-.39,4.53-1.11,1.4-.72,2.62-1.76,3.55-3.04,1.24-1.71,1.91-3.77,1.91-5.88,0-.26-.12-.5-.31-.68Z\"/><path d=\"m13.88,8h-3.8c-.56,0-1.09.22-1.48.61-.39.39-.61.93-.61,1.48v3.8c0,.56.22,1.09.62,1.48.39.39.92.62,1.48.62h3.8c.56,0,1.09-.22,1.48-.62.39-.39.61-.93.62-1.48v-3.8c0-.56-.22-1.09-.61-1.48-.39-.39-.93-.61-1.48-.61Zm.1,2.1v3.8s-.01.05-.03.07c-.02.02-.04.03-.07.03h-3.8s-.05-.01-.07-.03c-.02-.02-.03-.04-.03-.07v-3.8s0-.05,0-.07h3.87s.03,0,.04,0c.01,0,.03,0,.04.01.01,0,.02.02.03.03,0,.01.01.02.02.04Z\"/>" }
});
RotateImage.displayName = "RotateImage";
var tags = ["RotateImage", ""];
//#endregion
exports.RotateImage = RotateImage;
exports.tags = tags;
//# sourceMappingURL=RotateImage.js.map