iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 871 B
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 TiktokAlt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.857 3H5.143A2.145 2.145 0 003 5.143v13.714C3 20.04 3.961 21 5.143 21h13.714A2.145 2.145 0 0021 18.857V5.143A2.145 2.145 0 0018.857 3zm-1.712 7.853a3.173 3.173 0 01-1.822-.371 3.211 3.211 0 01-1.16-1.066v4.944a3.654 3.654 0 11-3.654-3.654c.076 0 .15.007.225.011v1.801c-.075-.009-.148-.023-.225-.023a1.865 1.865 0 100 3.73c1.03 0 1.94-.811 1.94-1.841l.018-8.398h1.723a3.209 3.209 0 002.957 2.865v2.002", fill: "#323544" }));
exports.default = TiktokAlt;