UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 926 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 ArrowsInCardinalBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M87.51 72.49a12 12 0 0117-17L116 67V24a12 12 0 0124 0v43l11.51-11.52a12 12 0 0117 17l-32 32a12 12 0 01-17 0zm49 79a12 12 0 00-17 0l-32 32a12 12 0 0017 17L116 189v43a12 12 0 0024 0v-43l11.51 11.52a12 12 0 0017-17zM232 116h-43l11.52-11.51a12 12 0 00-17-17l-32 32a12 12 0 000 17l32 32a12 12 0 0017-17L189 140h43a12 12 0 000-24zm-127.51 3.51l-32-32a12 12 0 00-17 17L67 116H24a12 12 0 000 24h43l-11.49 11.51a12 12 0 0017 17l32-32a12 12 0 00-.02-17z" })); exports.default = ArrowsInCardinalBold;