@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.76 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CardScanMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M15.7501 2.99994C15.7501 2.58573 16.0859 2.24994 16.5001 2.24994H19.7138C20.2535 2.25052 20.7717 2.46516 21.1533 2.84677C21.5349 3.22837 21.7495 3.74577 21.7501 4.28544V7.49995C21.7501 7.91417 21.4143 8.24995 21.0001 8.24995C20.5859 8.24995 20.2501 7.91417 20.2501 7.49995V4.28706C20.25 4.14465 20.1933 4.00812 20.0926 3.90743C19.992 3.8068 19.8556 3.75017 19.7133 3.74994H16.5001C16.0859 3.74994 15.7501 3.41415 15.7501 2.99994Z", fill: "currentColor" }),
React.createElement("path", { d: "M4.28631 2.24999L7.50001 2.24999C7.91423 2.24999 8.25001 2.58578 8.25001 2.99999C8.25001 3.4142 7.91423 3.74999 7.50001 3.74999H4.28681C4.14452 3.75022 4.00811 3.80685 3.90749 3.90748C3.80686 4.0081 3.75023 4.14451 3.75 4.2868V7.5C3.75 7.91422 3.41421 8.25 3 8.25C2.58579 8.25 2.25 7.91422 2.25 7.5V4.2863C2.25058 3.74663 2.46522 3.22842 2.84683 2.84682C3.22843 2.46521 3.74664 2.25057 4.28631 2.24999Z", fill: "currentColor" }),
React.createElement("path", { d: "M3.00001 15.75C3.41422 15.75 3.75001 16.0858 3.75001 16.5V19.7146C3.75024 19.8566 3.80681 19.9927 3.90729 20.0931C4.00785 20.1936 4.14418 20.25 4.28632 20.25H7.50002C7.91424 20.25 8.25002 20.5858 8.25002 21C8.25002 21.4142 7.91424 21.75 7.50002 21.75H4.28632C3.74664 21.75 3.22903 21.5358 2.84721 21.1544C2.46539 20.7729 2.25059 20.2556 2.25001 19.7159L2.25001 16.5C2.25001 16.0858 2.5858 15.75 3.00001 15.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M21.0001 15.75C21.4143 15.75 21.7501 16.0858 21.7501 16.5V19.7151C21.7495 20.2548 21.5347 20.7729 21.1529 21.1544C20.7711 21.5358 20.2535 21.75 19.7138 21.75H16.5001C16.0859 21.75 15.7501 21.4142 15.7501 21C15.7501 20.5858 16.0859 20.25 16.5001 20.25H19.7138C19.8559 20.25 19.9923 20.1936 20.0928 20.0931C20.1934 19.9927 20.25 19.8564 20.2501 19.7143V16.5C20.2501 16.0858 20.5859 15.75 21.0001 15.75Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.28571 8C6.94472 8 6.6177 8.12041 6.37658 8.33474C6.13546 8.54906 6 8.83975 6 9.14286V9.85905H18V9.14286C18 8.83975 17.8645 8.54906 17.6234 8.33474C17.3823 8.12041 17.0553 8 16.7143 8H7.28571ZM6 14.8571V10.8114H18V14.8571C18 15.1602 17.8645 15.4509 17.6234 15.6653C17.3823 15.8796 17.0553 16 16.7143 16H7.28571C6.94472 16 6.6177 15.8796 6.37658 15.6653C6.13546 15.4509 6 15.1602 6 14.8571Z", fill: "currentColor" }))); });
CardScanMIcon.displayName = 'CardScanMIcon';