iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 940 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 Bandaids = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184.57 128l27.71-27.72a40 40 0 10-56.56-56.56L128 71.43l-27.72-27.71a40 40 0 10-56.56 56.56L71.43 128l-27.71 27.72a40 40 0 1056.56 56.56L128 184.57l27.72 27.71a40 40 0 1056.56-56.56zM167 55a24 24 0 1134 34l-27.72 27.72-33.97-33.97zm-5.09 73L128 161.94 94.06 128 128 94.06zM55 89a24 24 0 1134-34l27.72 27.72-33.97 33.97zm34 112a24 24 0 11-34-34l27.72-27.72 33.94 33.94zm112 0a24 24 0 01-34 0l-27.72-27.72 33.94-33.94L201 167a24 24 0 010 34zm-85-73a12 12 0 1112 12 12 12 0 01-12-12z" }));
exports.default = Bandaids;