@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.89 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CameraScanMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CameraScanMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a.75.75 0 0 1 .75-.75h3.214a2.04 2.04 0 0 1 2.036 2.035V7.5a.75.75 0 0 1-1.5 0V4.287a.537.537 0 0 0-.537-.537H16.5a.75.75 0 0 1-.75-.75M4.286 2.25H7.5a.75.75 0 1 1 0 1.5H4.287a.54.54 0 0 0-.537.537V7.5a.75.75 0 1 1-1.5 0V4.286A2.04 2.04 0 0 1 4.286 2.25M3 15.75a.75.75 0 0 1 .75.75v3.215a.536.536 0 0 0 .536.535H7.5a.75.75 0 0 1 0 1.5H4.286a2.036 2.036 0 0 1-2.036-2.034V16.5a.75.75 0 0 1 .75-.75m18 0a.75.75 0 0 1 .75.75v3.215a2.04 2.04 0 0 1-2.036 2.035H16.5a.75.75 0 0 1 0-1.5h3.214a.536.536 0 0 0 .536-.536V16.5a.75.75 0 0 1 .75-.75M9.392 6.56A.75.75 0 0 1 10 6.25h4a.75.75 0 0 1 .608.31l1.109 1.536h.783a2.25 2.25 0 0 1 2.25 2.25V14.5a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-4.154a2.25 2.25 0 0 1 2.25-2.25h.783zm.992 1.19-1.11 1.535a.75.75 0 0 1-.607.311H7.5a.75.75 0 0 0-.75.75V14.5c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-4.154a.75.75 0 0 0-.75-.75h-1.167a.75.75 0 0 1-.608-.31L13.617 7.75z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 11.75a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0", clipRule: "evenodd" }))); });
exports.CameraScanMIcon.displayName = 'CameraScanMIcon';