UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 1.92 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. */ const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs"); const require_Icon_js = require("../Icon.js"); let react = require("react"); react = require_rolldown_runtime.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:road/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 Road = /*#__PURE__*/ react.default.forwardRef(function Road({ children, ...rest }, ref) { return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30.36v-0.72c15.241,0,27.64-12.398,27.64-27.64h0.721 C30.36,17.638,17.638,30.36,2,30.36z M2,20.36v-0.72c9.727,0,17.64-7.913,17.64-17.64h0.721C20.36,12.124,12.124,20.36,2,20.36z M2,25.36v-0.72c1.103,0,2.21-0.079,3.293-0.236l0.104,0.713C4.28,25.278,3.137,25.36,2,25.36z M9.441,24.158l-0.228-0.684 c1.271-0.424,2.513-0.967,3.691-1.613l0.347,0.631C12.034,23.16,10.752,23.72,9.441,24.158z M16.703,20.175l-0.453-0.561 c1.043-0.843,2.017-1.785,2.895-2.802l0.545,0.471C18.783,18.332,17.778,19.305,16.703,20.175z M22.118,13.907l-0.619-0.366 c0.684-1.157,1.267-2.38,1.732-3.638l0.676,0.25C23.426,11.451,22.824,12.714,22.118,13.907z M24.996,6.141l-0.709-0.126 C24.521,4.698,24.64,3.348,24.64,2h0.721C25.36,3.39,25.237,4.783,24.996,6.141z" }), children] }); }); //#endregion module.exports = Road;