Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
import { jsx as _jsx } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
import './index.scss';
|
|
export const SortDownIcon = ({
|
|
className
|
|
}) => /*#__PURE__*/_jsx("svg", {
|
|
className: "icon icon--sort",
|
|
fill: "none",
|
|
height: "20",
|
|
viewBox: "0 0 20 20",
|
|
width: "20",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
className: "fill",
|
|
d: "M2.5 13.3333L5.83333 16.6667M5.83333 16.6667L9.16667 13.3333M5.83333 16.6667V3.33333M9.16667 7.08333H17.5M9.16667 10.4167H15M11.6667 13.75H12.5",
|
|
stroke: "#2F2F2F",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round"
|
|
})
|
|
});
|
|
export const SortUpIcon = ({
|
|
className
|
|
}) => /*#__PURE__*/_jsx("svg", {
|
|
className: "icon icon--sort",
|
|
fill: "none",
|
|
height: "20",
|
|
viewBox: "0 0 20 20",
|
|
width: "20",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
className: "fill",
|
|
d: "M2.5 6.66668L5.83333 3.33334M5.83333 3.33334L9.16667 6.66668M5.83333 3.33334V16.6667M11.6667 7.08354H17.5M9.16667 10.4169H15M9.16667 13.7502H12.5",
|
|
stroke: "#2F2F2F",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round"
|
|
})
|
|
});
|
|
//# sourceMappingURL=index.js.map |