UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.74 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:drone/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 Drone = /*#__PURE__*/ React.forwardRef(function Drone({ 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: "M27.0576,22.3604h-.1152c-.7178,0-1.3027-.585-1.3027-1.3027v-3.6973h-3.7119c-.4277.6045-1.1328,1-1.9277,1h-8c-.7954,0-1.5-.3955-1.9277-1h-3.7124v3.6973c0,.7178-.5845,1.3027-1.3027,1.3027h-.1143c-.7183,0-1.3027-.585-1.3027-1.3027v-6.1147c0-.6143.4272-1.1304,1-1.2671v-2.3159H1v-.7197h8v.7197h-3.6401v2.3154c.4756.1138.8511.4893.9648.9648h3.7476c.3662-.5181.936-.8823,1.5918-.9761.1636-1.1431,1.1489-2.0239,2.3359-2.0239h4c1.1875,0,2.1729.8809,2.3359,2.0239.6562.0938,1.2256.458,1.5918.9761h3.748c.1133-.4761.4883-.8511.9639-.9648v-2.3154h-3.6396v-.7197h8v.7197h-3.6396v2.3154c.5723.1367,1,.6533,1,1.2676v6.1147c0,.7178-.585,1.3027-1.3027,1.3027ZM26.3604,17v4.0576c0,.3213.2607.582.582.582h.1152c.3213,0,.582-.2607.582-.582v-6.1147c0-.3213-.2607-.583-.582-.583h-.1152c-.3213,0-.582.2617-.582.583v2.0571ZM4.9429,14.3599c-.3213,0-.583.2617-.583.583v6.1147c0,.3213.2617.582.583.582h.1143c.3213,0,.583-.2607.583-.582v-6.1147c0-.3213-.2617-.583-.583-.583h-.1143ZM17.6953,17.6396h2.3047c.9043,0,1.6396-.7354,1.6396-1.6396s-.7354-1.6401-1.6396-1.6401h-2.3047c.4111.4253.665,1.0034.665,1.6401s-.2539,1.2148-.665,1.6396ZM16,14.3599c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6396,1.6401,1.6396,1.6396-.7354,1.6396-1.6396-.7354-1.6401-1.6396-1.6401ZM12,14.3599c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6396,1.6401,1.6396h2.3047c-.4116-.4248-.6646-1.0029-.6646-1.6396s.2529-1.2148.6646-1.6401h-2.3047ZM22.2715,16.6401h3.3682v-1.2803h-3.3682c.0576.2036.0889.4185.0889.6401s-.0312.4365-.0889.6401ZM6.3599,16.6401h3.3682c-.0571-.2036-.0879-.4185-.0879-.6401s.0308-.4365.0879-.6401h-3.3682v1.2803ZM16,13.6401h3.6006c-.165-.7319-.8203-1.2803-1.6006-1.2803h-4c-.7808,0-1.4355.5483-1.6001,1.2803h3.6001ZM16,15.5c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5Z" }), children] }); }); //#endregion export { Drone as default };