@brizy/ui-icons
Version:
5 lines (4 loc) • 570 B
JavaScript
import React from "react";
export const EnterRounded = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", { fill: "none", fillRule: "nonzero" },
React.createElement("path", { fill: "currentColor", d: "M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8Zm3.357 5a.643.643 0 0 0-.643.643v2.045H7.636V5.87a.364.364 0 0 0-.603-.273l-2.91 2.546a.364.364 0 0 0 0 .546l2.91 2.546a.364.364 0 0 0 .603-.273V9.143h3.637A.727.727 0 0 0 12 8.416V5.643A.643.643 0 0 0 11.357 5Z" }))));