UNPKG

@kurone-kito/launchpad-icons-react

Version:

the icons like the VRChat icons for Node.js ecosystem with the React

4 lines 1.18 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const Calendar = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 237.9 236", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Calendar-b{fill:white;}` }) }), _jsx("path", { className: "Calendar-b", d: "M230.9,20.5h-18.3V7c0-3.9-3.1-7-7-7s-7,3.1-7,7v13.5h-24.9V7c0-3.9-3.1-7-7-7s-7,3.1-7,7v13.5h-29.9V7c0-3.9-3.1-7-7-7s-7,3.1-7,7v13.5h-29.4V7c0-3.9-3.1-7-7-7s-7,3.1-7,7v13.5h-26.4V7c0-3.9-3.1-7-7-7s-7,3.1-7,7v13.5H7c-3.9,0-7,3.1-7,7v201.5c0,3.9,3.1,7,7,7h223.9c3.9,0,7-3.1,7-7V27.5c0-3.9-3.1-7-7-7ZM32.1,34.5v12.6c0,3.9,3.1,7,7,7s7-3.1,7-7v-12.6h26.4v12.6c0,3.9,3.1,7,7,7s7-3.1,7-7v-12.6h29.4v12.6c0,3.9,3.1,7,7,7s7-3.1,7-7v-12.6h29.9v12.6c0,3.9,3.1,7,7,7s7-3.1,7-7v-12.6h24.9v12.6c0,3.9,3.1,7,7,7s7-3.1,7-7v-12.6h11.3v34H14v-34h18.1ZM14,222V82.5h209.9v139.5H14Z" }), _jsx("path", { className: "Calendar-b", d: "M165.5,114.2l-54.5,54.5-35.1-35.1c-2.7-2.7-7.2-2.7-9.9,0-2.7,2.7-2.7,7.2,0,9.9l40,40c1.3,1.3,3.1,2,4.9,2s3.6-.7,4.9-2l59.4-59.4c2.7-2.7,2.7-7.2,0-9.9-2.7-2.7-7.2-2.7-9.9,0Z" })] })); export default Calendar; //# sourceMappingURL=Calendar.js.map