UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

20 lines 539 B
var _path; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; const add_circled = 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", strokeMiterlimit: 10, strokeWidth: 1.5, d: "M8 11.111V4.89M11.111 8H4.89M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" })) }); export default add_circled; //# sourceMappingURL=add_circled.js.map