@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 983 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PhoneDownIcon(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 down icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M9.5 13.002a.5.5 0 0 1 .5.5V20.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V14C2 7.383 7.383 2 14 2h6.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-6.998a.5.5 0 0 1-.5-.5V8.092c-2.584.437-4.52 2.367-4.924 4.91H9.5ZM4 14v5.002L8 19v-4H6v-1c0-4.488 3.433-7.928 7.984-8C14.252 5.996 15 6 15 6v2h4V4h-5C8.485 4 4 8.486 4 14Zm17.5 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h4.086l-5.94-5.94a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0l5.94 5.94V14.5a.5.5 0 0 1 .5-.5h1Z", clipRule: "evenodd" }) });
}
exports.default = PhoneDownIcon;