UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 479 B
import { createIcon } from '../createIcon'; export const TiktokIconConfig = { name: 'TiktokIcon', height: 512, width: 448, svgPath: 'M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z', yOffset: 0, xOffset: 0, }; export const TiktokIcon = createIcon(TiktokIconConfig); export default TiktokIcon;