iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.16 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 Tiktok = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.438 2.017C13.53 2 14.613 2.008 15.696 2c.067 1.275.525 2.575 1.459 3.475.933.925 2.25 1.35 3.533 1.492v3.358c-1.2-.042-2.408-.292-3.5-.808-.475-.217-.917-.492-1.35-.775-.008 2.433.008 4.866-.017 7.291a6.364 6.364 0 01-1.125 3.283c-1.091 1.6-2.983 2.642-4.925 2.675-1.191.067-2.383-.258-3.4-.858-1.683-.992-2.866-2.808-3.041-4.758a15.45 15.45 0 01-.008-1.242c.15-1.583.933-3.1 2.15-4.133 1.383-1.2 3.316-1.775 5.125-1.433.016 1.233-.034 2.466-.034 3.7-.825-.267-1.791-.192-2.516.308a2.894 2.894 0 00-1.134 1.458c-.175.425-.125.892-.116 1.342.2 1.366 1.516 2.516 2.916 2.392.934-.009 1.825-.55 2.309-1.342.158-.275.333-.559.341-.884.084-1.491.05-2.975.059-4.466.008-3.358-.009-6.708.016-10.058z", fill: "#323544" }));
exports.default = Tiktok;