UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.34 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:burger/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 Burger = /*#__PURE__*/ React.forwardRef(function Burger({ 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: "M9,9c0,0.552-0.448,1-1,1S7,9.552,7,9s0.448-1,1-1 S9,8.448,9,9z M12,5c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S12.552,5,12,5z M18,3c-0.552,0-1,0.448-1,1s0.448,1,1,1 s1-0.448,1-1S18.552,3,18,3z M20,7c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S20.552,7,20,7z M25,9c-0.552,0-1,0.448-1,1 s0.448,1,1,1s1-0.448,1-1S25.552,9,25,9z M15,10c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S15.552,10,15,10z M27,31.36H5 c-2.404,0-4.36-1.956-4.36-4.36v-1c0-0.199,0.161-0.36,0.36-0.36h19.131l-2.28-2.279H2V22.64h16c0.096,0,0.188,0.038,0.255,0.105 L22,26.491l3.745-3.746c0.067-0.067,0.159-0.105,0.255-0.105h4v0.721h-3.851l-2.28,2.279H31c0.199,0,0.36,0.161,0.36,0.36v1 C31.36,29.404,29.404,31.36,27,31.36z M1.36,26.36V27c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64v-0.64h-7.49 l-0.895,0.895c-0.141,0.141-0.369,0.141-0.51,0L20.85,26.36H1.36z M11,21.36c-0.092,0-0.184-0.035-0.254-0.105l-0.858-0.858 L0.999,20.36l0.003-0.721l8.163,0.034L6.851,17.36H2v-0.72h5c0.096,0,0.187,0.038,0.254,0.105L11,20.491l3.746-3.746 c0.067-0.068,0.159-0.105,0.254-0.105h15v0.72H15.149l-2.28,2.279H31v0.721H12.149l-0.895,0.895 C11.184,21.325,11.092,21.36,11,21.36z M31,14.36H1c-0.199,0-0.36-0.161-0.36-0.36C0.64,6.009,6.812,0.64,16,0.64 S31.36,6.009,31.36,14C31.36,14.199,31.199,14.36,31,14.36z M1.364,13.64h29.271C30.452,6.278,24.617,1.36,16,1.36 S1.548,6.278,1.364,13.64z" }), children] }); }); //#endregion export { Burger as default };