UNPKG

@wordpress/block-library

Version:
23 lines (21 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MailIcon = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const MailIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, { width: "24", height: "24", viewBox: "0 0 24 24", version: "1.1", children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.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" }) }); exports.MailIcon = MailIcon; //# sourceMappingURL=mail.js.map