@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 821 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const LockWithHole = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 194 251.6", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.LockWithHole-b{fill:white;}` }) }), _jsx("path", { className: "LockWithHole-b", d: "M165,102.3v-32.7c0-37.6-29.9-69-67.5-69.6C59.3-.5,28,30.4,28,68.5v33.9C12.1,104.9,0,118.6,0,135.1v83.4c0,18.3,14.8,33.1,33.1,33.1h127.9c18.3,0,33.1-14.8,33.1-33.1v-83.4c0-16.9-12.7-30.8-29-32.8ZM137,69.1v32.5H56v-33.1c0-22.7,18.7-41.2,41.4-40.6s39.6,19.2,39.6,41.3ZM102,171.7v22.8c0,2.2-1.4,4.2-3.6,4.6s-5.4-1.6-5.4-4.4v-23c-4.4-1.8-7.5-6.1-7.5-11.2s5.2-11.8,11.5-12,12.5,5.2,12.5,12-3.1,9.4-7.5,11.2Z" })] }));
export default LockWithHole;
//# sourceMappingURL=LockWithHole.js.map