@wordpress/block-library
Version:
Block library for the WordPress editor.
25 lines (20 loc) • 842 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DropboxIcon = void 0;
var _element = require("@wordpress/element");
var _primitives = require("@wordpress/primitives");
/**
* WordPress dependencies
*/
const DropboxIcon = () => (0, _element.createElement)(_primitives.SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1"
}, (0, _element.createElement)(_primitives.Path, {
d: "M12,6.134L6.069,9.797L2,6.54l5.883-3.843L12,6.134z M2,13.054l5.883,3.843L12,13.459L6.069,9.797L2,13.054z M12,13.459 l4.116,3.439L22,13.054l-4.069-3.257L12,13.459z M22,6.54l-5.884-3.843L12,6.134l5.931,3.663L22,6.54z M12.011,14.2l-4.129,3.426 l-1.767-1.153v1.291l5.896,3.539l5.897-3.539v-1.291l-1.769,1.153L12.011,14.2z"
}));
exports.DropboxIcon = DropboxIcon;
//# sourceMappingURL=dropbox.js.map
;