iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.98 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 CallIncoming = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.547 9.328a1.567 1.567 0 00-.594-.117 1.201 1.201 0 00-.554.101 2.758 2.758 0 00-.43.258 2.174 2.174 0 00-.36.328 6.43 6.43 0 01-.304.329 2.409 2.409 0 01-.29.25.534.534 0 01-.695-.063 32.15 32.15 0 01-.328-.312c-.14-.136-.312-.3-.515-.493A61.672 61.672 0 017.844 9l-.68-.664a25.815 25.815 0 01-1.21-1.266 5.31 5.31 0 01-.391-.484c-.094-.135-.14-.234-.14-.297a.46.46 0 01.1-.312c.074-.094.16-.19.258-.29.1-.098.209-.203.329-.312.12-.11.229-.227.328-.352.099-.125.182-.268.25-.43.067-.16.101-.343.101-.546a1.567 1.567 0 00-.453-1.102 7.606 7.606 0 01-.531-.578 6.487 6.487 0 00-.617-.64 4.206 4.206 0 00-.696-.516A1.46 1.46 0 003.742 1a1.567 1.567 0 00-1.101.453c-.271.271-.508.513-.711.727a4.006 4.006 0 00-.516.664 2.63 2.63 0 00-.312.765C1.034 3.891 1 4.23 1 4.625c0 .552.089 1.125.266 1.719.177.593.417 1.185.719 1.773.302.589.669 1.167 1.101 1.735.432.567.901 1.106 1.406 1.617.506.51 1.042.982 1.61 1.414.568.432 1.148.805 1.742 1.117.594.313 1.19.557 1.79.734a6.157 6.157 0 001.75.266 4.697 4.697 0 001.007-.11c.286-.067.544-.171.773-.312.23-.14.45-.312.664-.515.214-.204.454-.438.72-.704A1.567 1.567 0 0015 12.257a2.009 2.009 0 00-.102-.515 1.674 1.674 0 00-.258-.484 7.24 7.24 0 00-.367-.445 5.383 5.383 0 00-.422-.422 86.76 86.76 0 00-.43-.383 8.277 8.277 0 01-.367-.344 1.516 1.516 0 00-.508-.336zm-.367 4.586c-.214.057-.48.086-.797.086a5.527 5.527 0 01-1.516-.242 8.362 8.362 0 01-1.586-.664 13.205 13.205 0 01-3.047-2.297 17.13 17.13 0 01-1.288-1.461 10.5 10.5 0 01-1.032-1.578 9.12 9.12 0 01-.672-1.61A5.308 5.308 0 012 4.602c.005-.308.037-.57.094-.79.057-.218.143-.414.258-.585.114-.172.255-.339.422-.5.166-.162.356-.35.57-.563A.542.542 0 013.742 2c.063-.005.16.036.29.125.13.089.27.195.421.32.151.125.308.269.47.43.16.161.304.318.429.469.125.15.229.289.312.414.084.125.125.221.125.289a.429.429 0 01-.101.312c-.073.084-.16.18-.258.29-.099.109-.208.213-.328.312-.12.099-.23.216-.328.351a2.266 2.266 0 00-.25.438 1.345 1.345 0 00-.102.54c.005.213.047.413.125.6.078.188.19.355.336.5l3.727 3.727a1.527 1.527 0 001.102.46c.208.006.39-.027.546-.1.156-.073.3-.16.43-.258.13-.1.25-.209.36-.328.108-.12.21-.23.304-.329.094-.098.19-.182.289-.25a.545.545 0 01.312-.101c.073 0 .172.042.297.125.125.083.263.19.414.32.151.13.308.274.47.43.16.156.304.312.429.469.125.156.229.297.312.422.084.125.125.22.125.289a.533.533 0 01-.164.39c-.224.219-.414.41-.57.57a3.163 3.163 0 01-.5.422 1.93 1.93 0 01-.586.266zM15 1.704l-4.64 4.648h3.289v1h-5v-5h1V5.64L14.297 1l.703.703z", fill: "#424242" }));
exports.default = CallIncoming;