iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 967 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 BandaidsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M178.91 128l30.55-30.54a36 36 0 00-50.92-50.92L128 77.09 97.46 46.54a36 36 0 00-50.92 50.92L77.09 128l-30.55 30.54a36 36 0 0050.92 50.92L128 178.91l30.54 30.55a36 36 0 0050.92-50.92zM164.2 52.2a28 28 0 0139.6 39.6l-30.55 30.54-39.59-39.59zm3.4 75.8L128 167.6 88.4 128 128 88.4zM52.2 91.8a28 28 0 0139.6-39.6l30.54 30.55-39.59 39.59zm39.6 112a28 28 0 01-39.6-39.6l30.55-30.54 39.59 39.59zm112 0a28 28 0 01-39.6 0l-30.54-30.55 39.59-39.59 30.55 30.54a28 28 0 010 39.6zM120 128a8 8 0 118 8 8 8 0 01-8-8z" }));
exports.default = BandaidsThin;