iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 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 DirectionSign = (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-direction-sign", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M10.52 2.614a2.095 2.095 0 012.835-.117l.126.117 7.905 7.905c.777.777.816 2.013.117 2.836l-.117.126-7.905 7.905a2.094 2.094 0 01-2.836.117l-.126-.117-7.907-7.906a2.096 2.096 0 01-.115-2.835l.117-.126 7.905-7.905zm5.969 9.535l.01-.116-.003-.12-.016-.114-.03-.11-.044-.112-.052-.098-.076-.105-.07-.081-3.5-3.5-.095-.083a1 1 0 00-1.226 0l-.094.083-.083.094a1 1 0 000 1.226l.083.094L13.085 11H8l-.117.007a1 1 0 000 1.986L8 13h5.085l-1.792 1.793-.083.094a1 1 0 001.403 1.403l.094-.083 3.5-3.5.097-.112.05-.074.037-.067.05-.112.023-.076.025-.117z" }));
exports.default = DirectionSign;