@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
25 lines (23 loc) • 677 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _primitives = require("@wordpress/primitives");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const square = /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, {
fill: "none",
d: "M5.75 12.75V18.25H11.25M12.75 5.75H18.25V11.25",
stroke: "currentColor",
strokeWidth: "1.5",
strokeLinecap: "square"
})
});
var _default = exports.default = square;
//# sourceMappingURL=square.js.map