iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 995 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 BandaidsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M181.74 128l29.13-29.13a38 38 0 10-53.74-53.74L128 74.26 98.87 45.13a38 38 0 10-53.74 53.74L74.26 128l-29.13 29.13a38 38 0 1053.74 53.74L128 181.74l29.13 29.13a38 38 0 1053.74-53.74zm-16.12-74.38a26 26 0 1136.76 36.77l-29.13 29.13-36.76-36.77zm-.85 74.38L128 164.77 91.23 128 128 91.23zM53.62 90.38a26 26 0 1136.76-36.76l29.13 29.13-36.76 36.77zm36.76 112a26 26 0 11-36.76-36.76l29.13-29.13 36.76 36.76zm112 0a26 26 0 01-36.76 0l-29.14-29.13 36.77-36.77 29.13 29.14a26 26 0 010 36.76zM118 128a10 10 0 1110 10 10 10 0 01-10-10z" }));
exports.default = BandaidsLight;