UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 1.84 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:glass-bottle/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 GlassBottle = /*#__PURE__*/ React.forwardRef(function GlassBottle({ 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: "M19,31.36h-6c-1.301,0-2.36-1.059-2.36-2.36V15 c0-1.803,0.857-2.643,1.547-3.318C12.719,11.16,13.14,10.748,13.14,10l0.473-6.64H13.5c-0.199,0-0.36-0.161-0.36-0.36V2 c0-0.75,0.61-1.36,1.36-1.36h3c0.75,0,1.36,0.61,1.36,1.36v1c0,0.199-0.161,0.36-0.36,0.36h-0.113l0.473,6.614 c0.001,0.773,0.421,1.186,0.954,1.708c0.688,0.675,1.547,1.516,1.547,3.318v14C21.36,30.302,20.302,31.36,19,31.36z M11.36,27.36V29 c0,0.904,0.736,1.64,1.64,1.64h6c0.904,0,1.64-0.735,1.64-1.64v-1.64H11.36z M11.36,26.64h9.28v-9.28h-9.28V26.64z M11.36,16.64 h9.28V15c0-1.5-0.676-2.163-1.33-2.804c-0.575-0.563-1.17-1.146-1.17-2.196l-0.475-6.64h-3.33l-0.477,6.666 c0.001,1.024-0.593,1.607-1.168,2.17C12.037,12.837,11.36,13.5,11.36,15V16.64z M17.36,2.64h0.779V2c0-0.353-0.287-0.64-0.64-0.64 h-3c-0.353,0-0.64,0.287-0.64,0.64v0.64h0.78V2h0.72v0.64h1.28V2h0.72v0.64H17.36z" }), children] }); }); //#endregion export { GlassBottle as default };