iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 717 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 Escape = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-escape", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.538 1.02a.5.5 0 10-.076.998 6 6 0 11-6.445 6.444.5.5 0 00-.997.076A7 7 0 108.538 1.02" }),
React.createElement("path", { d: "M7.096 7.828a.5.5 0 00.707-.707L2.707 2.025h2.768a.5.5 0 100-1H1.5a.5.5 0 00-.5.5V5.5a.5.5 0 001 0V2.732z" }));
exports.default = Escape;