@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 657 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function EnvelopeIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "envelope", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M3 4h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm15.586 2H5.414L12 12.586 18.586 6ZM4 7.414V18h16V7.414l-7.646 7.647a.5.5 0 0 1-.707 0L4 7.414Z", clipRule: "evenodd" }) });
}
exports.default = EnvelopeIcon;