iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.28 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 Outdent = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.75 4a.75.75 0 01.75-.75h16a.75.75 0 010 1.5h-16A.75.75 0 013.75 4zM12.464 9.334a.75.75 0 01.75-.75H20.5a.75.75 0 110 1.5h-7.286a.75.75 0 01-.75-.75zM13.214 13.916a.75.75 0 100 1.5H20.5a.75.75 0 100-1.5h-7.286zM3.75 20a.75.75 0 01.75-.75h16a.75.75 0 010 1.5h-16a.75.75 0 01-.75-.75zM9.45 9.308l.014.009-4.213 2.675L9.45 9.308z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.636 8.048c1.007-.644 2.328.08 2.328 1.275v5.354c0 1.196-1.321 1.92-2.328 1.275l-4.188-2.677a1.513 1.513 0 010-2.55l4.188-2.677zm.828 1.275v-.006c-.001-.001-.003-.004-.007-.006a.024.024 0 00-.007-.003l-.006.003-4.188 2.678-.004.002v.001L5.25 12l.001.008h.001l.002.002.002.001 4.188 2.678a.037.037 0 00.005.002c.001 0 .005 0 .008-.002a.021.021 0 00.007-.005.039.039 0 000-.007V9.323z", fill: "#323544" }));
exports.default = Outdent;