UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

40 lines (39 loc) • 4.13 kB
"use strict"; exports.__esModule = true; exports.default = void 0; var _react = _interopRequireWildcard(require("react")); var _accessibleIcon = require("../accessible-icon"); var _styles = require("../styles"); var _jsxRuntime = require("react/jsx-runtime"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const StyledTicketAirlineSolid = ({ label, color = "#000000", className = "", css = {}, viewBox = "0 0 24 24" }, ref) => { return /*#__PURE__*/(0, _jsxRuntime.jsx)(_accessibleIcon.AccessibleIcon, { label: label, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledSvg, { className: className, css: css, viewBox: viewBox, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: ref, children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.StyledPath, { css: { fill: `${color}` }, d: "M21.6 4.99951C22.9238 4.99951 24 6.07389 24 7.39951V9.79951C22.6763 9.79951 21.6 10.8758 21.6 12.1995C21.6 13.5233 22.6763 14.5995 24 14.5995V16.9995C24 18.3233 22.9238 19.3995 21.6 19.3995H2.4C1.07438 19.3995 0 18.3233 0 16.9995V7.39951C0 6.07389 1.07438 4.99951 2.4 4.99951H21.6ZM16.2 7.99951C16.53 7.99951 16.8 7.72951 16.8 7.39951C16.8 7.06951 16.53 6.79951 16.2 6.79951C15.87 6.79951 15.6 7.06951 15.6 7.39951C15.6 7.72951 15.87 7.99951 16.2 7.99951ZM16.2 10.3995C16.53 10.3995 16.8 10.1295 16.8 9.79951C16.8 9.46951 16.53 9.19951 16.2 9.19951C15.87 9.19951 15.6 9.46951 15.6 9.79951C15.6 10.1295 15.87 10.3995 16.2 10.3995ZM16.2 11.5995C15.87 11.5995 15.6 11.8695 15.6 12.1995C15.6 12.5295 15.87 12.7995 16.2 12.7995C16.53 12.7995 16.8 12.5295 16.8 12.1995C16.8 11.8695 16.53 11.5995 16.2 11.5995ZM16.2 15.1995C16.53 15.1995 16.8 14.9295 16.8 14.5995C16.8 14.2695 16.53 13.9995 16.2 13.9995C15.87 13.9995 15.6 14.2695 15.6 14.5995C15.6 14.9295 15.87 15.1995 16.2 15.1995ZM16.2 16.3995C15.87 16.3995 15.6 16.6695 15.6 16.9995C15.6 17.3295 15.87 17.5995 16.2 17.5995C16.53 17.5995 16.8 17.3295 16.8 16.9995C16.8 16.6695 16.53 16.3995 16.2 16.3995ZM4.5 10.9995L3.78 10.0395C3.66675 9.88951 3.489 9.79951 3.3 9.79951H2.78438C2.589 9.79951 2.44575 9.98326 2.493 10.1708L2.96362 12.0533C2.98763 12.1508 2.98763 12.2483 2.96362 12.3458L2.493 14.2283C2.44575 14.4158 2.589 14.5995 2.78438 14.5995H3.3C3.489 14.5995 3.66675 14.5095 3.78 14.3595L4.5 13.3995H6.6L5.53125 16.6058C5.4675 16.797 5.61 16.9995 5.81625 16.9995H6.9825C7.305 16.9995 7.5975 16.8308 7.75875 16.5533L9.6 13.3995H11.3588C11.9288 13.3995 12.54 13.1595 12.9638 12.7358C13.26 12.4395 13.26 11.9595 12.9638 11.6633C12.54 11.2395 11.9288 10.9658 11.3588 10.9658H9.6L7.75875 7.84576C7.5975 7.56826 7.305 7.36576 6.9825 7.36576H5.81625C5.61 7.36576 5.4675 7.59826 5.53125 7.79326L6.6 10.9658L4.5 10.9995Z" }) }) }); }; const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledTicketAirlineSolid); const TicketAirlineSolid = /*#__PURE__*/(0, _react.memo)(ForwardRef); var _default = TicketAirlineSolid; exports.default = _default; module.exports = exports.default;