UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

22 lines (21 loc) 1.35 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var FlightLand = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("defs", { key: "k0" }, React.createElement("path", { d: "M0 0h24v24H0V0z" })), React.createElement("defs", { key: "k1" }, React.createElement("path", { d: "M0 0h24v24H0V0z" })), React.createElement("clipPath", { key: "k2" }, React.createElement("use", { overflow: "visible", xlinkHref: "#a" })), React.createElement("clipPath", { clipPath: "url(#b)", key: "k3" }, React.createElement("use", { overflow: "visible", xlinkHref: "#c" })), React.createElement("path", { d: "M2.5 19h19v2h-19zm7.18-5.73l4.35 1.16 5.31 1.42c.8.21 1.62-.26 1.84-1.06.21-.8-.26-1.62-1.06-1.84l-5.31-1.42-2.76-9.02L10.12 2v8.28L5.15 8.95l-.93-2.32-1.45-.39v5.17l1.6.43 5.31 1.43z", clipPath: "url(#d)", key: "k4" }))); }); FlightLand.displayName = 'FlightLand'; export var FlightLandDimensions = { height: 24, width: 24 };