iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 895 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 ExpandArrow1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.782 3.47a.748.748 0 00-.218.584V8a.75.75 0 001.5 0V5.813L11.253 12l-6.189 6.188V16a.75.75 0 00-1.5 0v4c0 .414.336.75.75.75h4a.75.75 0 000-1.5H6.125l6.188-6.188 6.189 6.188h-2.189a.75.75 0 000 1.5h4a.75.75 0 00.75-.75v-4a.75.75 0 00-1.5 0v2.19L13.374 12l6.189-6.189V8a.75.75 0 001.5 0V4.047a.748.748 0 00-.75-.797s.001 0 0 0h-4a.75.75 0 100 1.5h2.19l-6.19 6.19-6.19-6.19h2.191a.75.75 0 000-1.5h-4a.748.748 0 00-.532.22z", fill: "#323544" }));
exports.default = ExpandArrow1;