@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) • 2.36 kB
JavaScript
import { jsxs, jsx } from 'react/jsx-runtime';
import { memo } from 'react';
const SvgRomaxCadFusion = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxs("g", { clipPath: "url(#romax-cad-fusion_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: "#EA9030", 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: "M33.597 12.827v16.778L26.33 33.81V17.022l-8.587 4.956v8.4l-5.616-3.25a3.303 3.303 0 0 1-1.65-2.86v-4.58c0-1.178.629-2.27 1.65-2.86l6.931-4 7.272-4.195 7.267 4.194Z" }), jsx("path", { fill: "#0D0D0D", d: "M41.524 27.732v4.58c0 1.178-.63 2.27-1.65 2.86l-6.937 4.006-7.267 4.19-7.267-4.195V22.389l7.267-4.204v16.788l8.587-4.956v-8.394l5.616 3.25a3.297 3.297 0 0 1 1.65 2.859Z" }), jsx("path", { fill: "url(#romax-cad-fusion_svg__b)", d: "M18.403 39.168V22.384l7.267-4.204v16.788l-7.267 4.2Z", opacity: 0.8 }), jsx("path", { fill: "url(#romax-cad-fusion_svg__c)", d: "m33.597 12.832-15.854 9.151v8.4l-5.616-3.25a3.303 3.303 0 0 1-1.65-2.86v-4.58c0-1.178.629-2.27 1.65-2.859l14.198-8.201 7.272 4.2Z", opacity: 0.8 })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "romax-cad-fusion_svg__b", x1: 16.597, x2: 27.479, y1: 25.781, y2: 31.567, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#EA9030" }), jsx("stop", { offset: 0.142, stopColor: "#D1812C", stopOpacity: 0.858 }), jsx("stop", { offset: 0.446, stopColor: "#905B22", stopOpacity: 0.554 }), jsx("stop", { offset: 0.883, stopColor: "#2A1E12", stopOpacity: 0.117 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "romax-cad-fusion_svg__c", x1: 13.124, x2: 31.137, y1: 14.771, y2: 24.349, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { offset: 0.03, stopColor: "#EA9030" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsx("clipPath", { id: "romax-cad-fusion_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] }));
const Memo = memo(SvgRomaxCadFusion);
export { Memo as default };