@icongo/ti
Version:
Typicons Icons
14 lines • 935 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIWaves = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M15 19a5.23 5.23 0 0 1-3.707-1.532 3.246 3.246 0 0 0-4.586 0 .999.999 0 1 1-1.414-1.414 5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 .999.999 0 1 1 1.414 1.414A5.227 5.227 0 0 1 15 19zm0-4a5.23 5.23 0 0 1-3.707-1.532 3.246 3.246 0 0 0-4.586 0 .999.999 0 1 1-1.414-1.414 5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 .999.999 0 1 1 1.414 1.414A5.227 5.227 0 0 1 15 15zm0-4a5.23 5.23 0 0 1-3.707-1.532 3.246 3.246 0 0 0-4.586 0 .999.999 0 1 1-1.414-1.414 5.25 5.25 0 0 1 7.414 0 3.248 3.248 0 0 0 4.586 0 .999.999 0 1 1 1.414 1.414A5.227 5.227 0 0 1 15 11z"
})
}));
export { TIWaves };