UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

28 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export var QrCode = props => /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: [/*#__PURE__*/_jsx("path", { d: "M2 2h2v2H2V2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M6 0v6H0V0h6ZM5 1H1v4h4V1ZM4 12H2v2h2v-2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M6 10v6H0v-6h6Zm-5 1v4h4v-4H1Zm11-9h2v2h-2V2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M10 0v6h6V0h-6Zm5 1v4h-4V1h4ZM8 1V0h1v2H8v2H7V1h1Zm0 5V4h1v2H8ZM6 8V7h1V6h1v2h1V7h5v1h-4v1H7V8H6Zm0 0v1H2V8H1v1H0V7h3v1h3Zm10 1h-1V7h1v2Zm-1 0h-1v2h2v-1h-1V9Zm-4 0h2v1h-1v1h-1V9Zm2 3v-1h-1v1h-1v1H9v1h3v-2h1Zm0 0h3v1h-2v1h-1v-2Zm-4-1v1h1v-2H7v1h2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M7 12h1v3h4v1H7v-4Zm9 2v2h-3v-1h2v-1h1Z", fillRule: "evenodd" })] })); //# sourceMappingURL=QrCode.js.map