@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 672 B
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const information = 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: "M9.914 13.5h-.75a1.5 1.5 0 0 1-1.498-1.499V6.914a.75.75 0 0 0-.75-.75h-.75m.825-3.487h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z"
}))
});
export default information;
//# sourceMappingURL=information.js.map