UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.18 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoTiktokColor = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M10.3568 18.7229C11.8487 18.7229 13.0833 17.5191 13.1388 16.0405L13.1516 2.85493L15.5428 2.85591L15.5389 2.83628C15.4888 2.5648 15.4613 2.28596 15.4613 2.00024H12.1668L12.1614 15.2045C12.1059 16.6831 10.8889 17.8697 9.39704 17.8697C8.93312 17.8697 8.49669 17.7538 8.1123 17.5515C8.6155 18.2491 9.43287 18.7229 10.3568 18.7229Z", fill: "#25F4EE" }), _jsx("path", { d: "M10.2137 9.89377V9.09456C9.94617 9.05823 9.6742 9.03516 9.39634 9.03516C6.05221 9.03516 3.33203 11.7558 3.33203 15.0995C3.33203 17.151 4.35707 18.9669 5.92113 20.0646C4.91181 18.9812 4.31289 17.5295 4.31289 15.9355C4.31289 12.6395 6.93586 9.97035 10.2137 9.89377Z", fill: "#25F4EE" }), _jsx("path", { d: "M20.0451 6.58346V7.35714C19.0584 7.14556 18.189 6.57609 17.5488 5.84119C18.2675 6.31001 19.1247 6.58346 20.0451 6.58346Z", fill: "#25F4EE" }), _jsx("path", { d: "M17.5485 5.84122C16.8474 5.03562 16.4213 3.98505 16.4213 2.83582H15.5234C15.7556 4.09109 16.5161 5.16817 17.5485 5.84122Z", fill: "#FE2C55" }), _jsx("path", { d: "M9.39632 12.3051C7.86908 12.3051 6.6084 13.5726 6.6084 15.0999C6.6084 16.1632 7.2299 17.0871 8.11159 17.551C7.78316 17.0959 7.58729 16.5387 7.58729 15.9359C7.58729 14.4086 8.8298 13.1661 10.357 13.1661C10.6423 13.1661 10.9157 13.2133 11.1744 13.2943V9.93049C10.9069 9.89417 10.6349 9.87109 10.357 9.87109C10.3271 9.87109 10.2975 9.87205 10.2678 9.873C10.2498 9.87358 10.2318 9.87416 10.2137 9.87453H10.2009L10.1921 12.4214C9.93339 12.3404 9.68154 12.3051 9.39632 12.3051Z", fill: "#FE2C55" }), _jsx("path", { d: "M20.0304 7.31494L20.0456 7.31789C20.3554 7.38416 20.6764 7.42 21.0058 7.42V10.7145C19.2974 10.7145 17.7142 10.1677 16.4221 9.24032V15.936C16.4221 19.2796 13.7019 22.0003 10.3578 22.0003C8.60769 22.0003 7.02988 21.2546 5.92188 20.0651C6.90666 20.7568 8.10499 21.1475 9.39708 21.1475C12.7412 21.1475 15.4422 18.4441 15.4422 15.0999L15.4413 8.36894C16.7339 9.29678 18.321 9.85888 20.0294 9.85888L20.0304 7.31494Z", fill: "#FE2C55" }), _jsx("path", { d: "M15.4599 15.0999V8.4043C16.752 9.33164 18.3352 9.87852 20.0436 9.87852V7.31789C19.0568 7.1068 18.1874 6.57661 17.5473 5.8417C16.5149 5.16866 15.7697 4.09158 15.5375 2.8363H13.1251L13.1197 16.0405C13.0642 17.5192 11.8472 18.7057 10.3553 18.7057C9.43142 18.7057 8.61355 18.2492 8.11036 17.5516C7.22867 17.0877 6.62533 16.1637 6.62533 15.1004C6.62533 13.5732 7.86784 12.3307 9.39509 12.3307C9.68031 12.3307 9.95376 12.3778 10.2125 12.4588V9.87558C6.93461 9.95216 4.29102 12.6404 4.29102 15.9365C4.29102 17.5305 4.91006 18.9821 5.91939 20.0656C6.90417 20.7573 8.1025 21.1647 9.3946 21.1647C12.7387 21.1647 15.4589 18.4441 15.4589 15.1004L15.4599 15.0999Z", fill: "black" })] })); }; IconLogoTiktokColor.iconName = "logo-tiktok--color"; export default IconLogoTiktokColor;