iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
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 SafeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-safe-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9.778 9.414A2 2 0 116.95 6.586a2 2 0 012.828 2.828" }),
React.createElement("path", { d: "M2.5 0A1.5 1.5 0 001 1.5V3H.5a.5.5 0 000 1H1v3.5H.5a.5.5 0 000 1H1V12H.5a.5.5 0 000 1H1v1.5A1.5 1.5 0 002.5 16h12a1.5 1.5 0 001.5-1.5v-13A1.5 1.5 0 0014.5 0zm3.036 4.464l1.09 1.09a3 3 0 013.476 0l1.09-1.09a.5.5 0 11.707.708l-1.09 1.09c.74 1.037.74 2.44 0 3.476l1.09 1.09a.5.5 0 11-.707.708l-1.09-1.09a3 3 0 01-3.476 0l-1.09 1.09a.5.5 0 11-.708-.708l1.09-1.09a3 3 0 010-3.476l-1.09-1.09a.5.5 0 11.708-.708M14 6.5v3a.5.5 0 01-1 0v-3a.5.5 0 011 0" }));
exports.default = SafeFill;