iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 934 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 Svg1f3b6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#4d5357" },
React.createElement("path", { d: "M17.6 30.5V13.6s8.2 3.9 3.8 12.6c-.1.3 1.1.6 1.3.3 9-15.4-2.9-14.3-5-24.6h-4.4v23.5c-.8-.3-2.3-.4-3.3-.4-10.7.1-10.7 11 0 11 3.9 0 7.6-2.4 7.6-5.5M53.6 2h-4.4v23.5c-.8-.3-2.3-.4-3.3-.4-10.6 0-10.6 10.9.1 10.9 3.9 0 7.6-2.4 7.6-5.5V13.6s8.2 3.9 3.8 12.6c-.1.3 1.1.6 1.3.3 9-15.3-2.9-14.2-5.1-24.5M26.3 28v23.5c-.8-.3-2.3-.4-3.3-.4-10.7 0-10.7 10.9 0 10.9 3.9 0 7.6-2.4 7.6-5.5V39.6s8.2 3.9 3.8 12.6c-.1.3 1.1.6 1.3.3 9-15.4-2.9-14.3-5-24.6h-4.4z" })));
exports.default = Svg1f3b6;