UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.22 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const Camera64 = (_a) => { var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M21.606 12.272a1.5 1.5 0 0 1 1.06-.439h18.667a1.5 1.5 0 0 1 1.061.44l4.894 4.893H56a1.5 1.5 0 0 1 1.5 1.5v32a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5v-32a1.5 1.5 0 0 1 1.5-1.5h8.712l4.894-4.894Zm1.682 2.561-4.894 4.894a1.5 1.5 0 0 1-1.06.44H9.5v29h45v-29h-7.833a1.5 1.5 0 0 1-1.061-.44l-4.894-4.894H23.288Zm-4.621 11.833a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Zm5.5 6.667a7.833 7.833 0 1 1 15.666 0 7.833 7.833 0 0 1-15.666 0ZM32 22.5c-5.983 0-10.833 4.85-10.833 10.833 0 5.983 4.85 10.833 10.833 10.833 5.983 0 10.833-4.85 10.833-10.833C42.833 27.35 37.983 22.5 32 22.5Z" }))); }; exports.default = Camera64;