UNPKG

2.12 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Qrcode = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M1.36339052,1.36363636 L1.36339052,7.72727273 L7.72587959,7.72727273 L7.72587959,1.36363636 L1.36339052,1.36363636 Z M9.08927011,10.9090909 L9.08927011,20 L0,20 L0,10.9090909 L9.08927011,10.9090909 Z M7.72587959,12.2727273 L1.36339052,12.2727273 L1.36339052,18.6363636 L7.72587959,18.6363636 L7.72587959,12.2727273 Z M5.99381387,14.146141 L5.99381387,16.8734137 L3.26703283,16.8734137 L3.26703283,14.146141 L5.99381387,14.146141 Z M9.08927011,0 L9.08927011,9.09090909 L0,9.09090909 L0,0 L9.08927011,0 Z M5.99381387,3.23705009 L3.26703283,3.23705009 L3.26703283,5.96432282 L5.99381387,5.96432282 L5.99381387,3.23705009 Z M19.9925664,16.9316101 L19.9925664,19.998886 L15.3832944,19.998886 L15.3832944,18.6352497 L18.6291758,18.6352497 L18.6291758,16.9316101 L19.9925664,16.9316101 Z M13.8426588,18.6333535 L13.8426588,19.9969899 L10.9058526,19.9969899 L10.9058526,18.6333535 L13.8426588,18.6333535 Z M12.2682678,10.9029735 L12.2682678,16.901918 L10.9048773,16.901918 L10.9048773,10.9029735 L12.2682678,10.9029735 Z M15.5384135,14.145591 L15.5384135,15.5075628 L16.9038428,15.5075628 L16.9038428,16.8711992 L14.175023,16.8711992 L14.175023,14.145591 L15.5384135,14.145591 Z M20,13.8508437 L20,15.3797994 L18.6366095,15.3797994 L18.6366095,13.8508437 L20,13.8508437 Z M19.9899867,10.9443803 L19.9899867,12.3080167 L15.3856451,12.3080167 L15.3856451,10.9443803 L19.9899867,10.9443803 Z M19.9963942,0 L19.9963942,9.09090909 L10.9071241,9.09090909 L10.9071241,0 L19.9963942,0 Z M18.6330037,1.36363636 L12.2705146,1.36363636 L12.2705146,7.72727273 L18.6330037,7.72727273 L18.6330037,1.36363636 Z M16.900938,3.23705009 L16.900938,5.96432282 L14.174157,5.96432282 L14.174157,3.23705009 L16.900938,3.23705009 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file