UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 940 B
"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 DirectionSign = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-direction-sign", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3.32 12.774l7.906 7.905c.427.428 1.12.428 1.548 0l7.905-7.905a1.095 1.095 0 000-1.548l-7.905-7.905a1.095 1.095 0 00-1.548 0l-7.905 7.905a1.095 1.095 0 000 1.548zM8 12h7.5" }), React.createElement("path", { d: "M12 8.5l3.5 3.5-3.5 3.5" })); exports.default = DirectionSign;