@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.34 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CardScanMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", 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-.75M21 15.75a.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-.75" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.286 8c-.341 0-.668.12-.91.335A1.08 1.08 0 0 0 6 9.143v.716h12v-.716c0-.303-.136-.594-.377-.808A1.37 1.37 0 0 0 16.714 8zM6 14.857v-4.046h12v4.046c0 .303-.136.594-.377.808a1.37 1.37 0 0 1-.909.335H7.286c-.341 0-.668-.12-.91-.335A1.08 1.08 0 0 1 6 14.857", clipRule: "evenodd" }))); });
CardScanMIcon.displayName = 'CardScanMIcon';