UNPKG

@semcore/icon

Version:
27 lines 1.44 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootTikTok({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "TikTok", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M16.935 1.051a5.748 5.748 0 0 0 2.576 3.764l.001.001c.921.587 2.02.929 3.198.929V9.87c-2.19 0-4.219-.684-5.875-1.846v8.385c0 4.188-3.487 7.595-7.772 7.595a7.851 7.851 0 0 1-4.455-1.377l-.002-.002C2.603 21.25 1.29 18.977 1.29 16.41c0-4.188 3.487-7.595 7.773-7.595.355 0 .704.029 1.047.074v4.213a3.575 3.575 0 0 0-1.047-.16c-1.958 0-3.55 1.556-3.55 3.468 0 1.332.773 2.49 1.903 3.07a3.59 3.59 0 0 0 1.646.399c1.913 0 3.472-1.486 3.543-3.338L12.612.004h4.223c0 .358.035.707.1 1.047Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" })); } RootTikTok.displayName = 'TikTok'; const TikTok = createBaseComponent(RootTikTok); export { TikTok as default };