@theguild/components
Version:
6 lines (5 loc) • 1.93 kB
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgAccountBox = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3.90002 5.69552C3.90002 4.70372 4.70372 3.90002 5.69552 3.90002H18.3045C19.2963 3.90002 20.1 4.70372 20.1 5.69552V18.3045C20.1 18.7807 19.9109 19.2374 19.5741 19.5741C19.2374 19.9109 18.7807 20.1 18.3045 20.1H5.69552C5.21933 20.1 4.76264 19.9109 4.42591 19.5741C4.08919 19.2374 3.90002 18.7807 3.90002 18.3045V5.69552ZM5.70002 5.70002V18.3H18.3V5.70002H5.70002ZM8.37482 17.562C7.82131 17.3223 7.29335 17.0274 6.79892 16.6818C7.36976 15.7971 8.15339 15.0698 9.07808 14.5663C10.0028 14.0629 11.039 13.7994 12.0918 13.8C14.2518 13.8 16.1571 14.8863 17.292 16.5423C16.8071 16.9011 16.2872 17.2101 15.7404 17.4648C15.3236 16.887 14.7754 16.4166 14.141 16.0924C13.5067 15.7681 12.8043 15.5994 12.0918 15.6C10.5483 15.6 9.18482 16.3776 8.37482 17.562ZM12 12.9C11.5864 12.9 11.1767 12.8185 10.7946 12.6602C10.4124 12.5019 10.0651 12.2699 9.77264 11.9774C9.48013 11.6849 9.24811 11.3377 9.0898 10.9555C8.9315 10.5733 8.85002 10.1637 8.85002 9.75002C8.85002 9.33636 8.9315 8.92675 9.0898 8.54457C9.24811 8.1624 9.48013 7.81514 9.77264 7.52264C10.0651 7.23013 10.4124 6.99811 10.7946 6.8398C11.1767 6.6815 11.5864 6.60002 12 6.60002C12.8355 6.60002 13.6367 6.9319 14.2274 7.52264C14.8182 8.11338 15.15 8.91459 15.15 9.75002C15.15 10.5855 14.8182 11.3867 14.2274 11.9774C13.6367 12.5682 12.8355 12.9 12 12.9ZM12 11.1C12.3581 11.1 12.7014 10.9578 12.9546 10.7046C13.2078 10.4514 13.35 10.1081 13.35 9.75002C13.35 9.39198 13.2078 9.0486 12.9546 8.79543C12.7014 8.54226 12.3581 8.40002 12 8.40002C11.642 8.40002 11.2986 8.54226 11.0454 8.79543C10.7923 9.0486 10.65 9.39198 10.65 9.75002C10.65 10.1081 10.7923 10.4514 11.0454 10.7046C11.2986 10.9578 11.642 11.1 12 11.1Z" }) });
export {
SvgAccountBox as ReactComponent
};