UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 816 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 Phone = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11 17.5a.75.75 0 000 1.5h2a.75.75 0 000-1.5h-2z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2a2.25 2.25 0 00-2.25 2.25v15.5A2.25 2.25 0 008 22h8a2.25 2.25 0 002.25-2.25V4.25A2.25 2.25 0 0016 2H8zm-.75 2.25A.75.75 0 018 3.5h8a.75.75 0 01.75.75v15.5a.75.75 0 01-.75.75H8a.75.75 0 01-.75-.75V4.25z", fill: "#323544" })); exports.default = Phone;