@brizy/ui-icons
Version:
5 lines (4 loc) • 932 B
JavaScript
import React from "react";
export const SEO = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M4,13 L1,13 C0.448,13 0,12.552 0,12 L0,12 C0,11.448 0.448,11 1,11 L4,11 L4,13 Z M15,3 L1,3 C0.448,3 0,2.552 0,2 L0,2 C0,1.448 0.448,1 1,1 L15,1 C15.552,1 16,1.448 16,2 L16,2 C16,2.552 15.552,3 15,3 Z M4,8 L1,8 C0.448,8 0,7.552 0,7 L0,7 C0,6.448 0.448,6 1,6 L4,6 L4,8 Z M15.707,13.293 L13.433,11.019 C13.785,10.424 14,9.74 14,9 C14,6.794 12.206,5 10,5 C7.794,5 6,6.794 6,9 C6,11.206 7.794,13 10,13 C10.74,13 11.424,12.785 12.019,12.433 L14.293,14.707 L15.707,13.293 Z M10,11 C8.897,11 8,10.103 8,9 C8,7.897 8.897,7 10,7 C11.103,7 12,7.897 12,9 C12,10.103 11.103,11 10,11 Z", fill: "currentColor", fillRule: "nonzero" }))));