UNPKG

@icongo/pp

Version:
33 lines 802 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPList = 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: 6, r: 1.5, fill: "currentColor" }), /*#__PURE__*/_jsx("circle", { cx: 5, cy: 10, r: 1.5, fill: "currentColor" }), /*#__PURE__*/_jsx("circle", { cx: 5, cy: 14, r: 1.5, fill: "currentColor" }), /*#__PURE__*/_jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M8.5 6h7m-7 4h7m-7 4h7" })] })); export { PPList };