UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

35 lines (34 loc) 2.17 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import Icon from "../Icon.js"; import React from "react"; import { jsx, jsxs } from "react/jsx-runtime"; //#region virtual:spss/index.js /** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ const Spss = /*#__PURE__*/ React.forwardRef(function Spss({ children, ...rest }, ref) { return /* @__PURE__ */ jsxs(Icon, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ jsx("path", { d: "M11.896,30.544L3.585,16l7.452-13.041 C10.792,2.713,10.64,2.374,10.64,2c0-0.75,0.61-1.36,1.36-1.36S13.36,1.25,13.36,2S12.75,3.36,12,3.36 c-0.117,0-0.23-0.015-0.338-0.042L4.415,16l7.689,13.456l4.435-3.548L11.089,16l4.963-9.025C15.798,6.728,15.64,6.382,15.64,6 c0-0.75,0.61-1.36,1.36-1.36S18.36,5.25,18.36,6S17.75,7.36,17,7.36c-0.109,0-0.215-0.013-0.317-0.037L11.911,16l5.199,9.451 l4.423-3.538L18.083,16l2.945-5.049C20.788,10.706,20.64,10.37,20.64,10c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36 s-0.61,1.36-1.36,1.36c-0.121,0-0.238-0.016-0.35-0.045L18.917,16l3.184,5.458l4.433-3.546L25.43,16l0.604-1.045 C25.79,14.709,25.64,14.372,25.64,14c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36 c-0.119,0-0.234-0.015-0.344-0.044L26.262,16l1.205,2.088L11.896,30.544z M27,13.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S27.353,13.36,27,13.36z M22,9.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S22.353,9.36,22,9.36z M17,5.36c-0.353,0-0.64,0.287-0.64,0.64S16.647,6.64,17,6.64S17.64,6.353,17.64,6 S17.353,5.36,17,5.36z M12,1.36c-0.353,0-0.64,0.287-0.64,0.64S11.647,2.64,12,2.64S12.64,2.353,12.64,2S12.353,1.36,12,1.36z" }), children] }); }); //#endregion export { Spss as default };