UNPKG

@easy-eva-icons/react

Version:
23 lines (22 loc) 1.27 kB
var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; import * as React from "react"; function SmartphoneOutline(props) { return React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: "1em", height: "1em" }, props), React.createElement("g", { "data-name": "Layer 2" }, React.createElement("g", { "data-name": "smartphone" }, React.createElement("rect", { width: 24, height: 24, opacity: 0, transform: "rotate(90 12 12)" }), React.createElement("path", { d: "M17 2H7a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3zm1 17a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1z" }), React.createElement("circle", { cx: 12, cy: 16.5, r: 1.5 }), React.createElement("path", { d: "M14.5 6h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2z" })))); } export default SmartphoneOutline;