iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 904 B
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 ArrowsOutBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220 48v48a12 12 0 01-24 0V77l-35.51 35.52a12 12 0 01-17-17L179 60h-19a12 12 0 010-24h48a12 12 0 0112 12zM95.51 143.51L60 179v-19a12 12 0 00-24 0v48a12 12 0 0012 12h48a12 12 0 000-24H77l35.52-35.51a12 12 0 00-17-17zM208 148a12 12 0 00-12 12v19l-35.51-35.52a12 12 0 00-17 17L179 196h-19a12 12 0 000 24h48a12 12 0 0012-12v-48a12 12 0 00-12-12zM77 60h19a12 12 0 000-24H48a12 12 0 00-12 12v48a12 12 0 0024 0V77l35.51 35.52a12 12 0 0017-17z" }));
exports.default = ArrowsOutBold;