UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 405 B
import React from "react"; export const CountdownStyle1 = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("path", { fill: "currentColor", d: "M4 2h8a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm0 10h8a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2Z" })));