UNPKG

@icongo/pp

Version:
41 lines (40 loc) 1.22 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPList = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPList = function PPList(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 5, cy: 6, r: 1.5, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 5, cy: 10, r: 1.5, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 5, cy: 14, r: 1.5, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M8.5 6h7m-7 4h7m-7 4h7" })] })); }; exports.PPList = PPList;