iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.22 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 InputCursorText = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-input-cursor-text", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M5 2a.5.5 0 01.5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.17 4.17 0 0110.5 1.5a.5.5 0 010 1c-.638 0-1.177.213-1.564.434a3.5 3.5 0 00-.436.294V7.5H9a.5.5 0 010 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 010 1 4.17 4.17 0 01-2.06-.566A5 5 0 018 13.65a5 5 0 01-.44.285 4.17 4.17 0 01-2.06.566.5.5 0 010-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 010-1h.5V3.228a3.5 3.5 0 00-.436-.294A3.17 3.17 0 005.5 2.5.5.5 0 015 2" }),
React.createElement("path", { d: "M10 5h4a1 1 0 011 1v4a1 1 0 01-1 1h-4v1h4a2 2 0 002-2V6a2 2 0 00-2-2h-4zM6 5V4H2a2 2 0 00-2 2v4a2 2 0 002 2h4v-1H2a1 1 0 01-1-1V6a1 1 0 011-1z" }));
exports.default = InputCursorText;