UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 957 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SendMIcon = 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.662 2.39a2.3 2.3 0 0 1 2.948 2.947l-4.95 14.829v.002A2.3 2.3 0 0 1 15 21.685a2.28 2.28 0 0 1-2.162-.616l-2.625-2.612-2.755 1.422a.75.75 0 0 1-1.094-.686l.116-4.477-3.564-3.56a2.27 2.27 0 0 1-.622-2.06 2.3 2.3 0 0 1 1.52-1.756l.005-.001zM7.972 15.083l-.075 2.882 2.075-1.072a.75.75 0 0 1 .911.114l3.026 3.01a.78.78 0 0 0 .739.21l.009-.002a.8.8 0 0 0 .578-.528l.001-.003L20.191 4.85l.016-.046-12.225 10.27zM19.005 3.856 4.299 8.76h-.002a.8.8 0 0 0-.528.614l-.003.017a.77.77 0 0 0 .21.702l3.473 3.47z", clipRule: "evenodd" }))); }); SendMIcon.displayName = 'SendMIcon';