UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.54 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PlaneMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.509 2.124c.745-.195 1.87-.265 2.75.616.882.881.812 2.006.617 2.751a5 5 0 0 1-.56 1.308l-.015.024-.005.008-.002.003v.001l-.629-.409.628.41a.8.8 0 0 1-.098.12l-3.702 3.703 2.61 8.217a.75.75 0 0 1-.185.758l-2.147 2.146a.75.75 0 0 1-1.168-.135l-3.86-6.236-1.28 1.28-.29 3.707a.75.75 0 0 1-.218.472l-.805.805a.75.75 0 0 1-1.169-.137l-2.482-4.034-4.001-2.45a.75.75 0 0 1-.139-1.17l.805-.805a.75.75 0 0 1 .466-.217l3.678-.32 1.284-1.284-6.237-3.86A.75.75 0 0 1 2.22 6.23l2.146-2.147a.75.75 0 0 1 .758-.185l8.217 2.61 3.702-3.702a.8.8 0 0 1 .12-.098l.41.628-.41-.628.003-.002.003-.001.008-.005.024-.016.081-.048a4.989 4.989 0 0 1 1.227-.51M18.04 3.93 14.08 7.89a.75.75 0 0 1-.758.185l-8.216-2.61L3.95 6.62l6.236 3.86a.75.75 0 0 1 .136 1.167l-2.147 2.147a.75.75 0 0 1-.465.217l-3.537.308 3.262 1.998a.75.75 0 0 1 .247.246l2.028 3.295.278-3.561a.75.75 0 0 1 .218-.472l2.147-2.147a.75.75 0 0 1 1.168.136l3.86 6.236 1.154-1.155-2.61-8.216a.75.75 0 0 1 .184-.758l3.962-3.961a3.49 3.49 0 0 0 .353-.848c.14-.531.102-.985-.225-1.311m0 0c-.327-.327-.78-.365-1.31-.226a3.5 3.5 0 0 0-.849.354", clipRule: "evenodd" }))); }); PlaneMIcon.displayName = 'PlaneMIcon';