@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.27 kB
JavaScript
'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 Camera24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M7.793 4.293A1 1 0 0 1 8.5 4h7a1 1 0 0 1 .707.293L17.914 6H21a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h3.086l1.707-1.707ZM8.914 6 7.207 7.707A1 1 0 0 1 6.5 8H4v10h16V8h-2.5a1 1 0 0 1-.707-.293L15.086 6H8.914ZM7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm2.5 2.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM12 8a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = Camera24;