UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

23 lines (22 loc) 894 B
import { jsx as r } from "react/jsx-runtime"; const l = ({ className: C }) => /* @__PURE__ */ r( "svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "currentColor", className: C, children: /* @__PURE__ */ r("g", { children: /* @__PURE__ */ r( "path", { d: "M9.16663 12.5H10.8333V14.1667H9.16663V12.5ZM9.16663 5.83335H10.8333V10.8334H9.16663V5.83335ZM9.99163 1.66669C5.39163 1.66669 1.66663 5.40002 1.66663 10C1.66663 14.6 5.39163 18.3334 9.99163 18.3334C14.6 18.3334 18.3333 14.6 18.3333 10C18.3333 5.40002 14.6 1.66669 9.99163 1.66669ZM9.99996 16.6667C6.31663 16.6667 3.33329 13.6834 3.33329 10C3.33329 6.31669 6.31663 3.33335 9.99996 3.33335C13.6833 3.33335 16.6666 6.31669 16.6666 10C16.6666 13.6834 13.6833 16.6667 9.99996 16.6667Z", fill: "currentColor" } ) }) } ); export { l as Warning, l as default };