iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 991 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 Bandage = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bandage", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M20.207 3.793a5.95 5.95 0 01.179 8.228l-.179.186-8 8a5.95 5.95 0 01-8.593-8.228l.179-.186 8-8a5.95 5.95 0 018.414 0zM12 13a1 1 0 00-1 1l.007.127A1 1 0 0013 14.01l-.007-.127A1 1 0 0012 13zm2-2a1 1 0 00-1 1l.007.127A1 1 0 0015 12.01l-.007-.127A1 1 0 0014 11zm-4 0a1 1 0 00-1 1l.007.127A1 1 0 0011 12.01l-.007-.127A1 1 0 0010 11zm2-2a1 1 0 00-1 1l.007.127A1 1 0 0013 10.01l-.007-.127A1 1 0 0012 9z" }));
exports.default = Bandage;