iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 885 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 SwipeLeft = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-swipe-left", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M16 7a5 5 0 11-4.9 6.001L6.415 13l1.292 1.293a1 1 0 01.083 1.32l-.083.094a1 1 0 01-1.414 0l-3-3a1 1 0 01-.097-.112l-.071-.11-.054-.114-.035-.105-.025-.118-.007-.058L3 12l.003-.075.017-.126.03-.111.044-.111.052-.098.067-.096.08-.09 3-3a1 1 0 011.414 1.414L6.415 11H11.1A5 5 0 0116 7" }));
exports.default = SwipeLeft;