UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 897 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const PhoneLandscape = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.543 15.104H3.221A2.22 2.22 0 0 1 1 12.883V6.22C1 4.995 1.994 4 3.22 4H16.543a2.22 2.22 0 0 1 2.221 2.221v6.662c0 1.226-.995 2.22-2.22 2.22zM3.221 5.11a1.11 1.11 0 0 0-1.11 1.11v6.662c0 .613.497 1.11 1.11 1.11h3.33V5.11h-3.33zm11.102 0H7.661v8.882h6.662V5.11zm3.33 1.11a1.11 1.11 0 0 0-1.11-1.11h-1.11v8.882h1.11a1.11 1.11 0 0 0 1.11-1.11V6.22zM4.332 10.662a1.11 1.11 0 1 1 .001-2.221 1.11 1.11 0 0 1-.001 2.221z", fill: "#000", fillRule: "evenodd" })); exports.default = PhoneLandscape;