UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Plane = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M19.996 13.507L14 10.081V4.125c0-.827-.673-1.5-1.5-1.5s-1.5.673-1.5 1.5v5.956l-5.996 3.426a1 1 0 00.77 1.829L11 13.844v4.451l-1.625 1.3a1 1 0 00.996 1.709l2.129-.852 2.129.852a.998.998 0 001.235-.426 1.001 1.001 0 00-.239-1.284L14 18.294v-4.451l5.226 1.493.274.039a1 1 0 00.496-1.868zM12.5 4.375a.5.5 0 110-1 .5.5 0 010 1z", key: "k0" }))); }); exports.Plane.displayName = 'Plane'; exports.PlaneDimensions = { height: 24, width: 24 };