@brizy/ui
Version:
React elements in Brizy style
6 lines (5 loc) • 706 B
JavaScript
import React from "react";
export const Enter = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 9 10", fill: "currentColor", version: "1.1" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round" },
React.createElement("g", { transform: "translate(-739.000000, -156.000000)", stroke: "currentColor", strokeWidth: "0.699999988" },
React.createElement("path", { d: "M739,158.074003 L747,158.074003 L747,165 M742,156.074003 L739,158.074003 L742,160.074003", transform: "translate(743.000000, 160.537001) scale(1, -1) translate(-743.000000, -160.537001) " })))));