UNPKG

@icongo/pp

Version:
34 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPCalendarPrint = 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: 14, height: 12, x: 5, y: 6, fill: "currentColor", opacity: 0.8, rx: 1 }), /*#__PURE__*/_jsx("path", { fill: "#000", fillRule: "evenodd", d: "M16.5 4.5h-13A.5.5 0 0 0 3 5v11a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5ZM4 15.5v-10h12v10H4Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "#000", fillRule: "evenodd", d: "M16.5 4.5h-13A.5.5 0 0 0 3 5v3a.5.5 0 0 0 .5.5h13A.5.5 0 0 0 17 8V5a.5.5 0 0 0-.5-.5ZM4 7.5v-2h12v2H4Z", clipRule: "evenodd" }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M5.5 5.5h1A.5.5 0 0 0 7 5V4a.5.5 0 0 0-.5-.5h-1A.5.5 0 0 0 5 4v1a.5.5 0 0 0 .5.5Zm8 0h1A.5.5 0 0 0 15 5V4a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5Zm-7.5 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z" })] })); export { PPCalendarPrint };