@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 655 B
JavaScript
import * as e from "react";
const r = (l) => /* @__PURE__ */ e.createElement("svg", { id: "ArrowTail", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", fill: "none", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M26.923 15.39a1.04 1.04 0 0 1-.218.342l-6.975 6.964a1.033 1.033 0 0 1-.735.304 1.039 1.039 0 0 1-.735-1.772l5.213-5.196H4.036A1.036 1.036 0 0 1 3 14.998c0-.57.465-1.034 1.036-1.034h19.437L18.26 8.769a1.037 1.037 0 0 1 0-1.47 1.044 1.044 0 0 1 .74-.298c.272 0 .538.109.73.3l6.976 6.964c.094.099.167.213.217.34.103.252.103.53 0 .786Z" }));
export {
r as default
};
//# sourceMappingURL=ArrowTail.js.map