UNPKG

@semcore/icon

Version:
26 lines 1.66 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Airplane({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Airplane", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m15.967 6.752 4.486-4.487a.906.906 0 0 1 1.282 1.282l-4.486 4.486 2.26 11.302a2.878 2.878 0 0 1 .032.938 2.888 2.888 0 0 1-.822 1.67.193.193 0 0 1-.308-.05L13.403 11.88l-5.127 5.127v4.251c0 .323-.39.485-.619.257l-5.17-5.171a.363.363 0 0 1 .256-.62h4.252l5.126-5.126L2.106 5.589a.193.193 0 0 1-.05-.308 2.888 2.888 0 0 1 2.609-.79l11.302 2.26Zm-14.755.626a2.193 2.193 0 0 1-.57-3.511A4.888 4.888 0 0 1 5.057 2.53L15.31 4.58 19.04.851a2.906 2.906 0 0 1 4.11 4.11l-3.73 3.73 2.051 10.252a4.888 4.888 0 0 1-1.337 4.415 2.193 2.193 0 0 1-3.511-.57l-3.767-7.533-2.579 2.579v3.423c0 2.105-2.545 3.16-4.033 1.67l-5.17-5.17c-1.49-1.489-.435-4.033 1.67-4.033h3.423l2.58-2.58-7.534-3.766Z", shapeRendering: "geometricPrecision" })); } Airplane.displayName = 'Airplane'; export default createBaseComponent(Airplane);