UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 333 B
import React from "react"; export const CountdownStyle3 = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("rect", { width: 10, height: 10, x: 3, y: 3, fill: "currentColor", rx: 1 })));