UNPKG

@cleartrip/bento-icons

Version:

Icon Library for Bento Component Library

21 lines (20 loc) 985 B
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from "react"; export function MobileOutline(props) { return /*#__PURE__*/React.createElement("svg", _extends({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("g", { id: "prefix__web-check-in", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("path", { id: "prefix__Rectangle", fillRule: "nonzero", d: "M0 0h20v20H0z" }), /*#__PURE__*/React.createElement("path", { d: "M15 0a1 1 0 011 1v18a1 1 0 01-1 1H5a1 1 0 01-1-1V1a1 1 0 011-1h10zm-5 17a1 1 0 100 2 1 1 0 000-2zm4.5-14h-9v13h9V3zM12 1H8v1h4V1z", fill: "currentColor" }))); }