iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.21 kB
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 Bitwig = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.15 7.782a1.59 1.59 0 113.181 0 1.59 1.59 0 01-3.181 0zm5.741 1.591a1.59 1.59 0 100-3.181 1.59 1.59 0 000 3.181zm4.218 0a1.59 1.59 0 100-3.181 1.59 1.59 0 000 3.181zm4.15 0a1.59 1.59 0 100-3.181 1.59 1.59 0 000 3.181zM5.741 10.409a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm8.368 0a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm4.15 0a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm4.15 3.182a1.59 1.59 0 100-3.181 1.59 1.59 0 000 3.181zM1.591 10.409a1.591 1.591 0 100 3.182 1.591 1.591 0 000-3.182zm4.15 4.218a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm12.518 0a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm4.15 0a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181zm-20.818 0a1.59 1.59 0 100 3.181 1.59 1.59 0 000-3.181m8.3-4.218a1.591 1.591 0 100 3.182 1.591 1.591 0 000-3.182z" }));
exports.default = Bitwig;