@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 1.06 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Close = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:close" }, props, { children: _jsx("path", { d: "M19.7070944,5.70760739 C20.0976256,5.31708991 20.0976366,4.68392493 19.7071191,4.29339383 C19.3166016,3.90286273 18.6834367,3.90285169 18.2929056,4.29336917 L12,10.5860552 L5.70709445,4.29336917 C5.31656335,3.90285169 4.68339837,3.90286273 4.29288089,4.29339383 C3.90236341,4.68392493 3.90237445,5.31708991 4.29290555,5.70760739 L10.5857618,12.0002441 L4.29290555,18.2928809 C3.90237445,18.6833984 3.90236341,19.3165633 4.29288089,19.7070944 C4.68339837,20.0976256 5.31656335,20.0976366 5.70709445,19.7071191 L12,13.414433 L18.2929056,19.7071191 C18.6834367,20.0976366 19.3166016,20.0976256 19.7071191,19.7070944 C20.0976366,19.3165633 20.0976256,18.6833984 19.7070944,18.2928809 L13.4142382,12.0002441 L19.7070944,5.70760739 Z", fillRule: "nonzero" }) })));
export default Close;
//# sourceMappingURL=close.js.map