UNPKG

@wordpress/block-library

Version:
15 lines 674 B
/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; export const DropboxIcon = () => /*#__PURE__*/_jsx(SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /*#__PURE__*/_jsx(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" }) }); //# sourceMappingURL=dropbox.js.map