@wordpress/block-library
Version:
Block library for the WordPress editor.
15 lines • 552 B
JavaScript
/**
* WordPress dependencies
*/
import { Path, SVG } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
export const MailIcon = () => /*#__PURE__*/_jsx(SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
version: "1.1",
children: /*#__PURE__*/_jsx(Path, {
d: "M19 5H5c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm.5 12c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V9.8l7.5 5.6 7.5-5.6V17zm0-9.1L12 13.6 4.5 7.9V7c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v.9z"
})
});
//# sourceMappingURL=mail.js.map