@icongo/tb
Version:
Tabler Icons
23 lines • 815 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 TBWaveSine = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "prefix__icon prefix__icon-tabler prefix__icon-tabler-wave-sine",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
stroke: "none",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/_jsx("path", {
d: "M21 12h-2c-.894 0-1.662-.857-1.761-2-.296-3.45-.749-6-2.749-6s-2.5 3.582-2.5 8-.5 8-2.5 8-2.452-2.547-2.749-6c-.1-1.147-.867-2-1.763-2h-2"
})]
}));
export { TBWaveSine };