UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 880 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 ArrowsOutCardinalFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M96 136H64v24a8 8 0 01-13.66 5.66l-32-32a8 8 0 010-11.32l32-32A8 8 0 0164 96v24h32a8 8 0 010 16zm0-72h24v32a8 8 0 0016 0V64h24a8 8 0 005.66-13.66l-32-32a8 8 0 00-11.32 0l-32 32A8 8 0 0096 64zm141.66 58.34l-32-32A8 8 0 00192 96v24h-32a8 8 0 000 16h32v24a8 8 0 0013.66 5.66l32-32a8 8 0 000-11.32zM160 192h-24v-32a8 8 0 00-16 0v32H96a8 8 0 00-5.66 13.66l32 32a8 8 0 0011.32 0l32-32A8 8 0 00160 192z" })); exports.default = ArrowsOutCardinalFill;