@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.16 kB
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 GYSiGlyphCamera = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-camera",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(.995 2.98)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 7.958,
cy: 6.958,
r: 2.958,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.666 2.042h-3.713L9.937.031H6L5 2.042H1.333C.597 2.042 0 2.639 0 3.375v7.25c0 .736.597 1.334 1.333 1.334h13.333c.736 0 1.334-.598 1.334-1.334v-7.25c0-.736-.598-1.333-1.334-1.333ZM6.953.969h2.094v1.062H6.953V.969Zm1.049 10.064a4.052 4.052 0 0 1-4.055-4.048 4.052 4.052 0 0 1 4.055-4.048 4.051 4.051 0 0 1 4.055 4.048 4.051 4.051 0 0 1-4.055 4.048ZM14 4.031h-2.047V2.969H14v1.062Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCamera };