UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.27 kB
"use strict"; 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 Indent = (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-.75zM5.25 9.317l.015-.008 4.198 2.684-4.212-2.676z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75 9.323c0-1.196 1.321-1.92 2.329-1.275l4.187 2.677c.931.595.931 1.955 0 2.55L6.08 15.952c-1.008.644-2.329-.08-2.329-1.275V9.323zm1.5-.006V14.683c.001.001.003.004.007.006a.025.025 0 00.008.003l.006-.004 4.187-2.677h.002l.002-.002.001-.001.001-.008a.018.018 0 000-.008h-.002l-.002-.002-.002-.001L5.271 9.31a.044.044 0 00-.006-.002l-.008.002c-.004.002-.006.005-.006.006z", fill: "#323544" })); exports.default = Indent;