UNPKG

@carbon/pictograms-react

Version:

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

35 lines (34 loc) 2.3 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:government--02/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 Government_02 = /*#__PURE__*/ React.forwardRef(function Government_02({ 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: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36v-3 c0-0.199,0.161-0.36,0.36-0.36h3.64V25c0-0.199,0.161-0.36,0.36-0.36h0.64v-8.28H5c-0.199,0-0.36-0.161-0.36-0.36v-2.64H1 c-0.153,0-0.289-0.096-0.34-0.241c-0.05-0.144-0.004-0.305,0.115-0.4l15-12c0.132-0.104,0.318-0.104,0.45,0l15,12 c0.12,0.096,0.166,0.256,0.115,0.4c-0.051,0.145-0.187,0.241-0.34,0.241h-3.64V16c0,0.199-0.161,0.36-0.36,0.36h-0.64v8.28H27 c0.199,0,0.36,0.161,0.36,0.36v2.64H31c0.199,0,0.36,0.161,0.36,0.36v3C31.36,31.199,31.199,31.36,31,31.36z M1.36,30.64h29.28 v-2.28H1.36V30.64z M19.36,27.64h7.279v-2.28H19.36V27.64z M13.36,27.64h5.28V25c0-0.199,0.161-0.36,0.36-0.36h0.64v-8.28H19 c-0.199,0-0.36-0.161-0.36-0.36v-2.64h-5.28V16c0,0.199-0.161,0.36-0.36,0.36h-0.64v8.28H13c0.199,0,0.36,0.161,0.36,0.36V27.64z M5.36,27.64h7.28v-2.28H5.36V27.64z M20.36,24.64h5.279v-8.28H20.36V24.64z M6.36,24.64h5.28v-8.28H6.36V24.64z M19.36,15.64h7.279 v-2.28H19.36V15.64z M5.36,15.64h7.28v-2.28H5.36V15.64z M2.026,12.64h27.947L16,1.461L2.026,12.64z M23.36,23h-0.72v-5h0.721 L23.36,23L23.36,23z M9.36,23H8.64v-5h0.72C9.36,18,9.36,23,9.36,23z M16,10.86c-1.577,0-2.86-1.283-2.86-2.86S14.423,5.14,16,5.14 S18.86,6.423,18.86,8S17.577,10.86,16,10.86z M16,5.86c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14S18.14,9.18,18.14,8 S17.18,5.86,16,5.86z" }), children] }); }); //#endregion export { Government_02 as default };