UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 2.15 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 CaretLeftRight = (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-caret-left-right", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M13 6c0-.89 1.077-1.337 1.707-.707l6 6a1 1 0 010 1.414l-6 6a.95.95 0 01-.082.073l-.009.006-.022.016-.058.042-.016.009-.009.007-.028.014-.043.024-.018.007-.018.01-.034.012-.033.015-.026.007-.02.008-.026.005-.036.012-.029.004-.024.006-.028.003-.031.006-.032.002-.026.003h-.026L14 19l-.033-.002h-.026l-.026-.003-.032-.002-.031-.006-.028-.003-.024-.006-.03-.004-.035-.012-.027-.005-.019-.008-.026-.007-.033-.015-.034-.012-.018-.01-.018-.007-.043-.024-.028-.014-.009-.007-.016-.009-.058-.042-.019-.012-.003-.004-.01-.006a1.006 1.006 0 01-.154-.155l-.006-.009-.016-.022-.042-.058-.009-.016-.007-.009-.014-.028-.024-.043-.007-.018-.01-.018-.012-.034-.015-.033-.007-.026-.008-.02-.005-.026-.012-.036-.004-.029-.006-.024-.003-.028-.006-.031-.002-.032-.003-.026v-.026L13 18V6zM9.293 5.293C9.923 4.663 11 5.109 11 6v12l-.002.033v.026l-.003.026-.002.032-.006.031-.003.028-.006.024-.004.03-.012.035-.005.027-.008.019-.007.026-.015.033-.012.034-.01.018-.007.018-.024.043-.014.028-.007.009-.009.016-.042.058-.012.019-.004.003-.006.01a1.006 1.006 0 01-.155.154l-.009.006-.022.016-.058.042-.016.009-.009.007-.028.014-.043.024-.018.007-.018.01-.034.012-.033.015-.026.007-.02.008-.026.005-.036.012-.029.004-.024.006-.028.003-.031.006-.032.002-.026.003h-.026L10 19l-.033-.002h-.026l-.028-.003-.03-.002-.032-.006-.027-.003-.025-.006-.028-.004-.037-.012-.026-.005-.02-.008-.025-.007-.034-.015-.033-.012-.019-.01-.017-.007-.044-.024-.027-.014-.01-.007-.015-.009-.059-.042-.018-.012-.004-.004-.008-.006a1.006 1.006 0 01-.082-.073l-6-6a1 1 0 010-1.414l6-6z" })); exports.default = CaretLeftRight;