@carbon/pictograms-react
Version:
React components for pictograms in digital and software products using the Carbon Design System
35 lines (31 loc) • 1.56 kB
JavaScript
/**
* 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.
*/
;
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 Tickets = /*#__PURE__*/React.forwardRef(function Tickets({
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: "M28,23.36H4c-0.199,0-0.36-0.161-0.36-0.36v-4\tc0-0.199,0.161-0.36,0.36-0.36c1.456,0,2.64-1.184,2.64-2.64S5.455,13.36,4,13.36c-0.199,0-0.36-0.161-0.36-0.36V9\tc0-0.199,0.161-0.36,0.36-0.36h24c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36c-1.456,0-2.64,1.185-2.64,2.64\tc0,1.456,1.184,2.64,2.64,2.64c0.199,0,0.36,0.161,0.36,0.36v4C28.36,23.199,28.199,23.36,28,23.36z M21.36,22.64h6.279v-3.299\tc-1.684-0.18-3-1.609-3-3.341c0-1.731,1.316-3.161,3-3.341V9.36H21.36V12h-0.72V9.36H4.36v3.299c1.684,0.18,3,1.61,3,3.341\tc0,1.731-1.316,3.161-3,3.341v3.299h16.28V20h0.721v2.64H21.36z M21.36,18h-0.72v-4h0.721L21.36,18L21.36,18z"
})), children);
});
module.exports = Tickets;