UNPKG

@wordpress/icons

Version:
14 lines 364 B
/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const reset = /*#__PURE__*/_jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /*#__PURE__*/_jsx(Path, { d: "M7 11.5h10V13H7z" }) }); export default reset; //# sourceMappingURL=reset.js.map