@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 809 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path, _path2;
import React from 'react';
const camera = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeWidth: 1.5,
d: "M15 12.408a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6.91a1 1 0 0 1 1-1h2.555c.168 0 .33-.066.45-.185L6.54 2.776a.636.636 0 0 1 .45-.186h2.018c.169 0 .33.067.45.186l1.536 1.537a.64.64 0 0 0 .45.186H14a1 1 0 0 1 1 1v6.909Z"
})), _path2 || (_path2 = React.createElement("path", {
stroke: "#000",
strokeWidth: 1.5,
d: "M9.91 8.635a1.91 1.91 0 1 1-3.82 0 1.91 1.91 0 0 1 3.82 0Z"
})));
export default camera;
//# sourceMappingURL=camera.js.map