@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SendSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SendSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1263 0.362636C13.4735 0.236165 13.8497 0.210707 14.211 0.289371C14.5771 0.369066 14.9125 0.552277 15.1775 0.817192C15.4424 1.08211 15.6256 1.41757 15.7053 1.78364C15.7839 2.14496 15.7585 2.52108 15.632 2.86836L11.7828 14.4074C11.7826 14.408 11.7824 14.4086 11.7822 14.4091C11.6772 14.7272 11.4922 15.0131 11.245 15.2392C10.9985 15.4647 10.6983 15.6233 10.3732 15.6998C10.0473 15.7792 9.70632 15.7724 9.38376 15.6803C9.06169 15.5883 8.76905 15.4142 8.53443 15.1753L6.57893 13.2288L4.54441 14.28C4.30882 14.4017 4.02647 14.39 3.80179 14.2491C3.57711 14.1083 3.4435 13.8593 3.45039 13.5942L3.53902 10.1809L0.817708 7.45963C0.590925 7.23313 0.423439 6.95328 0.331336 6.64627C0.24001 6.34185 0.225113 6.01967 0.287896 5.7082C0.351216 5.3687 0.503312 5.05196 0.728788 4.79022C0.956189 4.52625 1.24997 4.32782 1.57976 4.21543L1.58429 4.21389L13.1263 0.362636ZM5.03809 10.2361L4.98281 12.3651L6.34188 11.6629C6.3706 11.6461 6.40067 11.6311 6.43195 11.6181C6.71179 11.5019 7.0341 11.5654 7.24887 11.7792L9.60384 14.1233C9.65679 14.1776 9.72293 14.2172 9.79584 14.238C9.86874 14.2588 9.94582 14.2603 10.0194 14.2421L10.0283 14.24C10.1045 14.2222 10.1749 14.1852 10.2326 14.1324C10.2903 14.0796 10.3335 14.0128 10.358 13.9385L10.3589 13.9356L14.1169 2.6701L5.03809 10.2361ZM12.3241 2.21161L2.06185 5.63585C1.98569 5.66215 1.91785 5.70817 1.86524 5.76924C1.81223 5.83077 1.77662 5.90534 1.7621 5.98525L1.75872 6.00265C1.74416 6.07319 1.74738 6.14625 1.76808 6.21525C1.78877 6.28425 1.82631 6.34701 1.87729 6.39789L4.34255 8.86315L12.3241 2.21161Z", fill: "currentColor" }))); });
exports.SendSIcon.displayName = 'SendSIcon';