@navinc/base-react-components
Version:
Nav's Pattern Library
5 lines • 983 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
// downloaded from https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Agrocery%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4024
const Grocery = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:grocery" }, props, { viewBox: "0 -960 960 960", children: _jsx("path", { d: "M640-80q-100 0-170-70t-70-170q0-100 70-170t170-70q100 0 170 70t70 170q0 100-70 170T640-80Zm0-80q66 0 113-47t47-113q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 66 47 113t113 47Zm-480 0q-33 0-56.5-23.5T80-240v-304q0-8 1.5-16t4.5-16l80-184h-6q-17 0-28.5-11.5T120-800v-40q0-17 11.5-28.5T160-880h280q17 0 28.5 11.5T480-840v40q0 17-11.5 28.5T440-760h-6l66 152q-19 10-36 21t-32 25l-84-198h-96l-92 216v304h170q5 21 13.5 41.5T364-160H160Zm480-440q-42 0-71-29t-29-71q0-42 29-71t71-29v200q0-42 29-71t71-29q42 0 71 29t29 71H640Z" }) })));
export default Grocery;
//# sourceMappingURL=grocery.js.map