UNPKG

@mattermost/compass-icons

Version:

24 lines (23 loc) 1.43 kB
"use strict"; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const SendOutlineIcon = (_a) => { var { size, color } = _a, rest = __rest(_a, ["size", "color"]); return (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: size || '1em', height: size || '1em', fill: color || 'currentColor', viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { d: "M2.69696 3.2987C2.36703 3.1573 2 3.39931 2 3.75827V11.5385V12.4615V20.2417C2 20.6007 2.36702 20.8427 2.69696 20.7013L21.9277 12.4596C22.3317 12.2864 22.3317 11.7136 21.9277 11.5404L2.69696 3.2987ZM4 13.5L13 12L4 10.5V6.03308L17.9228 12L4 17.9669V13.5Z" }))); }; exports.default = SendOutlineIcon;