@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 1.18 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const photo = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#photo_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "m3.545 11.182 2.186-2.686c.314-.386.907-.464 1.326-.175a.93.93 0 0 1 .101.082L7.807 9 9.89 6.44c.314-.386.907-.464 1.326-.175.072.05.136.109.19.175l1.685 2.071M1 11.181h14M4.095 4.247h.346M1.933 15A.933.933 0 0 1 1 14.067V1.933C1 1.418 1.418 1 1.933 1h12.134c.515 0 .933.418.933.933v12.134a.933.933 0 0 1-.933.933H1.933ZM4.521 4.246c0 .184-.16.244-.249.244-.091 0-.251-.06-.251-.244 0-.196.16-.256.251-.256.089 0 .249.06.249.256Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "photo_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default photo;
//# sourceMappingURL=photo.js.map