@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
18 lines • 496 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const square = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
fill: "none",
d: "M5.75 12.75V18.25H11.25M12.75 5.75H18.25V11.25",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "square"
})
});
export default square;
//# sourceMappingURL=square.js.map