@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardScanSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CardScanSIcon = (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.673H11.23a.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 0 1-1.5 0V2.923a.173.173 0 0 0-.173-.173H11.23a.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-.75M4.464 5c-.255 0-.5.09-.682.251a.81.81 0 0 0-.282.606v.537h9v-.537a.81.81 0 0 0-.282-.606A1.03 1.03 0 0 0 11.536 5zM3.5 10.143V7.109h9v3.034a.81.81 0 0 1-.282.606c-.181.16-.427.251-.682.251H4.464c-.255 0-.5-.09-.682-.251a.81.81 0 0 1-.282-.606", clipRule: "evenodd" }))); });
exports.CardScanSIcon.displayName = 'CardScanSIcon';