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
20 lines
547 B
Plaintext
20 lines
547 B
Plaintext
import { jsx as _jsx } from "react/jsx-runtime";
|
|
import React from 'react';
|
|
import './index.scss';
|
|
export const ListViewIcon = () => {
|
|
return /*#__PURE__*/_jsx("svg", {
|
|
className: "icon icon--list-view",
|
|
fill: "none",
|
|
height: "20",
|
|
viewBox: "0 0 20 20",
|
|
width: "20",
|
|
xmlns: "http://www.w3.org/2000/svg",
|
|
children: /*#__PURE__*/_jsx("path", {
|
|
d: "M4 10H16M4 14H16M4 6H16",
|
|
stroke: "currentColor",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round"
|
|
})
|
|
});
|
|
};
|
|
//# sourceMappingURL=index.js.map |