UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 928 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SendSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.126.363a1.955 1.955 0 0 1 2.506 2.505l-3.85 11.54v.001a1.96 1.96 0 0 1-1.409 1.29 1.94 1.94 0 0 1-1.839-.524L6.58 13.23 4.544 14.28a.75.75 0 0 1-1.094-.686l.089-3.413L.818 7.46a1.94 1.94 0 0 1-.53-1.752A1.96 1.96 0 0 1 1.58 4.215l.004-.001zm-8.088 9.873-.055 2.13 1.359-.703a.75.75 0 0 1 .907.116l2.355 2.344a.44.44 0 0 0 .415.12l.01-.003a.46.46 0 0 0 .329-.302v-.002L14.118 2.67zm7.286-8.024L2.062 5.636a.46.46 0 0 0-.3.35l-.003.017a.43.43 0 0 0 .118.395l2.466 2.465z", clipRule: "evenodd" }))); }); SendSIcon.displayName = 'SendSIcon';