UNPKG

@navinc/base-react-components

Version:
4 lines 1.22 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Coupon = (props) => (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none" }, props, { viewBox: "0 0 14 14", children: _jsx("path", { d: "M8.5 13.1833C8.22222 13.45 7.89445 13.5833 7.51667 13.5833C7.13889 13.5833 6.81111 13.45 6.53333 13.1833L0.816667 7.46667C0.694445 7.33333 0.594445 7.18333 0.516667 7.01667C0.45 6.83889 0.416667 6.66111 0.416667 6.48333V1.8C0.416667 1.42222 0.55 1.1 0.816667 0.833333C1.09444 0.555555 1.42222 0.416666 1.8 0.416666H6.48333C6.67222 0.416666 6.84444 0.449999 7 0.516665C7.16667 0.583332 7.31667 0.683332 7.45 0.816666L13.1833 6.53333C13.45 6.8 13.5833 7.12222 13.5833 7.5C13.5833 7.87778 13.45 8.20556 13.1833 8.48333L8.5 13.1833ZM7.51667 12.2L12.2 7.51667L6.48333 1.8H1.8V6.48333L7.51667 12.2ZM3.4 4.4C3.67778 4.4 3.91111 4.30556 4.1 4.11667C4.3 3.91667 4.4 3.67778 4.4 3.4C4.4 3.12222 4.3 2.88889 4.1 2.7C3.91111 2.5 3.67778 2.4 3.4 2.4C3.12222 2.4 2.88333 2.5 2.68333 2.7C2.49444 2.88889 2.4 3.12222 2.4 3.4C2.4 3.67778 2.49444 3.91667 2.68333 4.11667C2.88333 4.30556 3.12222 4.4 3.4 4.4Z", fill: "black" }) }))); export default Coupon; //# sourceMappingURL=coupon.js.map