UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 888 B
"use strict"; 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 BrandTiktok = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-tiktok", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16.083 2H12a1 1 0 00-1 1v11.5a1.5 1.5 0 11-2.519-1.1l.12-.1A1 1 0 009 12.5V8.174A1 1 0 007.77 7.2 7.5 7.5 0 009.5 22l.243-.005A7.5 7.5 0 0017 14.5v-2.7l.311.153c1.122.53 2.333.868 3.59.993A1 1 0 0022 11.95V7.917a1 1 0 00-.834-.986 5.005 5.005 0 01-4.097-4.096A1 1 0 0016.083 2z" })); exports.default = BrandTiktok;