UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

18 lines 657 B
import _extends from "@babel/runtime/helpers/esm/extends"; var _path; import React from 'react'; const ClockSVG = props => React.createElement("svg", _extends({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), _path || (_path = React.createElement("path", { d: "M12 8.25V12L16.687 16.688M22.5 12C22.5 17.799 17.799 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 6.20101 6.20101 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12Z", stroke: "#FBF6EC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); export default ClockSVG; //# sourceMappingURL=Clock.js.map