@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PhoneIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "phone icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M7 1a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H7Zm.5 3a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-14a.5.5 0 0 0-.5-.5h-9ZM11 2.75a.25.25 0 0 1 .25-.25h1.5a.25.25 0 1 1 0 .5h-1.5a.25.25 0 0 1-.25-.25ZM12 20a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z", clipRule: "evenodd" }) });
}
exports.default = PhoneIcon;