@theguild/components
Version:
9 lines (8 loc) • 1.01 kB
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
const SvgLinkedin = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 20 20", fill: "currentColor", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M13.3337 6.66675C14.6597 6.66675 15.9315 7.19353 16.8692 8.13121C17.8069 9.0689 18.3337 10.3407 18.3337 11.6667V17.5001H15.0003V11.6667C15.0003 11.2247 14.8247 10.8008 14.5122 10.4882C14.1996 10.1757 13.7757 10.0001 13.3337 10.0001C12.8916 10.0001 12.4677 10.1757 12.1551 10.4882C11.8426 10.8008 11.667 11.2247 11.667 11.6667V17.5001H8.33366V11.6667C8.33366 10.3407 8.86044 9.0689 9.79813 8.13121C10.7358 7.19353 12.0076 6.66675 13.3337 6.66675ZM1.66699 7.50008H5.00033V17.5001H1.66699V7.50008Z" }),
/* @__PURE__ */ jsx("path", { d: "M3.33366 5.00008C4.25413 5.00008 5.00033 4.25389 5.00033 3.33341C5.00033 2.41294 4.25413 1.66675 3.33366 1.66675C2.41318 1.66675 1.66699 2.41294 1.66699 3.33341C1.66699 4.25389 2.41318 5.00008 3.33366 5.00008Z" })
] });
export {
SvgLinkedin as ReactComponent
};