UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.87 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CameraScanSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CameraScanSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 10.48a.75.75 0 0 1 .75.75v1.847a1.673 1.673 0 0 1-1.673 1.673h-1.846a.75.75 0 1 1 0-1.5h1.846a.173.173 0 0 0 .173-.173v-1.846a.75.75 0 0 1 .75-.75M10.48 2a.75.75 0 0 1 .75-.75h1.847a1.673 1.673 0 0 1 1.673 1.673V4.77a.75.75 0 1 1-1.5 0V2.923a.173.173 0 0 0-.173-.173h-1.846a.75.75 0 0 1-.75-.75M2.923 2.75a.173.173 0 0 0-.173.173V4.77a.75.75 0 1 1-1.5 0V2.923A1.673 1.673 0 0 1 2.923 1.25H4.77a.75.75 0 0 1 0 1.5zM2 10.48a.75.75 0 0 1 .75.75v1.847a.173.173 0 0 0 .173.173H4.77a.75.75 0 0 1 0 1.5H2.923a1.673 1.673 0 0 1-1.673-1.673v-1.846a.75.75 0 0 1 .75-.75M5.9 4.05a.75.75 0 0 1 .6-.3h3a.75.75 0 0 1 .6.3l.775 1.033H11a2.25 2.25 0 0 1 2.25 2.25V9.5A2.25 2.25 0 0 1 11 11.75H5A2.25 2.25 0 0 1 2.75 9.5V7.333A2.25 2.25 0 0 1 5 5.083h.125zm.975 1.2L6.1 6.283a.75.75 0 0 1-.6.3H5a.75.75 0 0 0-.75.75V9.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75V7.333a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 1-.6-.3L9.125 5.25z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M8.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0" }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 8.25a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5M6.75 8a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0", clipRule: "evenodd" }))); }); exports.CameraScanSIcon.displayName = 'CameraScanSIcon';