iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 610 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 Capsule = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-capsule", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M1.828 8.9L8.9 1.827a4 4 0 115.657 5.657l-7.07 7.071A4 4 0 111.827 8.9zm9.128.771l2.893-2.893a3 3 0 10-4.243-4.242L6.713 5.429z" }));
exports.default = Capsule;