iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 883 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 Svg1f505 = (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 51.1h6V58h-6zM29 6h6v6.9h-6zM51.1 29H58v6h-6.9zM6 29h6.9v6H6zM11.459 48.235l4.879-4.879L20.58 47.6l-4.879 4.879zM43.42 16.401l4.878-4.879 4.243 4.243-4.88 4.879zM43.354 47.66l4.242-4.243 4.88 4.879-4.243 4.243zM11.522 15.702l4.243-4.243 4.879 4.88-4.243 4.242zM32 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 = Svg1f505;