@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 751 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Lock = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 193.3 252.4", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Lock-b{fill:white;}` }) }), _jsx("path", { className: "Lock-b", d: "M173.5,101.9h-3.4v-27.2C170.2,33.5,136.6,0,95.4,0S20.7,33.5,20.7,74.8v27.2h-.9c-10.9,0-19.7,8.8-19.7,19.7v111c0,10.9,8.8,19.7,19.7,19.7h153.8c10.9,0,19.7-8.8,19.7-19.7v-111c0-10.9-8.8-19.7-19.7-19.7ZM52.7,74.8c0-23.6,19.2-42.8,42.8-42.8s42.8,19.2,42.8,42.8v27.2H52.7v-27.2ZM96.6,195.8c-10.2,0-18.5-8.3-18.5-18.5s8.3-18.5,18.5-18.5,18.5,8.3,18.5,18.5-8.3,18.5-18.5,18.5Z" })] }));
export default Lock;
//# sourceMappingURL=Lock.js.map