iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 938 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 BandaidsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M190.23 128l24.88-24.89a44 44 0 10-62.22-62.22L128 65.77l-24.89-24.88a44 44 0 10-62.22 62.22L65.77 128l-24.88 24.89a44 44 0 1062.22 62.22L128 190.23l24.89 24.88a44 44 0 1062.22-62.22zm-20.37-70.14a20 20 0 1128.28 28.28L173.25 111 145 82.75zM156.28 128L128 156.28 99.72 128 128 99.72zM57.86 86.14a20 20 0 1128.28-28.28L111 82.75 82.75 111zm28.28 112a20 20 0 11-28.28-28.28L82.75 145 111 173.25zm112 0a20 20 0 01-28.28 0L145 173.25 173.25 145l24.89 24.89a20 20 0 010 28.28z" }));
exports.default = BandaidsBold;