iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 989 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Bootstrap5Square = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.73 14.236c0 1.712-1.598 1.683-1.743 1.683h-3.28v-3.28h3.251c1.742-.058 1.771 1.248 1.771 1.597zm-2.004-2.962c.03 0 1.539.03 1.539-1.48 0-.61-.116-1.423-1.539-1.423h-3.02v2.903h3.02zm8.245-5.255v11.99c0 1.627-1.335 2.991-3.02 2.991H6.05a2.999 2.999 0 01-3.02-3.02V6.02A2.999 2.999 0 016.05 3h11.99c1.597 0 2.932 1.335 2.932 3.02zm-4.413 8.42c0-.871-.232-2.323-1.945-2.7v-.03c.93-.406 1.48-1.132 1.48-2.206 0-.29.088-2.613-3.106-2.613h-5.08v10.452c5.138 0 5.632.029 6.561-.203.552-.174 2.09-.697 2.09-2.7z", fill: "#323544" }));
exports.default = Bootstrap5Square;