iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 886 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 Svg1f506 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#eda454" },
React.createElement("path", { d: "M29 50.5h6V62h-6zM29 2h6v11.5h-6zM50.5 29H62v6H50.5zM2 29h11.5v6H2zM8.686 51.125l8.131-8.131 4.243 4.242-8.132 8.132zM42.94 16.765l8.132-8.132 4.242 4.243-8.131 8.132zM42.992 47.181l4.243-4.242 8.131 8.131-4.242 4.243zM8.632 12.93l4.242-4.243 8.132 8.131-4.243 4.243zM32 17c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15m0 25c-5.5 0-10-4.5-10-10s4.5-10 10-10 10 4.5 10 10-4.5 10-10 10" })));
exports.default = Svg1f506;