UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 864 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function EnvelopeArrowIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "envelope with arrow", 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 1v11.5l-2-2V7.414l-7.646 7.647a.5.5 0 0 1-.707 0L4 7.414V18h10v2H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm2.414 2L12 12.586 18.586 6H5.414Zm13.762 12-.94-.94a.5.5 0 0 1 0-.707l.707-.708a.5.5 0 0 1 .707 0l3 3.001a.5.5 0 0 1 0 .707l-3 3a.5.5 0 0 1-.706 0l-.707-.707a.5.5 0 0 1 0-.707l.939-.939H15.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3.676Z", clipRule: "evenodd" }) }); } exports.default = EnvelopeArrowIcon;