@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 409 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const arrowUpLeft = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
d: "M14 6H6v8h1.5V8.5L17 18l1-1-9.5-9.5H14V6Z"
})
});
export default arrowUpLeft;
//# sourceMappingURL=arrow-up-left.js.map