UNPKG

@icongo/pp

Version:
27 lines 626 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 PPCloudFilled = 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("rect", { width: 16, height: 8, x: 2, y: 6, fill: "currentColor", rx: 4 }), /*#__PURE__*/_jsx("rect", { width: 9, height: 8, x: 6, y: 3, fill: "currentColor", rx: 4 })] })); export { PPCloudFilled };