iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.16 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 ResizeVertical = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.613 5.283a.541.541 0 0 1-.766 0L10.44 2.877v14.011l2.406-2.406a.541.541 0 1 1 .766.767l-3.277 3.278c-.019.026-.03.056-.053.08-.02.02-.051.013-.074.03a.52.52 0 0 1-.287.119c-.01 0-.018.007-.028.007l-.008.002-.008-.002c-.007 0-.013-.004-.02-.004a.547.547 0 0 1-.342-.142c-.008-.007-.02-.004-.026-.011-.023-.023-.034-.052-.052-.077l-3.28-3.28a.542.542 0 0 1 .767-.767l2.406 2.406V2.877L6.925 5.283a.541.541 0 1 1-.766-.767l3.28-3.28c.017-.026.028-.055.05-.078.008-.008.02-.005.03-.011a.546.546 0 0 1 .338-.141c.008 0 .014-.004.021-.004L9.886 1l.008.002c.01 0 .018.007.03.007.109.008.203.053.284.118.023.017.054.01.075.03.023.024.034.054.052.08l3.278 3.279a.542.542 0 0 1 0 .767z", fill: "#000", fillRule: "evenodd" }));
exports.default = ResizeVertical;