@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 796 B
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const camera_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeWidth: 1.5,
d: "M23 19.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-12a1 1 0 0 1 1-1h4.586a1 1 0 0 0 .707-.293l2.414-2.414a1 1 0 0 1 .707-.293h3.172a1 1 0 0 1 .707.293l2.414 2.414a1 1 0 0 0 .707.293H22a1 1 0 0 1 1 1v12Z"
})), _path2 || (_path2 = React.createElement("path", {
stroke: "#000",
strokeWidth: 1.5,
d: "M15 13a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
})));
export default camera_medium;
//# sourceMappingURL=camera_medium.js.map