@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 387 B
JavaScript
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const handle = /*#__PURE__*/_jsx(SVG, {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx(Path, {
d: "M7 16.5h10V15H7v1.5zm0-9V9h10V7.5H7z"
})
});
export default handle;
//# sourceMappingURL=handle.js.map