@icongo/vv
Version:
Vivid Icons
29 lines • 860 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVCamera = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M6 13h36v22H6z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M24 17a7 7 0 1 1-7 7 7 7 0 0 1 7-7Zm0 4a3 3 0 1 1-3 3 3 3 0 0 1 3-3Zm11.5-4a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5ZM10 13l4-4h6l4 4H10Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVCamera };