@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const photo = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#photo_svg__a)"
}, React.createElement("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 = React.createElement("defs", null, React.createElement("clipPath", {
id: "photo_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default photo;
//# sourceMappingURL=photo.js.map