@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 894 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCameraProjector = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-camera-projector",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.997 5.509A3.49 3.49 0 0 0 4.51 2.021a3.492 3.492 0 0 0-3.488 3.488c0 1.086.239 1.905 1.018 2.546l.007 6.154c0 .435.403.734.833.734h5.117V5.509ZM4.5 7C3.675 7 3 6.327 3 5.5 3 4.674 3.675 4 4.5 4 5.326 4 6 4.674 6 5.5S5.326 7 4.5 7Zm11.812-1.968H9.006v5.938h7.306c.366 0 .662-.3.662-.667V5.698a.662.662 0 0 0-.662-.666Zm-.296 2.999h-2.047V6.953h2.047v1.078Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCameraProjector };