iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 857 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 Fonoma = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.706 21.919a4.295 4.295 0 004.293-4.296 4.295 4.295 0 10-4.293 4.296zM4.296 10.672a4.295 4.295 0 004.293-4.295 4.295 4.295 0 10-4.294 4.295zm10.412 0h4.975a4.277 4.277 0 004.293-4.295 4.277 4.277 0 00-4.293-4.296h-4.975a4.277 4.277 0 00-4.294 4.296 4.277 4.277 0 004.294 4.295zM4.295 21.92h4.976a4.277 4.277 0 004.293-4.296 4.277 4.277 0 00-4.293-4.295H4.295a4.277 4.277 0 00-4.293 4.295c.068 2.318 1.976 4.296 4.293 4.296z" }));
exports.default = Fonoma;