@brizy/ui-icons
Version:
4 lines (3 loc) • 590 B
JavaScript
import React from "react";
export const Redirect = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { d: "M13.648 6.367l2.263 5.753c.245.622-.03 1.279-.642 1.533L9.61 16l-.856-2.177 3.058-1.269-4.99-2.145-2.143 5.113-2.14-.92 2.6-6.208c.276-.657.887-.91 1.53-.635l6.06 2.606-1.223-3.11 2.141-.888zM5.233 0c2.89 0 5.232 2.396 5.232 5.351 0 .57-.087 1.12-.249 1.636L6.002 5.263c-.838-.36-1.633-.035-1.988.813L2.128 9.659A5.383 5.383 0 010 5.351C0 2.396 2.343 0 5.233 0z", fill: "currentColor", fillRule: "nonzero" })));