iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.79 kB
JavaScript
;
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 Telephone3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.406 5.021l.643 1.998c.051.158.103.383.071.64a2.096 2.096 0 01-1.344 1.709l-2.693 1.01a2.096 2.096 0 01-2.832-1.963V7.306c0-.607.28-1.206.81-1.574A13.875 13.875 0 0112 3.25c2.95 0 5.688.917 7.941 2.482.53.368.81.967.81 1.574v1.109a2.096 2.096 0 01-2.833 1.962l-2.692-1.01a2.096 2.096 0 01-1.345-1.708c-.03-.257.02-.482.071-.64l.644-1.998a12.49 12.49 0 00-2.596-.271c-.89 0-1.758.093-2.595.271zm-1.447.4a12.39 12.39 0 00-3.043 1.543.41.41 0 00-.165.342v1.109c0 .416.416.704.806.558l2.692-1.01a.596.596 0 00.379-.462.36.36 0 00-.006-.022l-.663-2.057zM15.38 7.48a.374.374 0 00-.006.022.596.596 0 00.379.462l2.692 1.01a.596.596 0 00.805-.558V7.306a.41.41 0 00-.164-.342 12.39 12.39 0 00-3.043-1.542l-.663 2.057zM12.001 12.762a2.75 2.75 0 100 5.5 2.75 2.75 0 000-5.5zm-1.25 2.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.994 10.53a5.25 5.25 0 014.015 0l4.815 1.993a2.25 2.25 0 011.332 1.572l.901 3.898a2.25 2.25 0 01-2.192 2.757H5.138a2.25 2.25 0 01-2.192-2.757l.9-3.897a2.25 2.25 0 011.332-1.573l4.816-1.992zm3.441 1.387a3.75 3.75 0 00-2.867 0l-4.816 1.992a.75.75 0 00-.444.524l-.901 3.898a.75.75 0 00.73.919h13.728a.75.75 0 00.73-.92l-.9-3.897a.75.75 0 00-.444-.524l-4.816-1.992z", fill: "#323544" }));
exports.default = Telephone3;