@brizy/ui-icons
Version:
5 lines (4 loc) • 336 B
JavaScript
import React from "react";
export const Clock = () => (React.createElement("svg", { viewBox: "0 0 16 16", width: "1em", height: "1em" },
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { fill: "currentColor", d: "M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M12,9H7V4h2v3h3V9z" }))));