UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

38 lines (37 loc) 1.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _g, _defs; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const photo = props => (0, _jsxRuntime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [_g || (_g = (0, _jsxRuntime.jsx)("g", { clipPath: "url(#photo_svg__a)", children: (0, _jsxRuntime.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 = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "photo_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = photo; //# sourceMappingURL=photo.js.map