UNPKG

@navinc/base-react-components

Version:
4 lines 1.04 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Diamond = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:diamond" }, props, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.71373 7.16573L4.60136 2.83427C4.90853 2.37352 5.60749 2 6.15317 2H18.1619C18.7118 2 19.4078 2.37533 19.7137 2.83427L22.6014 7.16573C22.9085 7.62648 22.8801 8.35307 22.5426 8.7827L12.7725 21.2173C12.4329 21.6496 11.8801 21.6469 11.5426 21.2173L1.77252 8.7827C1.43288 8.35043 1.40776 7.62467 1.71373 7.16573ZM14.7834 9L12.1661 16.8464L9.5587 9H14.7834ZM16.8918 9L14.7243 15.4976L19.8321 9H16.8918ZM20.0895 7H16.8007L15.2466 3.99984C16.8904 3.99982 18.0972 4 18.0972 4L20.0895 7ZM14.5391 7H9.78025L11.3341 4.00035L12.9929 4.00001L14.5391 7ZM7.52784 7L9.0812 4.0013C7.4423 4.00231 6.23852 4.00396 6.2335 4.00665C6.22479 4.01133 4.99276 5.86101 4.23464 7H7.52784ZM4.53261 9L9.60667 15.5051L7.43675 9H4.53261Z" }) }))); export default Diamond; //# sourceMappingURL=diamond.js.map