@spark-ui/icons
Version:
spark-ui icons
23 lines (22 loc) • 1.12 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/ArrowVerticalLeft.tsx
var ArrowVerticalLeft = ({ 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": "ArrowVerticalLeft",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" d=\"m16.7,2.28c.38.38.4,1.02.03,1.41l-7.69,8.31,7.69,8.31c.37.4.36,1.03-.03,1.41-.38.38-.99.37-1.36-.03l-7.87-8.51c-.15-.16-.27-.34-.35-.54-.08-.21-.12-.43-.12-.65s.04-.44.12-.65c.08-.2.2-.38.35-.54L15.34,2.31c.37-.4.98-.41,1.36-.03Z\"/>" }
});
ArrowVerticalLeft.displayName = "ArrowVerticalLeft";
var tags = ["ArrowVerticalLeft", ""];
//#endregion
exports.ArrowVerticalLeft = ArrowVerticalLeft;
exports.tags = tags;
//# sourceMappingURL=ArrowVerticalLeft.js.map