@icongo/pp
Version:
Pepicons Icons
28 lines • 659 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 PPDotsX = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 5,
cy: 10,
r: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 10,
r: 2,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 15,
cy: 10,
r: 2,
fill: "currentColor"
})]
}));
export { PPDotsX };