UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 778 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 BeltThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 164h-60V92h60a4 4 0 000-8h-60.7a12 12 0 00-11.3-8h-64a12 12 0 00-11.3 8H60v-4a4 4 0 00-8 0v4H8a4 4 0 000 8h44v72H8a4 4 0 000 8h44v4a4 4 0 008 0v-4h40.7a12 12 0 0011.3 8h64a12 12 0 0011.3-8H248a4 4 0 000-8zM60 92h40v72H60zm116 80h-64a4 4 0 01-4-4V88a4 4 0 014-4h64a4 4 0 014 4v36h-36a4 4 0 000 8h36v36a4 4 0 01-4 4z" })); exports.default = BeltThin;