UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 716 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 Belt = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 160h-56V96h56a8 8 0 000-16h-58.17A16 16 0 00176 72h-64a16 16 0 00-13.83 8H64a8 8 0 00-16 0H8a8 8 0 000 16h40v64H8a8 8 0 000 16h40a8 8 0 0016 0h34.17a16 16 0 0013.83 8h64a16 16 0 0013.83-8H248a8 8 0 000-16zM64 96h32v64H64zm48 72V88h64v32h-32a8 8 0 000 16h32v32z" })); exports.default = Belt;