UNPKG

@wordpress/icons

Version:
14 lines 475 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const close = /*#__PURE__*/_jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /*#__PURE__*/_jsx(Path, { d: "m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z" }) }); export default close; //# sourceMappingURL=close.js.map