UNPKG

@nexusui/branding

Version:

This package contains branding elements for NexusUI applications, including logos for each unique product line. These icons work the same as basic SVG icons in React.

8 lines (5 loc) 3.53 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgWorkncDental = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxs("g", { clipPath: "url(#worknc-dental_svg__a)", children: [jsx("path", { fill: "#fff", d: "M0 16.25C0 7.277 7.277 0 16.25 0h19.5C44.723 0 52 7.277 52 16.25v19.5C52 44.723 44.723 52 35.75 52h-19.5C7.277 52 0 44.723 0 35.75v-19.5Z" }), jsx("path", { fill: "#BCE562", d: "M0 16.25C0 7.277 7.277 0 16.25 0h19.5C44.723 0 52 7.277 52 16.25v19.5C52 44.723 44.723 52 35.75 52h-19.5C7.277 52 0 44.723 0 35.75v-19.5Z" }), jsx("path", { fill: "#0D0D0D", d: "M43.367 11.934v4.63l-11.563 6.679L26 19.89l-5.804 3.352-11.563-6.678v-4.631l3.55-2.052 7.992 4.616L26 11.131l5.825 3.367 7.993-4.616 3.55 2.052Z" }), jsx("path", { fill: "#0D0D0D", d: "M43.367 21.374v4.631l-11.563 6.678L26 29.33l-5.804 3.352-11.563-6.678v-4.631l3.55-2.052 7.992 4.616L26 20.572l5.825 3.366 7.993-4.616 3.55 2.052Z" }), jsx("path", { fill: "#0D0D0D", d: "M43.367 30.809v4.636l-11.563 6.673L26 38.766l-5.804 3.352-11.563-6.673V30.81l3.55-2.047 7.992 4.611L26 30.012l5.825 3.361 7.993-4.61 3.55 2.046Z" }), jsx("path", { fill: "url(#worknc-dental_svg__b)", d: "M43.367 11.934v4.63l-11.563 6.679L26 19.89l-5.804 3.352-11.563-6.678v-4.631l3.55-2.052 7.992 4.616L26 11.131l5.825 3.367 7.993-4.616 3.55 2.052Z", opacity: 0.8 }), jsx("path", { fill: "url(#worknc-dental_svg__c)", d: "m39.818 19.322-7.993 4.616L26 20.572l-5.825 3.366-7.993-4.616-3.55 2.052v4.631l11.564 6.678L26 29.33l5.804 3.352 11.563-6.678v-4.631l-3.55-2.052Z", opacity: 0.8 }), jsx("path", { fill: "url(#worknc-dental_svg__d)", d: "m39.818 28.762-7.993 4.611L26 30.012l-5.825 3.361-7.993-4.61-3.55 2.046v4.636l11.564 6.673L26 38.766l5.804 3.352 11.563-6.673V30.81l-3.55-2.047Z", opacity: 0.8 })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "worknc-dental_svg__b", x1: 11.425, x2: 40.424, y1: 6.682, y2: 22.101, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0.002, stopColor: "#BCE562" }), jsx("stop", { offset: 0.114, stopColor: "#AFD55C", stopOpacity: 0.887 }), jsx("stop", { offset: 0.336, stopColor: "#8CAA4B", stopOpacity: 0.665 }), jsx("stop", { offset: 0.645, stopColor: "#54642F", stopOpacity: 0.355 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "worknc-dental_svg__c", x1: 11.424, x2: 40.424, y1: 16.123, y2: 31.542, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0.002, stopColor: "#BCE562" }), jsx("stop", { offset: 0.114, stopColor: "#AFD55C", stopOpacity: 0.887 }), jsx("stop", { offset: 0.336, stopColor: "#8CAA4B", stopOpacity: 0.665 }), jsx("stop", { offset: 0.645, stopColor: "#54642F", stopOpacity: 0.355 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "worknc-dental_svg__d", x1: 11.424, x2: 40.424, y1: 25.56, y2: 40.98, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0.002, stopColor: "#BCE562" }), jsx("stop", { offset: 0.114, stopColor: "#AFD55C", stopOpacity: 0.887 }), jsx("stop", { offset: 0.336, stopColor: "#8CAA4B", stopOpacity: 0.665 }), jsx("stop", { offset: 0.645, stopColor: "#54642F", stopOpacity: 0.355 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsx("clipPath", { id: "worknc-dental_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] })); const Memo = memo(SvgWorkncDental); export { Memo as default };