UNPKG

@vimeo/iris

Version:
8 lines (5 loc) 580 B
import { c as __assign } from '../../tslib.es6-7f0e734f.js'; import React__default, { forwardRef } from 'react'; var Camera = forwardRef(function (props, ref) { return (React__default.createElement("svg", __assign({ viewBox: "0 0 20 14", ref: ref }, props), React__default.createElement("path", { d: "M19 1h-1.49a1 1 0 0 0-.72.3L14 4.18V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V9.82l2.8 2.87a1 1 0 0 0 .72.3H19a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm-7 11H2V2h10zm6-1h-.06L14 7l3.89-4H18z", fill: "#1a2e3b", fillRule: "evenodd" }))); }); export { Camera };