@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.64 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var QrCodeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.75 1C1.7835 1 1 1.7835 1 2.75V5.25C1 6.2165 1.7835 7 2.75 7H5.25C6.2165 7 7 6.2165 7 5.25V2.75C7 1.7835 6.2165 1 5.25 1H2.75ZM2.5 2.75C2.5 2.61193 2.61193 2.5 2.75 2.5H5.25C5.38807 2.5 5.5 2.61193 5.5 2.75V5.25C5.5 5.38807 5.38807 5.5 5.25 5.5H2.75C2.61193 5.5 2.5 5.38807 2.5 5.25V2.75Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.75 9C1.7835 9 1 9.7835 1 10.75V13.25C1 14.2165 1.7835 15 2.75 15H5.25C6.2165 15 7 14.2165 7 13.25V10.75C7 9.7835 6.2165 9 5.25 9H2.75ZM2.5 10.75C2.5 10.6119 2.61193 10.5 2.75 10.5H5.25C5.38807 10.5 5.5 10.6119 5.5 10.75V13.25C5.5 13.3881 5.38807 13.5 5.25 13.5H2.75C2.61193 13.5 2.5 13.3881 2.5 13.25V10.75Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 2.75C9 1.7835 9.7835 1 10.75 1H13.25C14.2165 1 15 1.7835 15 2.75V5.25C15 6.2165 14.2165 7 13.25 7H10.75C9.7835 7 9 6.2165 9 5.25V2.75ZM10.75 2.5C10.6119 2.5 10.5 2.61193 10.5 2.75V5.25C10.5 5.38807 10.6119 5.5 10.75 5.5H13.25C13.3881 5.5 13.5 5.38807 13.5 5.25V2.75C13.5 2.61193 13.3881 2.5 13.25 2.5H10.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M9.5 9C9.22386 9 9 9.22386 9 9.5V10.5C9 10.7761 9.22386 11 9.5 11H10.5C10.7761 11 11 10.7761 11 10.5V9.5C11 9.22386 10.7761 9 10.5 9H9.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M11 11.5C11 11.2239 11.2239 11 11.5 11H12.5C12.7761 11 13 11.2239 13 11.5V12.5C13 12.7761 12.7761 13 12.5 13H11.5C11.2239 13 11 12.7761 11 12.5V11.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M13 9.5C13 9.22386 13.2239 9 13.5 9H14.5C14.7761 9 15 9.22386 15 9.5V10.5C15 10.7761 14.7761 11 14.5 11H13.5C13.2239 11 13 10.7761 13 10.5V9.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M13.5 13C13.2239 13 13 13.2239 13 13.5V14.5C13 14.7761 13.2239 15 13.5 15H14.5C14.7761 15 15 14.7761 15 14.5V13.5C15 13.2239 14.7761 13 14.5 13H13.5Z", fill: "currentColor" }),
React.createElement("path", { d: "M9 13.5C9 13.2239 9.22386 13 9.5 13H10.5C10.7761 13 11 13.2239 11 13.5V14.5C11 14.7761 10.7761 15 10.5 15H9.5C9.22386 15 9 14.7761 9 14.5V13.5Z", fill: "currentColor" }))); });
QrCodeSIcon.displayName = 'QrCodeSIcon';