UNPKG

@brizy/ui

Version:
5 lines (4 loc) 437 B
import React from "react"; export const Info = () => (React.createElement("svg", { width: "1em", height: "1em", id: "info", fill: "currentColor", viewBox: "0 0 16 16" }, React.createElement("g", null, React.createElement("path", { d: "M8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm.8 12H7.2V7.2h1.6V12zm0-6.4H7.2V4h1.6v1.6z", fill: "currentColor", fillRule: "nonzero", stroke: "none", strokeWidth: "1" }))));