UNPKG

@icongo/pp

Version:
33 lines 885 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 PPCalendar = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 4h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm1 4v8h12V8H4Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("circle", { cx: 6.5, cy: 10.5, r: 1.5, fill: "currentColor" }), /*#__PURE__*/_jsx("circle", { cx: 5.5, cy: 4.5, r: 1.5, fill: "currentColor" }), /*#__PURE__*/_jsx("circle", { cx: 14.5, cy: 4.5, r: 1.5, fill: "currentColor" })] })); export { PPCalendar };