UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 2.55 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-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const Trumpet = /*#__PURE__*/React.forwardRef(function Trumpet({ children, ...rest }, ref) { return /*#__PURE__*/React.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.createElement("path", { d: "M18.36,24h-0.72v-1.64h-2.28V24h-0.72v-1.64h-2.28V24\th-0.72v-1.64H11c-2.404,0-4.36-1.956-4.36-4.36c0-0.564,0.109-1.122,0.319-1.64H3.312c-0.158,0.576-0.686,1-1.312,1\tc-0.75,0-1.36-0.61-1.36-1.36v-2c0-0.75,0.61-1.36,1.36-1.36c0.625,0,1.153,0.424,1.312,1h8.329v-1.28H11v-0.72h2v0.72h-0.64v1.28\th2.28v-1.28H14v-0.72h2v0.72h-0.64v1.28h2.28v-1.28H17v-0.72h2v0.72h-0.64v1.28H24c1.646,0,3.37-0.956,4.191-2.325l1.5-2.5\tC29.757,8.707,29.874,8.64,30,8.64h1c0.199,0,0.36,0.161,0.36,0.36v12c0,0.199-0.161,0.36-0.36,0.36h-1\tc-0.126,0-0.243-0.066-0.309-0.175l-1.5-2.5C27.37,17.316,25.646,16.36,24,16.36h-0.96c0.206,0.507,0.32,1.06,0.32,1.64\tc0,2.404-1.956,4.36-4.36,4.36h-0.64V24z M18.36,21.64H19c2.007,0,3.64-1.633,3.64-3.64s-1.633-3.64-3.64-3.64H3.36v1.28H19\tc1.302,0,2.36,1.059,2.36,2.36c0,1.302-1.059,2.36-2.36,2.36h-0.64V21.64z M15.36,21.64h2.28v-1.28h-2.28V21.64z M12.36,21.64h2.28\tv-1.28h-2.28V21.64z M7.75,16.36C7.494,16.866,7.36,17.429,7.36,18c0,2.007,1.633,3.64,3.64,3.64h0.64v-1.28H11\tc-1.301,0-2.36-1.059-2.36-2.36c0-0.637,0.253-1.215,0.665-1.64H7.75z M30.204,20.64h0.436V9.36h-0.436l-1.396,2.325\tc-0.96,1.6-2.892,2.675-4.809,2.675h-2.603c0.506,0.334,0.938,0.771,1.268,1.28H24c1.917,0,3.849,1.075,4.809,2.674L30.204,20.64z M18.36,19.64H19c0.904,0,1.64-0.735,1.64-1.64s-0.735-1.64-1.64-1.64h-0.64V19.64z M15.36,19.64h2.28v-3.28h-2.28V19.64z M12.36,19.64h2.28v-3.28h-2.28V19.64z M11,16.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64h0.64v-3.28\tC11.64,16.36,11,16.36,11,16.36z M2,13.36c-0.353,0-0.64,0.287-0.64,0.64v2c0,0.353,0.287,0.64,0.64,0.64S2.64,16.353,2.64,16v-2\tC2.64,13.647,2.353,13.36,2,13.36z" })), children); }); module.exports = Trumpet;