UNPKG

@sanity/icons

Version:
29 lines (28 loc) 689 B
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function EnterRightIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "enter-right", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [/* @__PURE__ */ jsx("path", { d: "M19 14.5H5.5V7", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }), /* @__PURE__ */ jsx("path", { d: "M15 18.5L19 14.5L15 10.5", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })] }); } export { EnterRightIcon, EnterRightIcon as default }; //# sourceMappingURL=EnterRight.js.map