UNPKG

@brizy/ui-icons

Version:
11 lines (10 loc) 625 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Clock = void 0; const react_1 = __importDefault(require("react")); exports.Clock = () => (react_1.default.createElement("svg", { viewBox: "0 0 16 16", width: "1em", height: "1em" }, react_1.default.createElement("g", { fill: "currentColor" }, react_1.default.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" }))));