iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.96 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 Skype = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.682 12.08c.032-.451.032-.87.128-1.257.033-.193 0-.322-.096-.515-.741-1.257-.87-2.643-.548-4.028.354-1.58 1.257-2.804 2.74-3.545 1.804-.967 3.64-.967 5.445.032.129.032.258.097.451.032 2.32-.258 4.447.194 6.413 1.515 2.03 1.353 3.32 3.255 3.867 5.671.258 1.032.258 2.127.13 3.19a.64.64 0 00.031.42c.742 1.256.967 2.642.548 4.092-.419 1.58-1.321 2.804-2.771 3.577-1.805.967-3.674.967-5.446-.032-.13-.032-.258-.097-.42-.032a9.1 9.1 0 01-4.253-.451c-1.805-.58-3.32-1.74-4.447-3.255-.87-1.257-1.482-2.546-1.644-3.996-.096-.516-.096-.967-.128-1.418zm9.345 5.93c.548-.033 1.031-.13 1.579-.194a4.806 4.806 0 002.03-.87c1-.806 1.418-1.869 1.257-3.126-.097-.87-.483-1.546-1.225-2.03-.354-.258-.805-.451-1.224-.58-.967-.322-1.966-.548-2.965-.806a4.047 4.047 0 01-1.418-.547c-.515-.323-.644-.87-.354-1.322.193-.322.515-.515.805-.644.548-.226 1.096-.226 1.644-.194.676.033 1.224.355 1.547.967.129.258.257.516.45.741.13.194.258.355.484.452.58.257 1.354-.033 1.547-.645.193-.483.032-.967-.226-1.353-.45-.742-1.095-1.193-1.869-1.45-.74-.258-1.45-.355-2.255-.355-1.032 0-2.03.129-3.03.548C7.774 7.117 7.13 7.859 7 9.05c-.097 1.096.354 1.966 1.224 2.546.548.419 1.193.644 1.87.805.676.194 1.353.355 2.094.484.451.129.967.258 1.353.483.806.483.87 1.547.13 2.127-.355.322-.806.483-1.322.548a4.539 4.539 0 01-1.74-.032c-.645-.194-1.031-.645-1.354-1.193-.128-.354-.322-.644-.547-.967-.258-.418-.677-.483-1.128-.418-.451.096-.774.354-.87.805-.033.355 0 .741.129 1.031.354.967 1.03 1.58 1.9 2.03 1.193.645 2.224.71 3.288.71z", fill: "#323544" }));
exports.default = Skype;