UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.11 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 ArrowAllDirection = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.571 11.948a.748.748 0 000 1.105l2.29 2.29a.75.75 0 101.06-1.06L4.89 13.25h4.313a.75.75 0 000-1.5H4.89l1.032-1.032a.75.75 0 10-1.061-1.06l-2.29 2.289zM12.897 2.761a.748.748 0 00-1.12-.018l-2.292 2.29a.75.75 0 101.061 1.061l1.033-1.032v4.313a.75.75 0 101.5 0V5.064l1.03 1.03a.75.75 0 101.062-1.06l-2.274-2.273zM13.079 15.624a.75.75 0 00-1.5 0v4.316l-1.032-1.033a.75.75 0 10-1.061 1.061l2.312 2.313a.75.75 0 001.061 0l2.312-2.313a.75.75 0 00-1.06-1.06l-1.032 1.031v-4.315zM15.452 11.75a.75.75 0 000 1.5h4.315l-1.032 1.033a.75.75 0 101.06 1.061l2.313-2.312a.75.75 0 00-.013-1.073l-2.3-2.3a.75.75 0 00-1.06 1.06l1.03 1.032h-4.313z", fill: "#323544" })); exports.default = ArrowAllDirection;