iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 3.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 Dribbble = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.11 11.523a.415.415 0 100-.829.415.415 0 000 .83zM21.79 12.94c-.063-.045-.112-.052-.152.034-.696 1.508-1.87.755-1.753.822.26-.12.945-.668.841-1.426-.063-.463-.46-.668-.882-.595-.736.128-1.008.923-.87 1.626.025.12.068.22.11.318-.831.677-1.162-.606-1.2-.76 0-.007.643-.544.822-1.823.188-1.341-.24-1.585-.677-1.578-.81.014-1.028 1.705-.734 3.115-.025.006-.14.07-.323.077-.133-.417-.699-.782-.847-.642-.37.352.09 1.04.414 1.095-.195 1.199-1.412.902-1.185-.6.396-.736.698-1.83.644-2.492-.02-.234-.192-.547-.583-.532-.753.03-.835 1.722-.746 2.922-.005-.03-.047.146-.355.233-.073-.404-.725-.81-.878-.615-.287.365.21 1.017.446 1.063-.194 1.198-1.412.902-1.185-.6.396-.737.698-1.831.644-2.492-.019-.234-.192-.547-.583-.532-.753.03-.834 1.722-.746 2.922-.005-.03-.047.151-.368.237-.011-.525-.665-.766-.822-.598-.28.298.064.911.382 1.063-.194 1.198-1.412.902-1.185-.6.396-.737.698-1.831.644-2.492-.02-.234-.192-.547-.583-.532-.753.03-.813 1.806-.725 3.007-.248 1.062-1.079 2.388-.97-.268.01-.187.021-.258-.071-.327-.07-.054-.228-.028-.315-.026-.105.004-.131.065-.155.158-.054.24-.063.473-.071.791a1.439 1.439 0 01-.074.42c-.058.203-.384.574-.562.512-.248-.085-.167-.785-.12-1.265.039-.38-.085-.55-.403-.612-.185-.039-.298-.033-.492-.094-.183-.057-.224-.403-.614-.288-.213.063-.076.515-.128.85-.252 1.649-.776 1.694-1.02.893 1.096-2.685.317-3.743-.139-3.743-.475 0-1.018.327-.788 2.42-.112-.032-.146-.05-.268-.05-.692 0-1.164.56-1.164 1.25s.472 1.25 1.164 1.25c.408 0 .695-.186.912-.473.142.203.315.476.63.464.941-.037 1.215-1.967 1.247-2.075.1.016.196.045.289.06.155.024.166.085.162.24-.04 1.314.202 1.773.751 1.773.306 0 .58-.3.767-.516.14.29.364.507.664.516.728.018 1.006-1.14.98-.988-.02.12.237.982.985.985.928.004 1.1-1.016 1.12-1.187.004-.03.003-.034 0 0v.01a.873.873 0 00.446-.212s.236 1.405 1.112 1.389c.91-.017 1.081-.939 1.104-1.118.004-.038.003-.043 0 0v.005c.349-.127.441-.255.441-.255s.188 1.377 1.112 1.389c.824.01 1.129-.833 1.13-1.186.14.002.397-.082.39-.087 0 0 .302 1.204 1.145 1.266.395.029.692-.223.861-.337.398.322 1.721.733 2.557-.684.118-.204-.136-.444-.18-.475zM3.13 13.969c-.403 0-.662-.374-.662-.776 0-.403.237-.777.641-.777.182 0 .283.02.424.144.026.1.099.334.134.44.048.142.104.262.16.394-.08.336-.347.575-.697.575zm.984-1.398c-.016-.026-.013-.01-.032-.035a3.878 3.878 0 01-.233-1.162c-.019-.577.078-1.254.361-1.254.193 0 .397 1.372-.096 2.451zM9.8 11.97c-.045-.343-.048-1.87.32-1.829.202.082-.13 1.524-.32 1.829zm2.678 0c-.045-.343-.047-1.87.32-1.829.202.082-.13 1.524-.32 1.829zm2.657.021c-.045-.343-.048-1.87.32-1.828.202.082-.13 1.523-.32 1.828zm2.933-1.939c.336-.035.322 1.43-.351 2.354-.087-.334-.22-2.24.351-2.354zm1.41 3.15c-.108-.543.17-.9.457-.94.1-.016.246.05.275.17.047.23-.007.57-.65 1a.887.887 0 01-.082-.23z", fill: "#323544" }));
exports.default = Dribbble;