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.59 kB
import { jsxs, jsx } from 'react/jsx-runtime'; import { memo } from 'react'; const SvgSimufactAdditive = (props) => (jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 52 52", ...props, children: [jsxs("g", { clipPath: "url(#simufact-additive_svg__a)", children: [jsx("path", { fill: "#FF7553", d: "M0 16.25C0 7.275 7.275 0 16.25 0h19.5C44.725 0 52 7.275 52 16.25v19.5C52 44.725 44.725 52 35.75 52h-19.5C7.275 52 0 44.725 0 35.75v-19.5Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.367 11.584-3.459 5.985a3.52 3.52 0 0 1-3.047 1.759h-13.48l-2.413 4.18-.001-.003h-7.864l-4.47-7.744h7.866l2.412-4.178h24.456Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.367 20.037-3.459 5.986a3.52 3.52 0 0 1-3.047 1.758h-8.597l-2.413 4.18-.001-.002h-7.864l-4.47-7.744h7.866l2.412-4.178h19.574Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.353 28.49-3.458 5.986a3.52 3.52 0 0 1-3.047 1.759h-3.752l-2.414 4.18-.002-.003h-7.864l-4.468-7.744h7.864l2.415-4.177h14.726Z" }), jsx("path", { fill: "#0D0D0D", d: "m43.367 11.584-3.459 5.985a3.52 3.52 0 0 1-3.047 1.759h-13.48l-4.47-7.745h24.456Zm-19.572 8.453 4.47 7.745h8.597a3.52 3.52 0 0 0 3.047-1.759l3.459-5.985H23.794Zm4.832 8.454 4.47 7.744h3.752c1.257 0 2.419-.67 3.047-1.76l3.457-5.984H28.627Z" }), jsx("path", { fill: "url(#simufact-additive_svg__b)", d: "m43.376 11.584-3.46 5.985a3.52 3.52 0 0 1-3.047 1.759H23.39l-2.413 4.18-.001-.003H13.11l-4.47-7.744h7.866l2.413-4.178h24.456Zm-19.573 8.453-2.413 4.178h-7.866l4.47 7.744h7.864l.002.002 2.412-4.18h8.597a3.52 3.52 0 0 0 3.048-1.758l3.459-5.985H23.802Zm4.832 8.454-2.414 4.177h-7.864l4.468 7.744h7.864l.001.004 2.415-4.181h3.752c1.257 0 2.418-.67 3.047-1.76l3.457-5.984H28.635Z", opacity: 0.32 }), jsx("path", { fill: "url(#simufact-additive_svg__c)", d: "m43.375 11.584-3.458 5.985a3.52 3.52 0 0 1-3.048 1.759H23.39l-4.47-7.745h24.456Zm-19.572 8.453 4.47 7.745h8.597a3.52 3.52 0 0 0 3.047-1.759l3.459-5.985H23.802Zm4.832 8.454 4.47 7.744h3.752c1.258 0 2.419-.67 3.047-1.76l3.458-5.984H28.636Z", opacity: 0.4 }), jsx("path", { fill: "url(#simufact-additive_svg__d)", d: "m30.69 40.416-.002-.003h-7.864l-4.468-7.744h7.864m-9.73-16.913H8.626l4.47 7.744h7.864l.001.003m.43.712h-7.866l4.47 7.744h7.863l.002.002", opacity: 0.56 })] }), jsxs("defs", { children: [jsxs("linearGradient", { id: "simufact-additive_svg__b", x1: 9.788, x2: 42.132, y1: 13.603, y2: 30.801, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#FF7553" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "simufact-additive_svg__c", x1: 17.093, x2: 48.479, y1: 12.666, y2: 29.354, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#FF7553" }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsxs("linearGradient", { id: "simufact-additive_svg__d", x1: 3.238, x2: 38.233, y1: 19.354, y2: 37.961, gradientUnits: "userSpaceOnUse", children: [jsx("stop", { stopColor: "#FF7553" }), jsx("stop", { offset: 0.16, stopColor: "#CC5F44", stopOpacity: 0.79 }), jsx("stop", { offset: 0.39, stopColor: "#894231", stopOpacity: 0.51 }), jsx("stop", { offset: 0.6, stopColor: "#532B21", stopOpacity: 0.29 }), jsx("stop", { offset: 0.78, stopColor: "#2D1A16", stopOpacity: 0.13 }), jsx("stop", { offset: 0.92, stopColor: "#15100F", stopOpacity: 0.04 }), jsx("stop", { offset: 1, stopColor: "#0D0D0D", stopOpacity: 0 })] }), jsx("clipPath", { id: "simufact-additive_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h52v52H0z" }) })] })] })); const Memo = memo(SvgSimufactAdditive); export { Memo as default };