UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 729 B
var _path; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; const progress = props => _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: _path || (_path = _jsx("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 1.5, d: "M1 8a7 7 0 1 0 7-7m1.91 4.136-3.82 5.728m0-4.615h.347m3.126 3.514h.346M6.516 6.249c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm3.472 3.514c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" })) }); export default progress; //# sourceMappingURL=progress.js.map