@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 890 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const account_percent = 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",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M5 14.971c-2.99-.203-4-1.477-4-3.704C1 9.505 2.56 7.7 4.035 6.6h3.73c.245.183.493.385.735.604m.292 8.17 5.416-5.416M8.933 1l-5.6.933s.934.51.934 1.867H7.3C7.3 2.442 8.933 1 8.933 1Zm5.216 13.505c0 .438-.31.748-.753.748a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Zm-3.746-3.707c0 .438-.31.748-.753.748a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Z"
}))
});
export default account_percent;
//# sourceMappingURL=account_percent.js.map