UNPKG

@carbon/pictograms-react

Version:

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

39 lines (33 loc) 2.39 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-7ff6056a.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var _path; const TokyoGates = /*#__PURE__*/React__default["default"].forwardRef(function TokyoGates({ children, ...rest }, ref) { return /*#__PURE__*/React__default["default"].createElement(Icon_js, _rollupPluginBabelHelpers._extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React__default["default"].createElement("path", { d: "M31.179,2.312l-0.357-0.625L23.904,5.64H8.096L1.179,1.688L0.821,2.312L3.653,3.93\tC3.637,4.006,3.641,4.087,3.678,4.161l2,4C5.739,8.283,5.864,8.36,6,8.36h3.64v1.28H6v0.72h3.64v1.28H6v0.72h3.64v3.28H6\tc-0.146,0-0.277,0.087-0.333,0.222c-0.056,0.134-0.025,0.289,0.078,0.392l1.895,1.895v9.49H4v0.721h4c0.199,0,0.36-0.161,0.36-0.36\tV18c0-0.096-0.038-0.188-0.105-0.255L6.869,16.36h4.771V28c0,0.199,0.161,0.36,0.36,0.36h8c0.199,0,0.36-0.161,0.36-0.36V16.36\th4.771l-1.386,1.385C23.678,17.812,23.64,17.904,23.64,18v10c0,0.199,0.161,0.36,0.36,0.36h4v-0.72h-3.64v-9.49l1.895-1.895\tc0.103-0.103,0.134-0.258,0.078-0.392C26.277,15.728,26.146,15.64,26,15.64h-3.64v-3.28H26v-0.72h-3.64v-1.28H26V9.64h-3.64V8.36H26\tc0.137,0,0.261-0.077,0.322-0.199l2-4c0.037-0.075,0.04-0.155,0.025-0.231L31.179,2.312z M10.36,8.36h5.28v1.28h-5.28\tC10.36,9.64,10.36,8.36,10.36,8.36z M10.36,10.36h5.28v1.28h-5.28C10.36,11.64,10.36,10.36,10.36,10.36z M21.64,15.64H20\tc-0.199,0-0.36,0.161-0.36,0.36v11.64h-7.28V16c0-0.199-0.161-0.36-0.36-0.36h-1.64v-3.28h11.28V15.64z M21.64,11.64h-5.28v-1.28\th5.28V11.64z M21.64,9.64h-5.28V8.36h5.28V9.64z M25.777,7.64H6.223L4.654,4.502l3.25,1.858h16.191l3.25-1.857L25.777,7.64z M4,29.64h24v0.721H4V29.64z" })), children); }); module.exports = TokyoGates;