@icongo/sti
Version:
Super Tiny Icons
34 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STITiktok = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "TikTok",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("path", {
id: "prefix__a",
d: "M219 200a117 117 0 1 0 101 115V187a150 150 0 0 0 88 28v-63a88 88 0 0 1-88-88h-64v252a54 54 0 1 1-37-51z",
style: {
mixBlendMode: "multiply"
}
})
}), /*#__PURE__*/_jsx("use", {
x: 18,
y: 15,
fill: "#f05",
href: "#prefix__a"
}), /*#__PURE__*/_jsx("use", {
fill: "#0ee",
href: "#prefix__a"
})]
}));
export { STITiktok };