@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 675 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var Camera = createReactComponent("camera", "Camera", [["path", { "d": "M20.52 20.414c.308-.375.48-.884.48-1.414V7c0-.53-.172-1.04-.48-1.414C20.215 5.21 19.799 5 19.365 5h-8.981C8.659 5 8.325 3.269 6.827 3.026 6.563 2.983 6.289 3 6.022 3c-.953 0-1.429 0-1.804.159a2 2 0 0 0-1.059 1.06C3 4.592 3 5.068 3 6.021V19c0 .53.172 1.04.48 1.414.306.375.722.586 1.156.586h14.728c.434 0 .85-.21 1.157-.586M16 3h3", "key": "svg-0" }], ["path", { "d": "M13.5 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8", "key": "svg-1" }]]);
export { Camera as default };
//# sourceMappingURL=Camera.js.map