@guruhotel/aura-icons
Version:
🎨 Icon library designed by the Guruhotel team for Aura UI
40 lines (39 loc) • 3.75 kB
JavaScript
;
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 StyledPlaneArrivalRegular = ({
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: "M17.0663 16.805L5.1375 13.6362C4.86 13.5612 4.5975 13.43 4.3725 13.25L0.803625 10.415C0.302963 10.0175 0.0106575 9.41371 0.0093 8.77621L0.0016425 5.17209C-0.00043125 4.19484 0.917625 3.47671 1.86563 3.71371L2.92313 3.97809C3.57713 4.14159 4.11375 4.60921 4.365 5.23546L5.1675 7.24621L7.4475 7.85371L6.27 3.93084C5.98125 2.96859 6.70125 2 7.70625 2H9.2475C9.79125 2 10.29 2.29231 10.5563 2.76459L14.4413 9.72871L18.345 10.76C19.2375 10.9662 20.0588 11.45 20.7412 12.0762L21.9338 13.1787C23.1 14.2512 22.6838 16.1862 21.1763 16.685C19.845 17.1237 18.4163 17.165 17.0663 16.805ZM19.5188 13.4C19.0538 12.9725 18.4913 12.6612 17.88 12.4662L13.275 11.27L9.04125 3.79996H8.11125L10.095 10.4225L3.8325 8.75371L2.69213 5.90371C2.6565 5.81371 2.58 5.74771 2.48662 5.72409L1.80263 5.55309L1.80938 8.77246C1.80938 8.86246 1.85138 8.94871 1.92263 9.00871L5.49 11.84C5.52375 11.8662 5.56125 11.885 5.6025 11.8962L17.5275 15.065C18.5438 15.335 19.6125 15.305 20.61 14.975C20.8162 14.9075 20.8725 14.645 20.715 14.4987L19.5188 13.4ZM23.1 19.4C23.5988 19.4 24 19.8012 24 20.3C24 20.7987 23.5988 21.2 23.1 21.2H0.9C0.403125 21.2 0 20.7987 0 20.3C0 19.8012 0.403125 19.4 0.9 19.4H23.1ZM7.2 15.8C7.2 16.4637 6.66375 17 6 17C5.33625 17 4.8 16.4637 4.8 15.8C4.8 15.1362 5.33625 14.6 6 14.6C6.66375 14.6 7.2 15.1362 7.2 15.8ZM8.4 17C8.4 16.3362 8.93625 15.8 9.6 15.8C10.2638 15.8 10.8 16.3362 10.8 17C10.8 17.6637 10.2638 18.2 9.6 18.2C8.93625 18.2 8.4 17.6637 8.4 17ZM5.37 12.7662L5.6025 11.8962L5.37 12.7662Z"
})
})
});
};
const ForwardRef = /*#__PURE__*/(0, _react.forwardRef)(StyledPlaneArrivalRegular);
const PlaneArrivalRegular = /*#__PURE__*/(0, _react.memo)(ForwardRef);
var _default = PlaneArrivalRegular;
exports.default = _default;
module.exports = exports.default;