UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 819 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 BeltDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M8 88h96v80H8zm176 0v80h64V88z", opacity: ".2" }), React.createElement("path", { d: "M248 160h-56V96h56a8 8 0 000-16h-58.16A16 16 0 00176 72h-64a16 16 0 00-13.84 8H64a8 8 0 00-16 0H8a8 8 0 000 16h40v64H8a8 8 0 000 16h40a8 8 0 0016 0h34.16a16 16 0 0013.84 8h64a16 16 0 0013.84-8H248a8 8 0 000-16zM64 96h32v64H64zm48 72V88h64v32h-32a8 8 0 000 16h32v32z" })); exports.default = BeltDuotone;