iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 739 B
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 PreviousStep2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.914 4.5a.75.75 0 011.5 0v5.338l8.153-5.565c1.494-1.019 3.518.05 3.518 1.859v11.736c0 1.808-2.024 2.878-3.518 1.858l-8.153-5.564V19.5a.75.75 0 11-1.5 0v-15zm1.901 8.12l8.598 5.868a.75.75 0 001.172-.62V6.132a.75.75 0 00-1.172-.62l-8.598 5.869a.75.75 0 000 1.238z", fill: "#323544" }));
exports.default = PreviousStep2;