iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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 SimSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sim-slash", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M11.646.44l.897.896-.707.707-.897-.897A.5.5 0 0010.586 1H3.5a.5.5 0 00-.5.5v9.379l-1 1V1.5A1.5 1.5 0 013.5 0h7.086a1.5 1.5 0 011.06.44M10.5 3q.175 0 .34.039L9.879 4H8.5v1.379L6.879 7H5v1.879l-1 1V4.5A1.5 1.5 0 015.5 3zM12 6.121l-1 1V9H9.121L7.5 10.621V12H6.121l-.961.961q.165.039.34.039h5a1.5 1.5 0 001.5-1.5zM3.5 15a.5.5 0 01-.288-.091l-.71.71c.265.237.615.381.998.381h9a1.5 1.5 0 001.5-1.5V4.121l-1 1V14.5a.5.5 0 01-.5.5zm2-11a.5.5 0 00-.5.5V6h2.5V4zm5.5 6v1.5a.5.5 0 01-.5.5h-2v-2zm3.854-8.146a.5.5 0 00-.708-.708l-13 13a.5.5 0 00.708.708z" }));
exports.default = SimSlash;